@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body{
	margin:0px;
	background:url(images/header_bkgd.png) repeat-x #efe7dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #371b0a;
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -126px; 
	width:990px;
}


#header p{
	color:#FFFFFF;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	padding:30px 0;
}

#navigation{
	padding:30px 0px 80px 0px;	
	font-weight:bold;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size:16px;	
}

#navigation ul{
	padding:0px;
	margin:0px
}

#navigation li{	
	height:25px;
	width:85px;
	float:left;
	list-style:none;
	padding:5px 0px;
	text-align:center;	
	

}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited, #navigation a:hover{
	color:#ffffff;
	text-decoration:none;
	padding:10px;
}
#navigation li.on{
	background:url(images/btn_bkgd.png) no-repeat;
}
#navigation li.off:hover{
	background:url(images/btn_bkgd_hover.png) no-repeat;
}

a:link, a:active, a:visited{
	color:#3366CC;
	text-decoration:none;
}


 a:hover{
	color:#3366CC;
	text-decoration:underline;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color: #371b0a;
	padding:5px 0;
}


h1{
	color:#93ab3f;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size:24px;	
	font-weight:bold;
	padding:5px 0;
}

li{
	list-style:disc;
	line-height:22px;
}

.intro{
	color:#1e5171;
	font-size:22px;	
	line-height:28px;
}

#floatleft{
	float:left;
	width:400px;
}

#floatright{
	float:right;
	width:251px;
}


#floatright ul{
	float:right;
	width:251px;
	background:url(images/floattop.png) no-repeat top left #e5d8c6;
	list-style:none;
	margin:0px;
	padding:0px;
}

#floatright li:first-child{
	padding-top:20px;
}

#floatright li{
	margin-top:15px;
	background:url(images/floatbottom.png) no-repeat bottom #e5d8c6;
	padding:10px 10px 30px 10px;	
	list-style:none;

}

#leftcolumn{
	float:left;
	width:480px;
}

#rightcolumn{
	float:right;
	width:200px;
	padding-left:20px;
	margin-left:20px;
}

.footertext{
	color:#FFFFFF;
	padding:50px 0px 0px 10px;
	width:950px;
	margin:0 auto 0 auto;
}
.push{
height: 136px;
}

#footer{
	height: 126px; /* .push must be the same height as .footer */
	background: url(images/footer_bkgd.png) repeat-x;
}
