/* standard shell template */
html {
  /* Force scrollbar */
  /* IE - INVALID CSS COMMAND (BUT IT WORKS!)
  overflow-y: scroll; */
  /* Mozilla */
  height: 100%;
  margin-bottom: 0.1em;
  }


body
{		
	font-family: Verdana;
	font-size: 70%;
	background: #FFF;
	text-align: center;	
	line-height: 15px;
	color: #333333;
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;
	height: 0;
	line-height: 0;
}

.hide
{
	display: none;
}

/* redefine */
form 
{
	padding: 0px;
	border: 0px;	
}

.standardformfield 
{
	font-family: Verdana;
	font-size: 100%;
	color: #302C2D;
}

a 
{
	color: #474747;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;	
}

/* construct */
#wrapper 
{
	margin-left:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	margin-right:auto; /*** Mozilla/Opera/Mac IE 5.x alignment of page ***/
	text-align:left; /*** IE Win re-alignment of page if page is centered ***/
	position: relative;	
	width: 800px;	
	border-top: solid 15px #EBEBEB;	
}

    /* Header */
    #wrapper #header 
    {
		width: 800px;
		float: left;
		margin-top: 12px;		
		height: 250px;
		background: #ffc623 url(../Images/shellGraphics_03.jpg) repeat-x top left;
    }
    
		#wrapper #header h1 
		{
			margin: 0px;
			padding: 0px 0px 0px 29px;
			float: left;
		}
		
			#wrapper #header h1 a 
			{
				width: 519px;
				height: 250px;
				display: block;
				background: url(../Images/shellGraphics_05.jpg) no-repeat top left;
			}
			
				#wrapper #header h1 a span 
				{
					display: none;
				}
				
		#wrapper #header ul 
		{
			margin: 0px;
			padding: 0px;	
			float: left;
			width: 226px;
			text-align: right;
			background: #ffc623;			
		}
		
			#wrapper #header ul li 
			{
				list-style-type: none;
				display: inline;				
			}
			
				#wrapper #header ul li a 
				{
					float: left;
					width: 210px;
					float: left;
					color: #FFF;
					text-decoration: none;					
					padding-right: 15px;							
				}
				
					/* Image Replacements */
					#wrapper #header ul li.home a 
					{
						background: url(../Images/nav_01.jpg) no-repeat top left;
						height: 27px;
						line-height: 27px;
					}
					
					#wrapper #header ul li.aboutcosta a 
					{
						background: url(../Images/nav_02.jpg) no-repeat top left;
						height: 25px;
						line-height: 25px;
					}
					
					#wrapper #header ul li.ourresort a 
					{
						background: url(../Images/nav_03.jpg) no-repeat top left;
						height: 24px;
						line-height: 24px;
					}
					
					#wrapper #header ul li.history a 
					{
						background: url(../Images/nav_04.jpg) no-repeat top left;
						height: 27px;
						line-height: 27px;
					}
					
					#wrapper #header ul li.ourapartments a 
					{
						background: url(../Images/nav_05.jpg) no-repeat top left;
						height: 25px;
						line-height: 25px;
					}
					
					#wrapper #header ul li.gallery a 
					{
						background: url(../Images/nav_06.jpg) no-repeat top left;
						height: 25px;
						line-height: 25px;
					}
					
										
					#wrapper #header ul li.news a 
					{
						background: url(../Images/nav_07.jpg) no-repeat top left;
						height: 24px;
						line-height: 24px;
					}
					
					#wrapper #header ul li.aboutus a 
					{
						background: url(../Images/nav_08.jpg) no-repeat top left;
						height: 24px;
						line-height: 24px;
					}
					
					#wrapper #header ul li.contact a 
					{
						background: url(../Images/nav_09.jpg) no-repeat top left;
						height: 26px;
						line-height: 26px;
					}
					
					#wrapper #header ul li.sitemap a 
					{
						background: url(../Images/nav_10.jpg) no-repeat top left;
						height: 23px;
						line-height: 23px;
					}
					
					
										
						#wrapper #header ul li a:hover 
						{
							background-position: bottom left;
						}
						
						#wrapper #header ul li a span 
						{
							display: none;
						}
    
    /* Breadcrumbs */
    #wrapper #breadcrumbs 
    {
		width: 770px;
		float: left;
		margin-top: 12px;
		background: url(../Images/shellGraphics_19.gif) no-repeat top left;
		height: 27px;
		line-height: 27px;
		padding-left: 30px;
		color: #666666;
    }
    
		#wrapper #breadcrumbs a 
		{
			color: #666666;
		}
    
    /* Content */
    #wrapper #contentcontainer 
    {
		width: 800px;
		float: left;
		margin-top: 15px;
    }
    
		#wrapper #contentcontainer #leftcol 
		{
			float: left;
			width: 519px;
		}
		
			#wrapper #contentcontainer #leftcol h2 
			{
				margin: 0px;
				padding: 0px;
				width: 520px;
				border-bottom: solid 6px #EFEFEF;
				font-size: 140%;
				line-height: 30px;
				color: #F8A15E;
				clear: both;
			}
			
			#leftcol p
			{
				margin: 0;
				padding: 0;
				text-align: justify;
			}
			
			p.text-style-1
			{
				font-size: 130%;
				line-height: 130%;
			}
			
	
			p.text-style-3
			{
				font-size: 110%;
				line-height: 130%;
			}
			
			#leftcol ul
			{
			margin-top: 0;
			font-size: 110%;
			}
			
			#leftcol li
			{
			margin-bottom: 10px;
			}
			
			#leftcol dl
			{
			margin-top: 0;
			}
			
			#leftcol dt
			{
				color: #F8A15E;
				font-size: 130%;
				line-height: 130%;
				font-weight: bold;
				padding-bottom: 5px;
				border-bottom: solid 3px #EFEFEF;
			}
			
			#leftcol dd
			{
				font-size: 110%;
				line-height: 110%;
				margin: 5px 0 20px 0;
			}
			
			
			#wrapper #contentcontainer #leftcol .readmore 
			{
				width: 115px;
				height: 23px;
				display: block;
				background: url(../Images/more_btn.jpg) no-repeat top left;
				color: #FFF;
				text-decoration: none;
				padding: 3px 0px 0px 10px;
				float: right;
				margin-top: 20px;
			}
			
			#leftcol .typicalspec
			{
				width: 297px;
				height: 23px;
				display: block;
				background: url(../Images/typicalspec.jpg) no-repeat top left;
				color: #FFF;
				text-decoration: none;
				padding: 3px 0px 0px 10px;
			}
			
			#wrapper #contentcontainer #leftcol .subheader 
			{
				color: #304F6A;
				font-size: 110%;
				font-weight: bold;
			}
			
			#leftcol a img
			{
				border: none;
			}
			
			#gallery-wrap
			{
				width: 450px;
				padding: 20px;
				background: #EFEFEF;
				margin-left: auto;
				margin-right: auto;
			}
			
			
			.gallery-l
			{
				float: left;
				width: 136px;
				height: 100px;
			}
			
			.gallery-c
			{
				float: left;
				width: 136px;
				height: 100px;
				margin-left: 20px;
			}
			
			.gallery-r
			{
				float: left;
				width: 136px;
				height: 100px;
				margin-left: 20px;
			}
			
			.bottom-row
			{
				margin-bottom: 0;
			}

			.gallery-cleared
			{
				clear: both;
				height: 20px;
			}
			
			
			#wrapper #contentcontainer #leftcol #rightimages 
			{
				width: 200px;
				float: right;
				margin: 0px 0px 10px 10px;
			}
			
				#wrapper #contentcontainer #leftcol #rightimages img 
				{
					float: left;
					width: 200px;
					margin-bottom: 10px;
				}
				
			/* Villa Types */
			#wrapper #contentcontainer #leftcol #propertytypeslist 
			{
				width: 520px;
				float: left;				
			}
				
				#wrapper #contentcontainer #leftcol #propertytypeslist .propertytype 
				{
					width: 155px;
					float: left;
					text-align: center;
					margin: 0px 13px 10px 0px;
				}	
				
					#wrapper #contentcontainer #leftcol #propertytypeslist .propertytype a 
					{
						text-decoration: none;
					}		

					#wrapper #contentcontainer #leftcol #propertytypeslist .propertytype a img
					{
						border: 2px solid #333333;
					}
					
					
		
		#wrapper #contentcontainer #rightcol 
		{
			float: left;
			width: 254px;
			margin-left: 26px;
		}
		
			#wrapper #contentcontainer #rightcol #newssummary 
			{
				background: url(../Images/NewsSummary.jpg) no-repeat top left;
				height: 262px;
				display: block;
				padding: 10px;
				margin-bottom: 14px;
			}
			
				#wrapper #contentcontainer #rightcol #newssummary  h2 
				{
					margin: 0px;
					padding: 0px;								
					font-size: 130%;					
					color: #304F6A;
				}
			
				#wrapper #contentcontainer #rightcol #newssummary ul 
				{
					margin: 10px 0px 0px 0px;
					padding: 0px;					
				}
				
					#wrapper #contentcontainer #rightcol #newssummary ul li 
					{
						display: inline;
						list-style-type: none;						
					}
					
						#wrapper #contentcontainer #rightcol #newssummary ul li a 
						{
							border-bottom: solid 1px #D0D0D0;
							width: 233px;
							display: block;
							padding: 10px 0px 10px 0px;
							text-decoration: none;
						}
						
							#wrapper #contentcontainer #rightcol #newssummary ul li a:hover {
								color: #7D7D7D;
							}

			

			
					
					
					
						.costamap
						{
							background: url(../Images/costa_map.jpg) no-repeat top left;
							height: 157px;
							width: 254px;
							margin-bottom: 14px;
						}
						
						#wrapper #contentcontainer #rightcol ul li.cgi
						{
							height: 200px;
							width: 250px;
							position: relative;
							padding: 0;
							margin: 0;
						}
										
						.miniad
						{
							background: url(../Images/casares_miniad.jpg) no-repeat top left;
							height: 139px;
							width: 254px;
							/*margin-top: 14px;*/
						}
						
						.contactus a
						{
							background: url(../Images/shellGraphics_27.jpg) no-repeat top left;
							display: block;
							height: 71px;
							width: 253px;
							margin-top: 14px;
						}
						
						.contactus a span
						{
							display: none;
						}
						
							/*#wrapper #contentcontainer #rightcol ul li a:hover 
							{
								background-position: bottom left;
							}*/
							
							
							
							#wrapper #contentcontainer #rightcol ul li a span 
							{
								display: none;
							}
    
    /* Footer */
    #wrapper #footer 
    {
		width: 800px;
		float: left;
		border-top: solid 20px #EBEBEB;
		margin: 20px 0px 20px 0px;
    }
    
		#wrapper #footer ul 
		{
			margin: 0px;
			padding: 0px;
		}
		
			#wrapper #footer ul li 
			{
				display: inline;
				list-style-type: none;
				line-height: 33px;	
				padding-right: 10px;
			}
			
				#wrapper #footer ul li.siteby 
				{
					padding: 0px 0px 0px 377px;
				}				
				
				
.spacer20
{
	width: 100%;
	height: 20px;
}				

#prop-col-left
{
	float: left;
	background: lime;
	width: 250px;
	padding-right: 9px;
	border-right: 1px solid #999;
	
	height: 400px;
}

#prop-col-right
{
	float: left;
	background: pink;
	width: 250px;
	padding-left: 10px;
	
	height: 400px;
}

.img-f-right
{
	float: right;
	margin: 0 0 10px 10px;
}

.img-f-left
{
	float: left;
	margin: 10px 10px 10px 0;
}

.img-stamp
{
	float: left;
	margin: 0 10px 20px 0;
}

a img.img-f-left, a img.img-f-right
{
	border: none;
}

h3
{
	font-size: 16px;
	margin: 10px 0 10px 0;
}

hr
{
  border: 0;
  height: 1px;
  margin: 20px 0 10px 0;
  width: 100%;
  color: #d2d2d2;
  background-color: #d2d2d2;
  /*IE Only*/
  text-align: left;
  }
  
  
.backlink
{
	font-size: 14px;
	margin: 10px 0 20px 0;
}

img a
{
border: none;
}


  .inspectiontour-quote
  {
	background: #207a44;
	width: 225px;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 20px;
	color: #fff;
 }
 
 .inspectiontour-quote p.quote
 {
	font-style: italic;
 }
 
  .inspectiontour-quote p.top
 {
	margin: 0;
 }
 
 
 #hp-golf-news a
 {
	display: block;
	width: 520px;
	height: 111px;
	background: green url('../Images/hp_golf_news_panel.jpg') no-repeat 0 0;
	margin-bottom: 15px;
 }
 
 
 
 
 
 
 


  /******LIGHTBOX STYLES******/
  
  #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../Images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

