@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #472C1B;
}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #DD5604;
}
a:hover {
	color: #FF3300;
}

h1 {
	font-size: 15px;
	color: #C04F01;
	text-transform: uppercase;
	margin-bottom: 4px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}




#container {
	width: 784px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFD87D;
	background-image: url(../images/bg_guts.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 6px solid #FFD87D;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}
#masthead {
	background-image: url(../images/bg_masthead.gif);
	height: 109px;
	width: 784px;
}
#logo {
	float: left;
	height: 109px;
	width: 302px;
}
#contactinfo {
	font-size: 14px;
	color: #FFD675;
	text-align: right;
	width: 235px;
	padding-top: 50px;
	padding-right: 17px;
	float: left;
	line-height: 22px;
}
#contactinfo a {
	color: #F2D675;
	text-decoration: none;
}
#contactinfo a:hover {
	color: #FFFFFF;
}

#banner {
	float: left;
	height: 109px;
	width: 230px;
}
#nav {
	color: #f47c21;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	height: 51px;
	width: 770px;
	font-size: 14px;
	padding-left: 14px;
	line-height: 50px;
	margin-top: 7px;
}
#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #ED6B0C;
}
#content {
	width: 455px;
	padding-top: 20px;
	padding-left: 35px;
	float: left;
	padding-right: 12px;
}
#content_leftcol {
	float: left;
	width: 255px;
	padding-right: 15px;
}
#content_rightcol {
	float: left;
	width: 180px;
	color: #5f3c0a;
}

#rightcol {
	float: left;
	width: 282px;
	text-align: right;
}
.formput {
	font-size: 11px;
	color: #666666;
	margin-bottom: 2px;
	padding: 2px;
	width: 170px;
	font-weight: normal;
}

