html {
	background-image: url(../images/page_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #7FCDE4;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
}

body {
	margin: 0px;
	padding: 0px;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Verdana;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 10px;
	text-align: left;
}

h2 {
	font-family: Arial, Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #009CC9;
	text-decoration: none;
	text-align: left;
	margin: 20px 0px 12px 10px;
}

h2 a{
	font-family: Arial, Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #039DCA;
	text-decoration: none;
	text-align: left;
}

h2 a:hover{
	font-family: Arial, Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

h2.purple {
	color: #4E256D;
	margin: 25px 0px 0px 0px;
	text-decoration: none;
}

h2.purple a{
	color: #50286F;
	margin: 25px 0px 0px 0px;
	text-decoration: none;
}

h2.purple a:hover{
	color: #000000;
	margin: 25px 0px 0px 0px;
	text-decoration: none;
}

.body_text {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	width: 496px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}

.body_text_indented {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	width: 486px;
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

.body_text_three_col {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	width: 144px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 8px;
}

.body_text_lakeside {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	width: 486px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
}

#special_offers_box {
	width: 194px;
	background-image: url(../images/new_specials_grad.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;	
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 3px 0px;
	background-color: #0BA0CB;
}

#contact_us_today_box {
	width: 194px;
	background-image: url(../images/virtual_grad.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;	
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 3px 0px;
	background-color: #E1A200;
}

#download_ivh_brocure_box {
	width: 194px;
	background-image: url(../images/virtual_grad.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;	
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 3px 0px;
	background-color: #E1A200;
}

#home_inset_box_text {
	font-family: Arial, Verdana;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 5px 10px;
	text-align: left;
}

.special_offers_text {
	font-family: Arial, Verdana;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 5px 10px;
	text-align: left;
}

.virtual_header {
	font-family: Arial, Verdana;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 10px;
	text-align: left;
}

#virtual_tour {
	width: 194px;
	background-image: url(../images/virtual_grad.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #E1A200;
}

.virtual_body {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	text-align: left;
}

.virtual_body a{
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

.virtual_body a:hover{
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
}


/*	CONTAINERS
----------------------*/

#page_container {
	width: 760px;
	margin: 30px auto 15px auto;
	background-color: #FFF;
}

#banner {
	margin: 0px;
	padding: 0px;
}

#content_container {
	border: 9px solid #FFFFFF;
	border-top: 0px;
	background-image: url(../images/content_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 200px 0px;
}

#left_column {
	float: left;
	width: 151px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#right_column {
	float: right;
	width: 161px;
	margin: 0px;
	padding: 0px;
	background-color: #C36;
}

#center_column {
	width: 412px;
	background-color: #DED3E7;
	margin-left: 161px;
}


/*	NAVIGATION
----------------------*/
#navigation ul {
	list-style-type: none;
	margin: 0px;
}

#navigation ul li {
	margin: 5px 0px 5px 0px;
}

#navigation .blue {
	background-color: #EEFBFF;
	background-image: url(../images/nav_blue_btm.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 10px 27px 10px;
	margin-bottom: 7px;
}

#navigation .blue a {
	display: block;
	color: #3F7284;
	text-decoration: none;
	border-bottom: 1px solid #EEFBFF;
}

#navigation .blue a:hover {
	border-bottom: 1px dashed #3F7284;
}

#navigation .blue a.selected {
	border-bottom: 1px dashed #3F7284;
}

#navigation .purple {
	background-color: #DED3E7;
	background-image: url(../images/nav_purple_btm.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 16px 10px 27px 10px;
	margin-bottom: 7px;
}

#navigation .purple a {
	display: block;
	color: #4E256D;
	text-decoration: none;
	border-bottom: 1px solid #DED3E7;
}

#navigation .purple a:hover {
	border-bottom: 1px dashed #4E256D;
}

#navigation .purple a.selected {
	border-bottom: 1px dashed #4E256D;
}

/*	BOXES
----------------------*/

#home_table a {

}

#boxes p {
	padding-right: 10px;
	padding-top: 0px;
}

#boxes a {
	text-decoration: none;
	font-weight: bold;
}

#boxes a:hover {
	color: #CCC;
}

#rookley_country_park {
	border-bottom: 10px solid #FFFFFF;
	padding-bottom: 15px;
	background-image: url(../images/bar_rookley.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#rookley_country_park a { 
	color: #B7C922; 
	font-size: 10px;
}

#hillgrove {
	padding-bottom: 15px;
	background-image: url(../images/bar_hillgrove.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#hillgrove_text a { 
	color: #4E812C; 
	font-size: 10px;
	background-color: #E5ECE0;
}


#island_view {
	padding-bottom: 15px;
	background-image: url(../images/bar_island_view.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#island_view_text a { 
	color: #009CC9; 	
	font-size: 10px;
}

#bay_close_court {
	padding-bottom: 15px;
	background-image: url(../images/bar_bay_close.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#bay_close_court_text a { 
	color: #91BDEA; 
	font-size: 10px;
}

#lakeside_restaurant {
	border-top: 10px solid #FFFFFF;
	padding-bottom: 15px;
	background-image: url(../images/bar_lakeside.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #EAF2FB;
	margin-top: 10px;
}

#lakeside_restaurant a { 
	color: #4E256D; 
	font-size: 10px;
}

#special_offers_cell {
	padding: 0px 0px 3px 30px;
	width: 194px;
}

#special_offers_cell h2 {
	width: 194px !important;
	font-weight: bold;
	font-size: 20px !important;
	color: #009CC9 !important;
	margin: 5px 0px 12px 0px !important;
	padding: 0px !important;
}

#special_offers_cell .available { 
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

#special_offers_cell .link_lakeside { color: #4E256D; }
#special_offers_cell .link_rookley { color: #B7C922; }
#special_offers_cell .link_hillgrove { color: #009CC9; }
#special_offers_cell .link_island_view { color: #4E812C; }
#special_offers_cell .link_bay_close { color: #91BDEA; }

#special_offers_cell .hr { 	
	width: 194px;
	height: 10px;
	border-top: 2px solid #A1DBEC;
	padding: 0px 0px 0px 0px;
}

/*	CONTENT
----------------------*/
#center_column {
	color: #5D6800;
	padding-top: 18px;
	padding-bottom: 17px;
	background-image: url(../images/centre_purple_btm.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#center_column h1 {
	background-image: url(../images/h1_arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 4px 0px 0px 15px;
	margin: 0px 13px 20px 13px;
	font-weight: normal;
	font-size: x-large;
}

#center_column p {
	padding: 0px 0px 0px 0px;
	margin: 0px 13px 13px 13px;
}

#full_page {
	color: #5D6800;
	padding-top: 18px;
	padding-bottom: 17px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#full_page h1 {
	background-image: url(../images/h1_arrow.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 4px 0px 0px 15px;
	margin: 0px 13px 20px 13px;
	font-weight: normal;
	font-size: x-large;
}

#full_page h2 {
	padding: 4px 0px 0px 0px;
	margin: 0px 13px 20px 13px;
	font-weight: normal;
	font-size: large;
}

#full_page h3 {
	padding: 4px 0px 0px 0px;
	margin: 0px 13px 20px 13px;
	font-weight: normal;
	font-size: medium;
}

#full_page p {
	padding: 0px 0px 0px 0px;
	margin: 0px 13px 13px 13px;
}


#slide_show {
	border-top: 1px solid #441F60;
	margin-top: 20px;
}

.divider_line_blue {
	width: 506px;
	height: 2px;
	border-top: 2px solid #CAEBF4;
	margin: 15px 0px 0px 10px; 
	padding: 0px 0px 0px 0px;
}

.divider_line_purple {
	width: 486px;
	height: 10px;
	border-top: 1px solid #4E256D;
	margin: 10px 0px 5px 10px; 
	padding: 0px 0px 00px 0px;
}

.divider_line_offers {
	width: 194px;
	height: 10px;
	border-top: 2px solid #A1DBEC;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

/*	FOOTER
----------------------*/
#footer {
	width: 760px;
	margin: 10px auto 40px auto;
	color: #FFFFFF;
	text-align: center;
}

#footer_description {
	width: 760px;
	font-size: 13px;
	font-weight: bold;
	margin: 10px auto 10px auto;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer_bold {
	width: 760px;
	font-weight: bold;
	margin: 10px auto 40px auto;
	color: #FFFFFF;
	text-align: center;
}

#credit {
	width: 760px;
	margin: 10px auto 40px auto;
	color: #FFFFFF;
	text-align: center;
}

#credit a {
	color: #FFFFFF;
	text-decoration: none;
}

#credit a:hover {
	text-decoration: underline;
}

/*	MISC
----------------------*/
.spacer {
	height: 1px;
	clear: both;
}



/*	FORMS
-----------------*/
legend { font-size: 11px; color: #763A1F; padding: 3px; }
fieldset { border: 1px solid #C1B397; padding: 3px; margin-bottom: 10px; width: 380px; margin-left: 20px; }
label { font-size: 12px; color: #666666; }
.field_label { font-size: 12px; color: #666666; }
.field_button { font-size: 11px; font-family: Arial, Verdana, Sans-Serif; background-color: #FFFFFF; color: #333333; border: 1px solid #696969; }
.field_button_over { font-size: 11px; font-family: Arial, Verdana, Sans-Serif; background-color: #696969; color: #FFFFFF; border: 1px solid #696969; cursor: pointer; }
.field_text { width: 450px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-size: 11px; font-family: Arial, Verdana, Sans-Serif; }
.field_text_small { width: 100px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-size: 11px; font-family: Arial, Verdana, Sans-Serif; }
.field_textarea { width: 450px; height: 150px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-size: 11px; font-family: Arial, Verdana, Sans-Serif; }
.field_textarea_small { width: 150px; height: 100px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-size: 11px; font-family: Arial, Verdana, Sans-Serif; }
.field_select { width: 300px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-family: Arial, Verdana, Sans-Serif; }
.field_select_small { width: 150px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-family: Arial, Verdana, Sans-Serif; }
.field_select_list { width: 300px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-family: Arial, Verdana, Sans-Serif; }
.field_select_list_small { width: 150px; border: 1px solid #BDBDBD; color: #333333; padding: 1px; font-family: Arial, Verdana, Sans-Serif; }
.required { padding-left: 5px; color: #FF0033; font-size: 10px; }


/*	admin content
---------------------------------- */
#admin_content_container { border: 6px solid #E4E1D4; margin: 0px 0px 0px 0px; padding: 20px 0px 20px 0px; width: 725px; }
#admin_content_container p { font-size: 13px; padding: 0px 39px 5px 21px; margin-top: 0px; margin-bottom: 5px; }
#admin_content_container h2 { font-size: 15px; font-weight: normal; color: #4C777E; padding: 0px 39px 5px 21px; margin-top: 0px; margin-bottom: 5px; }
html>body #admin_content_container { margin-left: 0px; }
#admin_table { padding: 0px 0px 0px 0px; margin: 0px 40px 0px 20px; border: 1px solid #CCCCCC; width: 550px; }
#admin_table td { padding: 0px; }
#admin_table h1 { margin-bottom: 0px; }
#admin_table td p { padding: 2px; }
.admin_list_selected { background-color: #CCCCCC; border: 1px inset #999999; padding: 5px; color: #000000; }
.admin_list_selected a:link{ color: #000000; }
.admin_list_selected a:active{ color: #000000; }
.admin_list_selected a:visited{ color: #000000; }
.admin_list_selected a:hover{ color: #000000; text-decoration: none; }
.admin_list_selected h3 { color: #000000; font-weight: bold; }
.admin_list_headings td { padding: 0px 5px 0px 5px; border-bottom: 1px solid #CCCCCC; background-color: #4C777E; color: #FFFFFF; }
.admin_list_row_over td { padding: 5px; background-color: #666666; cursor: pointer; color: #FFFFFF; height: 20px; }
.admin_list_row_over a:link { color: #999999; }
.admin_list_row_over a:active { color: #999999; }
.admin_list_row_over a:visited { color: #999999; }
.admin_list_row_over a:hover { color: #000000; }
.admin_list_row { padding: 5px; border-bottom: 1px solid #E3E6EB; border-top: 1px solid #E3E6EB; height: 20px; }
.admin_list_row_odd { height: 20px; }
.admin_list_row_odd td { background-color: #EFF0F0; padding: 5px; color: #000000; }
.admin_list_row td { padding: 5px; }

.row_odd td { border-top: 1px solid #E5E1D5; border-bottom: 1px solid #E5E1D5; }