body {
	background: url(../Images/UI/page_background.png) repeat-x top #003862;
	font-family: "Century Gothic",arial, verdana, sans-serif;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	display:block;
}
	

/* ------------------------------ HEADER ----------------------------- */
  
 #header h1, #header h1 span {
	width: 242px;
	height: 37px;
	overflow: hidden;
	margin-bottom:0px;
}
#header h1 {
	position:relative;
	margin-top: 29px;
	margin-left:20px;
	padding-top:0px;
	}
#header h1 span {
	background: url(../Images/UI/logo.png);
	top: 0px;
	left:0px;
	position:absolute;
}

/* ------------------------------ FOOTER ----------------------------- */

#footer {
	background: url(../Images/UI/footer_background.png) repeat-y;
	padding-left:20px;
	padding-right:20px;
	width:920px;
	color:#333;
	}
#footer_post {
	background: url(../Images/UI/footer_base_background.png) no-repeat top left;
	display:block;
	width:960px;
	height:20px;
	margin-bottom:0px;
}

#footer_sub {
	color:#3e7cbb;
	position:relative;
	padding-bottom:15px;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:5px;
}
#footer_sub span span, #footer_sub span a {
    color:#FF6600;
    float:none;
    padding:0;
    }
#footer_sub div {
	margin-left:-20px;
	padding-bottom:0px;
	padding-top:5px;	
	height:12px;
	margin-bottom:0px;
	font-size:11px;
}
	
#footer_sub img {
	margin-bottom:-4px;
	}
#footer_sub span {
	padding-left:20px;
	float:left;
	margin:0px;
	}
	
#footer_sub span.bka {
	float:right;
	padding-left:0px;
	}
#footer_sub span.bka a{
	color:#3e7cbb;
	}

#footer p {
	text-align:center;
	margin-bottom:0px;
	}
#footer img {
	margin-left:10px;
	margin-right:10px;
	}

#footer_top, #footer_contact_top {
    height:5px;
    display:block;
	background: url(../Images/UI/dashed_background.png) repeat-x bottom left;
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
#footer_contact_top 
{
    padding-top:40px;
}
	
/* ------------------------------ MENU ----------------------------- */

#nav ul {
	width:940px;
	height:35px;
	background:#003964;
	margin-top:18px;
	border-bottom:1px solid #2c76c0;
	position:relative;
	margin-left:10px;
	margin-bottom:0px;
  }
  
#nav li {
	display: block;
	float: left;
	background:#003964;
	border-right:1px solid #002541;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	height:35px;
	overflow:hidden;
	}
#nav li.last {
	border:none;
	}
  
#nav li a {
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding:9px 18px 10px 18px;
	display:block;
	margin-bottom:0px;
  }
#nav li.current a, #nav li.current a:hover {
	background: url(../Images/UI/menu_background.png) repeat-x;
	}
#nav a:hover {
	background: url(../Images/UI/menu_background.png) repeat-x;
	background-position:0 -35px;
	}

/* ------------------------------ SUB MENU ----------------------------- */

#sub-nav ul {
	width:960px;
	height:26px;
	position:relative;
	text-transform:uppercase;
	background: url(../Images/UI/submenu_background.png) repeat-y;
	border:none;
	margin:0px;
	padding-left:10px;
	}
  
#sub-nav li {
	display: block;
	float: left;
	background: none;
	border:none;
	color:#f00;
	margin-top:0px;
	padding-left:18px;
	padding-right:18px;
	padding-top:7px;
	}
  
#sub-nav li.current{
	background: none;
	font-weight:bold;
	}
  
#sub-nav li a {
	color:#b7ceff;
	font-size:11px;
	text-decoration:none;
  }
#sub-nav li a:hover {
	color:#fff;
	text-decoration:underline;
  }

  #sub-nav li.current a {
	color:#fff;
}

/* ------------------------------ CONTENT ----------------------------- */
strong, b {
	font-weight:bold;
	}
em, i {
	font-style:italic;
	}
u {
	text-decoration:underline;
	}
h1, h2, h3, h4, h5, h6 {
	vertical-align:baseline;
	font-weight:normal;
	}
h1, h2, h3, h5 {
	color:#2c76c0;
	line-height:130%;
	}
h4, h6 {
	color:#ff8711;
	}
h2,h3,h4,h5,h6 {
	margin-bottom:6px;
	font-weight:bold;
	}
h1 {
	/*padding-top:40px;*/
	font-size:26px;
	margin-bottom:25px;
	}
h2 {
	font-size:16px;
	}
h3, h4 {
	font-size:14px;
	}	
h5, h6 {
	font-size:12px;
	}	
p {
	line-height:160%;
	font-size:12px;
	margin-bottom:25px;
	}	

table {
	border-collapse:collapse;
	border:1px solid #ccc;
	margin-bottom:30px;
	}
th, td {
	border:1px solid #ccc;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	}
th {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	}
	
ul {
	margin-left:10px;
	color:#333;
	margin-top:30px;
	margin-bottom:30px;
	font-size:12px;
	}
li {
	padding-left:10px;
	background:url(../Images/UI/bullet.png) no-repeat left 2px;
	margin-top:10px;
	line-height:130%;
	}
ul.no_para {
    margin-top:0px;
}
a {
	color:#fd8711;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
	
#content {
	background: url(../Images/UI/content_background.png) repeat-y;
	padding-left:10px;
	padding-right:10px;
	width:940px;
	color:#333;
  }
#two_col_wrap {
	width:450px;
	padding-left:30px;
	padding-top:40px;
}

#banner {
	width:940px;
	height:350px;
	}
#homebanner {
	width:940px;
	height:350px;
	}
#quote {
	float:right;
	width:330px;
	margin-top:95px;
	margin-right:30px;
	margin-bottom:30px;
	color:#ff6600;
	line-height:140%;
}
#quote_content {
	background:url(../Images/UI/quote_background.png) no-repeat top left #f5f5f5;
	padding-top:50px;
	padding-left:50px;
	padding-right:50px;
	}
#quote_post {
	width:330px;
	height:41px;
	background:url(../Images/UI/quote_post_background.png);
	}
#quote p {
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:16px;
	line-height:23px;
	}
#quote .cite {
	color:#ff9a31;
	font-size:12px;
	font-style:italic;
}

.contact_left, .contact_left_lower {
	width:430px;
	float:left;
	padding-left:40px;
	padding-top:40px;
	}
.contact_left_lower {
	padding-top:10px;
	}
	
#contact_details {
	background:url(../Images/UI/contact_background.png) top left no-repeat;
	float:right;
	width:400px;
	height:125px;
	margin-top:95px;
	margin-right:40px;
	color:#fff;
	padding-left:20px;
	padding-top:25px;
}

#contact_details p {
	margin-bottom:10px;
	}
	
#contact_details a, #contact_details a:active, #contact_details a:hover, #contact_details a:visited {
	color:#fff;
	text-decoration:none;
	}
#contact_details a:hover, #contact_details a:active {
	text-decoration:underline;
	}

#contact_details img{
	margin-bottom:-5px;
	}

#contact_lower
{
    clear:both;
}

fieldset.contact {
	width:400px;
	background:url(../Images/UI/contact_form_background_base.png) bottom left no-repeat #f5f5f5;
	padding-left:20px;
	padding-top:1px;
	padding-bottom:39px;
	}

span.contact_top {
	background:url(../Images/UI/contact_form_background_top.png) bottom left no-repeat;
	width:430px;
	height:10px;
	display:block;
	}
fieldset.contact p.validation-error {
	padding-left:120px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.contact p {
	margin-bottom:10px;
	}

.contact label {
	color:#333;
	font-size:11px;
	width:110px;
	text-align:right;
	display:block;
	float:left;
	clear:right;
	padding-top:9px;
	}
	
.contact input, .contact textarea {
	border:1px solid #999;
	margin-left:10px;
	margin-top:5px;
	width:250px;
	}
	
.contact .submit {
	border:none;
	margin-left:120px;
	margin-top:10px;
	width:150px;
	height:30px;
	position:relative;
	}

.contact .submit span{
	position:absolute;
	width:150px;
	height:30px;
	background: url(../Images/contact_submit.png);
	top:0px;
}
.contact a.submit:hover span{
	background-position:0 30px;
}
	
#gmapwrapper {
	float:right;
	margin-right:40px;
	padding-top:10px;
	}

p.photoCredits {
    clear:both;
    padding:30px 40px 0px 40px;
    }

#one_col_wrap {
	margin-left:40px;
	margin-right:40px;
	padding-top:40px;
	}
	
.left {
	float:left;
	}
.right {
	float:right;
	}
.people {
	background:url(../Images/UI/people_background.png) repeat-x top;
	width:420px;
	margin-top:10px;
	}
	
.people img {
	float:left;
	margin-right:20px;
	margin-bottom:40px;
	}
	
.people p {
	margin-left:10px;
	margin-right:10px;
	}

.people p.name {
	color:#ff6600;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	line-height:100%;
	}
	
.people p.title {
	color:#ff8711;
	font-size:11px;
	margin-bottom:10px;
	line-height:100%;
	}
	
	
.deal {
	background:url(../Images/UI/hot_deal_background.png) no-repeat top right;
	margin-bottom:10px;
	}
	
.deal_content {
	float:right;
	width:560px;
	position:relative;
	padding-left:10px;
	line-height:160%;
	font-size:12px;
	}
	
.deal p.name {
	color:#ff6600;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:0px;
	}
.deal p {
	margin-left:0px;
	margin-right:10px;
	position:relative;
	min-height:30px;
	margin-bottom:0px;
	}

.deal .deal_buttons 
{
    margin-top:25px;
}

.deal a.book, .deal a.book span {
	width:110px;
	height:30px;
	float:left;
	display:block;
	position:relative;
	}
.deal a.book span {
	background:url(../Images/deal_button_book.png);
	position:absolute;
	z-index:50;
	}
.deal a.book:hover span {
	background-position:0 30px;
	}

.deal a.info, .deal a.info span {
	width:160px;
	height:30px;
	position:relative;
	display:block;
	float:left;
	margin-left:10px;
	}
.deal a.info span {
	background:url(../Images/deal_button_info.png);
	position:absolute;
	z-index:50;
	margin-left:0px;
	}
.deal a.info:hover span {
	background-position:0 30px;
	}

 div.validation-error {
	color:red;
	font-size:12px;
	}
.float-left{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}