@import "menu.css";
@import "searchlist.css";
@import "fpv.css";
@import "/cms_engine/cms.css";

body
{
	margin: 0;
	padding: 0;
	color: #003882;
	font-family: Arial;
	font-size: 11pt;
}

img{
	border: none;
}

#global
{
	margin: 0 auto;
	padding: 0;
	width: 774px;
	}

.clearb
{
	height: 0;
	clear: both;
	}	
	
#header
{
	width: 774px;

	}

#content
{
	margin: 0px;
	padding: 0px;
	width: 774px;
	background-image: url(/images/contentbk.jpg);
	}	

#sidecolumn
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 189px;
	}
	
.aligntop
{
	vertical-align: top;

	}
	
.alignbottom
{
	vertical-align: bottom;
	}	
	
#text
{
	float: left;
	width: 528px;
	padding: 25px;

	}	
	
#picbanner
{
	float: left;
	width: 577px;
	text-align: right;
	}
	
h1{
	font-size: 14pt;
	text-transform: uppercase;
	color: #003882;

}	

h2{
	font-size: 14pt;
	color: #003882;
}

h3{
	font-size: 13pt;
	color: #003882;

}

h4{
	font-size: 13pt;
	display: inline;
	color: #003882;
	text-transform: uppercase;

}

h5{
	font-size: 13pt;
	display: inline;
	color: #fff200;
}
					
h5.error {
    font-weight: bold;
    font-size: 11pt;
    color: red;
    display: inline;
}

	
	
#hotdealswrapper{
	float: left;
	width: 165px;
    margin-right: 10px;

}	


#hotdealswrapper p{
	
	margin-top: 0px;
	margin-bottom: 0px;

}

#hotlink {
	
	text-decoration: none;
	cursor: hand;

}

	
#hotdtext
{
	width: 145px;
	height: 63px;
	padding: 35px 10px 10px 10px;
	font-size: 8pt;
    color: #ffffff;
    background: no-repeat;
	}


/*#hotdtext a{
	
	text-decoration: none;
	color: #EDE01A;
	cursor: hand;

}	*/

#hdpagetext{
    width: 330px;
    float: right;

}

#hdpagepicture{
    width: 165px;
    float: left;
   	border: 1px solid #d2d2d2;
 }
 
 
 #hdpagelink{
 	float: left;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    font-weight: bold;
    border-top: 2px dashed #003882;
}

 #hdpagelink img{
	 float: right;
	 padding: 0px;
	 margin-top: -20px;
}
	
#enquirybtn{
	width: 141px;
	height: 24px;
	border: none;
    cursor: hand;
    background: url(/images/submitenquiry.jpg);
}

#bookingbtn{
	width: 141px;
	height: 24px;
	border: none;
    cursor: hand;
    background: url(/images/submitbooking.jpg);
}

#applyonlinebtn{
	width: 141px;
	height: 24px;
	border: none;
    cursor: hand;
    background: url(/images/applyonline.jpg);
}

#applicationbtn{
	width: 196px;
	height: 24px;
	border: none;
    cursor: hand;
    background: url(/images/submitapplication_button.jpg);
}

#clearbtn{
	width: 141px;
	height: 24px;
	border: none;
    cursor: hand;
    background: url(/images/clearform_button.jpg);
}

#printbtn{
	width: 141px;
	height: 24px;
	border: none;
    cursor: hand;
    background: url(/images/printform_button.jpg);
}

#applyonline{
float: right;
}

#formtable{
	border: none;
	width: 100%;
	font-size: 9pt;
}


#formtable td {
	padding: 2px;
}


#formtable td.widecol{
	width: 35%;

}

#searchpanel{
	width: 577px;
	height: 92px;
	padding-top: 6px;
	text-align:left;
	background: url(/images/searchpanel.jpg) no-repeat;
}


#searchpanel table{
	 width:520px;
	 text-align: right;
	 margin-top: 0px;

}

#searchpanel tr{
	height: 38px;


}

#searchpanel select{
	 width: 140px;

}

#searchbtn{
	width: 141px;
	height: 26px;
	border: none;
    cursor: hand;
	background: url(/images/searchbtn.jpg);
}

#features{
    width: 220px;
    min-width: 200px;
    float: left;
}

#gallerywrapper{
    width: 300px;
    float: right;

 }

#gallery{
    width: 270px;
    padding: 0px 15px 0px 15px;
    background: url(/images/gallerybk.jpg);
 }

#gallery image{
    padding-bottom: 10px;


}

#gallery table{
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 10px;

}

#gallery td{
    border-bottom: 1px solid #ffffff;
    padding: 0px 5px 0px 13px;

}


#footer{
	width: 100%;
	height: 37px;

}

.adminlink{

color: #0033cc !important;
text-decoration:none;

}

div.alert {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 10px;
	color: #0033cc;
}

div.error {
	border: 1px solid red;
	background-color: yellow;
	color: red !important;
	padding: 10px;
}

div.sqlerr {
	border: 1px solid red;
	background-color: blue;
	color: black ;
	font-weight: bold;
	padding: 10px;
}
