

/******* structure and layout *******/
body {
padding:0px;
font-family:Arial, Helvetica, sans-serif; 
font-size: 9pt; 
color:#000000;
background: #56720B;
text-align:center;
}
#column{
	width: 80%;
	min-height: 1500px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align:left;
}

.leftcontent {
width:150px;
float:left;
border:none;
text-align:left;
}

.left_news {
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#818181;
margin:0 0 0 0;
padding:10px 5px 5px 10px;
width:185px;
background:#ffffff;
}

#centercontent {
background:#ffffff;
border: #DBDBDB solid 1px;
margin: 15px;
padding: 10px 10px 10px 10px;
float:left;
width:360px;
}


#rightcontent {
float:left;
width:150px;
background:#ffffff;

}

.right_news {
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#818181;
margin:0 0 0 0;
padding:10px 5px 5px 10px;
width:185px;
background:#ffffff;
}

#banner {
background:#ffffff url(img/header_bg.gif);
height:116px;
border:none;
voice-family: "\"}\"";
voice-family: inherit;
height:39px;
color:#000000;
}
html>body #banner {
height:116px;
}

.footer {
position:relative;
margin:50px 0 10px 0;
padding:5px 10px 5px 10px;
background:#ffffff;
/* yet another problem with IE, this time with the boder of the footer. The top portion of the border was not showing up in IE, but was fine in the other browsers. Although i know it's bad form to say "screw it", i'm saying it anyway because i really don't want to take the time to work around yet another IE bug. */
border:1px solid #ffffff;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#B7D7AF;
}

.page_title {
margin:0;
padding:10px;


}

.top_links {

margin:0 0 0 0;
padding:10px;
}

p,h1,pre {
margin:0px 10px 10px 10px;
}

#rightcontent p {
font-size:8pt;
}

/******* left navigation *******/
#nav ul {
margin:10px 0 10px 5px;
padding:0 0 0 0;
background:transparent;
}

#nav li {
list-style-type: none;
color: #35383D;
text-align:left;
padding:0 0 0 0;
margin-bottom:6px;
}

#nav li a {
color: #35383D;
font-weight:bold;
text-decoration: none;
display: block;
padding:2px 0 2px 5px;
}

#nav li a:hover {
color: #AD0100;
}


#nav li a:hover:after {
/* this puts that little blue box after the left navigation links on hover */

color: #305301;

}

/******* top navigation *******/
#topnav ul{
padding:0 0 0 0;
margin:0 0 0;
white-space: nowrap;
font-size:9pt;
color:#ffffff;
float:left;
width:100%;
background:#B50100;
list-style:none;
}

#topnav ul li{
display:inline;
list-style:none;
}

#topnav ul li a{
margin: 0;
padding: .2em 1em .2em 1em;

color: #ffffff;
font-weight:bold;
text-decoration:none;
float: left;
border-right:2px solid #ffffff;
}

#topnav ul li a:hover{
background:#AD0100;
color: #000000;
text-decoration:none;
border-right:2px solid #ffffff;
}

/******* fonts and colors *******/
a {
color:#699065;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

#footer a {
color:#B7D7AF;
text-decoration:underline;
}

#footer a:hover {
color:#999999;
text-decoration:none;
}

.news_title {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
color:#35383D;
}

.news_title_grn {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
color:#B20000;
}

#page_title {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16pt;
color: #BD0102;
text-transform:uppercase;
}

span.squares {
display:block;
float:left;
width:18px;
height:18px;
margin-right:2px;
background-image:url(img/squares.gif);
background-repeat:no-repeat;
}

span.squares span {display:none;}


blockquote {
padding:10px 10px 15px 10px;
background:#E5ECF7;
border-left:2px solid #C7D9F5;
font-style:italic;
color:#6B84A8;
letter-spacing:.1em;
}

h1 {
font-size:14px;
padding-top:10px;
}

#banner h1 {
font-size:14px;
padding:10px 10px 0px 10px;
margin:0px;
}

/******* lists *******/

#list ul {
margin:0 0 0 0;
padding:0 0 0 0;
list-style:none;
}

#list li {
margin:.5em 0 0 0;
padding:0 0 0 15px;
list-style:none;
background: url(img/square_list.gif) no-repeat;
background-position: 0 .3em;
}

#list li.sub {
margin:.5em 0 0 .5em;
padding:0 0 0 15px;
list-style:none;
background: url(img/square_list2.gif) no-repeat;
background-position: 0 .3em;
}


/******* images *******/
img {
border:none;
}

.center {
text-align:center;
}

/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Contact Form */
fieldset { 
	border:0;
	margin:0;
	padding:0; }
label { 
	display:block; }
input.submit { 
	padding:2px 5px; 
	margin: 15px; 
	font:bold 12px/12px arial,sans-serif;
	}
input{
	border:1px solid;
	border-color: #1376d7;
	}
textarea{
	border:1px solid;
	border-color: #1376d7;
	}
#contactFormArea{
	width: 350px;
	float: left;
	}