/* CSS Document */

body {
	background-image: url(img/bg-spring.jpg);
	background-repeat: repeat-x;
	margin: 0;
	background-color: #85925A;
}

* img {			/* Only Visible by IE6 and earlier */
	behavior: url("iepngfix.htc");
}

* img, #headerTop {			/* Only Visible by IE6 and earlier */
	behavior: url("iepngfix.htc"); 
}

* img, #footer {			/* Only Visible by IE6 and earlier */
	behavior: url("iepngfix.htc"); 
}

h1.sectionHeading {
	font: normal 22px "Trebuchet MS";
	color: #2f2014;
	padding: 0;
	line-height: 24px;
	display: block;
	background: url(img/brown_dots.gif) bottom repeat-x;
	margin: 30px 0 0 0;
}

h1.splashHeading {
	font: normal 22px "Trebuchet MS";
	color: #2f2014;
	padding: 0;
	line-height: 24px;
	display: block;
	background: url(img/brown_dots.gif) bottom repeat-x;
	margin: 0;
}

.intro {
	font: normal 14px "Times New Roman";
	color: #2f2014;
}

.footerAddress {
	font: normal 12px "Trebuchet MS";
	color: #2f2014;
	float: left;
	display: block;
	width: 635px;
	margin: 10px 0 0 10px;
	text-align: center;
}

#header {
	width: 675px;
	height: 194px;
	margin: 0 auto;
}

#prefooter {
	height: 14px;
	width: 14px;
	float: right;
	margin: 10px 10px 5px 0;
}

#footer {
	width: 675px;
	height: 43px;
	margin: 0 auto;
	background: url(img/footer.png) top center no-repeat;
}

#headerTop {
	background: url(img/headerTop.png) no-repeat;
	margin: 0;
	float: left;
	display: inline;
	padding: 0px;
	height: 50px;
	width: 675px;
}

#headerBtm {
	background: url(img/headerBtm.jpg) no-repeat;
	margin: 0;
	float: left;
	display: inline;
	padding: 0px;
	height: 144px;
	width: 675px;
}

#splash {
	float: left;
	display: inline;
	width: 365px;
	margin: 0 0 0 20px;
}

#testimonials {
	float: left;
	display: inline;
	width: 365px;
	margin: 20px 0 0 20px;
}

#ad_video {
	/*background: url(img/ad_video_frame.jpg) no-repeat;*/
	width: 253px;
	height: 255px; /* 275px - 20px */
	float: right;
	display: inline;
	margin: 0 15px 0 0;
	padding: 20px 0 0 17px;
}

#contentWrap {
	width: 675px;
	margin: 0 auto;
	background: url(img/contentBg.gif) repeat-y;
}

#menu {
	width: 675px;
	height: 55px;
	float: left;
	display: inline;
	margin: 0;
	background: url(img/menuBg.jpg) top no-repeat;
	font-family: "Trebuchet MS";
	font-size: 13px;
	letter-spacing: -1px;
}

#menu ul {
	text-align:center;
	padding-bottom:5px;
	padding-top:10px;
	padding-left:0;
	margin-top:0; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left:0;
	width:100%;
	line-height:18px; /* fixes Firefox 0.9.3 */
}

#menu ul li {
	display:inline;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px; /* matches link padding except for left and right */
	padding-top:5px;
}

#menu ul li.spacer {
	font-size: 16px;
	letter-spacing: -2px;
}

#menu ul li a {
	text-decoration:none;
	color: #F4F1D4;
}

#menu ul li a:hover {
	color:#fff;
}

/*================================
		Brad's Web Design
==================================*/

#bwd {
	width: 15px;
	height: 15px;
	background-image: url(img/bwd.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 10px;
	font-size: 10px;
	margin: 0 20px 0 auto;
}

#bwd:hover {
	background-color: #a5d63c;
}
	
