/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; outline: none; }
a { outline: none; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* @end */

html {
	background: url(../images/htmlbg.gif) repeat;
}

body {
	background: url(../images/pagebg.jpg) repeat-x left top;
	font: 90% "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#outerShadow {
	width: 1028px;
	margin: 0 auto;
	background: url(../images/outershadow.png) repeat-y center center;
}

#container {
	width: 988px;
	margin: 0 auto;
	/*box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 25px #000;
	-moz-box-shadow: 0 0 25px #000;*/
}

#clear {
	clear: both;
}

/* @group Header */

#header {
	height: 137px;
	overflow: hidden;
	background: #fff url(../images/headerbg.png) no-repeat left top;
}

.logo {
	float: left;
	display: block;
	position: relative;
	top: 26px;
	left: 10px;
}

#phone {
	float: right;
	position: relative;
	top: 26px;
	right: 10px;
	font-size: 1.2em;
}

#phone span {
	font-size: .8em;
}

/* @group Main Navigation */

#mainNavigation {
	clear: right;
	float: right;
	display: inline;
	position: relative;
	top: 60px;
}

#mainNavigation li {
	float: left;
	display: inline;
	margin: 0 10px;
	position: relative;
}

#mainNavigation li a {
	display: block;
	padding: 10px 20px;
	color: #3c5521;
	font-size: 1.2em;
	text-decoration: none;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}

#mainNavigation li.on a, #mainNavigation li a:hover, #mainNavigation li a:active {
	background: #642212;
	color: #fff;
}

#mainNavigation li.on .corner, #mainNavigation li a:hover .corner, #mainNavigation li a:active .corner {
	width: 10px;
	height: 10px;
	position: absolute;
	background-image: url(../images/corners-1.gif);
	background-repeat: no-repeat;
}

#mainNavigation .corner-lt {
	top: 0;
	left: 0;
	background-position: left top;
}

#mainNavigation .corner-rt {
	top: 0;
	right: 0;
	background-position: right top;
}

#mainNavigation .corner-rb {
	bottom: 0;
	right: 0;
	background-position: right bottom;
}

#mainNavigation .corner-lb {
	bottom: 0;
	left: 0;
	background-position: left bottom;
}

/* @end */

/* @end */

/* @group Content */

/* @group Mid Content */

#midContent {
	clear: both;
	height: 357px;
	background: url(../images/midcontentbg.jpg) no-repeat left top;
	color: #fff;
	position: relative;
}

#midContent .midpic {
	float: left;
	display: inline;
	margin-right: 10px;
	position: relative;
	top: 30px;
	left: 15px;
}

#midContent #reliableList {
	text-shadow: #000 1px 2px 4px;
	float: right;
	position: relative;
	top: 20px;
	right: 80px;
}

#midContent h4 {
	font-size: 1.8em;
	line-height: 2em;
	font-weight: bold;
}

#midContent #reliableList ul {
	text-align: left;
}

#reliableList ul li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	background: url(../images/midlist-bullet.png) no-repeat left center;
	padding-left: 40px;
	position: relative;
	left: 30px;
}

#learnMoreBtn {
	display: block;
	width: 169px;
	height: 38px;
	background: url(../images/learnmore-btn.png) no-repeat left top;
	text-indent: -99999em;
	position: relative;
	top: 30px;
	left: 70px;
}

/* @end */

#tagline {
	clear: both;
	padding: 20px 0;
	font-size: 1.8em;
	text-align: center;
	background: #c9d2b9;
	margin: 2px 0;
}

/* @group Main Content */

#mainContent {
	clear: both;
	background: #fff;
	padding-top: 10px;
}

#mainCopy {
	width: 540px;
	float: left;
	display: inline;
	padding: 0 10px;
}

#mainCopy h3 {
	font-size: 2em;
}

#mainCopy p {
	margin: 15px 0;
	line-height: 1.2em;
	font-size: 1.1em;
}

#mainCopy p em {
	text-transform: uppercase;
}

#contactInfo {
	text-align: center;
	width: 400px;
	padding: 0 10px;
	float: right;
	display: inline;
}

/*
#contactInfo #video {
	width: 300px;
	height: 200px;
	background: #ccc;
	margin: 0 auto;
}*/

*/

#contactInfo h4 {
	font-size: 1.8em;
	line-height: 3em;
}

#contactInfo p {
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.6em;
}

#contactInfo dl {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.1em;
}

#contactInfo dt {
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 8px;
}

#contactInfo dd {
	color: #666;
	line-height: 1.4em;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	clear: both;
	background: #fff;
	padding: 10px 0;
	text-align: center;
}

/* @end */
