/* CSS Document */

/* removes borders from images with links */
p{
	line-height: 18px;
	}
ul, ol{
	line-height: 18px;
	}
body{
	font-family: Arial, Helvetica, sans-serif;
	}
img{
	border: none;
	}

/* page id's */

#logo{
	float:right;
}

#bodyholder{
	margin: 0 auto;
	display: block;
	width: 960px;
	height: 100%;
	}

#resortform{
	float: right;
	}

#leftcol{
	margin-top: 10px;
	width: 250px;
	float: left;
	}

#rightcol{
	margin-top: 10px;
	width: 610px;
	float:right;
	}

#contentholder{
	padding-left: 30px;
	width: 930px;
	margin: 0 auto;
	clear: both;
	}

/* formats p tags within relevant id tags */	

#leftcol p{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	}

#leftcol p span{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}

#contentholder p, #rightcol p{
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	}
#contentholder ul, #contentholder ol, #rightcol ul, #rightcol ol {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	}

/* page classes */

.resortinput{ 
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../Pages/Casino/images/input2.gif");
	width: 200px;
	height: 26px;
	font-size: 13px;
	color: #666666;
	padding: 3px 0px 3px 0px;
	margin-top: 15px;
	border: 1px solid #555555;
	margin-left: 0px;
	}

.topTel { 
	float: left;
	position: relative;
	margin-top: 80px;
	}

.searchinput{ 
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../Pages/Casino/images/input2.gif");
	width: 200px;
	height: 19px;
	margin-left: 2em;
	font-size: 13px;
	color: #666666;
	padding: 3px 0 0 3px;
	border: 1px solid #555555;
	}

.headertable{
	margin-top: 2.5em;
	margin-bottom: 1em;
	}
	
.btnsearch{
	margin-top: 5px;
	margin-left: 1em;
	width: 67px;
	height: 27px;
	border: none;
	cursor: pointer;
	}

.btngo{
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 15px;
	width: 53px;
	border: none;
	cursor: pointer;
	}
	
.btnbook{	
	margin-top: 10px;
	float: left;
	width: 117px;
	height: 44px;
	border: none;
	cursor: pointer;
	}

#footer{ background-image: url("../Pages/Casino/images/footer.gif"); width: 940px; padding: 10px; height: 144px; margin-top: 20px; }
#footer h3 { float: left; display: block; margin-left: 10px; width: 240px; position: relative; font-size: 10px; font-weight: bold; color: #d3d1d3; }
#footer p { float: left; display: block; margin: 0 10px 0 10px; width: 240px; position: relative; font-size: 10px; font-weight: normal !important; color: #d3d1d3; }
#footer p a { color: #d3d1d3; font-weight: normal; font-size: 10px !important; }
#footer .leftCol { float: left; width: 240px; position: relative; }
#footer .rightCol { float: right; width: 645px; position: relative; }
#footer ul { width: 645px; height: 150px; font-size: 10px; color: #d3d1d3; font-weight: bold; list-style-type: none; position: relative; float: right; }
#footer ul li { text-transform: uppercase; margin-bottom: 10px; float: left; width: 160px; line-height: 1em; }
#footer ul li a, #footer ul li a:active, #footer ul li a:visited{ color: #d3d1d3; text-decoration: none; font-size: 10px !important; }
#footer ul li a:hover{ color: #d3d1d3; text-decoration: underline; }
#footer ul.wide li { text-transform: uppercase; margin-bottom: 10px; float: left; width: 200px; line-height: 1em; }

p a, p a:active, p a:visited, a, a:active, a:visited{
	font-size: 13px;
	font-weight: bold;
	color: #135d9e;
	text-decoration: none;
	}

p a:hover, a:hover{
	color: #135d9e;
	text-decoration: underline;
	}

.disclaimer{
	margin-top: 15px;
	}

.imgholder{
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
	margin-top: 15px;
	float: left;
	clear: both;
	}

.imgholder div{
	margin: 0 20px 0 0;
	float:left;
	}
	
.imgcaption{
	padding: 3px 0 10px 0;
	float:left;
	}

/* header tags styling */
h1{
	font-size: 21px;
	margin: 5px 0 15px 0;
	color: #8e7029;
	}

h2{
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: -10px;
	}

h4{
	font-size: 21px;
	margin: 5px 0 15px 0;
	color: #8e7029;
	}

#bookingengine { float: left;  clear: both; position: relative; width: 250px; margin-bottom: 20px; }
.book { float: left; position: relative; clear: both; margin-bottom: 10px; width: 100%; }

