@charset "utf-8";
/* CSS Document */

body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style:normal;
	font-weight: normal;
	line-height: 20px;	
	margin: 0px;
	padding: 0px;
	color: #423822;
	}

a:link  {
color: #CC3300;
text-decoration: none;
}

a:visited {
color: #CC3300;
text-decoration: none;
}

a:hover {
color: #FF9900;
text-decoration: underline;
}
	
h1 { font-size: 24px; color: #8C3D03; line-height: 30px; font-weight:lighter;}
h2 { font-size: 20px; color: #000000; font-style: normal; padding-left: 20px; font-weight:lighter; background: url(../images/rec-text.png) no-repeat; line-height: 40px;  }
h3 { font-size: 16px; color: #423822; line-height: 18px; }
h4 { font-size: 13px; color: #8C3D03; font-style:normal; font-weight: bold; line-height: 10px; }
h5 { font-size: 14px; color: #423822; font-style:normal; font-weight: bold; }

#main {
	background-color: #ffffff;
	background-image: url(../images/bg_line.jpg);
	background-repeat:repeat-x;

	}
	
#main .container {
	/**min-height: 800px;**/
}

.container
{
	width: 900px;
	margin:auto;
	position: relative;
}

#header {
	height: 80px;
	padding-top:30px;
	padding-bottom: 0px;	
	}
	
#menubar {
	height: 38px;
	width: 600px;

}

#main-search-box {
	width:249px;
	height: 48px;
	float: right;
	padding-left: 30px;
	margin-top: -50px;;

}

.search-box-content {
	color: #FFFFFF;
	text-align: right;
	}
	
.menu-item {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	}

.menu-item-hover {
	color: #FFCC00;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}	

.menu-item-selected {
	color: #FFCC00;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}	

#master-content {
	width: 900px;
	margin-top:0px;
	margin-bottom:10px;
}

#left-container {
	vertical-align: top;
	width: 322px;
/**	float:left;
	**/margin-top: 30px;
	}
	
#logo h1, #logo small{
	margin: 0px;
	display: block;
	text-indent: -9999px;
	}
	
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
	width: 320px;
	height: 150px;
	border: 1px solid #CCCCCC;
	margin-left: 0px;

	}

#address {
	width: 285px;
	margin-top: -1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 0px 15px 5px 20px;
	}

#testimonials {
	width: 285px;

	margin-top: -1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px 15px 15px 20px;
	}

#news_events {
	width: 285px;
	margin-top: -1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
	padding: 15px 15px 15px 20px;
	}

#newsletter-subs {
	width: 285px;
	margin-top: -1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
	padding: 15px 15px 15px 20px;
	}
	
#login-box {
	width: 285px;
	margin-top: -1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;	
	padding: 15px 15px 15px 20px;
	}
	
#address-box {
	width: 450px;
}

#footer-column {
	width: 350px;
	float: right;
	margin-top: -60px;
	text-align: right;
}
	
#right-content {
	vertical-align: top;
	width: 578px;
/**	float:left;
	margin-left: -1px;
	**/margin-top: 30px;
	}	

#flash-box {
	text-align:right;
	height: 295px;
}

#newsletter-signup {
	height: 38px;
	padding-left:10px;
}

#call-banner {
	margin: 0px;
	height: 112px;
	}	
	
#main-content {
	padding: 10px 10px 10px 20px;
/**	border: 1px solid #CCCCCC;
	**/height: 100%;
	}
	
.btn-style {
	text-align: right;
	padding-right:5px;
}	

#form-style1 {
	background-color: #f9f9f9;
	border: 1px solid #CCCCCC;
	padding: 15px;
}


	
#footer {
	background: url(../images/bg_line_bottom.jpg) repeat-x;
	height: 110px;
	color: #FF9900;
	font-size:11px;
	font-style:normal;
	font-weight: normal;
	padding-top:20px;
}	

.footer-container
{	
	width: 860px;
	margin:auto;
	position: relative;
	padding: 20px;
	}

.footer-style {
	color: #FF9900;

}

.footer-style: hover, .footer-style: selected {
	color:#FF9900;
	}
		
	
	
		
