@charset "UTF-8";
/* CSS Document */

body  {
	background-color:#333;
	background-image: url("/images/bkgd_gradient.gif");
	background-repeat: repeat-x;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 140%;
}

a {
	color: #bc6132;
	text-decoration: none;
}
a:hover {color: #f29767;}

subhead {
	color: #209ead;
	font-size: 16px;
}

h2 {display: none;}
h3 {color: #209ead; font-size: 18px; font-weight: bold;}
h4 {color: #99992e; font-size: 16px; font-weight: normal;}

UL {
list-style-image: url(/images/bullet.gif);
}

largefont {
	font-size: 18px;
	line-height: 130%;
}

smallfont {
	font-size: 10px;
}

highlight {
	color: #99992e;
}

#container {
	width: 980px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#topbanner {
	height: 101px;
	width: 800px;
	background-image: url(/images/header.png);
	padding-left: 180px;
	padding-top: 60px;
}

#content {
	height: auto;
	width: 980px;
	background-image: url(/images/bkgd_content.png);
}

#contentbox {
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 80px;
}

#contentboxhome {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#textright{
	margin-left: 240px;
}

#textleft{
	margin-right: 240px;
}

#imageright {
	float: right;
}

#imageleft {
	float: left;
	margin-right: 20px;
}

#halfleft{
	width: 400px;
	float: left;
}

#halfright{
	width: 360px;
	height: 300px;
	background-image: url(/images/bkgd_formbox.gif);
	float: right;
	padding: 20px;
}

#linethick {
	height: 3px;
	width: auto;
	background-image: url(/images/line_thick.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}

#linethin{
	height: 1px;
	width: auto;
	background-image: url(/images/line_thin.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}

#news {
/*	clear: both;*/
	height: 75px;
	width: 630px;
	background-image: url(/images/bkgd_homenews.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 46px;
	color:#333;
/*	font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", GillSans, Candara, 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;  */
	line-height: 130%;
}

#footer {
  	clear:both;
	padding:0px;
	background-image: url(/images/footer_alt.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 980px;
}

#footerbox {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	color:#999;
	font-family: "Century Gothic", "Gill Sans", "Gill Sans MT", GillSans, Candara, 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	vertical-align: top;
}

.override {
	color:#999;
}

.success_message {color: #bc6132;}
