@font-face {
	font-family: 'ArcherBoldPro';
	src: url('fonts/archerboldpro.eot');
	src: local('ArcherBoldPro'), local('ArcherBoldPro'), url('fonts/archerboldpro.woff') format('woff'), url('fonts/archerboldpro.ttf') format('truetype'); }

@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/bebasneue.eot');
	src: local('BebasNeue'), local('BebasNeue'), url('fonts/bebasneue.woff') format('woff'), url('fonts/bebasneue.ttf') format('truetype'); }

@font-face {
	font-family: 'NeverLetGo';
	src: url('fonts/neverletgo.eot');
	src: local('NeverLetGo'), local('NeverLetGo'), url('fonts/neverletgo.woff') format('woff'), url('fonts/neverletgo.ttf') format('truetype'); }

body {
	background: url(images/content.jpg) center repeat-y #ffffff;
	font: 13px Arial;
	text-align: center;
	line-height: 18px;
	margin: 0; }

#header {
	background: url(images/header.jpg) top center no-repeat #262626;
	width: 100%;
	height: 100px; }

#header .content {
	width: 800px;
	color: #cccccc;
	text-align: left;
	margin: 0 auto; }

#header .logo {
	padding: 20px 0 0 25px;
	float: left; }

#header .logo a {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	width: 141px;
	height: 40px; }

#header .logo a:hover {
	background: url(images/logoh.jpg) no-repeat; }

#header .desc {
	background: url(images/desc.jpg) no-repeat;
	width: 318px;
	height: 23px;
	text-indent: -9999px;
	margin: 10px 0 0 25px;
	float: left; }

#nav {
	font: 20px BebasNeue;
	width: 609px;
	height: 42px;
	text-align: right;
	padding: 18px 25px 0 0;
	float: left; }

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px; }

#nav a:hover {
	background: url(images/nav.jpg);
	color: #c40032;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px; }

#headerbot {
	background: url(images/headerbot.jpg) top center no-repeat #005d86;
	width: 100%;
	height: 285px;
	padding: 15px 0 0 0; }

#content-top {
	background: url(images/content-top.png) top center no-repeat;
	width: 100%;
	height: 22px; }

#content {
	width: 750px;
	text-align: left;
	padding: 0 25px 40px 25px;
	margin: 0 auto; }

#footer {
	background: url(images/footer.jpg) center repeat-y #262626;
	width: 100%;
	margin: 25px 0 0 0; }

#footer .content {
	width: 750px;
	font-size: 10px;
	color: #999999;
	padding: 25px;
	margin: 0 auto; }

#footer a {
	color: #999999; }

#footer a.big {
	font-size: 13px; }

h2 {
	font: 36px ArcherBoldPro;
	color: #888888;
	margin: 0 0 12px 0; }

h3, legend {
	font: 24px ArcherBoldPro;
	color: #777777;
	margin: 0; }

h4, h4 a {
	font: 30px ArcherBoldPro;
	color: #c40032;
	text-decoration: none;
	margin: 0 0 8px 0; }

h4 a.website {
	font: 22px ArcherBoldPro;
	color: #777777;
	text-decoration: none; }

h4 a.website:hover, h4 a:hover.website {
	text-decoration: underline; }

h5, h5 a, h5 a:hover {
	font: 18px ArcherBoldPro;
	color: #999999;
	text-decoration: none;
	margin: 0; }

.red {
	color: #c40032; }

.blue {
	color: #005d86; }

.shadowed {
	-moz-box-shadow: 0 0 10px #999999;
	-webkit-box-shadow: 0 0 10px #999999;
	-khtml-box-shadow: 0 0 10px #999999;
	box-shadow: 0 0 10px #999999; }

.shadowed_black {
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	-khtml-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000; }

.italic {
	font: italic 18px Times New Roman;
	color: #000000; }

img.alignleft {
	float: left; }

img.alignright {
	float: right; }

img.shadowed:hover, img:hover.shadowed {
	-moz-box-shadow: 0 0 10px #555555;
	-webkit-box-shadow: 0 0 10px #555555;
	-khtml-box-shadow: 0 0 10px #555555;
	box-shadow: 0 0 10px #555555; }

a img.bordered {
	border: 10px solid #ffffff; }

a {
	color: #c40032;
	text-decoration: underline;
	outline: none; /* FF1.5+ IE7+*/
	-moz-outline: /* FF<=1.5*/ }

a:hover {
	text-decoration: none; }

.hidden {
	position:absolute;
	left:-999em;
	top:-999em;
	width:1%;
}

form p, form label, form td { 
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px; 
	text-shadow: 0px 2px 2px #ffffff;
	margin: 4px 8px 4px 0; }

fieldset {
	background: url(images/grainy.jpg);
	width: 720px; 
	padding: 15px; 
	border: none;
	margin: 20px 0; }

legend { 
	background: #f5f5f5;
	color: #c40032;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 5px 10px; }
									  	  
option { 
	padding: 0 5px; }

.name_wrap { 
	margin: 5px 0; }

.name_wrap label { 
	font-size: 12px; 
	display: block; 
	width: 102px; 
	float: left; }
	
.push {
	margin: 20px 0 0 0; }

#special_accommodations_wrap, #company_name_wrap { 
	margin: 8px 0 0 0; }

#company_name_wrap label, #special_accommodations_wrap label { 
	font-size: 12px; }

#special_accommodations_wrap textarea { 
	width: 100%;
	height: 100px; }

input, select {
	background: #f5f5f5;
	border: 0;
	font: 13px Arial;
	color: #888888;
	padding: 8px;
	-moz-box-shadow: 0 0 6px #999999;
	-webkit-box-shadow: 0 0 6px #999999;
	-khtml-box-shadow: 0 0 6px #999999;
	box-shadow: 0 0 6px #999999; }

input.quote {
	background: none;
	padding: 8px;
	-moz-box-shadow: 0 0 0px #999999;
	-webkit-box-shadow: 0 0 0px #999999;
	-khtml-box-shadow: 0 0 0px #999999;
	box-shadow: 0 0 0px #999999; }

textarea {
	background: #f5f5f5;
	border: 0;
	width: 500px;
	font: 14px Courier New;
	color: #888888;
	padding: 8px;
	-moz-box-shadow: 0 0 6px #999999;
	-webkit-box-shadow: 0 0 6px #999999;
	-khtml-box-shadow: 0 0 6px #999999;
	box-shadow: 0 0 6px #999999; }

input:focus, select:focus, textarea:focus {
	background: #ffffff;
	color: #444444;
	-moz-box-shadow: 0 0 6px #333333;
	-webkit-box-shadow: 0 0 6px #333333;
	-khtml-box-shadow: 0 0 6px #333333;
	box-shadow: 0 0 6px #333333; }

input.quote:focus {
	background: none;
	padding: 10px 6px 6px 10px;
	-moz-box-shadow: 0 0 0px #333333;
	-webkit-box-shadow: 0 0 0px #333333;
	-khtml-box-shadow: 0 0 0px #333333;
	box-shadow: 0 0 0px #333333; }

#featured { 
	width: 400px; 
	padding-right: 250px; 
	position: relative; 
	border: 10px solid #ffffff; 
	height: 250px; 
	background: #ffffff;
	margin: 0 auto; }

#featured ul.ui-tabs-nav { 
	position: absolute; 
	top: 0;
	left: 530px; 
	list-style: none; 
	padding: 0;
	margin: 0; 
	width: 120px; }

#featured ul.ui-tabs-nav li { 
	padding: 1px 0;
	padding-left: 13px;  
	font-size: 12px; 
	color: #666666; }

#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
	padding: 0 0 0 13px;
	margin: 0 0 0 -13px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#c40032; 
}
#featured li.ui-tabs-selected{ 
	background:url(images/slider-current-arrow.png) center left no-repeat;
	margin: 0 0 0 -24px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:url(images/slider-current.png) center left no-repeat;
	margin: 0 0 0 24px;  
}
#featured .ui-tabs-panel{ 
	width:530px; height:250px; 
	background:#222; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	text-align: left;
	background: url(images/transparent-bg.png);
	padding-right: 15px; 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}