@charset "UTF-8";

/* CSS Document */

html {
	background-image:url(images/html_bg.gif);
	background-repeat: repeat-x;
	background-color:#d6d6d6;
}	 

li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: bold;
	color: #A9B465;
	text-decoration: none;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color:#000000; 
	text-decoration: none;
}

h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color:#A9B465; 
	text-decoration: none;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: bold;
	color: #A9B465;
	text-decoration: none;
}

a {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #A9B465;
}	

img {  
	border-style: none;
}

#wrap {
	width:780px;
	margin:auto; /*centers entire webpage*/
	background-color:#FFFFFF;
}


#header {
}

/*navbar CSS*/

#navbar {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	height: 30px;
	width: 780px;	
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

#navbar ul li a {
	float: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#navbar ul li a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #A9B465;
}

#hometop {
	width: 750px;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
}	

#rotator {
	height: 300px;
	width: 380px;
	float: left;
	padding-right: 20px;
}

#rotator-about {
	height: 380px;
	width: 300px;
	float: left;
	padding-right: 20px;
}

#hometop p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

#bottom {
	width: 780px;	
}	

.bottomleft {
	width: 240px;
	display: inline-block;
	vertical-align:top;
	padding-left:20px;
	float:left;
}

.bottomleft p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

.bottommiddle {
	width: 250px;
	display: inline-block;
	vertical-align:top;
	padding-right: 15px;
	float: left;
}

.bottommiddle p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

.bottomright {
	width: 240px;
	display: inline-block;
	vertical-align:top;
	padding-right:5px;
	float: left;
}

.bottomright p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

#footer {
	width: 780px;
}	

.footerleft {
	float:left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	padding-left:20px;
	clear:both;
}	

.footerleft a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #A9B465;
}	

.footerright {
	float:left;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	padding-right:20px;
	float:right;
}	

.footerright a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #A9B465;	
}	

#contact {
	width: 500px;
	height: 150px;
	margin: auto;
	color: #696969;
	font-size:12px;
	font-family:"Verdana";
    background-color:#FFFFFF;
	border: 2px solid #A9B465;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
}		

#contact_ty {
	width: 500px;
	height: 200px;
	margin: auto;
	color: #696969;
	font-size:12px;
	font-family:"Verdana";
    background-color:#FFFFFF;
	border: 2px solid #A9B465;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 20px;
}		

.clear {
	clear:both;
}	
