* {
	margin: 0px;
	padding: 0px;
}

html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family: 'Verdana', sans-serif;
	color: #333333;
/*	font-size: 62.5%;*/
		font-size: 12px;
	line-height: 140%;
} 

img {
	border: none;
}

body {
	background: #FFF url('images/bodybg.jpg') repeat-x top;
/*	background-position: top left/top center/top right/center left/center center/center right/bottom left/bottom center/bottom right/x-% y-%/x-pos y-pos;*/
}

#pagewidth{ 
	margin-top: 0px;
	width:965px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:108px; 
/*  background-color:#99A9A9; */
 width:100%;
} 

#logocontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 162px;
	height: 54px;
}

/*#logocontainer a img {
	margin-top: -4px;
}*/

#taglineocontainer {
	position: absolute;
	top: 33px;
	left: 163px;
	height: 15px;
	font-size: 10px;
	color: #666666;
}

#mainmenucontainer {
	position: absolute;
	top: 65px;
	height: 15px;
	left:0px;
	width: 100%;
}

#statuscontainer {
	position: absolute;
	top: 88px;
	height: 15px;
	left:0px;
	width: 100%;
	z-index: 100;
}

#maincol{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
padding-top: 20px;
 }
 
#footer{
	height:50px; 
	/*background-color:#70A9A9;*/ 
	clear:both;
 } 

/******************************** COMMON CLASSES ********************************/
.left {
	float: left;
}
 
.right {
	float: right;
}

.wide {
	width: 630px;
}

.narrow {
	width: 305px;
}

.half {
	width: 48%;
}

.pad20 {
	padding: 20px;
}

.normal
{
	font-weight: normal;
}

.border-left-dotted {
	border-left: 1px dotted #ccc;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/******************************** MAIN MENU ********************************/
#mainmenu {
	float:left;
	margin:0px;
}

#mainmenu li {
	float: left;
	display: block;
	padding-right: 15px;
}

/**#mainmenu li a {
	text-decoration: none;
	font-family: 'helvetica', sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#mainmenu li a:hover {
	text-decoration: none;
}**/

/******************************** MAIN MENU SEACH FORM ********************************/

#mainmenu-search {
	float:left;
	margin-left: 20px;
}

#mainmenu-search input {
	float:left;
	margin-left: 10px;
}

#mainmenu-search #mainmenu-search-field {
	border: none;
	background: url('images/mainmenu-searchbg.jpg') no-repeat;
	width: 178px;
	height: 18px;
	font-family: 'monaco', sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 0px 0px 2px;
}

#mainmenu-search #mainmenu-search-button {
	border: none;
	background: url('images/mainmenu-search-buttonbg-o.gif') no-repeat;
	width: 46px;
	height: 16px;
	margin-left: 10px;
}

/******************************** SECONDARY MENU ********************************/
#secondarymenu {
	float: right;
	width: 200px;
	margin:0px;
}

#secondarymenu li {
	float: right;
	display: block;
	padding-right: 15px;
}

#secondarymenu li a {
	text-decoration: none;
	font-family: 'helvetica', sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

#secondarymenu li a:hover {
	text-decoration: underline;
}

/******************************** STATUS BAR ********************************/
#statuscontainer span, #statuscontainer  a, #statuscontainer div {
	font-family: 'geneva', sans-serif;
	color: #0066CC;
	font-size: 10px;
	font-weight: normal;
}

#statuscontainer  a {
text-decoration: underline;
}

.status-announcement {
	float: left;
	padding: 0px 5px;
}

.status-options {
	float: left;
	padding: 0px 5px;
}

.status-label {
	margin: 0px 0px 0px 10px;
	float: left;
	color: #333;
	font-weight: bold;
}

.statusbar-list {
	float:left;
	margin:0px; 
	margin-top: -1px;
}

.statusbar-list  li {
	float: left;
	display: block;
	padding-right: 15px;
}

.statusbar-list  li a {
	text-decoration: none;
}

.statusbar-list li a:hover  {
	text-decoration: underline;
}

/******************************** TYPOGRAPHY ********************************/
h1, h2, h3 {
	font-family: 'helvetica', sans-serif;
	color: #333333;
	line-height: 140%;
	font-weight: bold;
	margin-top: 5px;
}
h1 {
	font-size: 24px;
}

h2 {
	font-size: 19px;
}

p {
	font-family: 'geneva', sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	margin-top: 3px;
}

ul {
	margin-top: 3px;
}

li {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

a {
	color: #333333;
	text-decoration: none;
}

h3.main-heading {
	position: relative;
	margin: 0;
	padding: 0.7em 0 0.3em 0;
	border-bottom: 1px dotted #ccc;
}

/******************************** RIGHT COLUMN ********************************/
.article {
line-height: 150%;
}

.article img {
	margin: 10px 0px;
}

.article p {
	font-size: 10px;
}

.article .learnmore {
	margin: 5px 8px;
}

.article a {
	color: #0066CC;
	text-decoration: none;
}

.article a:hover {
	color: #0066CC;
	text-decoration: none;
}

/******************************** SEARCH RESULTS-GRID PAGE ********************************/
.results-grid-container {
	margin: 20px 0px;
}

.results-resort-label {
	float: left;
	width: 154px;
	height: 140px;
	text-align: center;
	/*margin: 3px 0px;*/
}

.results-resort-label a img {

}

.results-resort-label p {
	font-size: 9px;
}

.results-resort-label a:hover p{
	text-decoration: underline;
}

.results-blurb {
	margin: 0px 0px 20px 0px;
}

/******************************** SEARCH RESULTS-TABLE PAGE ********************************/
.results-table-container {
	width: 100%;	
	}

.results-table-row {
border: 1px dotted #999;
	margin-top: 5px;
}

tr.results-table-row td {

}

.results-table-row h3, 
.results-table-row h4, 
.results-table-row p, 
.results-table-row ul { 
	margin: 5px ;	
}

.results-table-row p { 
	font-size: 9px;
}

.results-table-row ul li { 
	margin: 2px 2px 2px 10px;	
	font-size: 9px;
}

.results-table-row .thumb-main {
	margin: 5px;
	float: right;
}

.results-table-container .button {
	padding: 5px;
	pointer: default;
}

.results-table-container .details-container {
	padding: 5px;
	padding-left: 20px;
	margin: 10px;
}

.results-table-container .wide {
	width: 230px;	
}

.results-table-container .narrow {
	width: 180px;	
}

.dead-link {
	cursor: default;
	text-decoration: none;
	font-family: 'helvetica', sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.life-link{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.life-link:hover{
	text-decoration: underline;
}