/*body {
	background-color: #EFE0EC;
}*/


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;
	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 {
	background-color: #731472;
	text-align: center;
	width: 758px;
}

#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;
}


#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 #731472;
	border-right: 3px solid #731472;
	background-color: #D7A6CC;
	padding-left: 9px;
	padding-right: 9px;
}


#navbar {
	background-color: transparent;
	font-weight: normal;
	margin: 10px 0px 0 200px;
	float: left;
	width: 270px;
	height: 75px;
}

*html #navbar {
	background-color: transparent;
	font-weight: normal;
	margin: 10px 0px 0 100px;
	float: left;
	width: 270px;
	height: 75px;
}

#navbar ul {
	margin: 60px 0 0 0;
	padding: 0;
}

#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;
}