/* ~~~~~~~~~~~~~~~~~ Generic Page Styling ~~~~~~~~~~~~~~~~~~~~ 
Print Styles for every page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body { margin: 0px; }

h1 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding-top: 8px;
	display: block;
	border-bottom: 1px solid #000;
}
h2 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: 24px;
	display: inline;
	padding-top: 5px;
	margin: 15px 0 2px 0;
}
h3 {
	font-size: 20px;
	color: #000;
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 24px;
}
h4 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin: 35px 0 2px;
}
h5 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center; 
	padding-bottom: 5px; 
	margin: 0 0 15px;
	line-height: 17px;
	border-bottom: 1px solid #d9d9d9
}
h6 {
	font-size: 22px;
	color: #000;
	font-weight: normal;
	line-height: 20px;
	margin: 35px 0 2px;
	padding-top: 8px;
	text-align: center
}

#head {
	width: 100%;
	height: 24px;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px 0;
	margin-bottom: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px
}
#navContainer { display: none }

#content {
	width: 100%;
	height: auto;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 13px;
	text-align: justify;
}
#content a img { border: none }
a { text-decoration: underline; color: #69F }
#breadcrumb, #dynaCrumb, #corner, #lColumn { display: none }

#leftContent { width: 70%; float: left; margin-right: 3% }
#leftContent table { text-align: left }
#leftContent p { margin: 0 0 8px 0 }
#leftContent ul { margin-top: 0; list-style-type: square }
#leftContent ol { margin-top: 0 }
#leftContent ol li { margin-top: 15px }

#rightContent { width: 27%; float: left }

/* Form Fields Styling */
#content select, .inField { 
	width: 180px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding: 1px;
	border: 1px solid #d9d9d9;
}
.formBut { 
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	cursor: pointer;
	background-color: #f1f1f1;
	border: 1px solid #d9d9d9;
}
.iField, .tArea, .sub {
	width: 200px;
	height: auto;
	border: 1px solid #D9D9D9;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding: 2px;
	text-align: left;
	background-color: #FFF;
}
.tArea { height: 100px }
.sub { 
	width: auto; 
	text-align: center; 
}
/* Universal Footer Styling */
#univFooter {
	width: 100%; 
	clear: both;
	margin: 40px 0 20px;
	text-align: center; 
	padding-top: 20px; 
	border-top: 1px solid #d9d9d9;
}
#footBot, #footTop { display: none }

/* Dest Page Styling */
#rightContent #search, #rightContent #info, #rightContent #featured, #rightContent #tour, #ctl00_ctl00_Main_ddlNav { display: none }

/* Villa Page Styling */
#topVillaLeft { width: 192px; float: left }
#topVillaLeft img { display: none }
#topVillaRight { width: 393px; float: right }
#topVillaLeft h2, #villaDesc h2 { display: block }
#vOptions { display: none }
#villaDesc { clear: both }
#ctl00_ctl00_Main_villaBody_Tabs { margin-top: 20px }
.ajax__tab_tab { font-weight: bold; text-decoration: underline; margin: 15px }

/* Misc Styling */
object { display: none }