/*defaults*/
body 	{background:#2765AF url('../images/back.jpg') repeat-x 0 0; color:#000000; margin:20px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}

.textInput
{
border: 1px solid #CCCCCC;
color: #000000;
font-size: 10px;
}
/*structural elements*/
#container	{margin:0px auto; text-align:center; width:850px; }

#holder		{width:100%; padding:5px 20px 5px 20px; background:#FFFFFF; text-align:left; }
#logo		{background:url('../images/pearls.jpg') no-repeat 1px 0; border-bottom:1px solid #DADADA; padding:5px 0px 25px 0px; }
#navigation	{padding:10px 0; border-top: solid 1px #CCCCCC;  text-align:center;  }
#header		{background:#DADADA url('../images/WhyBeach19.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#content	{float:right; width:490px; padding:20px 10px 0 0; line-height:160%;  }
#content1	{float:right; width:360px; padding:20px 10px 0 0; line-height:160%; }
#news		{float:right; width:250px; padding:20px 0; line-height:140%; text-align:justify; }
.newsItem	{padding:20px 20px 5px 20px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; margin-bottom:20px; }
#footer		{clear:both; width:100%; font-size:80%; background:#DADADA; padding:10px 20px 20px 20px; text-align:left; border-top:2px solid #2765AF; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 200px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:40px 0px 0px 110px; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:10px 0px 0px 5px; height:30px; font-weight:bold; color:#FFFFFF; }
#navigation li 		{margin:0; list-style:none; display:inline; background-color:#E9E9E9; padding:5px 0px 5px 5px; }
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; text-align:center;  }
#navigation a:hover	{color:#999999; }
#navigation-top a		{color:#225799; padding:0 5px 0 0; text-decoration:none; text-align:center;  }
#navigation-top a:hover	{color:#999999; text-decoration:overline; background:#CCCCCC; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }



.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 */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px  gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}