a {
	color: #ECA500;
	font-weight: bold;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}


body {
/*	background-color: #A7CFDF;*/
	background-color: #FFFFFF;
	color: white;
	font-family: Arial, Tahoma, Verdana, sans;
	font-size: 12px;
	letter-spacing: 0.5px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


h1 {
	/*color: #0E4F76;*/
	color: #FFFFFF;
	font-size: 22px;
	margin: 4px 0px 4px 0px;
	padding-bottom: 4px;
	text-align: center;
}


h2 {
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}


input, select, textarea {
	font-size: 11px;
	margin: 2px;
}


input.submit, input.submit_small {
	background-color: #ECA500;
	border: 1px solid #404040;
	color: white;
	font-weight: bold;
}

input.submit {
	letter-spacing: 0.5px;
	margin: 8px;
	padding: 4px;
}

input.submit_small {
	letter-spacing: 1px;
}


p {
	line-height: 16px;
	text-align: justify;
}


th {
	background-color: #EBEBEB;
	padding: 4px;
}



/*  ID'd Divs  */

#main-outer {
	margin: 0px auto;
	margin-top: 0px;
	width: 760px;
}

#main-inner {
	background-color: white;
	color: #505050;
	float: left;
	/*min-height: 600px;*/
	height: auto;
	padding: 10px 4px 0px 4px;
}


#lang_flags ul {
	margin: 0px;
	padding: 2px;
	text-align: right;
}


#lang_flags ul li {
	display: inline;
	padding: 2px;
}


#header {
/*	background-repeat: no-repeat;*/
/*	height: 97px;*/
	margin-bottom: 12px;
	width: 760px;
}

#franchise-name {
/**	margin: 40px 120px 0 200px;
	float: left;*/
	/*margin: -50px 0 0 20px;*/
	margin: -50px 0 0 0px;
	text-align: center; 
	width: 100%;
	float: left;
	white-space: nowrap;
}


#content {
	background-color: white;
	color: #505050;
	float: left;
	height: auto;
	/*min-height: 500px;*/
	width: 760px;
}

#content div {
	/*color: #505050;*/
	color: #FFFFFF;
}
	

#footer_links {
		clear: left;
		display: block;
		margin: 10px;
		padding: 0px;
}

	#footer_links ul {
		margin: 0px;
		padding: 0px;
	}
	
		#footer_links ul li {
			display: inline;
			color: #FFFFFF;
		}
	
		#footer_links li a {
			color: #FFFFFF;
			font-size: 10px;
			font-weight: normal;
			padding: 8px;
		}
		



#terms_and_conditions {
	list-style-type: lower-roman;
	width: 700px;
}

#terms_and_conditions li {
	padding: 5px;
	text-align: justify;
}


	
		
		
.form_field, .form_field_confirm, .form_field_submit {
	padding: 2px;
}


.form_field_submit {
	clear: both;
	text-align: center;
}

.form_field .form_field_label {
	display: block;
	float: left;
	padding-top: 2px;
	width: 175px;
}

.ff_over .form_field_label, .ff_over .form_field_input {
	clear: both;
	float: none;
	text-align: center;
	width: 100%;
}


.form_field_spacer {
	height: 18px;
	width: auto;
}


.form_error {
	background-color: #FFFF99;
	color: red;
	font-weight: bold;
	margin: 4px;
	padding: 8px;
	width: auto;
}


#quick_search .form_field_label {
	width: 75px;
}


.pagination {
	clear: both;
	margin: 0px auto;
	padding: 12px;
	text-align: center;
	width: 500px;
}

.pagination td {
	background-color: #EBEBEB;
}

.pagination a {
	display: block;
	padding: 6px;
}

.pagination a:hover {
	background-color: #FFFF99;
	text-decoration: none;
}

.pagination .selected {
	background-color: #009EDD;
}

.pagination .selected a {
	color: white;
}




#venue_description {
	line-height: 16px;
	text-align: justify;
}


#div_venue_features {
	float: left;
	display: block;
	margin: 0px auto;
	margin-bottom: 16px;
	padding: 0px 20px 0px 20px;
	width: 362px;
}

#venue_features {
	width: 364px;
}

#venue_features li {
	display: block;
	float: left;
	margin: 1px;
	padding: 2px;
	width: 175px;
}


#venue_images {
	background-color: #ebebeb;
	border: 3px solid #184460;
	margin: 4px 0px 1px 8px;
	overflow: visible;
	padding: 4px;
	text-align: center;
	width: 250px;
}


	#venue_images img {
		border: 2px solid #184460;
		clear: none;
		margin: 4px 4px 8px 4px;
	}


#div_venue_rates {
	border: 3px solid #184460;
	float: left;
	width: 390px;
}

#venue_rates {
	display: block;
	margin: 0px auto;
	width: 390px;
}

#venue_rates li {
	display: block;
	float: left;
	margin: 1px;
	padding: 4px;
}

.venue_rate_month {
	background-color: #EBEBEB;
	font-weight: bold;
	width: 65px;
}

.venue_rate_rate {
	width: 100px;
}





#booking_summary {
	clear: both;
}



.search_result {
	float: left;
	margin: 0px 0px 18px 10px;
}

.search_result_container {
	border-color: #184466;
	border-style: solid;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	margin: 0px;
	width: 350px;
}

.search_result_header {
	background-color: #009EDD;
	display: block;
	margin: 0px;
	padding: 4px;
}


.search_result_thumbnail {
	border: 1px solid #184466;
	float: right;
}


.search_result_content {
	background-color: #FFFF99;
	display: block;
	height: 100px;
	margin: 0px;
	padding: 4px;
}

.search_result_content ul {
	margin: 0px 0px 0px 16px;
	padding: 4px;
}

.search_result_header a {
	color: white;
}

.search_result_footer {
	background-image: url("../images/search_footer.gif");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 12px;
	margin: 0px;
	width: 354px;
}


.search_footer_links {
	clear: both;
}

.search_footer_links a {
	font-weight: normal;
}

.search_footer_links ul {
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

.search_footer_links li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}



/*  booking details  */
.booking_details {
	background-color: #FFFF99;
	border: 2px solid #184466;
	float: left;
	margin: 12px auto;
	width: 410px;
}

.booking_details .title {
	background-color: #009EDD;
	color: white;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}


.booking_details span {
	padding: 2px 0px 2px 0px;
}

.booking_details .label {
	clear: left;
	float: left;
	display: block;
	padding: 6px 0px 2px 4px;
	width: 210px;
}

.booking_details .spacer {
	clear: both;
	float: left;
	display: block;
	padding: 6px 0px 2px 4px;
	width: 406px;
}


.booking_details .input {
	display: block;
	float: left;
	width: 190px;
}

.booking_details .input input {
	border: 1px solid #505050;
	padding: 2px;
}


.booking_details span.submit {
	float: left;
	text-align: center;
	width: 400px;
}

.rca-hl {
	float: left;
	margin: 0px;
	width: 379px;
}

.rca-hr {
	float: right;
	margin: 0 2px;
	width: 369px;
}

#images {
	text-align: center;
	margin: 0 0 0 0;
}

#images * {
	/*margin: 0px;*/
	padding: 0px;
}

#franchise-logo {
	float: right;
	margin: 9px 14px 0 0px;
}

#franchise-mainlogo {
	float: left;
	margin: 10px 0 0 10px;
	width: 200px !important;
}

*html #franchise-mainlogo {
	float: left;
	margin: 10px 0 0 5px;
	width: 200px !important;
}


.addr {
	text-align: center;
}

.msg {
	/*color: #0E4F76 !important;*/
	color: #FFFFFF !important;
	text-align: center;
}

h2 {
	color: #003366;
	font-size: 18px;
	line-height: 24px;
}


#contact_us {
	background-color: #009EDD;
	border: 3px solid #184460;
	color: white;
	margin: 0px auto;
	padding: 8px;
	width: 500px;
}



#header {
	background-image: url(header_top.gif);
	height: 96px;
	background-repeat: no-repeat;
	text-align: left;
/*	padding-left: 200px;
	padding-top: 30px;*/
	/*font-size: 26px;*/
	font-weight: bold;
	color: #ffffff;
/**	float: left;*/
	vertical-align: middle;
}


#search_refine {
	background-color: #009EDD;
	border: 3px solid #184460;
	color: white;
	font-weight: bold;
	margin: 0px auto;
	margin-bottom: 12px;
	padding: 6px;
	width: 500px;
}

#search_refine p {
	color: white;
	margin: 0px;
}



.front_image {
	border-width: 0px;
/*	float: left;  */
	margin: 0px;
	padding: 0px;
}


.please_note {
	background-color: #FFFF99;
	border: 3px solid #CC0000;
	color: red;
	margin: 0px auto;
	padding: 8px;
	text-align: justify;
	width: 600px;
}


#guest_restrictions {
	background-color: #FFFF99;
	border: 3px solid #CC0000;
	color: #333333;
	margin: 0px auto;
	margin-top: 8px;
	padding: 8px;
	width: 584px;
}

#guest_restrictions h2 {
	color: #CC0000;
	font-size: 20px;
	margin: 0px;
}

#form_window {
	background-image: url("central_bg.gif");
	background-repeat: repeat-y;
	padding: 12px;
	text-align: center;
	width: 736px;
}

#footers {
	padding: 10px 0 0px 0;
	background-color: #5B0105;
	text-align: center;
	width: 758px;
}

#footer {
	float: left;
	background-color: #C90510;
	text-align: center;
	width: 752px !important;
	color: #FFFFFF !important;
	margin: 0px auto;
	/*padding: 16px 4px 8px 4px;*/
	padding: 0 0px 0 0;
	border-left: 3px solid #5B0105;
	border-right: 3px solid #5B0105;
}

#form_window_top_edge {
	background-image: url("central_header.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 758px;
}

#form_window_bottom_edge {
	background-image: url("bottom_header.gif");
	background-repeat: no-repeat;
	height: 14px;
	width: 758px;
	clear: both;
}


#window_top_edge_lc {
	background-image: url("corner_tl.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	float: left;
}

#window_top_edge_rc {
	background-image: url("corner_tr.gif");
	background-position: bottom;
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
	float: right;
}

#window_bottom_edge_lc {
	background-image: url("corner_bl.gif");
	background-position: top;
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
	float: left;
	padding: 0;
}

#window_bottom_edge_rc {
	background-image: url("corner_br.gif");
	background-position: top;
	height: 12px;
	width: 12px;
	background-repeat: no-repeat;
	float: right;
}

#window_top_edge {
	background-image: url("edge_top.gif");
	background-position: bottom;
	background-repeat: repeat-x;
/*	background-color: #D7A6CC;
	border-top: 3px solid #731472;*/
	height: 12px;
	padding: 0px;
}

#window_bottom_edge {
	background-image: url("edge_bottom.gif");
	background-position: top;
	background-repeat: repeat-x;
/*	background-color: #D7A6CC;
	border-bottom: 3px solid #731472; */
	height: 12px;
	padding: 0px;
	margin: 0;	
}

#window_center {
	border-left: 3px solid #5B0105;
	border-right: 3px solid #5B0105;
	background-color: #C8050F;
	padding-left: 9px;
	padding-right: 9px;
}

#navbar {
	background-color: transparent;
	font-weight: normal;
/**	margin: 5px 0 0 100px;
	float: right;
	width: 545px;*/
	margin: 10px 10px 10px 0px;

	float: left;
	/*width: 230px;*/
	height: 75px;
	width: 340px;
}

#navbar ul {
	margin: 60px 0 0 0;
	padding: 0;
	text-align: center;
}


#navbar li {
	display: inline;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px;
}

#navbar li a {
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 6px 6px 6px 6px;
}

#navbar li.selected a {
	background-color: #DF8329;
	color: white;
}

#navbar li a:hover {
	text-decoration: underline;
}

div.useful-link {
	float:left;
	width: 350px;
	margin: 10px 0 10px 0;
}

br.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.inp {
	width: 300px;
}