@charset "UTF-8";

/*
----------------     Site Colors     ----------------

Deep Red:				#9d300a
Golden Yellow (bg): 	#f4cc44
Pale Yellow (text): 	#fae6a2
Avacado Green:			#918f29
Beige (container bg):	#f5f4ea
Orange:					#f3ba5e



----------------------------------------------------
*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4cc44;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container { 
	width: 937px; 
	background:url(images/content_bg.gif) repeat-y #f5f4ea;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
	height: auto !important;
    min-height: 400px;
	padding-bottom:5px;
} 
#header img { 
	padding: 0;
	margin:0;
	height:220px;
	width:937px;
} 

/*		Navigation		*/
#navigation {
	font-size:13px;
	position:absolute;
	padding: 0px 0 0 10px;
	line-height:30px;
	width:917px;
}
#navigation ul {
	padding:0 0 0 30px;
	margin:0;
	background-color:#f3ba5e;
}
#navigation ul li {
	display: inline;
	list-style-type: none;
}
#navigation a {
	color: #000;
	text-decoration:none;
	padding:0 27px;
}
#navigation a:hover {
	color: #9d300a;
}




/*		Interior Layout		*/
#sidebar1 {
	float: right; 
	width: 255px;
	padding: 45px 15px 15px 15px;
	margin-right:10px;
	font-size:12px;
}
#mainContent { 
	padding: 15px 20px;  
	font-size:12px;
} 
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {color:#9d300a;}


.ContentBoxTop { 
	width:589px; 
	height:56px; 
	background: url(images/contentblock_top.gif) no-repeat top; 
	margin-top:14px; 
	font-size:0px;
	position:relative; 
	z-index:0;
}
.ContentBoxMiddle{
	background:url(images/contentblock_middle.gif) repeat-y scroll center top;
	float:left;
	width:589px;
}
.ContentBoxText{
	width:540px;
	float:left; 
	margin:0px 0px 0px 20px;  
	position:relative; 
	z-index:1; 
	padding: 0 20px 0 10px;
	font-size:12px;
}
.ContentBoxText p.link {
	text-align:right;
	padding-right:10px;
}
.ContentBoxText p {
	padding-right:20px;
}
h1 {
	color:#9d300a; 
	font-size:18px;
	margin:0;
}
h2 {
	font-size:15px;
	margin:0; 
}
h3 {
	color:#9d300a; 
}
.ContentBoxTitle a{
	color:#9d300a; 
	font-size:18px;
}
.ContentBoxBottom { 
	width:589px; 
	height:14px; 
	background: url(images/contentblock_bottom.gif) no-repeat top; 
	font-size:0px; 
	float:left;
}

.subhead { font-size:14px; }
.subscribetop {
	background:url(images/subscribe_top_text.gif) top center no-repeat;
    margin-top:20px;
    display:block;
    width:255px;
    height:52px; 
	
}
.subscribetop h2 {
	padding:8px 15px 0 15px;
	color:#9d300a;
}
.subscribebottom {
	background:url(images/subscribe_bottom.gif) bottom center no-repeat;
    display:block;
    width:255px;
    height:52px;
	
}
.subscribebottom table {
	padding:0 10px 0 15px;
}

.testimonialtop {
	background:url(images/testimonial_top2.gif) top center no-repeat;
    margin-top:20px;
    display:block;
    width:255px;
    height:65px; 
}
.benefitstop {
	background:url(images/benefits-top.gif) top center no-repeat;
    margin-top:20px;
    display:block;
    width:255px;
    height:65px; 
}

.testimonialmiddle {
	background:url(images/testimonial_middle.gif) top center repeat-y;
    padding:10px 15px 0 15px;
	font-size:14px;
	color:#fae6a2;
}
p.link {
	text-align:right;
}
.testimonialbottom {
	background:url(images/testimonial_bottom2.gif) bottom center no-repeat;
    width:255px;
    height:20px;
}	

.caption {font-size:9px; font-style:italic;}


/*      Footer      */

#footer {
	width: 917px; 
	background-color:#9d300a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
	color:#fff;
	font-size:12px;
	margin-top:20px;
}
#footerTop {
	background:url(images/footer-top-corners.png) no-repeat scroll 0 0 transparent;
    width:917px;
    height:11px; 
	margin: 0;
}
#footerContent {
	padding:0px 15px;
}
#footer h2, #footer h3 {color:#fff;}
#footer h2 {
	border-bottom:1px solid #b86536; 
	padding-bottom:8px;
	font-size:21px;
	font-weight:normal;
}
#footer a {color:#fff; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
.footerNavColLeft {
	float: left;
    padding-right: 15px;
    width: 290px;
}
.footerNavColRight {
	float: right;
    width: 260px;
}
.footerNavColLeft ul, .footerNavColRight ul {
    line-height: 18px;
    list-style: none outside none;
    margin-right: 12px;
	padding-left:10px;
}

.footerNavColRight ul li.address {
	background:url(images/icon-address.gif) no-repeat 0 3px;
    margin: 0;
    padding: 0 0 0 25px;
}
.footerNavColRight ul li.phone {
	background:url(images/icon-phone.gif) no-repeat 0 3px;
    margin: 0;
    padding: 0 0 0 25px;
}
.footerNavColRight ul li.email {
	background:url(images/icon-email.gif) no-repeat 0 3px;
    margin: 0;
    padding: 0 0 0 25px;
}
#footerBottom {
	background:url(images/footer-bottom-corners.png) no-repeat scroll 0 0 transparent;
    width:917px;
    height:13px; 
	margin: 0;
	clear:both;
}
