/* ### GENERAL ### */

a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
* { margin: 0px; padding: 0px; }
html, body { font-family: "Times New Roman", Times, serif; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: "Times New Roman", Times, serif; font-size: 12px; color: #8c806e; }
body { background: #fff; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; height: 1px; }

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; background: url('../images/bodyMid.jpg') repeat-y center top; }
#wrapper #top { background: url('../images/headerTop.jpg') no-repeat center top; }
#wrapper #bottom { background: url('../images/footerBottom.jpg') no-repeat center bottom; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 930px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 930px; height: 206px; }
	#headerCntr h1 { position: absolute; top: 74px; left: 252px; }
	#headerCntr h1 a { display: block; width: 407px; height: 105px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
	#headerCntr a.quote { position: absolute; top: 45px; right: 35px; width: 94px; height: 44px; display: block; text-indent: -9999px; background: url('../images/quote.png') no-repeat; }

	/* ### MENU CONTAINER ### */
	#menuCntr { padding: 10px 25px; width: 880px; height: 37px; }
	#menuCntr li { list-style: none; padding: 0; float: left; font-size: 21px; }
	#menuCntr li a { display: block; float: left; height: 37px; text-decoration: none; text-transform: capitalize; color: #fff; font-style: italic; line-height: 37px; }
	
	#menuCntr li a:hover, #menuCntr li.active a { background: url('../images/menuRight.gif') no-repeat right center; }
	
	#menuCntr li a span { padding: 0 28px; display: block; line-height: 37px; float: left; }
	#menuCntr li a:hover span, #menuCntr li.active a span { background: url('../images/menuLeft.gif') no-repeat left center; }
	
	#menuCntr li.last {  }
	#menuCntr li.last a { font-size: 17px; font-weight: bold; font-style: normal; color: #DD8F1D; padding-left: 20px;}
	#menuCntr li.last a:hover { color: #fff; background: none; }
		
	/* ### CONTENT CONTAINER ### */
	#contentCntr { overflow: hidden; width: 930px; }
	
		/* ### CENTER CONTAINER ### */
		#centerCntr { padding: 15px 40px 20px 40px; width: 850px; background: url('../images/blueLine.gif') no-repeat 10px bottom; }
		#centerCntr h3 { font-size: 32px; color: #BD2419; font-style: normal; }
		#centerCntr p { padding-bottom: 20px; font-size: 19px; font-style: italic; color: #000; text-align: center; }
		#centerCntr ul.contact { padding-left: 5%; color: #3f3e3e; font-size: 16px; font-style: italic; width: 95%; overflow: hidden; }
		#centerCntr ul.contact li { width: 30%; float: left; list-style: none; }
		#centerCntr ul.contact li.last { padding-top: 30px; font-size: 20px; width: 40%; font-weight: bold; color: #BD2419; }

		/* ### PHOTO CONTAINER ### */
		#photoCntr { padding: 10px 40px 20px 40px; overflow: hidden; width: 850px; height: 351px; background: url('../images/photoBox.png') no-repeat 10px top; }
		
		/* ### PHOTO PAGE CONTAINER ### */
		#photopageCntr { padding: 10px 40px 20px 40px; overflow: hidden; width: 850px; background: url('../images/photoBox.png') no-repeat 10px top; }
		
			
			/* ### PHOTO BOX ### */
			.photoBox { width: 550px; float: left; }		
			.photoBox h2 { margin: 0 auto; width: 308px; height: 30px; text-indent: -9999px; background: url('../images/photoText.png') no-repeat; }
			.photoBox .frame { padding: 42px 0 0 41px; width: 504px; height: 339px; background: url('../images/photoFrame.png') no-repeat; }

			/* ### TESTIMONIALS BOX ### */
			.testimonialBox	{ width: 290px; float: right; }
			.testimonialBox h2 { display:block; width: 175px; height: 28px; margin: 0 auto; text-indent: -9999px; background: url('../images/testiMonials.png') no-repeat; }
			.testimonialBox p { padding: 15px; font-size: 23px; font-style: italic; text-align: center; color: #44b17d; font-weight: bold; }
			.testimonialBox h3 { padding: 5px; font-size: 19px; text-align: center; color: #ffffff; font-weight: bold; }
			.testimonialBox .testimonials { display:block; width: 287px; height: 326px; background: url('../images/testiBox.png') no-repeat; position: relative; }
			.testimonialBox span { display: block; text-align: center; color: #43b07c; font-size: 15px; font-weight: bold; }
			.testimonialBox a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;


}


/* ### TESTIMONIALS ZOOM FEATURE ### */
			#testimonialszoom { display: block; width: 287px; height: 326px; position: relative; right: 50px;}

			
		/* ### NEWS CONTAINER ### */
		#newsCntr { padding: 0px 40px 5px 19px; color: #343535; font-size: 16px; font-style: italic; width: 871px; }
		#newsCntr h2 { width: 215px; height: 80px; text-indent: -9999px; float: left; background: url('../images/news.png') no-repeat; }
		#newsCntr h3 { width: 215px; height: 80px; text-indent: -9999px; float: left; background: url('../images/testimonialbox.png') no-repeat; color:#FFF; }
		#newsCntr span { display: block; padding-bottom: 10px; }
		#newsCntr ul { padding: 20px 0; float: right; }
		#newsCntr ul li { width: 295px; float: left; list-style: none; padding-right: 30px; padding-top: -10px; padding-bottom: 10px; }
		
	/* ### FOOTER CONTAINER ### */
	#footerCntr { width: 930px; height: 230px; position: relative;  }
	#footerCntr p { padding: 40px; font-size: 13px; color: #353535; text-align: center; }
	#footerCntr a { color: #353535; text-decoration: none; text-transform: uppercase; }
	#footerCntr a:hover { text-decoration: underline; }
	#footerCntr a.bbblink { position: absolute; right: 10px; top: -40px; width: 124px; height: 147px; display: block; text-indent: -9999px; background: url('../images/bbb.png') no-repeat; }
	
	
	/* ### ABOUT US CONTAINERS ### */
	#aboutusl { display: block; width: 500px; height: 230px;  float: left; color:#FFF; font-size:15px; }
	#aboutusr { width: 330px; height: 230px; float: left; padding-left: 20px; color:#FFF; font-size:14px; }


	#contentfont { padding-bottom: 20px; font-size: 19px; font-style: italic; color: #000; text-align: left; width: 850px; }
	#faqfont { padding-bottom: 20px; font-size: 22px; font-style: italic; font-weight:bold; color: #FFF; text-align: left; ; }
	#faqfontbk {
	padding-bottom: 20px;
	font-size: 24px;
	font-style: italic;
	font-weight:bold;
	color: #BD2419;
	text-align: left;
	;
}
	#faqa { padding-bottom: 20px; font-size: 20px; font-style: italic; color: #fff; text-align: left; }
	#paddedbox { width: 800px; text-align: left;} 
	#white  { color: #FFF;}
	#paddedl  { padding-left: 40px;}

