/* CSS Document */

html,body{margin:0;padding:0; background-color: #4E2E20}
body{font-size: 76% ;text-align:center; background: url(../images/LayoutImages/pagebackground.jpg) center no-repeat;}

/******************Headings, Links, Paragraphs*******************************/

p {color: #8C6635; line-height: 1.2em}

a {text-decoration: none; color: #848F3A;}

strong {line-height: 1.5em;}

a:hover {text-decoration: none; color: #8C6635;}

h1{color:#848F3A; font-size: 1.5em}

h2,h2,h4,h5,h6 {color: #8C6635;}

h1,h2,h2,h4,h5,h6 {line-height: 1.5em;}

ul {line-height: 2em; color: #8C6635;} 



strong {color:#8C6635; border-bottom: 1px solid #8C6635 }

.disclaimer {
	border-top: 1px solid #848F3A;
	border-bottom: 1px solid #848F3A;
	padding: 5px 0 5px 0;
	font-style: italic;
	text-align: center;
}


/******************Begin Container*******************************/
#container{text-align:left}
#container{width:850px;margin:0 auto; background: url(../images/LayoutImages/containerback.jpg) top repeat-y;}

/******************Begin Header*******************************/
#header{
	height:50px;
	margin:0;
	background: url(../images/LayoutImages/toplogo.jpg) left no-repeat #EFE5C6;
	color: #79B30B
}

#headerlinks {
	float: right;
	text-align: right;
	margin: 0;
	padding: 20px 20px 0px 0px;
}

/******************Begin Top Navigation*******************************/

#navcontainer {
	height: 60px;
	background: url(../images/LayoutImages/mainnavback.jpg) left repeat-x #4E2E20;
	font: Georgia, "Times New Roman", Times, serif;
	}

ul#navlist {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	}

#navlist li {
	display: block;
	font-size: 1.2em;
	text-align: center;
	float: left;
	list-style-type: none;
	height: 40px;
	padding: 10px 20px;
	border-right: 1px solid #848F3A;
	}
#navlist li:hover {
	background-color: #848F3A;
	}

#navlist a:link, #navlist a:visited {
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	}
#current{ border-bottom: 1px dashed #0066FF;}
	
/******************Begin Left Navigation*******************************/

#leftnav {
	width: 200px;
	float: left;
	margin-top: 20px;
	}
	
#leftnav ul {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	}
	
#leftnav li {
	background: url(../images/LayoutImages/plantbullet.jpg) left no-repeat center;
	list-style: none;
	padding-bottom:10px;
	border-bottom: 1px solid #BD925E;
	}

#leftnav a {
	text-decoration: none;
	padding-left: 30px;
	padding-top: 20px;
	display: block;

	}
	
	

/******************Begin Wrapper*******************************/

#wrapper{
	padding-left: 25px;
	padding-right: 25px;
	}


/******************Begin Content*******************************/	
#content { 
	line-height: 1.2em;
	margin-top: 20px;
	float:right;
	width:525px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#indexcolumn{
	width: 505px;
	padding: 10px 10px 10px 10px;
	float: left;}

#quartercolumn {
	width: 190px;
	padding: 10px;
	float: left;
	border-right: 1px solid #848F3A; 
}

#indexspecial {	width: 264px;}
#indexspecial {
	float: right;
	margin: 20px;
	padding: 0px 10px 10px 10px;
	background: url(../images/LayoutImages/CouponBG.jpg) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#indexspecial p, #indexspecial h2{ color:#FFFFFF}


#indexspecial a { color: #FFFFFF; text-decoration: underline;}

/******************Begin Footer*******************************/
#footer{
	background: #4E2E20;
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: left;
	border-top: 3px solid #848F3A;
}

#footer p {margin: 0; padding: 0;}



#navigation{float:left;width:200px}
#extra{clear:both;width:100%}

/******************Misc Styles*******************************/

img.floatleft {
	float: left;
	padding: 15px;
	}
	
img.floatright {
	float: right;
	padding: 15px;
	}
img.border {border: 1px solid #8C6635;