* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#808080;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
.maintable {
	background-color:#FFFFFF;
	border:1px solid #999999;
}

ul {
	margin-left:7px;
	padding-left:7px;
}

/********** TITLE **********/

.title {
	background-image:url(images/title_back.gif);
	background-repeat:repeat-x;
}
.title img {
	float:left;
}
#flags {
	float:right;
	text-align:right;
	width:300px;
	padding: 17px 17px 0 0;
}
#flags img {
	float:none;
}

/********** NAVIGATION **********/

.nav td {
	height: 25px;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	background-color:#0066CC;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
}
#nav a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	height: 25px;
	line-height: 25px;
	border-left: solid 1px #0099FF;
	border-right: solid 1px #0066CC;
}
#nav a:hover {
	background-image:url(images/nav_back.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	color:#0066CC;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #808080;
}
#nav .section {
	background-image:url(images/nav_back.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-weight:bold;
	color:#0066CC;
	text-align:center;
	vertical-align:middle;
}
#nav .section a {
	text-decoration:none;
	color:#0066CC;
	background-image:none;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #808080;
}
#nav .section a:hover {
	color:#0099FF;
	background-image:url(images/nav_back.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #808080;
}

/********** LEFT MENU **********/

.menu {
	text-align: left;
	vertical-align: top;
	background-color: #444444;
}
#menu td {
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111111;
}
#menu a {
	display:block;
	font-weight:normal;
	font-size: 12px;
	text-decoration:none;
	background-color: #444444;
	color:#EEEEEE;
	padding-left:20px;
	border-bottom: dotted 1px;
	border-color: #EEEEEE;
	padding-top: 10px;
	height: 15px;
	line-height: 15px;
	padding-bottom: 5px;
}
#menu a:hover {
	background-color:#0099ff;
    border-bottom: dotted 1px;
    border-color: #EEEEEE;
	color:#FFFFFF;
}
#menu .standout a {
	font-weight:bold;
	/*background-image:url(images/standout.gif);*/
	/*background-image:url(images/btn_special_offers.gif);*/
	
	background-color:#FF0000;
	color:#FFFF00;
	
	background-repeat:no-repeat;
	background-position:left center;
/*	height:30px;
	line-height:15px; */
}
#menu .standout a:hover {
	/*background-image:url(images/standout_over.gif);*/
	/*background-image:url(images/btn_special_offers.gif);*/
	background-repeat:no-repeat;
	background-position:left center;
}
#menu .standout .new {
	font-size:10px;
	position:relative;
	bottom:1px;
	/*color:#FF8000;*/
	color:#FFFFFF;
}
#menu .section {
	background-image:url(images/bullet_0099ff.gif);
	background-repeat:no-repeat;
	background-position:left center;
	background-color:#0099FF;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:20px;
	line-height: 30px;
	height: 30px;
}

/********** MAIN CONTENT **********/

.content {
	text-align: justify;
	vertical-align: top;
	color: #333333;
	font-size: 11px;
	line-height: 115%;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 10px;
}
.content p { line-height:135% }
.content .section {
	font-size: 18px;
	line-height:18px;
	text-align:left;
	color: #0066CC;
	padding-bottom: 5px;
	padding-top: 3px;
}
.content .subsection {
	font-size: 15px;
	line-height:15px;
	text-align:left;
	font-weight:bold;
	color: #0066CC;
	padding-bottom: 5px;
	padding-top: 3px;
}
.content .description {
	color: #0066CC;
	text-align:justify;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}
.results td {
	text-align: left;
	vertical-align: top;
}
.seasons td {
	padding: 2px;
}
.seasons th {
	background-color: #0066CC;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
}
.services th {
	background-color: #0066CC;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
}
.services2 {
	border-style: solid;
	border-color: #0066cc;
	border-width: 0 1px 1px 1px;
}
.services2 td {
	padding: 5px;
}
.row1 {
	background-color: #EEEEEE;
}
.row2 {
	background-color: #CCCCCC;
}
.row3 {
	background-color: #FFFFFF;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
}
h1 {
	background-image:url(images/h1.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 25px;
	height: 25px;
	background-position: 25px;
}
h2 {
	background-image:url(images/h2.gif);
	background-repeat:repeat-x;
	background-color:#0066CC;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 25px;
	height: 25px;
}
h3 {
	background-image:url(images/h1.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 20px;
	height: 20px;
	border-width: 0px;
}
h4 {
	background-image: url(images/h2.gif);
	background-repeat: repeat-x;
	background-color: #0066CC;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 20px;
	height: 20px;
	border-width: 0px;
}
h5 {
	background-image: url(images/h2.gif);
	background-repeat: repeat-x;
	background-color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 25px;
	height: 25px;
	border-width: 0px;
}


.box1 {
	background-color: #F6F6F6;
}
.box1 .body {
	color: #333333;
	background-color: #F6F6F6;
	padding: 0px 10px 0px 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.box1 .body p {
	font-size:12px;
	line-height:135%;
}
.box1 .body .property {
	font-size:12px;
}
.box1 .header {
	background-image:url(images/h1.gif);
	background-repeat:repeat-x;
	background-color:#333333;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 25px;
	height: 25px;
	border-width: 0px;
}
.box1 .footer {
	background-color:#808080;
	font-size: 11px;
	color:#FFFFFF;
	border-width: 0px;
	text-align:right;
	padding-top:5px;
}
.box1 .footer .line {
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: dotted;
	border-color: #FFFFFF;
}
.box1 .footer td {
	padding-left: 5px;
	padding-right: 5px;
}
.box1 .top {
	background-color: #F6F6F6;
	background-image: url(images/box1_top.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	background-position: top;
}
.box1 .bottom {
	background-color: #F6F6F6;
	background-image: url(images/box1_bottom.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	background-position: top;
}

.box1 .body .searchtable th {
	font-weight:bold;
	font-size:10px;
	padding-top: 0px;
	text-align:left;
	color: #0066CC;
	background-image:url(images/line.gif);
	background-color:#F6F6F6;
}
.box1 .body .searchtable td {
	line-height:30px;
	height:30px;
	padding-left: 5px;
}
.box1 .body .searchtitle td {
	height:20px;
	line-height:20px;
	background-color:#F6F6F6;
	padding-right: 5px;
}
.box2 {
	background-color: #FFFFFF;
}
.box2 .body {
	color: #333333;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #0066CC;
}
.box2 .body2 {
	color: #333333;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #0066CC;
}
.box2 .body2 li {
	line-height:150%;
	font-size:12px;
}
.box2 .body2 ul {
	padding-bottom:10px;
}
.box2 .body2 .price {
	color:#555555;
	font-size:14px;
	width: 700px;
	text-align:left;
	border-bottom: solid 1px #CCCCCC;
	height:15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.box2 .header {
	background-image:url(images/h2.gif);
	background-repeat:repeat-x;
	background-color:#0066CC;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 25px;
	height: 25px;
	border-width: 0px;
}
.box2 .top {
	background-color: #FFFFFF;
	background-image: url(images/box2_top.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	background-position: top;
}
.box2 .bottom {
	background-color: #FFFFFF;
	background-image: url(images/box2_bottom.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	background-position: top;
}
.photo_ffffff {
	width: 200px;
	height: 150px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/photo_ffffff.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
}
.photo_cccccc {
	width: 200px;
	height: 150px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/photo_cccccc.gif);
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
}
.photo_large {
	width: 320px;
	height: 240px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/photo_large.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.photo_small {
	width: 145px;
	height: 109px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/photo_small.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box1 .body .photo_small3 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.photo_large2 {
	width: 320px;
	height: 240px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/photo_large2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.photo_small2 {
	width: 145px;
	height: 109px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/photo_small2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.photo_small3 {
	width: 145px;
	height: 109px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(images/photo_small3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.prices {
	font-size: 14px;

}

.prices th {
	font-weight: normal;
	text-align:left;	
	color:#333333;
}

.prices td {
	font-weight: bold;
}


/********** GALLERY CONTENT **********/

.gallery {
	text-align: left;
	vertical-align: top;
	background-color:#7FCCFF;
    padding: 10px;
	color:#003399;
	font-size: 11px;
	font-weight: normal;
	border-left: 1px solid #333333;
}
#gallery td, #gallery th {
	color:#003399;
}
#gallery a {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
}
#gallery a:hover {
	color:#003399;
	font-weight:bold;
	text-decoration:underline;
}

/********** AVAILABILITY CONTENT **********/

.availability {
	padding: 10px;
}
.schedule {
	text-align: center;
}
.schedule td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	padding-top:3px;
	padding-bottom:3px;
}
.schedule th {
	background-color: #0080E6;
	color: #FFFFFF;
	font-weight:normal;
}
.schedule .month {
	font-size: 12px;
	line-height: 25px;
}
.schedule .disabled {
	background-color: #DDDDDD;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #222222;
}
.schedule .booked {
	background-color: #FFAAAA;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #FF6666;
}
.schedule .free {
	background-color:#AADDAA;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #66AA66;
}
.booking table {
	float: left;
}
.booking th {
	text-align: left;
}
.booking td {
	text-align:left;
}

/********** FOOTER **********/

#footer .footer td {
	background-image: url(images/footer_back.gif);
	height: 40px;
	padding: 5px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	background-color: #0066CC;
	background-repeat: repeat-x;
}

/********** FORM **********/

fieldset {
	padding: 10px;
	border: 1px solid #000000;
	color: #000000;
}
fieldset legend {
	font-weight:bold;
	color: #0066CC;
	padding-right: 5px;
	padding-left: 5px;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
input[type=text], input[type=password]{
	background-color: #FFFFFF;
	border: 1px solid #808080;
	padding-right: 4px;
	padding-left: 4px;
	margin: 3px;
}
input[type=file]{
	background-color: #FFFFFF;
	border: 1px solid #808080;
	padding-right: 4px;
	padding-left: 4px;
	margin: 3px;
}
input[type=checkbox] {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 1px solid #808080;
}
input[type=radio] {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 1px solid #808080;
}

input[type=submit]{
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	background-color:#0066CC;
	padding:3px;
}
select,textarea {
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
}
.submit {
	font-size:12px;
	font-weight:bold;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	background-color:#0066CC;
	color:#FFFFFF;
	padding:3px;
}
.grade1 {
	float:right;
	width:100px;
	height:20px;
	background-image:url(images/grade1.gif);
	background-repeat:no-repeat;
}
.grade2 {
	float:right;
	width:100px;
	height:20px;
	background-image:url(images/grade2.gif);
	background-repeat:no-repeat;
}
.grade3 {
	float:right;
	width:100px;
	height:20px;
	background-image:url(images/grade3.gif);
	background-repeat:no-repeat;
}
.grade4 {
	float:right;
	width:100px;
	height:20px;
	background-image:url(images/grade4.gif);
	background-repeat:no-repeat;
}
.grade5 {
	float:right;
	width:100px;
	height:20px;
	background-image:url(images/grade5.gif);
	background-repeat:no-repeat;
}

#metabrick {
	font-size:11px;
	width:750px;
	text-align:right;
	padding: 5px 10px 5px 10px;
	color:#333333;
}
#metabrick a {
	color:#333333;
	text-decoration:none;
}
#metabrick a:hover {
	text-decoration:underline;
}


/********** HOME EXCEPTIONS **********/

#home .content {
	border-left: 0px;
}

/********** PROPERTY PAGE EXCEPTIONS **********/

#property .content {
	background-color: #FFFFFF;
}
#property .gallery {
	color:#333333;
	background-color:#CCCCCC;
}
#property .subsection {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

/********** ADMIN PANEL EXCEPTIONS **********/

#admin .content {

}
.warn {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
