/*FHTRC Remodel Mini-Site CSS 2009 | (c) 2009, NetPass, LLC, All Rights Reserved*/

body{
	font-family: Arial, sans-serif;
	background:url('../images/bg_main.jpg') repeat-x; 
	width: 100%;
	height: 599px;
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px auto 0px auto;
}

.left {
  float:left;
}

.right {
  float:right;
}

.clear {
  clear:both;
}

.nomar {
  margin:0px;
}

/*Main ID's*/

#container {
	width:840px;
	height:100%;
	margin:0px auto 0px auto;
}

/*Headers and Navigation*/

.hm_header {
	background:url('../images/hd_bg_welcome.jpg') no-repeat;
	width:840px;
	height:129px;
	margin-top:15px;
}

.why_header {
	background:url('../images/hd_bg_why.jpg') no-repeat;
	width:840px;
	height:129px;
	margin-top:15px;
}
	

.gal_header {
	background:url('../images/hd_bg_gallery.jpg') no-repeat;
	width:840px;
	height:129px;
	margin-top:15px;
}

.contact_header {
	background:url('../images/hd_bg_contact.jpg') no-repeat;
	width:840px;
	height:129px;
	margin-top:15px;
}

.nav_container {
	background:url('../images/hd_nv.jpg') no-repeat;
	width:840px;
	height:33px;
}

.nav_container ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.nav_container li {
	float: left;
	position:relative;
}

/*contact*/
#contact{
	width:440px; 
	float:right; 
	border:1px solid #CCCCCC; 
	background:#FFFFED;
	font-size:10px;
	min-height:550px;
}
#contact input, #contact textarea,#contact select{
	font-size:10px;
	font-family: Arial, sans-serif;
}

#contact input.small{
	width:70px;
}
#contact input.med{
	width:100px;
}
#contact input, #contact select{
	vertical-align:middle;
}
#contact_statement{

	width:345px;
	font-size:12px;
}
#contact_statement h2{
	font-size:20px;
}

/****Error****/
.error ul{
	margin: 5px 0 0 20px;
	padding:0;

}
.error ul li{
	margin:0;
	padding:0;

}

.error{
	border:1px solid red;
	background-color:#FFFFCC;
	padding:10px;
	color:red;
	margin-bottom:10px;
}

/*Footer*/

.footer_container {
	width:840px;
	margin:0px auto 0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#663300;
	
}

.footer_nav {
	width:840px; 
	height:4px; 
	margin:0px auto 0px auto;
	background-color:#581B07;
}

.footer_container a:visited, .footer_container a:link {
	color: #004E9B;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footer_container a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	


.footer_container ul {
	margin:0px;
	padding: 0px;
	list-style: none;
	
}

.footer_container li {
	float: left;
	position:relative;
}
.smallfont{
	font-size:10px;
}

.smallfont a:visited, .smallfont a:link {
	color: #999999;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.smallfont a:hover {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

.darkgray{
	color:#999999;
}
.center{
	text-align:center;
}
.success{
	color:#090;
}
.bigfont{
	font-size:14px;
	font-weight:bold;
}
.nowrap{
	white-space: nowrap;
}
#gallery_container{ outline:none; }
img{
	border:0;
}
