@import "global.css";
@import "style-reset.css";

body {
background: #f7f8f8;
font-family: Helvetica, Arial, sans-serif;
color:#666666;
font-size:14px;
line-height:26px;
}	


/* CONTAINER */

#container {
width: 1020px;
margin: 0 auto;
}

/* TOP OF PAGE */

#top{
width: 936px;
float: left;
clear: both;
margin-top: 25px;
}

	#logo{
	float:left;
	width: 224px;
	min-height: 56px;
	height: auto;}



#header{
background: transparent url(images/headerbg.jpg) top left repeat-x;
float: left;
clear: both;
width: 936px;
height: auto;
margin-top: 10px;
}
	
	#slider{
	width: 922px;
	height: auto;
	min-height: 361px;
	padding: 7px; }
	
#topnavbg{
background: transparent url(images/topnavbg.jpg) top left repeat-x;
float: left;
clear:both;
width: 936px;
height: auto;
min-height: 49px;
}

	#topnav{
	margin-left:25px;
	margin-top:12px;}	
	
	
	
/* INSIDE */	
	
#inside {
background:transparent url(images/insideheaderbg.jpg) repeat-x scroll left top;
border:1px solid #EBEBEB;
clear:both;
float:left;
height:auto;
padding:8px;
width:925px;	}
	
	#insideheader{
	width: 925px;
	height: auto;
	border-top: solid black 10px;
	}
	
#insidetopnavbg{
background: transparent url(images/topnavbg.jpg) top left repeat-x;
float: left;
clear:both;
width: 925px;
height: auto;
min-height: 49px;
margin-top: -4px;}
	
	
/* HOME PAGE CONTENT */	
		
#content{
float: left; 
clear: both;
width: 936px;
height: auto;
margin-top: 10px;}

	#col1{
	float: left;
	width: 300px;
	padding-right:10px;
	border-right: 1px solid #ccc;
	height: auto;
	line-height: 22px;
	color: #666;
	font-size:13px;
	}	
	
	#col2{
	float: left;
	width: 280px;
	padding-left: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	height: auto;
	line-height: 22px;
	color: #666;
	font-size:13px;
	}
		
	#col3{
	float: left;
	width: 290px;
	height: auto;
	padding-left: 20px;
	line-height: 22px;
	color: #666;
	font-size:13px;
	}			
	
	
/* INSIDE PAGE CONTENT */

#left{
float: left;
clear: both;
width: 285px;
height: auto;
padding-top: 10px;
padding: left: 5px;}

	#secnav{
	clear: both;
	float: left;
	width: 265px;
	height: auto;}
	
	#left1top{
	clear:both;
	float:left;
	background: url(images/left1border.jpg) repeat-x;
	width: 280px;
	height: 15px;}
	
	#left1{
	clear: both;
	float: left;
	padding:15px;
	width:250px;
	background: #f7e9c8;
	height: auto;
	}



#right {
float:left;
padding-left:20px;
padding-top:20px;
width:625px;}

	#toprow{
	float: left;
	clear: both;
	width: 625px;
	padding-bottom: 5px;
	height: auto;}
	
		#toprow li {
		margin-left:15px;
		text-indent:5px;}
	
	
#bottom{
float: left; 
clear: both;
width: 936px;
height: auto;
background: #c88f0a;
border: 1px solid #dec280;
margin-top: 15px;
height: auto;
}	
	
	#subscribe{
	background: #bb870d;0;
border:1px solid #B7840D;
color:#D8BA75;
float:left;
font-size:20px;
height:auto;
margin:8px;
min-height:40px;
padding:8px;
width:440px;
	}	
	
		#search{
		color:#fff;
		float: left;
		margin-top:5px;
		font-size:20px;}
	
		#search a{
		color: #E6B33B;}
	
	#call{
	background: transparent;
	height: auto;
	margin:20px 15px 0 0;
	float: right;
	text-align:right;
	width:390px;
	}
	
#footer{
width: 936px;
height: auto;
float: right;
clear: both;
margin-right:75px;
margin-top:5px;

}	

#license{
	color: #5f4917;
	font-size:12px;
	height:20px;
}

	#sitemap{
	float: right;
	color: #9b7315;
	font-size:13px;
	margin-bottom: 5px;
	margin-top: -25px;}
	
	#copyright{
	clear: both;
	float: right;
	margin-top:-10px;
	width:auto;
	margin-right:10px;
	color: #5f4917;
	font-size:12px;
	}
	
	
	
	
	
	
	
	
	
	
	