@charset "utf-8";
body {
	background: #BC987E;
}

.imgL {
 float: left;
 margin: 5px 15px 0 0;
 /*border: solid 2px #bd922d;*/
}
.imgR {
 float: right;
 margin: 5px 0 0 15px;
 /*border: solid 2px #bd922d;*/
}

.VideoTxt {
	font-size:11px;
	text-align: center;
}
.video {
	margin-left:15px;
	float: right;
	width: 340px;
	clear: right;
	background: #C1DEFE;
}
#container {
	width: 950px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #0e5056 url(../img/headerBG.jpg) top left repeat-x; 
	height: 120px;
	padding: 0 25px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*border-bottom: 3px solid #BC987E;*/ /* JDS - Removed 3/31/2009. */
}
#header h1 {
	text-indent: -9009px;
}
#tag {
	background: #0e5056 url(../img/tagBG.jpg) top left repeat-x; 
	height: 65px;
	padding: 0 25px;
	border-bottom: 3px solid #fff;
	text-align: center;
}
#tag h2 {
	padding: 14px;
	color: #490900;
	font-size: 1.5em;
}
#banner {
	background: #0e5056 url(../img/bannerBG.jpg) center no-repeat; 
	height: 210px;
	padding: 0;
	border-bottom: 3px solid #fff;
}
#banner2 {
	background: #0e5056 url(../img/bannerBG2.jpg) center no-repeat; 
	height: 210px;
	padding: 0;
	border-bottom: 3px solid #fff;
}
#nav {
	background: #490900; 
	height: 210px;
	width: 320px;
	padding: 0;
	float: left;
	text-align: center;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	display: block;
	width: 320px;
	border-bottom: 1px solid #fff;
	
}
#nav ul li a {
	color: #c1defe;
	font-weight: bold;
	display: block;
	background: #BC987E;
	width: 260px;
	margin-left: 30px;
	padding: 3px 0;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #c1defe;
	background: #490900;
}
#cta {
	background: #490900; 
	height: 210px;
	width: 320px;
	padding: 0;
	float: right;
	text-align: center;
}
#cta h3 {
	padding: 10px 0 0 0;
	color: #fff;
	font-size: 3em;
}
#cta a {
	color: #fff;
	text-decoration: none;
	font-size: 2em;
}
#cta a:hover {
	text-decoration: underline;
}
#mainContent {
	padding: 0 75px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top: 3px solid #BC987E;
	font-size:14px;
}
#mainContent p {
	margin-bottom:13px;
}
#mainContent h1 {
	color: #0e5056;
	margin-top: 10px;
	margin-bottom:6px;
}
#mainContent h2 {
	color: #490900;
	margin-bottom:6px;
}
#mainContent h2.testimonial {
	color: #490900;
	font-size: 1.5em;
	margin-bottom:6px;
}
#mainContent h2.testimonial-vid {
	color: #490900;
	font-size: 1.5em;
	margin-bottom:6px;
	float: right;
}
#mainContent h3 {
	margin-bottom:3px;
}
#mainContent li {
	margin-left:20px;
}
#footer {
	padding: 0 25px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0e5056;
	color: #fff;
	text-align: right;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #BC987E;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
