/*
------------------------------------------------------
RESET
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
------------------------------------------------------
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/*
------------------------------------------------------
TOOLBOX
------------------------------------------------------
*/
.hide { display: none; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center !important }
.alignRight { text-align: right; !important }
.justify { text-align: justify; !important }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.textBottom { vertical-align: text-bottom; }
.right { float: right; }
.left { float: left; }
strong { font-weight: bold; }
ul, ol, dl {position: relative; } 
.current { cursor: default; }
.clear { width: 100%; height: 1px; margin: 0 0 -1px; clear: both; }
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
br.clearfix {
	clear:both;
	margin:0px !important;
	padding:0px !important;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
a { outline: none; }
.center {
	text-align: center;
	margin: 0 auto;
}
/*
------------------------------------------------------
SETTINGS
------------------------------------------------------
*/
html {
	background: url(../images/pageBG.jpg) repeat-x black;
	z-index: 0;
}
body {
	height: 100%;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	z-index: 1;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	color: #810000;
}
a,
a:visited {
	color: #810000;
}
a:hover {
	color: #CC0000;
}
/*
------------------------------------------------------
GLOBAL
------------------------------------------------------
*/
.pageWrap {
	position: relative;
	width: 820px;
	margin: 0 auto;
}
.header {
	position: relative;
	width: 100%;
	height: 209px;
	background: url(../images/header.jpg); 
}
.header img {
	position: absolute;
	top: 134px;
	left: 20px;
}
.contentHolder {
	position: relative;
	width: 100%;
	background: url(../images/contentBG.jpg) repeat-y;
	z-index: 5;
}
.content {
	position: relative;
	margin: 0 auto;
	width: 587px;
	padding: 0px 15px 0px 15px;
	z-index: 6;
}
.label {
	position: relative;
	margin-left: 15px;
}
.text {
	position: relative;
	margin: 0 auto;
	width: 525px;
	line-height: 17px;
}
.footer {
	position: relative;
	width: 100%;
	height: 24px;
	text-align: center;
	padding-top: 200px;
	font-size: 10px;
	color: #888888;
	background: url(../images/footer.jpg) no-repeat;
	z-index: 3;
}
/*
------------------------------------------------------
NAVIGATION
------------------------------------------------------
*/
.nav ul {
	margin: 0px;
	width: 100%;
	height: 100px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow: hidden;
}
	.nav ul li {
		float: left;
	}
	.nav ul li a {
		display: block;
		height: 100px;
		text-indent: -9999px;
		overflow: visible;
			}
		.nav ul li.home a {
			width: 59px;
			background: url(../images/homeBtn.jpg) top center no-repeat;
		}
		.nav ul li.about a {
			width: 84px;
			background: url(../images/aboutBtn.jpg) top center no-repeat;
		}
		.nav ul li.gallery a {
			width: 78px;
			background: url(../images/galleryBtn.jpg) top center no-repeat;
		}
		.nav ul li.faq a {
			width: 49px;
			background: url(../images/faqBtn.jpg) top center no-repeat;
		}
		.nav ul li.links a {
			width: 60px;
			background: url(../images/linksBtn.jpg) top center no-repeat;
		}
		.nav ul li.contact a {
			width: 77px;
			background: url(../images/contactBtn.jpg) top center no-repeat;
		}
		.nav ul li a:hover {
			background-position: center bottom;
		}
/*
------------------------------------------------------
INDEX
------------------------------------------------------
*/
.text ol {
	padding: 0px 40px 0px 40px;
}
.text ol li {
	margin-top: 15px;
}
.enterLeave {
	position: relative;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
/*
------------------------------------------------------
HOME
------------------------------------------------------
*/
.homeText {
	position: relative;
	margin: 0 auto;
	width: 525px;
	text-indent: 25px;
	padding-top: 10px;
	line-height: 17px;
}
.homeText h1 {
	margin: 5px 0px 0px -30px;
}
/*
------------------------------------------------------
ABOUT
------------------------------------------------------
*/
.aboutText {
	position: relative;
	margin: 0 auto;
	width: 525px;
	text-indent: 25px;
	padding-top: 10px;
	line-height: 17px;
}
.aboutText img.left {
	margin: 0px 20px 0px 0px;
	border: 3px solid #810000;
}
.aboutText h1 {
	margin: 5px 0px 0px -30px;
}
/*
------------------------------------------------------
GALLERY
------------------------------------------------------
*/
.pics {
	position: relative;
	margin: 20px auto 0px;
	width: 525px;
	padding-top: 10px;
}
.pics img {
	margin: 5px 15px 5px 15px;
	border: 3px solid #810000;
	cursor: auto !important;
}
.pics img:hover {
	border: 3px solid #CC0000;
	cursor: auto !important;
}
/*
------------------------------------------------------
FAQ
------------------------------------------------------
*/
.question {
	font-size: 16px;
	font-weight: bold;
	text-indent: 25px;
	margin-top: 25px;
}
.answer {
	position: relative;
	width: 400px;
	margin: 15px 0px 0px 50px;
	padding: 20px 25px 20px 25px;
	color: #e9e9e9;
	font-weight: bold;
	background: #810000;
}
/*
------------------------------------------------------
LINKS
------------------------------------------------------
*/
.banner {
	position: relative;
	width: 468px;
	margin: 0 auto;
}
.banner a {
	text-decoration: none;
}
/*
------------------------------------------------------
CONTACT
------------------------------------------------------
*/
.number {
	position: relative;
	margin: 40px 0px 40px 170px;
	font-size: 22px;
	font-weight: bold;
	color: #810000;
}
.email {
	position: relative;
	margin: 40px 0px 0px 115px;
	font-size: 20px;
	font-weight: bold;
}