/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#404040;
	font-size:15px;
	margin:0 auto;
	background-color:#ff9000;
	background-repeat: no-repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_page.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

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;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:940px;
	height:auto;
	background:url(images/bg_main.jpg) repeat-y;
}

#header_home {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:407px;
	background:url(images/bg_header-home.jpg) no-repeat;
}

#header_sub {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:228px;
	background:url(images/bg_header-sub.jpg) no-repeat;
}

#header_sub-blank {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:228px;
	background:url(images/bg_header-banner-blank.jpg) no-repeat;
}


#flash_banner {
	position:relative;
	top:40px;
	left:26px;
}

#sub_banners {
	position:relative;
	top:40px;
	left:26px;
}


/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	bottom:0;
	left:30px;
	width:940px;
	height:40px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:14px;
	left:30px;
	float:left;
	width:610px;
	height:auto;
}

#promo_boxes {
	position:relative;
	left:-12px;
	margin:20px 0 10px 0;
	height:230px;
	font-size:13px;
}

#hours_box {
	position:relative;
	float:left;
	width:170px;
	height:161px;
	background:url(images/bg_hours-box.jpg) no-repeat;
	padding:65px 15px 0 15px;
}


#general_box {
	position:relative;
	float:left;
	width:173px;
	height:161px;
	background:url(images/bg_general-box.jpg) no-repeat;
	padding:65px 15px 0 15px;
}

#safety_box {
	position:relative;
	float:left;
	width:172px;
	height:157px;
	background:url(images/bg_safety-box.jpg) no-repeat;
	padding:68px 15px 0 20px;
}

#newsletter {
	position:relative;
	top:0;
	left:-12px;
	float:left;
	width:400px;
	height:48px;
	background:url(images/bg_newsletter.jpg) no-repeat;
	margin:10px 0 20px 0;
	padding:0 0 0 210px;
}

.newsletter_textbox {
	width:250px;
}

.newsletter_button {
	position:relative;
	top:10px;
}

#invitations {
	position:relative;
	float:left;
	margin:0 15px 15px 0;
	font-size:12px;
}


/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:25px;
	left:0;
	float:right;
	width:280px;
	height:auto;
	padding:10px;
}

#tv_flash {
	margin:10px 0 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:58px;
	clear:both;
	background:url(images/bg_footer.jpg) no-repeat;
	margin:25px 0 0 0;
	font-size:13px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#copy {
	position:relative;
	top:20px;
	margin-left:36px;
	float:left;
	width:167px;
}

#footer_address {
	position:relative;
	top:13px;
	left:0;
	float:left;
	width:556px;
	text-align:center;
}

#slug {
	position:relative;
	top:15px;
	right:26px;
	float:right;
	width:118px;
}


/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:91px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:139px;
	background-position:-91px 0;
}

a:hover#nav_02{
	background-position:-91px -40px;
}

.active_02 {
	background-position:-91px -40px !important;
}

a#nav_03 {
	width:152px;
	background-position:-230px 0;
}

a:hover#nav_03{
	background-position:-230px -40px;
}

.active_03 {
	background-position:-230px -40px !important;
}

a#nav_04 {
	width:117px;
	background-position:-382px 0;
}

a:hover#nav_04{
	background-position:-382px -40px;
}

.active_04 {
	background-position:-382px -40px !important;
}

a#nav_05 {
	width:158px;
	background-position:-499px 0;
}

a:hover#nav_05{
	background-position:-499px -40px;
}

.active_05 {
	background-position:-499px -40px !important;
}

a#nav_06 {
	width:116px;
	background-position:-657px 0;
}

a:hover#nav_06{
	background-position:-657px -40px;
}

.active_06 {
	background-position:-657px -40px !important;
}

a#nav_07 {
	width:106px;
	background-position:-773px 0;
}

a:hover#nav_07{
	background-position:-773px -40px;
}

.active_07 {
	background-position:-773px -40px !important;
}


/* ---- start nav drop settings -------------------------- */

#sub_nav {
	position:absolute;
	left:125px;
	font-size: 12px;

}

#sub_nav a {
	color: #ffffff;
	display:block;
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #ffc700;
	background-color:#c61e1e;
}

#sub_nav a:hover {
	padding: 5px;
	text-decoration: none;
	background-color:#1e376d;
}

#L1, #L2, #L3, #L4, #L5 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color: #c61e1e;
	border: 1px solid #ffc700;
	width:125px;
}

#L1 { left:0; }
#L2 { left:145px; }
#L3 { left:285px; }
#L4 { left:420px; }
#L5 { left:560px; }


.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

