* { padding: 0; margin: 0; }


.kickback1 {
	position: absolute;
	top: 1px;
	right: 1px;
}

.kickback2 {
	position: absolute;
	top:167px;
	right: 50px;
	z-index: 0;
}

.kickback3 {
	position: absolute;
	z-index: 150;
	top: 270px;
	right: 40px;
}

.kickback4 {
	position: absolute;
	z-index: 150;
	top: 580px;
	right: 400px;
}

body {
 background-color: #017f18;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 13px;
}

#wrapper { 
 width: 100%;
}

#faux {
 margin: 0 auto;
 margin-bottom: 0px;
 overflow: auto;
 width: 950px;
}

#widewrapper {
 width: 100%;
 background-color: #fff;
}

#header {
 background-position: 50% 50%;
 background-image: url(img/header_bg.jpg);
 background-repeat: repeat-x;
 color: #333;
 width: 100%;
 height: 130px;
}

/* Taglines */
/*__________________________________*/

#taglines {
 margin: 0 auto;
 color: #fff;
 padding: 10px;
 border-bottom: solid 2px #410202;
}

#taglines p {
 margin: 0;
 color: #fff;
}

#taglineinside {
 margin: 0 auto;
 width: 910px;
 font-size: 11px;
 color: #ccffff;
}

.taglinesleft{
 width: 600px;
 float: left;
}

.taglinesright{
 width: 310px;
 text-align: right;
 float: left;
}

/* Navigation */
/*__________________________________*/

#navigation {
 background-image: url(img/nav_bg.gif);
 background-repeat: repeat-x;
 margin: 0 auto;
 color: #333;
 padding: 10px;
 border-top: 1px solid #004202;
}

#navinside {
 margin: 0 auto;
 width: 910px;
}

/* Right Column */
/*__________________________________*/

#rightcolumn { 
 background-image: url(img/test.gif); 
 background-repeat: repeat-x; 
 background-position: 100% 100%; 
 display: inline;
 border-left: solid 1px #c8c8c8;
 border-right: solid 1px #c8c8c8;
 border-bottom: solid 1px #c8c8c8;
 margin-right: 10px;
 width: 298px;
 float: right;
}

#rightcolumnintro { 
 display: inline;
 color: #333;
 padding: 0px;
 width: 320px;
 float: right;
}

#rightcolumn div {
 margin: 0 10px 10px 10px;
}

#rightcolumn div img {
 margin-right: 10px;
}

/* Left Column */
/*__________________________________*/

#leftcolumnintro { 
 background-repeat: no-repeat; 
 float: left;
 padding: 0px;
 width: 630px;
 position: relative;
}

#leftcolumnfull { 
 padding: 0px;
 width: 910px;
 margin: 0 20px 0 20px;
 position: relative;
}

#leftcolumn { 
 float: left;
 padding: 0px;
 width: 570px;
 position: relative;
 margin: 20px;
}

/* Intro */
/*__________________________________*/

.introsearch {
 background-image: url(img/book_search.gif);
 background-repeat: no-repeat;
 width: 521px;
 height: 112px;
 padding-left: 15px;
 padding-top: 45px;
}

/* Footer */
/*__________________________________*/

#bottom {
 margin: 0 auto;
 width: 950px;
 margin-top: 10px;
 color: #fff;
 font-size: 11px;
}

#footer {
 background-image: url(img/footer_bg.gif);
 background-repeat: repeat-x;
 width: 100%;
 clear: both;
 color: white;
 font-size: 10px;
}

#footerinside {
 margin: 0 auto;
 margin-bottom: 100px;
 width: 910px;
 padding-top: 30px;
}

.footerleft {
 width: 600px;
 float: left;
}

.footerright {
 width: 310px;
 text-align: right;
 float: left;
}

/* Misc */
/*__________________________________*/

.clear {
 clear: both;
 background: none;
}

.error {
 background-color: #fffcc5;
 margin: 0 auto;
 width: 928px;
 padding: 10px;
 border-bottom: 1px solid #c8c8c8;
 border-left: 1px solid #c8c8c8;
 border-right: 1px solid #c8c8c8;
}

.error p {
 color: #000000;
}

/* Links and Hovers */
/*__________________________________*/

#navigation a:link, #navigation a:visited {
 padding: 0 0 1px 0;
 text-decoration: none;
 font-size: 12px;
  color: #fff;
}

#navigation a:hover {
 color: #fff600;
 text-decoration: underline;
}

#taglines a:link, #taglines a:visited {
 padding: 0 0 1px 0;
 text-decoration: none;
 font-size: 11px;
 color: #ffe68c; 
}

#taglines a:hover {
 color: #fff;
}

#footer a:link, #footer a:visited {
 padding: 0 0 1px 0;
 text-decoration: none;
 color: white;
}

#footer a:hover {
 text-decoration: underline;
}

a:link, a:visited {
 padding: 0 0 1px 0;
 color: #0b7aca;
}
	
a:hover {
 color: #074a87;
}

/* Text, Headings, Bars, Imgs */
/*__________________________________*/

p {
 margin-bottom: 10px;
 margin-top: 10px;
 color: #454545;
}

img {
 display: block;
}

h1 {
 text-transform: uppercase;
 color: #0069a1;
 font-size: 20px;
 font-weight: bold;
}

h2 {
 color: #0069a1;
 font-size: 15px;
 font-weight: bold;
}

hr {
 border: 0;
 width: 100%;
 background-color: #c8c8c8;
 height: 1px;
 clear: both;
 margin: 20px 0 20px 0;
}

hr.white {
 border: 0;
 width: 100%;
 background-color: #fff;
 height: 1px;
 clear: both;
 margin: 20px 0 20px 0;
}

#rightcolumn hr {
 border: 0;
 background-color: #c8c8c8;
 height: 1px;
 margin: 20px 0 0 0;
}

/* Forms */
/*__________________________________*/

.formfield {
 background: #fff;
 border: 2px solid #024900;
 color: #480000;
 padding: 2px;
 font-size: 16px;
}

.bookformfield {
 background: #fff;
 border: 2px solid #024900;
 color: #480000;
 padding: 2px;
 font-size: 14px;
}

.formfieldother {
 background: #fff;
 border: 2px solid #c8c8c8;
 color: #480000;
 padding: 2px;
}

input:focus, textarea:focus {
 background-color: lightyellow;
}

select {
	width: auto;
}

/* Lists
------------------------------------- */

li {
 list-style-type: disc;
 margin: 10px 0 10px 40px;
 color:#e54a0d;
}

/* Tables
------------------------------------- */

table.reserve {
border: solid 3px #e3e3e3;
text-align: center;

}

table.reservesmall {
border: solid 3px #e3e3e3;
font-size: 10px;
text-align: center;
}

th {

 padding: 3px;
}

/* Book Classes
------------------------------------- */

.bookfloat { 
 float: right;
 border: solid 5px #e3e3e3;
 margin-right: 20px;
}

.bookfloat { 
 float: left;
 border: solid 5px #e3e3e3;
 margin-right: 20px;
}

.bookfp {
 font-size: 16px;
 font-weight: bold;
 color: #cc2d29;
}

.textsp {
 font-size: 11px;
 color: #cc2d29;
}

.printlarge {
 font-size: 16px;
 color: #cc2d29;
}

.printlargetwo {
 font-size: 18px;
 color: #cc2d29;
}

.bookfst {
 font-size: 18px;
}

.bookfstt {
 font-size: 22px;
}

.bookfs {
 font-size: 16px;
}