/* 
	Author: Michael Grosser
    Description: This is the primary style sheet
    for this website. It contains all of the style
    information and formatting that is specific to
    this site.
*/
/* The following styles are for the general layout of the site, header, footer, and so on */
body
{
 	text-align: center;
  	background: url(../images/bg.png) repeat-y center #210908;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 	line-height: 18px;
}
a{color: #000000;}
#headAddress
{
 	background: #390f0e;
	color: #d2caca;
	width: 848px;
 	text-align: center;
	margin: auto;
	font-size: 10px;
	line-height: 15px;
}	
#header
{
	background: url(../images/header.jpg) no-repeat;
 	width: 848px;
	height: 156px;
	margin: auto;
	position: relative;
}
#nav
{
 	position: absolute;
 	width: 546px;
	left: 151px;
	top: 90px;
}
#nav ul
{
 	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li
{
	float: left;
	margin: 0;
}
#nav ul li a
{
 	line-height: 56px;
  	text-decoration: none;
 	color: #ffffff;
}
a.navHome {
	display:block;
	float:left;
	width:92px;
	height:56px;
	background: url(../images/nav.png) 0px 0px;
}
a.navHome_act, a.navHome:hover{
	display:block;
	float:left;
	width:92px;
	height:56px;
	background: url(../images/nav.png) 0px -56px;
}
a.navMenu {
	display:block;
	float:left;
	width:87px;
	height:56px;
	background: url(../images/nav.png) -92px 0px;
}
a.navMenu_act, a.navMenu:hover {
	display:block;
	float:left;
	width:87px;
	height:56px;
	background: url(../images/nav.png) -92px -56px;
}
a.navGallery {
	display:block;
	float:left;
	width:88px;
	height:56px;
	background: url(../images/nav.png) -179px 0px;
}
a.navGallery_act, a.navGallery:hover {
	display:block;
	float:left;
	width:88px;
	height:56px;
	background: url(../images/nav.png) -179px -56px;
}
a.navLocation {
	display:block;
	float:left;
	width:86px;
	height:56px;
	background: url(../images/nav.png) -267px 0px;
}
a.navLocation_act, a.navLocation:hover {
	display:block;
	float:left;
	width:86px;
	height:56px;
	background: url(../images/nav.png) -267px -56px;
}
a.navFacilities {
	display:block;
	float:left;
	width:87px;
	height:56px;
	background: url(../images/nav.png) -353px 0px;
}
a.navFacilities_act, a.navFacilities:hover {
	display:block;
	float:left;
	width:87px;
	height:56px;
	background: url(../images/nav.png) -353px -56px;
}
a.navContact {
	display:block;
	float:left;
	width:106px;
	height:56px;
	background: url(../images/nav.png) -440px 0px;
}
a.navContact_act, a.navContact:hover {
	display:block;
	float:left;
	width:106px;
	height:56px;
	background: url(../images/nav.png) -440px -56px;
}
#content
{
	background: url(../images/bg_content.jpg) no-repeat;
	width: 848px;
	margin: auto;
 	text-align: left;
	height: 435px;
	margin-bottom: 123px;
	position: relative;
}
#SubTitle
{
 	height: 31px;
  	position: relative;
    padding-top: 35px;
    margin-bottom: 30px;
	padding-left: 37px;
}
#SubTitle div
{
 	position: absolute;
}
#footer
{
 	background: url(../images/footer_bg.png) repeat-x #000000;
  	height: 101px;
  	width: 100%;
	position: fixed;
   	bottom: 0;
    text-align: center;
	left: 0;
	z-index: 100;
}
#footerLinks
{
	width: 785px;
	color: #fff;
 	font-size: 12px;
	line-height: normal;
 	line-height: 18px;
	margin: auto;
 	padding-top: 3px;
 	text-align: center;
}
#footerLinks div
{
 	float: left;
	text-align: left;
 	margin: auto;
  	background: url(../images/footer_bg_spacer_red.png) right no-repeat;
	padding: 15px;
 	padding-top: 2px;
 	height: 115px;
	width: auto;
}
#footerLinks a
{
 	color: #fff;
}
#footerLinks ul
{
 	list-style: square;
	text-align: left;
 	padding-left: 15px;
}
#flashContentHolder
{
 	width: 330px;
  	height: 349px;
 	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #E3E3E3;
	z-index: 0;
}

.clearfloat
{
 	width: 0px;
	height: 0px;
 	clear: both;
}

/* Home Page Styles */
#contentHome
{
 	width: 470px;
	padding-left: 36px;
	float: left;
}
#contentHome p
{
 	padding-bottom: 18px;
}
/* Facilities Page Styles */
.facilityRow
{
 	clear: both;
}
.facilities
{
  	width: 205px;
   	margin-right: 30px;
    float: left;
    margin-bottom: 4px;
}
.facilities h2
{
 	color: #7D1F1E;
	font-size: 14px;
}
.facilities p
{
 	font-size: 12px;
  	padding-left: 3px;
}
/* Contact Page Styles */
#contactForm
{
 	width: 400px;
	padding-left: 36px;
	float: left;
}
.col1 {
	text-align: left;
	width: 200px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	background: url(images/bg_label.gif) no-repeat;
 	font-size: 14px;
}

.col2 {
	width: 200px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/bg_textfield.gif) no-repeat;
}

.col2comment {
	width: 200px;
	margin: 0;
	display: block;
	float: left;
	background: url(images/bg_textarea.gif) no-repeat;
}

.col1comment {
	text-align: left;
	width: 200px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label_comment.gif) no-repeat;
}

div.row {
	clear: both;
	width: 610px;
}

.submit {
	height: 29px;
	width: 330px;
	background: url(images/bg_submit.gif) no-repeat;
	padding-top: 5px;
	clear: both;
} 

.input {
	background-color: #fff;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 4px 0 5px 8px;
	padding: 1px;
	border: 1px solid #393939;
	width: 200px;
}
.textarea {
	border: 1px solid #393939;
	background-color: #fff;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 4px 0 5px 8px;
	width: 200px;
}
.col2 label.error, .col2comment label.error, .showError {
	margin: 3px;
 	margin-left: 10px;
	display: block;
 	color: #F00;
 	font-size: 11px;
  	padding: 4px;
   	border: 1px #f00 solid;
    background: #fcd2d1;
    font-style: italic;
}
/* Location Page Style */
#contentLocation
{
	padding-left: 36px;
	float: left;
 	width: 560px;
  	text-align: left;
	margin-bottom: 123px;
}
/* Gallery Page Styles */
#contentGallery{
	padding-left: 36px;
	float: left;
 	width: 700px;
  	text-align: left;
}
.galleryImage
{
 	width: 110px;
  	padding: 3px;
   	float: left;
    background:#FFF;
    border: 1px solid #999;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 8px;
}