/* CSS Document */

*{
padding:0px;
margin:0px;
}


body{

background-color:#eff6ff;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
color:#000000;
padding-top:0px;
margin-top:0px;

}

table{

text-align:left;
}


table.main{
border-left:#003399 1px solid;
border-right:#003399 1px solid;
border-bottom:#003399 1px solid;
border-top:none;
background-color:#FFFFFF;
text-align:left;
}

body.none{
background-color:#FFFFFF;
background-image:none;
text-align:left;

}

table.green_border{
border:#009900 1px solid;
}

h1 {
font-size:14px;
color:#FF6600;
}

h2 {
font-size:14px;
color:#336633;
}

td.drop_shadow{
background-image:url(images/drop_shadow.jpg);
background-repeat:repeat-y;
}

td.curve_box_top{
background-image:url(images/curve_box_top.gif);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:11px;
font-weight:bold;

}
.right_side{
background-image:url(images/right_side.gif);
background-repeat:repeat-y;

}

table.blue_bottom{
background-color:#06C;
border:#666 1px solid;
color:#fff;
font-size:12px;
font-weight:bold;
margin:0px;
padding:0px;
}

td.blue_bar{
background-image:url(images/blue_bar.gif);
background-repeat:repeat-x;
background-color:#00469B;
color:#FFFFFF;
}

td.blue_bar2{
background-image:url(images/bar_blue2.jpg);
background-repeat:repeat-x;
background-color:#00469B;
color:#000000;
font-size:12px;
font-weight:bold;
}

td.search_results{
	background-color:#EAEAEA;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	border-bottom:#999 1px solid;
	border-top:#999 1px solid;
}


tr.green_bar{
background-color:#006600;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

tr.bg_light_blue{
background-color:#E6F2FF;
}

td.light_blue_bg{
background-color:#EAFBFF;

}

img.season_images{
	border:#CCC 8px solid;
	margin-bottom:5px;
}

a.season_download{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
	font-style:italic;
	font-size:14px;
}

p.body_text{
	font-size:13px;
	text-align:justify;
	line-height:1.25;
	padding:5px 15px 15px 10px;
}

a{
color:#003366;
}

a:hover{
text-decoration:none;
color:#333333;
}

a:visited{
color:#003366;
}



a.calendar_link{
color:#003366;
font-weight:bold;
font-size:12px;
text-decoration:none
}

a.calendar_link:hover{
text-decoration:underline;
color:#333333;
font-weight:bold;
font-size:12px;
}

a.calendar_link:visited{
color:#003366;
font-weight:bold;
font-size:12px;
}
p.padding{
padding:5px 5px 7px 5px;
font-size:11px;
color:#333333;
line-height:1.25;
}

p.grey{
color:#333333;
}

p.larger{
font-size:12px;
}

.input_regular{
	background-color:#F0FAFF;
	border:#036 1px solid;
	width:150px;
	height:20px;
	font-size:13px;
}

.form_names{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

p.larger_green{
font-size:12px;
font-weight:bold;
color:#336633;
}

.text_grey_bold{
font-size:12px;
font-weight:bold;
color:#333333;
}

.text_blue_bold{
font-size:12px;
font-weight:bold;
color:#003366;
}

td.border_top{
border-top:#003264 dashed 1px;
}

/* Start lightbox stuff */
/* Start lightbox stuff */

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	width: 540px;
	height: 250px;
	padding: 3px;
	border:#FF9933 3px solid;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}



ul.side_panel li{
	display:block;
	height:50px;
	width:175px;
	color:#FFF;
	margin:0 0 10px 5px;

}

ul.side_panel li p{
	margin-left:55px;
	
}

ul.side_panel li a{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	
	
}

ul.side_panel li.calendar{
	background-image:url(images/icon_calendar.png);
	background-repeat:no-repeat;
	background-position:top left;
	
}


ul.side_panel li.email{
	background-image:url(images/icon_email.png);
	background-repeat:no-repeat;
	background-position:top left;
	
}

ul.side_panel li.newsletter{
	background-image:url(images/icon_newsletter.png);
	background-repeat:no-repeat;
	background-position:top left;
	
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/* End lightbox stuff */
/* End lightbox stuff */



/*Form Related Stuff */

input{
padding:1px;
font-size:11px;
border:#999 1px solid;
width:175px;
margin-bottom:4px;
background-image:url(images/bg_input_fields.gif);
background-repeat:repeat-x;
background-position:top;
}

input.option_box{
padding:1px;
font-size:11px;
border:none;
width:25px;
margin-bottom:0px;
}


textarea{
padding:1px;
font-size:11px;
border:#999 1px solid;
width:250px;
margin-bottom:4px;
background-image:url(images/bg_input_fields.gif);
background-repeat:repeat-x;
background-position:top;
}


input.button{
padding:1px;
background-image:url(images/btn_gradient.gif);
background-repeat:repeat-x;
font-size:11px;
border:#999 1px solid;
width:90px;
margin-bottom:4px;
cursor:pointer;
}

input.button_big{
padding:4px;
background-color:#DFFFDF;
font-size:12px;
font-weight:bold;
border:#999 1px solid;
width:110px;
margin-bottom:4px;
cursor:pointer;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(images/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(images/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(images/corner_tr.gif) right top no-repeat;
  }
  
 img.photo_main_image{
background-color:#CCCCCC;
margin:6px;
padding:10px;
border:#666666 solid 1px;
text-align:center;
}

div#photo_caption{
border:#CCCCCC dotted 1px;
text-align:center;
}


/*End Form Related Stuff */

/*calendar stuff*/
td.calendar_border{
border-right:#666666 1px solid;
border-bottom:#666666 1px solid;
background-color:#FFFFFF;
}

td.calendar_border_active{
border-right:#666666 1px solid;
border-bottom:#666666 1px solid;
background-color:#CAFFD6;
cursor:pointer;
}

.txteventdate{
color:#000066;
font-size:13px;
}
/*end of calendar stuff*/


/*

Start Village West Code 

*/

h3.vw_heading {
font-size:14px;
font-weight:lighter;
color:#fff;
text-align:center;
line-height:2;
}

h4.vw{
font-size:14px;
font-weight:bold;
color:#333;
padding:0px 10px 0px 10px;
}

p.vw {
font-size:12px;
color:#666;
line-height:1.5;
padding:10px 10px 0px 10px;
}

p.vw_big {
font-size:15px;
color:#666;
line-height:1.5;
padding:10px 10px 0px 10px;
}




td.vw_top_box{
	background-image:url(village_west/images/top_box_curve.jpg);
	background-repeat:no-repeat;
}

td.vw_bottom_box{
	background-image:url(village_west/images/bottom_box_curve.jpg);
	background-repeat:no-repeat;
}

td.vw_middle_box{
	background-image:url(village_west/images/middle_box.jpg);
	background-repeat:repeat-y;
}

td.vw_top_box_big{
	background-image:url(village_west/images/box_big_top.jpg);
	background-repeat:no-repeat;
}

td.vw_bottom_box_big{
	background-image:url(village_west/images/box_big_bottom.jpg);
	background-repeat:no-repeat;
}

td.vw_middle_box_big{
	background-image:url(village_west/images/box_big_middle.jpg);
	background-repeat:repeat-y;
}

table.vw_menu a {
	background-repeat:no-repeat;
	display: block;
	height: 110px;
	width: 241px; }
	
	table.vw_menu a:hover, body.dining .vw_menu a.dining, body.shopping .vw_menu a.shopping, body.lodging .vw_menu a.lodging {
		background-position: 0px -110px; }

	table.vw_menu a.dining { background-image:url(village_west/images/button_dinning.jpg); }
	table.vw_menu a.shopping { background-image:url(village_west/images/button_shopping.jpg); }
	table.vw_menu a.lodging { background-image:url(village_west/images/button_lodging.jpg); }

a.vw_links{
font-size:12px;
color:#003366;
padding:0px 10px 0px 10px;

}

a.vw_links:hover{
text-decoration:none;
color:#333333;
}

a.vw_links:visited{
color:#003366;
}

div.alternate{
	background-color:#EAEAEA;
}

/* Video Gallery */

div.share-videos {
	background:transparent url(images/youtube.png) no-repeat center left scroll;	
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	margin:3px 0 5px;
	padding-left:21px; }
	
#video_item {
	margin: 10px; 
	padding: 2px 0px 20px 5px;
	text-align:left;
	vertical-align:top; }
	
	#video_item table {
		 margin-bottom:25px; }

	#video_item a {
		font-size:14px;
		margin:0px;
		padding:0px;
		text-decoration: none;
		text-align:center; }
		
	#video_item p {
		margin:0px;
		padding:0px; }
