html, body{ 
	margin:0; 
	padding:0;  
	} 

body{
	background-color: #FDEBD5;
	font: 12px Georgia, "Times New Roman", serif;
	}
ul li {
	list-style-image: url(imgs/bullet.gif);
}

a:link {
	color: #9B4E00;
	text-decoration: none;
	}
a:visited {
	color: Black;
	text-decoration: none;
	}
a:hover {
	color: #9B4E00;
	text-decoration: none;
	background-color: #EFE081;
	}
	
h1{
	font-size: 24px;
	color: #4D1A2F;
	}
blockquote {
		margin-left: 3px;
	}
	
	
	
	
/* ID SELECTORS below this line */ 

#content-wrapper{ 
	max-width:995px;
	}

#wrapper{
	/*background-color: #FDEBD5;*/
	}
 
#leftcol{
	background-color: #FDEBD5; 
	text-align: right;
	font-size: 11px;
	color: #000000;
	}
	
#leftcol a:link {
	color: #9B4E00;
	text-decoration: none;
	}
#leftcol a:visited {
	color: #9B4E00;
	text-decoration: none;
	}
#leftcol a:hover {
	color: #9B4E00;
	background-color: #EFE081;
	text-decoration: none;
	padding-left: 17px;
	}	
	
#leftcolindex{
	background-color: #FDEBD5; 
	width:225px; 
	float:left; 
	position:relative; 
	padding-top: 5px;
 	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	}
	
#leftcolindex a:link {
	color: #9B4E00;
	text-decoration: none;
	}
#leftcolindex a:visited {
	color: #9B4E00;
	text-decoration: none;
	}
#leftcolindex a:hover {
	color: #9B4E00;
	background-color: #EFE081;
	text-decoration: none;
	padding-left: 17px;
	}	 
#rightcol{ 
	width:180px; 
 	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
 	}
 #rightcol a {
	margin: 5px;
	text-transform: uppercase;
	line-height: 18px;
	 }
 #rightcol a:link {
	color: #9B4E00;
	text-decoration: none;
 	}
#rightcol a:visited {
	color: #9B4E00;
	text-decoration: none;
	}
#rightcol a:hover {
	color: #9B4E00;
	background-color: #EFE081;
	text-decoration: none;
	padding-right: 12px;
	}	
#rightcolindex{ 
	width:180px; 
	float:left; 
	position:relative; 
 	font-style: normal;
 	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
 	} 
#maincol{
	background-color: #FDEBD5;  
  	font-style: normal;
  	text-align: left;
  	padding-left: 30px;
	padding-right: 20px;
 	} 
 #maincolindex{ 
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width: 600px;
  	padding-left: 40px;
  	font-style: normal;
  	text-align: left;
 	} 
#footer{
 	height:91px; 
	background: url(imgs/footer_interior2.jpg) no-repeat left;
	bottom: 0px;
	 }  
#copyright{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FDEBD5;
	padding-left: 10px;
	padding-top: 44px;
	text-align: left; 
	float: left;
	}
#copyright a:link {
	color: #EFE081;
	text-decoration: none;
	}
#copyright a:visited {
	color: #EFE081;
	text-decoration: none;
	}
#copyright a:hover {
	color: Black;
	text-decoration: none;
	}
#footernav{
	margin-left: 460px;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 67px;
	}
#footernav a:link {
	color: #9B4E00;
	text-decoration: none;
	padding: 2px 3px 2px 4px;
	}
#footernav a:visited {
	color: Black;
	text-decoration: none;
	padding: 2px 3px 2px 4px;
	}
#footernav a:hover {
	color: #9B4E00;
	text-decoration: none;
	background-color: #EFE081;
	padding: 2px 3px 2px 4px;
	}
 
 
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
 	height: 0; 
 	clear: both; 
 	visibility: hidden;
 	}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


.Overline-SMALL {
	border-top: 1px solid #663300;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-weight: bold;
	color: #663300;
	text-transform: uppercase;
	}
.image_left {
	float: left;
	padding: 6px 20px 12px 0px;
	}
.image_right {
	float: right;
	padding: 6px 0px 12px 20px;
	}
.image_ben {
	float: right;
	clear: both;
	padding: 0px 0px 12px 20px;
	
	}	
.boxindent {
	margin-left: 20px;
}
.text_right {
	float: right;
	padding-bottom:10px;
	padding-top: 20px;
	padding-right: 20px;
	}
.hometext_right {
	float: right;
	padding:0px 0px 10px 0px;
	}

.highlight {
	text-transform: uppercase;
	font-style: italic;
}
.clear {
	clear: both;
}
	
	