html {overflow-y: scroll;}

body {
	text-align: center;
	background: #008099;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Tahoma;
	font-size: 100%;
	}
	
a {
	color: #1674c2;
	text-decoration: underline;
	}
	
a:hover {
	color: #f55e35;
	}

/********************** BASIC CORE **********************/
	
.clear {clear: both}
.float_right {float: right}	
.float_left {float: left}
.thumb_float_right {float: right;margin-left:10px;}	
.thumb_float_left {float: left;margin-right:10px;}
.icon {
	vertical-align: middle;
	display: inline;
	margin: 2px;
	}

h1, h2, h3, h4, h5, h6 {
	color: #3ba376;
	letter-spacing: .02em;
	font-family: Arial, Tahoma, Verdana;
	margin: 2px 0;
	font-weight: normal;
	}
	
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1.0em;}
h6 {font-size: .9em;}

hr {
	background: #ced5e0;
	color: #ced5e0;
	height: 1px;
	border: 0;
	}

.mainwrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: .8em;
	}
	
/******** TOPNAV ********/
#topnav {
	background: #cb4800 url(../images/topnav_main.jpg) bottom left repeat-x;
	height: 44px;
	overflow: hidden;
	}
	
#topnav .topnav_left {
	background: url(../images/topnav_left.jpg) top left no-repeat;
	float: left;
	width: 36px;
	height: 44px;
	}
	
#topnav .topnav_links {
	background: url(../images/topnav_links_new.gif) no-repeat;
	background-position: 0 -44px;
	float: left;
	width: 888px;
	height: 44px;
	}
	
		#topnav .topnav_links ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			
		#topnav .topnav_links li {
			margin: 0;
			padding: 0;
			float: left;
			}
			
		#topnav .topnav_links li a {
			outline: none;
			height: 44px;
			display: block;
			}
			
		.topnav_links a.topnav_home,.topnav_links a.topnav_home_active {
			background: url(../images/topnav_links_new.gif) no-repeat;
			background-position: 0px 0;
			width: 76px;
			}
						
		.topnav_links a.topnav_home_active {
			background-position: 0px -88px;
			}
						
		.topnav_links a.topnav_about,.topnav_links a.topnav_about_active {
			background: url(../images/topnav_links_new.gif) no-repeat;
			background-position: -76px 0;
			width: 81px;
			}
			
		.topnav_links a.topnav_about_active {
			background-position: -76px -88px;
			}
						
		.topnav_links a.topnav_information,.topnav_links a.topnav_information_active {
			background: url(../images/topnav_links_new.gif) no-repeat;
			background-position: -157px 0;
			width: 151px;
			}
			
			.topnav_links a.topnav_information_active {
				background-position: -157px -88px;
				}
			
		.topnav_links a.topnav_packages,.topnav_links a.topnav_packages_active {
			background: url(../images/topnav_links_new.gif) no-repeat;
			background-position: -308px 0;
			width: 186px;
			}
						
			.topnav_links a.topnav_packages_active {
				background-position: -308px -88px;
				}
						
					.topnav_links a.topnav_events,.topnav_links a.topnav_events_active {
						background: url(../images/topnav_links_new.gif) no-repeat;
						background-position: -494px 0;
						width: 162px;
						}
						
						.topnav_links a.topnav_events_active {
							background-position: -494px -88px;
							}
						
					.topnav_links a.topnav_careers,.topnav_links a.topnav_careers_active {
						background: url(../images/topnav_links_new.gif) no-repeat;
						background-position: -656px 0;
						width: 103px;
						}
						
						.topnav_links a.topnav_careers_active {
							background-position: -656px -88px;
							}
						
					.topnav_links a.topnav_contact,.topnav_links a.topnav_contact_active {
						background: url(../images/topnav_links_new.gif) no-repeat;
						background-position: -759px 0;
						width: 129px;
						}
						
						.topnav_links a.topnav_contact_active {
							background-position: -759px -88px;
							}
						
					.topnav_links a:hover {
						background: none;
						}
				
	
#topnav .topnav_right {
	background: url(../images/topnav_right.jpg) top left no-repeat;
	float: left;
	width: 36px;
	height: 44px;
	}
	
#header {
	background: #ffe402 url(../images/header_main.jpg) top left repeat-x;
	height: 98px;
	border-bottom: 1px solid #fff100;
	}
	
#header  .logo{
	width:400px;
	float:left;
}

#header .header_right {
	float: right;
	width: 560px;
	font-weight:bold;
	padding-top: 18px;
	font-size:18px;
	color:#DB380C;
	}
	
#header .header_buttons a {
	float: right;
	display: block;
	outline: none;
	height: 36px;
	margin-top: 4px;
	margin-left: 6px;
	}
	
#header .header_buttons a.joinblast_button {
	width: 167px;	
	background: url(../images/header_buttons_new.png) no-repeat;
	background-position: 0px -39px;
	}	
	
#header .header_buttons a:hover.joinblast_button {
	background: url(../images/header_buttons_new.png) no-repeat;
	background-position: -175px -39px;
	}
	
.header_buttons a.booknow_button {
	background: url(../images/header_buttons_new.png) top left no-repeat;
	width: 292px;
	height: 38px;
	cursor: pointer;
	display: block;
	outline: none;
	}
	
.header_buttons a:hover.booknow_button {
	background: url(../images/header_buttons_new.png) top left no-repeat;
	background-position: -292px 0;
	width: 292px;
	height: 38px;
	cursor: pointer;
	}
	
#header a {
	outline: none;
	}
	
#nav {
	background: #11b193 url(../images/nav_main.jpg) top left repeat-x;
	color: #FFFFFF;
	}
	
#nav .nav_wrap {
	padding: 10px 0;
	text-align: left;
	}
	
#nav .nav_wrap .social{

}

#nav .nav_wrap .tweet a{
	color:#fff;
	text-decoration:underline;
}
#nav .nav_wrap .tweet{
	color:#fff;
	font-size:0.9em;
}
	
.nav_call {
	margin-top: 10px;
	text-align: right;
	font-size:0.7em;
	color:#000;
	font-weight:normal;
	}
	
#main {
	background: #008099 url(../images/bg_main.jpg) top left repeat-x;
	padding-top: 18px;
	color: #242424;
	}
	
#main #rot_banner {
	margin-bottom: 10px;
	width:960px;
	height:275px;
	}
	
#breadcrumb {
	background: #FFFFFF url(../images/breadcrumb_main.jpg) top left repeat-x;
	height: 65px;
	overflow: hidden;
	}
	
#breadcrumb .breadcrumb_left {
	background:transparent url(../images/breadcrumb_left.jpg) top left no-repeat;
	}
	
#breadcrumb .breadcrumb_right {
	background:transparent url(../images/breadcrumb_right.jpg) top right no-repeat;
	}
	
#breadcrumb .breadcrumb_wrap {
	padding: 20px 16px;
	line-height: 200%;
	font-weight: bold;
	color: #44b3c9;
	}
	
#breadcrumb a {
	color: #5e5e5e;
	text-decoration: none;
	}
	
#breadcrumb a:hover {
	color: #707070;
	text-decoration: underline;
	}
	
#page {
	background: #FFFFFF url(../images/page_main.jpg) top left repeat-x;
	line-height: 150%;
	}
	
#page .page_wrap {
	padding: 10px;
	padding-bottom: 6px;
	}
	
#page .page_wrap ul {
	list-style-image: url(../images/list_icon.gif);
	}
	
#footer_menu {
	border-top: 1px solid #c9c9c9;
	background: url(../images/footer_menu.gif) top left no-repeat;
	width: 960px;
	height: 60px;
	}
	
#footer_menu a.left_link, a.right_link {
	float: left;
	outline: none;
	background: none;
	width: 480px;
	height: 60px;
	display: block;
	}

#footer_menu a:hover.left_link {
	background: url(../images/footer_menu.gif) no-repeat;
	background-position: 0 -60px;
	}
	
#footer_menu a:hover.right_link {
	background: url(../images/footer_menu.gif) no-repeat;
	background-position: -480px -60px;
	}
	
.pagebot_main {
	clear: both;
	height: 4px;
	overflow: hidden;
	}
	
.pagebot_left {
	background: #FFFFFF url(../images/pagebot_left.jpg) top left no-repeat;
	height: 4px;
	}
	
.pagebot_right {
	background: transparent url(../images/pagebot_right.jpg) top right no-repeat;
	height: 4px;
	}
	
#footer {
	background: url(../images/footer_main.jpg) top center no-repeat;
	padding: 50px 0;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #ff8830;
	}
	
#welcome_wrap {
	background: #ffd709 url(../images/welcome_main.jpg) top left repeat-x;
	height: 258px;
	color: #000000;
	clear:both;
	}
	
#welcome{
	width:610px;
	float:left;
	}
	
#welcome #hp_video{
	float:left;
	width:350px;
	height:258px;
}
	
#welcome .welcome_mascot {
	background: url(../images/welcome_mascot.jpg) top left no-repeat;
	height: 258px;
	}
	
#welcome .welcome_right {
	background: url(../images/welcome_right.jpg) top right no-repeat;
	height: 258px;
	}
	
#welcome .welcome_message {
	padding: 28px 28px 0 180px;
	line-height: 150%;
	font-size: 1.1em;
	}
	
#welcome img.welcome_title {
	margin-bottom: 6px;
	position: relative;
	top: 0;
	left: 0;
	}
	
.welcome_buttons {
	padding: 34px 12px 0 0;
	}
	
.welcome_content {height: 156px; overflow: auto;}
	
.book_now_button,
#welcome a.welcome_readmore_button, #welcome a.welcome_booknow_button {
	width: 113px;
	height: 32px;
	display: block;
	outline: none;
	cursor: pointer;
	float: right;
	margin-left: 8px;
	}
	
#welcome a.welcome_readmore_button {
	background: url(../images/welcome_buttons.jpg) top left no-repeat;
	background-position: 0 0;
	}
	
#welcome a:hover.welcome_readmore_button {
	background: url(../images/welcome_buttons.jpg) top left no-repeat;
	background-position: -238px 0;
	cursor: pointer;
	}
	
.book_now_button, #welcome a.welcome_booknow_button {
	background: url(../images/welcome_buttons.jpg) top left no-repeat;
	background-position: -119px 0;
	}
	
.book_now_button, #welcome a:hover.welcome_booknow_button {
	background: url(../images/welcome_buttons.jpg) top left no-repeat;
	background-position: -357px 0;
	cursor: pointer;
	}
	
.four_column {
	width: 100%;
	}
	
.four_column .column {
	float: left;
	width: 25%;
	}
	
.four_column .column img.pngtitle {
	display: block;
	margin: 18px 0 4px 0;
	}
	
.dropdown_menu {
	text-align: left;
	position: absolute;
	display: none;
	border: 1px solid #af3e00;
	border-bottom: 0;
	font-size: .7em;
	line-height: 28px;
	z-index: 300;
	background: #ff7125;
	min-width: 162px;
	margin-top: -2px;
}

#dd_information, #dd_information a {width: 162px;}
#dd_packages, #dd_packages a {width: 195px;}
#dd_events, #dd_events a {width: 204px;}

.dropdown_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.dropdown_menu li {
	margin: 0;
	padding: 0;
	float: left;
	}

.dropdown_menu a {
	text-align: left;
	color: #6e2700;
	display: block;
	border-top: 1px solid #ff8848;
	border-bottom: 1px solid #af3e00;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 20px;
	font-weight: bold;
	width: 162px;
	background: transparent url(../images/dropdown_menu_item.gif) no-repeat;
	background-position: 0 6px;
}

.dropdown_menu a:hover {
	background: #de4e00 url(../images/dropdown_menu_item.gif) no-repeat;
	background-position: 0 -24px;
	color: #FFFFFF;
}

#pop_wrap{
	width:700px;
	height:300px;
	background-color:#ffaaaa;
}

#featured_popup{
	background-color:#ffaaaa;
}

#featured_popup .featured_photo{
	float:left;
	width:300px;
	height:300px;
}

#featured_popup .featured_photo img{
	width:300px;
	height:300px;
}

#featured_popup .featured_description{
	float:left;
	width:395px;
	height:330px;
	text-align:left;
	color:#000;
}

#featured_popup .featured_description h1{
	color:#000;
	margin-left:10px;
	font-weight:normal;
}

#featured_popup .featured_description .btn{
	padding:5px;
}

#featured_popup .featured_description .pad{
	padding:5px;
	height:220px;
	overflow-y:auto;
}

a.button_main_blank{
    color: #ffffff;
    display: block;
    float: right;
    font-weight: normal;
	font-size: 1.1em;
    height: 30px;
	margin-left: 6px;
    padding-left: 10px;
    text-decoration: none;
	outline: none;
	font-family: Arial, Verdana, Tahoma;
	background: url(../images/button_blank_off_left.png) top left no-repeat;
	}
	
a.button_main_blank{background-image: url(../images/button_blank_off_left.png)}

a.button_main_blank span{
    display: block;
    line-height: 16px;
    padding: 7px 10px 7px 0;
	background: url(../images/button_blank_off_right.png) top right no-repeat;
	}
	
a.button_main_blank span{background-image: url(../images/button_blank_off_right.png)}

.share_social{
	float:left;
	width:895px;
	height:30px;
}

.our_social{
	float:left;
	width:65px;
	text-align:right;
}

.our_social a.facebook,
.our_social a.twitter{
	display:block;
	float:left;
	width:30px;
	height:30px;
} 

.our_social a.facebook{
	background:url(../images/social.png) 0px 0px no-repeat;
}

.our_social a.twitter{
	margin-right:4px;
	background:url(../images/social.png) -33px 0px no-repeat;
}

.our_social a:hover.facebook{
	background:url(../images/social.png) 0px -34px no-repeat;
}

.our_social a:hover.twitter{
	background:url(../images/social.png) -33px -34px no-repeat;
}

#calendar table td.sel_day {
	text-align:right;
	font-weight:bold;
	color:#057084;
}
#calendar table td.sel_day a{
	color:#057084;
	display:block;
}

#calendar table td.sel_day a span{
	padding:30px 0 20px 0;
}

#calendar div.key{
	width:15px;
	height:15px;
	float:left;
	margin-right:10px;
	border:1px solid #b1b1b1;
}

.notes{
	width:16px;
	height:16px;
	background:url(../images/notes.png) no-repeat;
	position:absolute;
	margin:12px 0 0 45px;
}

#popup_button{
z-index:100;
}

.job_description{
	text-align:justify;
	margin:0 20px;
	/*width:700px;*/
}

ul.joblist li a{
	text-transform:uppercase;
}
