@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
a {
	color : #003300;
	text-decoration : none;
}
a:hover {
	color : #003300;
	text-decoration : underline;
}
img {
	border : 0;
	margin : 0;
	padding : 0;
}
p {
	text-align: left;
	font-size: 1.25em;
	line-height: 17px;
	margin-bottom: 15px;
	color: #333333;
}

input, select, th, td {
	font-size: 1em;
	text-align: left;
}
ul {
	list-style: none;
	padding: 0;
}
					
.no {
	display: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
}
.list {
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
.list li {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: lighter;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.list li li{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	text-align: left;
	line-height: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.culist {
	text-align: left;
	padding-bottom: 10px;
	font-size: 1.25em;
	line-height: 1.25em;
}
/***defaults***/

#coth {
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	background-color: #000000;
	color: #000000;
	text-align: center;
	margin: 0px;
}
#container {
	width: 800px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
#header {
	background-color: #669B23;
	width: 800px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	height: 155px;
	background-image: url(images/header_fade.jpg);
	background-repeat: repeat-x;
}
#logo {
	width: 250px;
	text-align: left;
	vertical-align: bottom;
	float: left;
	padding-top: 35px;
	padding-left: 15px;
}
#serving {
	float: left;
	padding-top: 55px;
	padding-left: 380px;
	height: 58px;
}

#content {
	width: 800px;
	margin: auto;
	padding-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
#flashbanner {
	background-color: #000000;
	width: 800px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	float: none;
}
#staticbanner {
	background-color: #FFCC00;
	width: 800px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	float: none;
}
#copy {
	width: 600px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 100px;
	height: 400px;
}
#rates {
	width: 600px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 100px;
}
#footer {
	width: 800px;
	clear: both;
	height: 80px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/footer_fade.jpg);
	background-repeat: repeat-x;
}

#contactinfo {
	width: 800px;
	margin: auto;
	float: left;
	height: 20px;
	padding-top: 5px;
	color: #FFF;
}
#copyright {
	width: 800px;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
}
/* Top Navigation 
---------------------------------------------*/
#topnav {
	width: 520px;
	float: left;
	padding-top: 16px;
}


#topnav li {
	float: right;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}

#topnav li a {
	color: #FFFFFF;
}

#topnav a:hover{
	color: #000000;
	text-decoration: none;
}
#topnav #first {
	float: right;
	margin-left: 0px;
	
	
}
#topnav #last {
	float: right;
	margin-right: 5px;


}


/* End Top Navigation 
---------------------------------------------*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* End hide from IE-mac
---------------------------------------------*/
/* Table Structure
---------------------------------------------*/
table {
	background-color: #FFFFFF;
	empty-cells: show;
	margin: 0 137px 20px 0;
	padding: 4px;
	text-align: left;
	border: 1px solid #333333;
}
table caption {
	color: #FFFFFF;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.45em;
	text-transform: uppercase;
}
table thead th {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 3px 0 5px;
	margin: 0 0 5px;
	text-align: left;
	font-size: 1.35em;
	font-weight: bold;
	line-height: 15px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
table tbody tr.odd {
	background-color: #FFFFFF;
}	
table tbody tr.even {
	background-color: #F3F3F3;
}
table tbody tr:hover {
	background-color: #EB6E2C;
}
table tbody td {
	color: #333333;
	height: 35px;
	font-size: 1.2em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}
table tbody tr:hover td {
	color: #FFFFFF;
}
	
/* End Table Structure
---------------------------------------------*/
