@charset "UTF-8";
/***** Layout Styles CSS Document *****/

/***** CSS Reset http://meyerweb.com/eric/tools/css/reset/ *****/
/***** v1.0 | 20080212 *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acrynym, address, big, cite, code, del, dfn, em, font, img, ind, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thread, tr, th, td {
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: #CCC;
	background: #1F1F1F;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 35px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
}
#container {
	margin: 0px;
	padding: 0px;
}
#head_wrapper {
	height: 200px;
	width: 100%;
	background: url(../images/layout/header_bkg.jpg) repeat-x;
}
.home #header a#home, .home #header a#home:hover, .home #header a#home:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat 0px -138px;
	cursor: default;
}
.services #header a#services, .services #header a#services:hover, .services #header a#services:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -82px -138px;
	cursor: default;
}
.about #header a#about, .about #header a#about:hover, .about #header a#about:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -201px -138px;
	cursor: default;
}
.videos #header a#videos, .videos #header a#videos:hover, .videos #header a#vidoes:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -326px -138px;
	cursor: default;
}
.photos #header a#photos, .photos #header a#photos:hover, .photos #header a#photos:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -421px -138px;
	cursor: default;
}
.policy #header a#policy, .policy #header a#policy:hover, .policy #header a#policy:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -526px -138px;
	cursor: default;
}
.contact #header a#contact, .contact #header a#contact:hover, .contact #header a#contact:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -685px -138px;
	cursor: default;
}
#header {
	background: url(../images/layout/logo_bkg.jpg) no-repeat;
	height: 150px;
	width: 836px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header h1, #header h2 {
	left: -1000em;
	position: absolute;
}
#mainNav {
	position: absolute;
	bottom: -20px;
	left: 18px;
}
#mainNav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#mainNav li  a{
	display: block;
}
#mainNav li a#home {
	background: url(../images/layout/nav_sprite.jpg) no-repeat 0px 0px;
	height: 46px;
	width: 82px;
}
#mainNav li a#home:hover {
	background: url(../images/layout/nav_sprite.jpg) no-repeat 0px -46px;
	height: 46px;
	width: 82px;
}
#mainNav li a#home:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat 0px -92px;
	height: 46px;
	width: 82px;
}
#mainNav li a#services {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -82px 0px;
	height: 46px;
	width: 119px;
}
#mainNav li a#services:hover {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -82px -46px;
	height: 46px;
	width: 119px;
}
#mainNav li a#services:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -82px -92px;
	height: 46px;
	width: 119px;
}
#mainNav li a#about {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -201px 0px;
	height: 46px;
	width: 125px;
}
#mainNav li a#about:hover {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -201px -46px;
	height: 46px;
	width: 125px;
}
#mainNav li a#about:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -201px -92px;
	height: 46px;
	width: 125px;
}
#mainNav li a#videos {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -326px 0px;
	height: 46px;
	width: 95px;
}
#mainNav li a#videos:hover {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -326px -46px;
	height: 46px;
	width: 95px;
}
#mainNav li a#videos:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -326px -92px;
	height: 46px;
	width: 95px;
}
#mainNav li a#photos {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -421px 0px;
	height: 46px;
	width: 105px;
}
#mainNav li a#photos:hover {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -421px -46px;
	height: 46px;
	width: 105px;
}
#mainNav li a#photos:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -421px -92px;
	height: 46px;
	width: 105px;
}
#mainNav li a#policy {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -526px 0px;
	height: 46px;
	width: 159px;
}
#mainNav li a#policy:hover {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -526px -46px;
	height: 46px;
	width: 159px;
}
#mainNav li a#policy:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -526px -92px;
	height: 46px;
	width: 159px;
}
#mainNav li a#contact {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -685px 0px;
	height: 46px;
	width: 115px;
}
#mainNav li a#contact:hover {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -685px -46px;
	height: 46px;
	width: 115px;
}
#mainNav li a#contact:active {
	background: url(../images/layout/nav_sprite.jpg) no-repeat -685px -92px;
	height: 46px;
	width: 115px;
}
#main_content {
	background: url(../images/layout/content_bkg.jpg) repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 18px 5px;
}
#footer {
	background: url(../images/layout/footer_bkg.jpg) no-repeat;
	height: 55px;
	width: 836px;
	margin: 0px auto;
}
#lower_nav {
	text-align: left;
	float: left;
	position: relative;
	left: 50%;
}
#lower_nav ul {
	list-style: none;
	position: relative;
	left: -50%;
	margin-top: 15px;
}
#lower_nav li {
	float: left;
	position: relative;
}
#lower_nav li a {
	color: #000;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
}
#lower_nav li a:hover {
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #333;
	color: #999;
}
#lower_nav li a:active {
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 2px solid #333;
	font-style: normal;
}
.copyright {
	font-size: 0.7em;
	color: #CCC;
	padding: 25px 0px 0px 18px;
	margin: 0px;
	float: left;
	clear: both;
}
.sitePrivacy {
	float: right;
	font-size: 0.7em;
	padding-top: 25px;
	padding-right: 18px;
}
.sitePrivacy a {
	text-decoration: underline;
	color: #CCC;
	padding-right: 3px;
	padding-left: 3px;
}
.sitePrivacy a:hover {
	text-decoration: underline;
	color: #006633;
}
.sitePrivacy a:active {
	text-decoration: underline;
	color: #DCBE3C;
}
.clearFloat {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.hide {
	position: absolute;
	left: -1000em;
}
