/*#### BODY ####*/
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 97%;
}
/*#### GENERICS ####*/
.float_right {
  float: right;
}
.float_left {
  float: left;
}
.clear {
  clear: both;
  height: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a:link {
  color: #666;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:link img, a:visited img, a:hover img, a:active img {
  border: 0;
}

a span{
	
}

form {
  margin: 0;
  padding: 0;
}

blockquote{
	font-style:italic;
	line-height:1.4em;
}

span.result{
	background:#FFFAE6;
}

/*--------BODY--------*/
body{
	background: url('../img/bg_tile.gif') repeat-x top left;
	background-color:#ece6bb;
	font-family: arial, sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
}

/*--------GENERICS--------*/

h1{
	margin:0;
	padding:0;
}

ul{ 
	padding: 5px 0 0 0px;
 	margin:0;
}

ul li { 
 	margin:0;
}

p{
	margin:0 0 7px 0;
}

label {  
	font-size:.75em;
	line-height:1.4em;
}

form {
	margin:0px;
}

th {
	color: #333;
	font-size:.8em;
	font-weight:bold;
	text-align:left;
	padding:3px 0 3px 6px;
	background-color:#e0ecf0;
}

td {
	font-size:.8em;
	color: #333;
	padding: 2px 0 2px 6px;
}

a:link{ color: #046380;}
a:visited{ color: #046380;}
a:hover{ color:#046380; text-decoration:none;}
a:link img, a:visited img, a:hover img, a:active img{ border: 0;}

/*--------PAGE WRAPPER--------*/

div#page{
	background: url('../img/page_bg.gif') repeat-y top left;
	width: 754px;
	margin: 0 auto;
	background-color:#fff;
}

div#gutter{
	margin: 0px 7px;
}

/*--------HEADER--------*/

div#header{
	background-color:#dae8ec;
	background: url('../img/logo.gif') no-repeat top left;
	height:100px;
	text-align:center;	
}

div#header h1 a span{
	display:none;
	margin:0;
}

a.logo{
	float:left;
	width:445px;
	height:96px;
	margin: 0;
	display:block;
}

p.address{
	float:left;
	width:250px;
	height:86px;
	margin: 0;
	display:block;
	text-align:right;
	padding:20px 10px 0 20px;
	font-family: georgia, times, serif;
	color: #046380;
	font-size:.85em;
}

p.address span{
	font-size:1.3em;
}

a#newsletter_signup {
	float:right;
	display:block;
	width:138px;
	height:25px;
	margin-top:6px;
}

/*--------NAV--------*/

div#nav {
	background-color:#046380;
	height:22px;
	text-align:center;
	padding-top:5px;
	font-family: georgia, times, serif;
	color: #e6e2af;
	font-size:.85em;
}

div#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

div#nav ul li {
	display:inline;
	margin:0;
	padding:0;
}

div#nav a{
	margin-right: 15px; 
	text-decoration:none;
	color: #e6e2af;
}

div#nav a:hover{
	text-decoration:underline;
}


div#nav #current a{ /*Selected Tab style*/
	text-decoration:underline;
}

/*--------MAIN CONTENT--------*/

div.homePhoto{
	width:740px;
	height:199px;
	margin: 0;
	background-color:#fff;
}

div#imageWrap{
	padding:10px;
	margin-bottom:10px;
	background-color:#e0ecf0;
	text-align:center;
}

div#imageWrap img#main_image{
	margin:0 auto;
}

div#thumbs{
	text-align:center;
	margin-bottom:4px;
}

div.requestQuote{
	margin:10px auto;
	width:210px;
	height:30px;
	background: url('../img/request_quote_bg.gif') no-repeat top left;
	text-align:center;
	padding:4px;
}

div.requestQuote a{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.9em;
	display:block;
}

a:hover.requestQuote{
	text-decoration:none;
}

div#testimonial{
	margin-bottom:4em;
	background: url('../img/testimonial_quote.gif') no-repeat top left;
}

div#testimonial p.quote{
	font-family: georgia, times, serif;
	color: #046380;
	font-size:.85em;
	font-style:italic;
	margin:0 45px;
	padding-top:30px;
}

div#testimonial span a{
	font-family: georgia, times, serif;
	color: #046380;
	font-size:.75em;
	font-weight:normal;
	font-style:italic;
	text-decoration:underline;
	float:right;
}

/*---LEFT COLUMN---*/

div#leftCol {
	background: url('../img/content_top-bar.gif') no-repeat top left;
	float:left;
	width:440px;
}

div#leftCol p{
	font-family: trebuchet, verdana, sans-serif;
	color: #333;
	font-size:.75em;
	line-height:1.4em;
}

div#leftCol h2{
	font-family: georgia, times, serif;
	color: #996;
	font-size:1.2em;
	font-weight:normal;
}

div#leftCol h3{
	font-family: georgia, times, serif;
	color: #333;
	font-size:.9em;
	font-weight:bold;
	margin: 1em 0 8px 0;
	clear:both;
	
}

div#leftCol h4{
	font-family: georgia, times, serif;
	color: #333;
	font-size:.9em;
	font-weight:normal;
	margin: 1em 0 8px 0;
	clear:both;
	
}

div#leftCol ul, div#leftCol ol{
	font-size: .8em;
}

div#leftCol ul{
	margin-left: 2em;
}

div.leftColgutter{
	margin:30px 20px 0px 20px;
	padding-bottom:20px;
}

th.resort {
	width:240px;
}

th.destination {
	width:160px;
}

div.region_box{
	margin:1em 0;
}


ul.destinations_in_regions_list li{
	margin: 4px 0;
}

hr.region_separator{
	border:0;
	background:#046380;
	height:1px;
}

ul.sitemap li{
	margin: 3px auto;
}

ul.sitemap li.holder{
	list-style-type:none;
}
ul.sitemap li.holder ul{
	margin: 5px auto;
}

ul.sitemap li.holder ul li{
	font-size: 1.2em;
	margin: 3px auto;
}

/*---REQUEST A QUOTE---*/

div#request_a_quote div.resort_classification{
	clear:both;
	padding:.25em;
}

div#request_a_quote div.resort_classification:hover{
	background:#E0ECF0;
}

div#request_a_quote div.resort_classification label{
	float: left;
	width: 90%;
	color: #000;
	margin:0;padding:0;
}

div#request_a_quote div.resort_classification p{
	float:right;
	width: 8%;
	margin:0;padding:0;
}

div#related_by_area{
	width:49%;
	float:left;
	margin-bottom:1em;
}

div#related_by_chain{
	width:49%;
	float:right;
}

div.refine_select{
	display:inline;
}

ul.resort_list{
	list-style-type:none;
}

ul.resort_list li{
	clear:both;
	padding:2px 0;
}

ul.resort_list li span{
	float:left;
	width:80%;
	padding:2px 0 0 0 ;
}

ul.resort_list li a{
	float:left;
	width:10%;
}

div#current_resorts{
	border: medium solid #046380;
	background: #E0ECF0;
	padding:1em;
}

div#current_resorts h3{
	margin-top:0;
	padding-top:0;
}

div#current_resorts p{
	text-align:center;
	margin:0;
}

div#add_resort{
	margin:1em 0;
}

p.action_button{
	margin: 15px 0;
}

div#current_resorts ul{
	list-style-type:none;
}

div#current_resorts ul li{
	font-size: 80%;
	
}

table#list_of_resorts_for_quote{
}

table#list_of_resorts_for_quote thead tr th{
	background: #046380;
	color:white;
	padding: 4px;
}

/*table#list_of_resorts_for_quote thead tr th.none{background:none};*/

table#list_of_resorts_for_quote td{
	padding: 4px;
}

div.heading_with_ajax{
	padding: 5px 0 15px 0;
}

div.heading_with_ajax h2{
	float:left;
	width:90%;
	margin:0;padding:0;
	display:inline;
}
div.heading_with_ajax span{
	float:right;
	width: 8%;
}

div#request_quote_form div.form_item label{
	color:#000;
}

fieldset{
	border: 1px solid #E0ECF0;
	margin-bottom: 1em;
}

fieldset legend{
	font-family: georgia, times, serif;
	color: #046380;
	font-size:.9em;
	font-weight:bold;
	clear:both;
}

 p.helper_note{
	
	font-style: italic;
	padding: 5px 5px 5px 30px;
	color:#666;
	background: #FFFFE6 url('../img/information.png') no-repeat 5px 50%;
	
}

div.breadcrumbs{
	text-align:center;
}


/*---FAQ---*/

ul#faq{
	list-style-type:none;
	margin:0;
}

ul#faq li{
}

ul#faq li.question{
	color: #046380;
	font-weight:bold;
	padding:4px;
}

ul#faq li.answer{
	background: #fff;
	padding:4px 8px;
}

ul#faq li{
	margin:0 0 2px 0;
}

/*---CONTACT---*/
address{
	font-style:normal;
	font-size:.8em;
}

p.form_row{
	padding:5px 0;
	clear:both;
	
}

p.form_row label{
	color:#000;
	font-size:1em;
}

p.form_row input{

}

/*---SEARCH---*/
p.detail_bar{
	color:#999;
}

/*---BLOG---*/

div#leftColBlog {
	background: url('../img/content_top-blog.gif') no-repeat top left;
	float:left;
	width:440px;
}

div#leftColBlog h2{
	font-family: georgia, times, serif;
	color: #996;
	font-size:1.2em;
	font-weight:normal;
}

div#leftColBlog h3.title{
	font-family: georgia, times, serif;
	color: #046380;
	font-size:.9em;
	font-weight:bold;
	margin-bottom:8px;
}

div#leftColBlog p{
	font-family: trebuchet, verdana, sans-serif;
	color: #333;
	font-size:.75em;
	line-height:1.4em;
}

div#leftColBlog p.posted{
	font-size:.7em;
	line-height:1.4em;
	color: #999;
}

div.leftColBloggutter{
	margin:130px 20px 0px 20px;
	padding-bottom:20px;
}

div.leftColBloggutter label{
	color: #000;
}

div.comment_container{
	padding: 1em;
	margin: .25em 0;
}

div.odd{
	background: #E0ECF0;
}

div#leftColBlog p.comment_posted{
	border-bottom: thin dashed #046380;
	font-family: georgia, serif;
	font-size: 90%;
}

/*---SIDEBAR---*/

div#sidebar {
	background: url('../img/sidebar_bg.gif') no-repeat top left;
	float:left;
	width:300px;
}

div#sidebar li.special{
	list-style:none;
	margin-top:3px;
	height:30px;
	background: url('../img/sidebar_menu_hilite2.gif') no-repeat top left;
	background-color:#e0ecf0;
	display:block;
	width:275px;
}

div#sidebar li.subnav{
	list-style:none;
	margin-top:3px;
	padding-top:2px;
	height:30px;
	background: url('../img/sidebar_menu_hilite.jpg') no-repeat top left;
	background-color:#e0ecf0;
	display:block;
}

div#sidebar li.subnavCurrent{
	list-style:none;
	color: #e6e2af;
	margin-top:3px;
	padding-top:2px;
	height:30px;
	background: url('../img/sidebar_menu_hilitedark.jpg') no-repeat top left;
	background-color:#e0ecf0;
	display:block;
}

div#sidebar li a{
	height:30px;
	color: #046380;
	font-size:.7em;
	font-weight:bold;
	margin:0 10px 0 10px;
	text-decoration:none;
}

div#sidebar li.special a{
	height:30px;
	color: #046380;
	font-size:.7em;
	font-weight:normal;
	margin:0 10px 0 10px;
	text-decoration:none;
}

div#sidebar li a:hover{
	text-decoration:underline;
}

div#sidebar li a.current{
	height:30px;
	color: #fff;
	font-size:.7em;
	font-weight:bold;
	text-decoration:none;
}

div#sidebar a.resortImage{
	width:110px;
	height:50px;
	margin-left:15px;
	float:left;
}

div.sidebarGutter {
	margin:10px 10px 0px 15px;
}

div.sidebarTitle{
	background: url('../img/sidebar_rule.gif') no-repeat bottom left;
	width:275px;
}

div#sidebar .sidebarTitle h3 {
	font-family: georgia, times, serif;
	color: #444;
	font-size:.95em;
	font-weight:normal;
	margin:20px 0 0 10px;
	padding-bottom:3px;
	width:265px;

}

div#search{
	text-align:center;
}

div#search a{
	font-family: trebuchet, verdana, sans-serif;
	color: #efecca;
	font-size:.75em;
}

div.certification{
	width:275px;
	margin-top:10px;
	
}

div.certification a{
	color: #046380;
	font-size:.7em;
	text-decoration:none;
}

div.certification a span{
	margin-left:10px;
}

div.certImage{
	margin:0 5px;
	float:left;
}

/*--------FOOTER--------*/

div#footer {
	background: url('../img/page_footer.gif') no-repeat top left;
	height:15px;
	color:#000;
	clear:both;
}

div#footer h5 span{
	display:none;
}

div#bottomLinks {
	font-family: arial, sans-serif;
	font-size:.7em;
	text-align:center;
	margin-top:10px;
	color:#046380;
}

div#bottomLinks a:link{
	color:#046380;
	text-decoration:none;	
}

div#bottomLinks a:hover{
	text-decoration:underline;	
}

div#bottomLinks a:visited{	
	text-decoration:none;	
}

/*--------VISIONN LINK--------*/

.visionn {
	font-family: trebuchet, sans-serif;
	margin-top:10px;
}

.visionn p{
	text-align:center;
}

.visionn a:link{
	color:#046380;
	text-decoration:none;	
}

.visionn a:hover{
	text-decoration:underline;	
}

.visionn a:visited{	
	text-decoration:underline;	
}

/* guest Book */


div.guest_book_entry_container div.guest_book_entry{
	padding: 1em;
	margin: .25em 0;
}

div.guest_book_entry_container div.guest_book_entry div.odd{
	background: #E0ECF0;
}
div.guest_book_entry_container div.guest_book_entry div.even{
	background: #efefef;
}

div.guest_book_entry p.comment_posted{
	border-bottom: thin dashed #046380;
	font-family: georgia, serif;
	font-size: 90%;
}

form#guest_book_entry_form_visitor{
	padding: 1em;
	background: #E0ECF0;
}

form#guest_book_entry_form_visitor label{
	color:#000;
}

/* Message Boxes */
div.flash{
	border: 1px solid #60BF60;
	background: #E6FFE6;
}
div.warn{
	border: 1px solid #FFE680;
	background: #FFFAE6;
}
div.error, div.error_message{
	border: 1px solid #BF3030;
	background: #FFE6E6;
}
div.flash, div.warn, div.error, div.error_message {
	font-size: 14px;
	padding: 10px;
	display: block;
	color: #333;
	margin: 10px auto;
	line-height: 1.6em;
	text-align: left;
	font-weight: bold;
}

/* Validations */
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

span.req{color:red;padding:0 0 0 5px;}

input.required, textarea.required {
	/*border: 1px solid #00A8E6;*/
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	font-size:80%;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	font-size:80%;
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

span.helper{
	font-size: 80%;
	color:#666;
	font-style: italic;
}

/** GENERIC FORM ELEMENT STYLING **/
input[type="text"]{
	border: 1px solid #999;
	padding: 2px;
}

textarea{
	border: 1px solid #999;
	padding: 2px;
}

/** TOOLTIPS FOR SPECIALIST LINKS IN SIDEBAR **/

div.certImage a:hover {background:#E0ECF0; text-decoration:none;} /*BG color is a must for IE6*/
div.certImage a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:180px;}
div.certImage a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c; font-size:11px;}

#debug {
	width: 770px;
	background-color: #000;
	border: solid 1px #bbb;
	padding: 15px;
	margin: 10px auto 10px auto;
	color: #0f0;
	font-size: .9em;
}
