/* CSS United Country Hudgins */

body {
	background-color: #14467B;
	min-width: 910px;
	text-align: center;
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	font-sytle: normal;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#navbar {
	width: 849px;
	height: 35px;
	background-image: url(images/bg_navbar.jpg);
	background-repeat: repeat-y;
	background-color: #066E48;
	color: #ffffff;
	border: 2px solid #ffffff;
}
#topnav {
	width: 430px;
	text-align: right;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 5px 5px 0px;
}
#topnav a {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}
#topnav a:hover {
	padding: 5px;
	color: #93BEEE;
	text-decoration: underline;
}
.slogan {
	width: 400px;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 5px 5px;
	float: left;
}
#main {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	width: 902px;
	height: 530px;
	margin-bottom: 1px;
}
#search {
	float: right;
	margin: 45px 80px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #14467B;
	text-align: center;
}
#search a {
	color: #14467B;
	text-decoration: none;
}
#search a:hover {
	color: #14467B;
	text-decoration: underline;
}
#col_wrapper {
	clear: both;
	float: left;
	width: 852px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #99C4B4;
	border-left: 2px solid #ffffff;	
}
#leftcol {
	background-image: url(images/bg_leftcol.jpg);
	background-repeat: no-repeat;
	background-color: #98C3B4;		
	float: left;
	width: 317px;
	border-top: 2px solid #ffffff;	
}
#rightcol {
	background-image: url(images/bg_rightcol.jpg);
	background-repeat: no-repeat;
	background-color: #7290AF;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;			
	float: right;
	width: 500px;
	padding: 10px;
}
#bigcol {
	background-color: #7290AF;
	border: 2px solid #ffffff;			
	width: 849px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #14467B;
}
.bodytext {
	color: #ffffff;
	font-size: 14px;
}

/** IBEAM BOX **/
#ibeambox {
	width: 310px;
	height: 203px;
}
#ibeamhead {
	padding: 5px 0px 0px 20px; 
	text-align: left; 
	font-size: 14px; 
	font-style: italic;
}
#ibeamform {
	text-align: left;
	padding: 0px 35px 0px 20px;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
}
#ibeamform p {
	margin: 0;
	padding: 0;
}
input.form {
	border: 1px solid #c4d9e0;
	padding: 1px;
	margin-bottom: 5px;
	font-size: 12x;
	color: #0A2B51;
	background-color: #ffffff;
}
input.submit {
	height: 20px;
	background-color: #EDB36B;
	border: 1px solid #14467B;	
	font-size: 12px;
	font-weight: bold;
	color: #14467B;
}

/** Address Box **/
#address_box {
	width: 310px;
	border-top: 2px dotted #ffffff;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
#address_box a:link {
	color: #003323;
	text-decoration: none;
}
#address_box a:hover {
	color: #003323;
	text-decoration: underline;
}


#logo {
	text-align: center;
	width: 127px;
	float: left;
	padding-bottom: 20px;
}
#address {
	text-align: left;
	width: 180px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
}

#address1 {
	text-align: left;
	width: 180px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	color:#36C;
}

#navbar_bottom {
	clear: both;
	width: 849px;
	height: 35px;
	background-image: url(images/bg_navbar.jpg);
	background-repeat: repeat-y;
	background-color: #066E48;
	color: #ffffff;
	border: 2px solid #ffffff;
}
#footer {
	clear: both;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	font-size: 10px;
}