/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#FFF;
	font-size:12px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#961b24;
}

a:focus { 
	outline:none;
}

img {
	border:none;
}


h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:56px; font-weight:100; text-transform:uppercase;  }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.days { font-size:15px; font-weight:bold; line-height:20px; }
.hours { font-size:11px; color:#dc8f96;}

.flag {
	position:relative;
	top:0;
	left:0;
	width:838px;
	height:62px;
	background-image:url(images/bg_flag.jpg);
	background-repeat:no-repeat;
	padding:74px 0 0 12px;
}

.flag h1 { color:#231f20;}

.open { text-transform:uppercase; font-size:24px; font-weight:700; margin:-5px 0 5px 0;}
.staffed { text-transform:uppercase; font-size:17px; font-weight:700; margin:0; }

.field {}
.textarea {}
.submit {}
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:850px;
	height:auto;
	z-index:1;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:679px;
	height:66px;
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	z-index:5;
	padding:102px 0 0 171px;
}

#logo {
	position:absolute;
	top:61px;
	left:-30px;
	width:169px;
	height:168px;
	z-index:5;
}

.hidden { position:absolute; display:none; }

#hidden_announce {
	position:absolute;
	z-index:999;
	left:250px;
	top:5px;
	background:url(images/bg_announce.png) repeat;
	width:300px;
	min-height:100px;
	border-radius:5px;
	padding:20px;
	overflow:hidden;
}

.closer {
	display:block;
	font-weight:bold;
	color:#fff;
	margin:0 0 -20px 250px;
}

.closer:hover{
	text-decoration:none;
	color:#cdb740;
}

#social {
	position:absolute;
	top:57px;
	right:2px;
	width:74px;
	height:32px;
}

#banner {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:333px;
	background:url(images/img_banner_short.jpg) no-repeat;
}

#banner img{
	position:absolute;
	top:265px;
	left:30px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:625px;
	height:66px;
}

/* ---- end nav id settings -------------------------- */

#main-home {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:285px;
	background-image:url(images/bg_main-home-tall.jpg);
	background-repeat:no-repeat;
}

#main {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:auto;
}

#main-sub-repeat {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:auto;
	background-image:url(images/bg_main-sub-repeat.jpg);
	background-repeat:repeat-y;
}

#main-sub-top {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:auto;
	background-image:url(images/bg_main-sub-top.jpg);
	background-repeat:no-repeat
}

/* ---- start main content settings -------------- */

#content_main-home {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:525px;
	height:270px;
	padding:15px 0 0 18px;
	line-height:21px;
}

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:525px;
	height:auto;
	padding:27px 0 10px 18px;
	line-height:20px;
}

#content_map {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:600px;
	height:auto;
	padding:27px 0 10px 18px;
	line-height:20px;
}

/* ---- end main content settings ---------------- */


.home_gal_1 {
	position:absolute;
	top:-30px;
	right:230px;
}
	
.home_gal_2{
	position:absolute;
	right:130px;
	top:-30px;
}


.sub_gal_1 {
	position:absolute;
	top:30px;
	right:130px;
}
	
.sub_gal_2 {
	position:absolute;
	right:30px;
	top:30px;
}

.gallery_thumb,
#facility_thumb{
	border:2px solid #fff;
	margin:0 11px 10px 11px;
}

#facility_thumb {
	position:absolute;
	right:20px;
	top:403px;
	z-index:999;
}

#facility_thumb2 {
	position:absolute;
	right:30px;
	top:30px;
	z-index:999;
	border:2px solid #fff;
}

#facility_thumb:hover,
#facility_thumb2:hover{
	border:2px solid #9c1c26;
}


/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:10px;
	float:right;
	width:175px;
	height:auto;
	padding:15px 50px 0 0;
}


#name, #email, #phone, #msg {
	width:310px;
}

#msg {
	height:100px;	
	margin-bottom:10px;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:830px;
	height:40px;
	clear:both;
	color:#231f20;
	padding:15px 10px 0 10px;
}

#copy { float:left;}

#zeekee { float:right; }

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:66px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav.png);
}

a#nav_01 {
	width:86px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -66px;
}

.active_01 {
	background-position: 0 -66px !important;
}

a#nav_02 {
	width:124px;
	background-position:-86px 0;
}

a:hover#nav_02{
	background-position:-86px -66px;
}

.active_02 {
	background-position:-86px -66px !important;
}

a#nav_03 {
	width:101px;
	background-position:-210px 0;
}

a:hover#nav_03{
	background-position:-210px -66px;
}

.active_03 {
	background-position:-210px -66px !important;
}

a#nav_04 {
	width:102px;
	background-position:-311px 0;
}

a:hover#nav_04{
	background-position:-311px -66px;
}

.active_04 {
	background-position:-311px -66px !important;
}

a#nav_05 {
	width:95px;
	background-position:-413px 0;
}

a:hover#nav_05{
	background-position:-413px -66px;
}

.active_05 {
	background-position:-413px -66px !important;
}

a#nav_06 {
	width:112px;
	background-position:-508px 0;
}

a:hover#nav_06{
	background-position:-508px -66px;
}

.active_06 {
	background-position:-508px -66px !important;
}
