/* Algarve Haven default style - v1 */
/* css created by Alan Stewart 2004*/

/* Basic Page Elements */

body{
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: Gray;
	background-color: #FFF8CD;
	margin: 0;
	padding: 0;
	scrollbar-base-color:#FFF8CD;
	scrollbar-arrow-color:#5093DE;
	scrollbar-darkshadow-color:999999;
	scrollbar-face-color:#FFF8CD;
	scrollbar-shadow-color:cccccc;
	scrollbar-highlight-color:White;
	scrollbar-track-color:#FFF8CD;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#FFF8CD);
	/*background-image: url(bg.jpg);*/
		background-image: url(tiles2.jpg);
	background-repeat: repeat;
	text-align: top left;
}

p {
	margin: 0 0 1em;
}
#Content p {
	line-height: 1.4em; /*20px*/
	margin: 5px 10px 5px 10px;
	padding: 10px 10px 10px 10px;
}
#Content p+p{
	margin-top:-1em; text-indent:2.5em;
}

a {
	color: #5093DE;
	text-decoration: none;
	font-weight: bolder;
}
a:link{
	color: #5093DE;
}
a:visited{
	color: #5093DE;
}
a:hover{
	background-color: #5093DE;
	color: #F7E2B8;
	border-width: 1px;
	border-style: solid;
	border: thin Blue;
}
#menu a:link{
	background-color: #FFF8DC;
	color: #5093DE;
	border: 1px ridge White; 
}
#menu a:visited{
	background-color: #FFF8DC;
	color: #5093DE;
	border: 1px ridge White;
}
#menu a:hover {
	background: transparent;
	color: White;
	border: 1px ridge White;
}

.homeBox{
	line-height: 1.5em;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	border: 1px ridge #5093DE;
	width: 100%;
	text-align: center;
}
.linkBox{
	line-height: 1.5em;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	border: 1px ridge #5093DE;
	width: 100%;
}



h1 {
	color: Gray;
	font-size: 16px;
	line-height: 16px;
	font-weight: 800;
	font-family: Verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.headerText{
	color: #5093DE;
	font-size: 20px;
	line-height: 20px;
	font-family: Verdana, arial, helvetica, sans-serif;
	margin-top: 5px;
	text-align: center;
}
h2{
	color: Gray;
	font-size: 1.18em; /*24px*/
	font-weight: 800;
	margin: 0 0 .83em; /*margin bottom 20px*/
}
h3{
	color: Black;
	font-size: 1em;
	font-weight: 700;
	margin: 1.63em 0 .27em;/*18px 0 3px*/
}

ul {
	list-style: circle;
	line-height: 16px;
	padding-left: 20px;
	margin-left: 10px;


}
li {
	list-style-image: url(list.gif);
	list-style: circle;
	line-height: 16px;
	padding: 5px;
	margin: 5px;
}

img{
	border-width: 2px;
	border-style: solid;
	border-color: #5093DE;
}

table{
	text-align: center;
	font-size: 12px; 
	}
	tr{
		text-align: center;
	}
#prices td {
	border: 1px solid #5093DE;
	background-color: #FFF8DC;
}

.important{
	font-weight: bolder;
}

input{
	background-color: #F2F4FA;
	color: #5093DE;
	border: 1px solid #5093DE;
}
input.required{
	background-color: White;
	color: #5093DE;
	border: 1px outset Red;
	border-style: outset;
}
form td {
	border:1px solid #999999;
	 
	margin-bottom:5px;
	background-color:#F2F4FA;
	text-align: center;
}
#form table{
	background-color: White;
	border: 1px solid #5093DE;
}
#form td{
	background-color: #F2F4FA;
	border: 0px solid #5093DE;
}


/* CSS for the layout of the page*/

#header {
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 75px 0px 0px 10px;
	height: 75px;
	border-style: solid;
	border-color: #5093DE;
	border-width: 1px 0px 1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height: 11px;
	background-color: #5093DE;
	background-image: url(header_left.jpg);
	background-position: left bottom;
	background-repeat: no-repeat; /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"
}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#headerLogo{
	position:absolute;
	top:8px;
	left:39%;
	height: 100px;
	width: 333px;
	background-image: url(al_header.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}
#headerLeft{
	float: left;
	background-image: url(Algarve_Header_left.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}


#Menu {
	position:absolute;
	top:200px;
	left:20px;
	width:170px;
	padding:10px;
	background-color:#FFF8DC;
	background-image: url(menu_bg_pool1.jpg);
/*	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#FFF8CD);*/
	border: 1px solid #5093DE;
	line-height:17px;
	height:200px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}


#Content {
	border-width: 1px;
	border-style: solid;
	border-color: #5093DE;
	margin: 20px 20px 20px 185px;
	padding: 10px 10px;
	height: auto;
	background-color: #FFF8DC;
	background-image: url(images/Wallsbg.jpg);
	background-repeat: no-repeat;
	text-align: top left;
}
#contentSubjectLinks{
	background-image: url(wallsbgl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #5093DE;
	margin: 20px 40px 40px 40px;
	padding: 10px;
	height:450px;	
}

#contentSubject{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#FFF8CD);
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #5093DE;
	margin: 20px 40px 40px 40px;
	padding: 10px;
	height: auto;
	}
	#contentSubjectSolid{
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#FFF8CD);
	background-color: #FFF8DC;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #5093DE;
	margin: 5px 5px 5px 5px;
	padding: 10px;
	height: auto;
	text-align: left;
	vertical-align: top;
	}

#contentSubjectPrices{
	background-image: url(images/for_rent.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #5093DE;
	margin: 20px 40px 40px 40px;
	padding: 10px;
	height: 450px;
}

#contentPhotoRight{
	float: right;
	width: 120px;
	margin: 10px;
	text-align: center;
}
#contentPhotoLeft{
	float: left;
	width: 120px;
	margin: 10px;
	text-align: center;
}


HR { color: #5093DE; background: #5093DE; border: 1px dotted; height: 1px; width: 300px;} 

#linksBottom {
	clear: both;
	padding: 10px 0px 50px 0px;
	text-align: center;
	font-weight: 800;
	color:blue;
}
#copyright {
	clear: both;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-weight: 400;
	color: Orange;
}