@charset "UTF-8";

*{
margin:0px;
padding:0px;
}

p{
margin: 0px;
padding: 0px;
}

img{
border:none;
}


body{
padding:0px;
}


#mainwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px auto;
	width: 1004px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	min-height: 1024px;
	height:auto !important;
	background-color: #FDFBE0;
	height:1080px;
}
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1004px;
	height: 45px;
	margin: 0px auto;
}
#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1004px;
	height: 300px;
	margin: 2px auto;
	background-image: url(../images/bannerimgs/bannerbg.jpg);
}
.historyyear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DF6421;
	font-weight: bold;
}
#mainnavwrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 45px;
	margin: 0px auto;
	width: auto;
	background-color: #F37021;
	cursor: pointer;
	padding-left: 80PX;
}
.topbtns {
	font-family: Arial, Helvetica, sans-serif;
	width: 333px;
	height: 45px;
	margin-right: 0px;
	float: left;
}

.topbtns.center{
	font-family: Arial, Helvetica, sans-serif;
	width: 333px;
	height: 45px;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}


/* MAIN NAVGATION 
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:lowercase;
	font-size:13px;
	background:transparent url("images/blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:0px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:16px 20px 0px 20px;
	height:24px;
	height:29px;
	}
ul#menu li a:hover{
	background:transparent url("images/black.jpg") repeat-x top left;
	background-color: #F99D1C;
	}
	
	
*/	
	
	
.current {
	background:transparent url("images/black.jpg") repeat-x top left;
	background-color: #F99D1C;
}
#yellowstrip {
	width: 1004px;
	margin: 0px auto;
	height: 10px;
	background-color: #FFF200;
}
#magentastrip {
	width: 1004px;
	margin: 0px auto;
	height: 6px;
	background-color: #EF5BA1;
}
#greystrip {
	width: 1004px;
	margin: 0px auto;
	height: 4px;
	background-color: #E2CDB6;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	width: 704px;
	padding: 30px 150px 50px 150px;
	margin: 0px auto;
	background-color: #FDFBE0;
	height: auto !important;
	height: 700px;
	min-height: 700px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding: 0px 0px 20px 0px;
	margin: 0px auto;
	background-color: #FDFBE0;
	line-height: 1.3;
}

#content a:link {
	color: #F37021;
	text-decoration:none;
}
#content a:visited {
	color: #F37021;
	text-decoration:none;
}
#content a:hover {
	color: #999999;
	text-decoration:none;
}

ul#homebullets{
	padding-left: 80px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2AABE2;
	padding-bottom: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0092D2;
}
#pics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 1003px;
	height: 100px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	border-top: 1px dotted #cccccc;
	height: 25px;
	padding-top: 10px;
}

#footer a:link {
	color: #F37021;
	text-decoration:none;
}
#footer a:visited {
	color: #F37021;
	text-decoration:none;
}
#footer a:hover {
	color: #999999;
	text-decoration:none;
}

