@charset "utf-8";
body {
	margin:0;
	font-size:100%;
	background:url(../images/body.gif) repeat-x;
}

#topbar{
	height:23px;
	background:#295c71;
	width:100%;
	text-align: left;
	color:#fff;
	font: 12px verdana,arial,helvetica,sans-serif;
	
}
#topbar a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	height:17px;
	padding:4px 8px;
	margin: 0 2px;
	
}
#topbar a:hover{
	color:#fff;
	background:#0e85b7;
	
}

#header
{
	margin-left:250px;
	/*background:url(../images/body.gif) repeat-x;*/
}

#header strong {margin:right:30px;}


#topbar input{
	background:#5a8c9e;
	color:#000;
	height:17px;
	border:none;
}
#wrapper  {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #f19f00;*/
        border:1px solid #ffe58e;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*min-height:600px;*/
} 
#vffheader { 
	background: #ffffff; 
	padding: 5px 0px 0px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
        /*border-bottom:1px dotted #ffe58e;*/
margin-bottom:2px;
} 
#vffheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 60px 0px 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align:right;
color:#ffb600;/*red #e54431*/
}

#vffheader h1 a{
color:#ffb600;
text-decoration:none;
}

#vffheader h1 a:hover{
text-decoration:underline;
}

#tagline {
	margin:0;

	font-size:16px;
	font-weight:bold;
	color:#fff;
background-color:#90b539;
padding:4px 0px;
text-align:center;
border-bottom:1px solid #fff;
}
#sidebar1 {
	clear:both;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 5px 5px 2px;
        margin:5px 5px 0 0;
}
#mainContent { 
	margin: 0 0 0 0; /* 250 - was the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 2px 5px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent a {
color:#0c3605;
text-decoration:underline;
}

#mainContent a:hover {
text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

#rightside {
	float:right;
	width:275px;
        padding:20px;
        font-size:.7em;
        font-weight:bold;
}

#rightside_map {
	float:right;
	width:450px;
        padding:20 10px;
        font-size:.7em;
        font-weight:bold;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #90b539;
	margin:0;
}


p {
	font-size: 1em;
}

table {
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

th {
	font-size: 1em; 
	font-weight: bold;
	background: #e5e5e5;
	color: #333333;
	padding: 5px 0;
}

td {
	border: 1px solid #e5e5e5;
	padding: 5px 10px 5px 0;
}

/*td img {
	border: 1px solid #61868D;
}*/

th, td {
	vertical-align: top;
}

li {
	font-size: 1em;
	padding-bottom: 5px;
}

li li { font-size: 1em; }

li ul { padding-top: 0px; margin-bottom: 0; }

li.nodot {
	list-style:none;
        padding:10px 0px;
}

	
	ul, ol, dd {
	margin: 0 30px 5px 50px;
}

h2 { font-size: 1.8em; }



.clear {
	clear: both;
}

h3 { font-size: 1.3em; color: #333333; font-family:Arial, Helvetica, sans-serif; }
h4 { font-size: 1.4em; font-weight:bold;}
h5 { font-size: 1.4em; }
h6 { font-size: 1.3em; }

.img_left {
	float:left;
	margin:2px 4px;
	padding:10px;	
	background-color:#FFFFFF;
}
.img_right {
	float:right;
	margin:4px;
	padding:10px;	
	background-color:#FFFFFF;
}

.smalltext {font-size:.6em}

.mediumtext {font-size:.7em}

p.nospace {
margin-top:0;
padding:0;
}

h4.nobottom {padding-bottom:0;margin-bottom:0}

dt {margin:10px 0 5px 0;
padding:5px 0 5px 0;
font-weight:bold}

dd {margin:5px 0px 5px 20px;}

/*#find {
	width:245px;
	float:left;
	margin:2px;
	padding:2px;
	color:#90b539;
	border:solid #90b539 1px;
}*/

#quote {
	margin-top:25px;
	font-size:1.1em;
	font-weight:bold;
	font-style:normal;
	color:#8bb234;
}
#quote strong {
	font-size:.5em;
	color:#f19f00;
	margin-top:10px;
	text-transform:uppercase;
}
.odd {
color:#6a6a6a;
}

#ind_results {
margin:0 20px;
padding:0 20px;
}

.textbox {
	margin-top:25px;
	font-family: "Comic Sans MS";
	font-size:.7em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: thin solid #ccc;
	background-color: #fff;
	text-align: center;
	width:10%;
	float:left;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-right: 4px;
}

#main_center {
	text-align:center;
}

#orangebox {
	background-color:#ffb600;}
	
#bottom{
	clear:both;
	background:#90b539;
	height:30px;
	color:#ffffff;
	padding:0 8px;
	text-align:center;
	/*font-size:.9em;*/
	font: 12px verdana,arial,helvetica,sans-serif;
}

