@import url("nav.css");
@import url("textstyles.css");
@import url("boxstyles.css");
@import url("thickbox.css");

body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	background-image: url(../images/body_grad.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
/*  defaults*/

h1 {
	margin: 0px;
	font-size: 18px;
	color:#444444;
	font-family: "Century Gothic", "Gill Sans", Tahoma, Arial;
}
h2 {
	margin: 2px 0px 2px;
	font-size: 11pt;
	line-height: 14px;
	color:#666666;
	font-family: "Century Gothic", "Gill Sans", Tahoma, Arial;
}
p {
	font-size: 9pt;
	line-height: 12pt;
	margin: 0 0 2px 0;
}
p small {
	color:#888888;
	font-size: 8pt;
	line-height: 10pt;
	margin: 0 0 2px 0;
	font-weight:bold;
}
a {
	color:#333333;
}
a:hover {
	text-decoration:underline;
}
.contentWrapper ul li{
	font-size: 8pt;
	line-height: 11pt;
	margin: 0 0px 4px 20px;
	font-weight:bold;
	list-style-type:square;
}
.usefulStuff ul li{
	font-size: 8pt;
	line-height: 11pt;
	font-weight: bold;
	height:auto;
}
/* */
.wrapper {
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dedede;
	border-right-color: #dedede;
	border-bottom-color: #dedede;
	border-left-color: #dedede;
	text-align: left;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	position: relative;
}
.leftCol {
	background-color: #333333;
	width: 190px;
	float: left;
	font-size: 13px;
}
.content {
	float: left;
	background-color: #dedede;
	width: 702px;
	margin:0;
}
.contentBk {
	background-image: url(../images/bk-content.gif);
	background-repeat: repeat-y;
}
.contentBk2 {
	background-image: url(../images/bk-content2.gif);
	background-repeat: repeat-y;
}
.contentMain {
	float: left;
	background-color: #dedede;
	width: 701px;
	border-left:solid 1px #ffffff;
	background-color:#666666;
}
.hotelSpotlight {
	/*background-image: url(../images/hotels_grad.gif);
	background-position: top;
	background-repeat: repeat-x;*/
	padding: 5px;
	color: #FFFFFF;
}

.hotelSpotlight h1, .hotelSpotlight h1, .hotelSpotlight p, .offers h2, .offers P {margin:0;}
.contentWrapper {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	clear: both;
}

.navbar {
	margin:0;
	height:30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dedede;
	z-index: 1;
}
.navMail {
	position: absolute;
	right: 12px;
	height: 30px;
	top: 160px;
	z-index: 1001;
	}
.ie6 .navMail { height:30px;margin-left:-4px;}

/* OLD STYLE */
/*.navMail {
	height:30px;
	float:right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	background-color: #333333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dedede;
	}
.ie6 .navMail { height:30px;margin-left:-4px;}*/

.navMail a {
	color:#FFFFFF;
	font-weight:bold;
	font-size: 9pt;
	line-height: 22pt;
	text-decoration: none;
	padding: 0 10px;
}
.navMail a:hover {
	color:#99CC33;
	text-decoration: underline;
}
#contentPadding {
	padding: 10px;
	
}
.offers {
	padding: 5px;
	color: #FFFFFF;
	border-top: 2px solid #dedede;
}
.offers h1 {
	color: #666666;
	font-size: 18px;
	padding-bottom: 5px;
}
.offers input#ESign, .homeNews input#ESign {
	color: #ffffff;
	font-size: 8.5pt;
	padding:1px;
	width: 170px;
	height: 18px;
	margin: 6px 4px 4px 0px;
	background-color:#777777;
	border:solid 1px #444444;
	float:left;
}
.offers input#SignUp, .homeNews input#SignUp {
	font-family: "Century Gothic", "Gill Sans", Tahoma, Arial;
	height: 20px;
	width: 56px;
	font-size: 8pt;
	font-weight:bold;
	line-height: 10pt;
	padding:1px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #99CC00;
	float:left;
	margin: 6px 0px 4px;
}
.offers input#SignUp:hover, .homeNews input#SignUp:hover {
	color: #dedede;
	border: 1px solid #dedede;
	background-color: #304000;
}
.offers h1 {
	color: #FFFFFF;
}
.offers ul li{
	font-size: 8pt;
	line-height: 11pt;
	margin: 0 0px 4px 2px;
	font-weight:bold;
	list-style-type:none;
}
.offers li a, pageCol5Img li {
	list-style-type: none;
	padding-left: 15px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/green_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.hotelSpotlight a, .offers a {
	display: block;
	text-align: right;
	color: #CCFF66;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
}
.hotelSpotlight a:hover, .offers a:hover {
	text-decoration: none;
}
/*.hotelSpotlight a {
	color:#666666;
}*/
#searchBox {
	background-color: #efefef;
	padding: 10px;
	height: 205px;
}
.contentPadding {
	float: left;
	width: 302px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contentPadding h1 {line-height:20pt; margin: 2px 0 6px 0;}
.contentPadding p {line-height:12pt; margin: 2px 0 6px 0;}


.footer {
	width: 892px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.homeRegions {
	float: right;
	overflow: hidden;
	width: 390px;
	margin:0;
}
.homeRegions p a {color:#FFFFFF;text-decoration:none;padding-left:4px;line-height:16pt;}
.homeRegions p a:hover {color:#CCFF66; text-decoration:none;}
.homeNews {
	width: 364px;
	padding: 12px 8px;
	float:right;
	/*min-height:102px;*/
	background-color:#333333;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #dedede;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #dedede;
}
.homeNews H1, .homeNews P {
	color: #FFFFFF;
	margin: 0 0 3px;
}

/* pages */

.page {
	margin: 0px;
	padding: 0px;
	border-left:solid 1px #ffffff;
}
.pageCol1 {
	float: left;
	min-height: 240px;
	width: 179px;
	background-color: #666666;
}
.pageCol1Img {
	min-height: 100px;
	width: 128px;
	float:right;
	margin: 20px -1px 0;
	background-color: #dedede;
	border: solid 1px #d3d3d3;
	border-right: solid 0px;
}
.pageCol2 {
	float: right;
	min-height: 200px;
	width: 490px;
	padding: 14px 20px 20px 0;
}
.pageCol3 {
	min-height: 30px;
	width: auto;
	background-color: #666666;
	margin: 0px;
	border-top: solid 1px #ffffff;
}
.pageCol3Box {
	float:left;
	width: 126px;
	margin:0 10px 0 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
.ie6 .pageCol3Box { margin:0 10px -3px 0;}
.pageCol3SubBox {
	background-color: #666666;
	width: 118px;
	min-height: 24px;
	padding: 0px 4px;
	border-top: solid 1px #FFFFFF;
}
.pageCol3SubBox P A {
	font-size:8.5pt;
	color:#FFFFFF;
	margin:0;
	line-height:16pt;
	text-decoration:none;
	font-weight: bold;
}
.pageCol3SubBox p a:hover {
	text-decoration:underline;
}
.pageCol4 {
	float: left;
	height: 20px;
	width: 179px;
	background-color: #666666;
	border-top: solid 1px #ffffff;
}
.pageCol5 {
	float: left;
	
	width: 248px;
	background-color: #666666;
}

.pageCol5Img {
	min-height: 100px;
	width: 192px;
	padding:10px;
	float:right;
	margin: 10px 0 40px 0;
	background-color: #bbbbbb;
	border: solid 1px #d3d3d3;
	border-right-width: 0px;
}
.pageCol5Img ul li{
	font-size: 8pt;
	line-height: 11pt;
	margin: 0 0px 4px 0px;
	font-weight:bold;
	list-style-type:square;
}
.pageCol6 {
	float: right;
	width: 420px;
	padding: 17px 20px 20px 0;
	}
.pageCol7 {
	float: left;
	height: 20px;
	width: 248px;
	background-color: #666666;
	border-top: solid 1px #dedede;
	border-left: solid 1px #dedede;
}
pageCol8 {
	float: right;
	height: 200px;
	width: 420px;
	padding: 14px 20px 20px 0;
}
.pageCol9Img {
	float:right;
	margin: 20px 0 50px 0;
	background-color: #dedede;
	border: solid 1px #dedede;
	border-right-width: 0px;
}
.pageSpacer {float:left;width:52px;height:26px}

.ie6 .pageSpacer {float:left;width:51px;height:26px}

/* main page */

.pageMainCol1 {}

.pageMainCol1ExtraImgs {padding-left:32px}

.pageMainCol2 {
	background-color: #dedede;
	min-height: 440px;
	width: 410px;
	float: right;
	padding: 20px;
}
.ie6 .pageMainCol2 {height:440px;}

.pageCol2 h1, .pageCol6 h1, .pageMainCol2 h1, .pageSearchCol2 h1 {line-height:20pt;}
.pageMainCol2 h2, .pageSearchCol2 h2 {line-height:20pt;}
.pageCol2 p, .pageCol6 P, .pageMainCol2 P, .pageSearchCol2 P {font-size:8pt;line-height:12pt;margin: 2px 0 4px;}
.pageMainInfo {
	float:left;
	margin: 10px 0 0 20px;
	padding: 4px ;
	width: 206px;
	background-color: #BBBBBB;
	border: solid 1px #d3d3d3;
	border-right-width: 0px;
}
.ie6 .pageMainInfo {margin: 10px 10px 0;}
.pageMainTitle {
	float:right;
	margin: 10px 0px 0 0;
	padding: 2px 20px 2px 0;
	width: 210px;
}
.pageMainTitle H1 {
	color: #ffffff;
	font-size: 13pt;
}
.pageMainTitle H2 {
	color: #ffffff;
	font-size: 9pt;
}
.pageMainCol1Img {
	float:right;
	margin: 20px 0 10px 0;
	background-color: #dedede;
	border: solid 1px #d3d3d3;
	border-right-width: 0px;
}
.pageMainCol1Click {
	color:#eeeeee;
	float:right; 
	width:190px;
}
.pageSearchCol2 {
	background-color: #dedede;
	min-height: 440px;
	width: 595px;
	float: right;
	padding: 20px;
}
.pageMainInfo P, .pageMainCol2 P, pageCol6 P {
	font-size:9pt;
}
.usefulStuff p {
	font-weight:normal;
}

#pageMainHotelImg {  
	height:  250px;  
	width:   449px;  
	padding: 0;  
	margin:  -20px -20px 10px;
	border-left: solid 1px #dedede;  
} 

#pageMainHotelImg img {  
	padding: 0;  
	border:  0px solid #ccc;  
	background-color: #d3d3d3;  
	width:  449px; 
	height: 250px; 
	top:  0; 
	left: 0 
}
/* misc */

.miscButton {
	filter:alpha(opacity=100);
	opacity:1;
}  
.miscButton:hover {
	filter:alpha(opacity=40);
	opacity:0.4;
} 


/* tidying */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearBottom { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ie6 .clearBottom {
	clear:none;
	height:0;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: -2px;
}
