/* CSS Document */

body, html
	{
		background-color:transparent;
		color:#002400;  
		margin:0;
		padding:0; 
	}
	
html
	{
		height:100%;
		z-index:-2;
	}
	
body
	{
	   background:url(../images/tethysBg.jpg);
	   background-repeat:no-repeat;
	   background-position:bottom left;
	   background-attachment:fixed;
	   background-color:#e3e3e3;
	   height:100%;
	   z-index:-1;
	   width:983px;
	   margin-left:auto;
	   margin-right:auto;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:14px;
	}
	
	
table
	{
		border-collapse:collapse;
	}
	
	

	
.layoutTable
	{
	   width:983px;
	   height:100%;
	   z-index:5;
	   margin-bottom:10px;
	   clear:both;
	}

		
#copyright
	{
		color:#000000;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px;
		font-size:10px;
		font-weight:700;
		
		width:983px;
		margin-left:auto;
		margin-right:auto;
	}
	
#copyright a
	{
		text-decoration:none;
	}

	
#contentCell, #menuCell
	{
		padding:7px;
	}
	
#menuDiv
	{
		padding-top:7px;
	}


	
	
#menuCell
	{
		/* width:5%; */
	}
	

#menuCell a, #menuCell a:hover, #menuCell a:active, #menuCell a:visited
	{
		color:#002400;
		text-decoration:none;
		font-size:17px;
		font-family:Arial, Helvetica, sans-serif;
		padding-bottom:3px;
		font-weight:bold;
	}
	
#menuCell a:hover
	{
		color:#437769;		
	}

#siteBanner 
	{
		width:983px;
		height:275px;
		background:url(../images/siteBanner.gif);
		background-repeat:no-repeat;
		background-position:top left;
	}	
	
#pageTitle
	{
		text-align:right;
		font-size: 25px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:800;
		padding-right:45px;
		padding-top:15px;
	}
		
#specialOfferMenu {
	font-size: 18px;
	font-style: italic;
	font-weight:700;
}

#specialOfferMenu, #menuCell a, #menuCell a:hover, #menuCell a:active, #menuCell a:visited
	{
		margin-left:22px;
	}
	
	
#specialOfferMenuText 
	{
		margin:2px;
		font-size:12px;
	}
	
	
#menuTable
	{
		border-left:none;
		border-bottom:none;
		border-top:none;
		height:100%;
		border-width: 3px;
		border-style: outset;
		border-color: #356817;
	}
	
#beachcomber
	{
		text-align:right;
		width:50%;
		padding-top:25px;
	}
	
.expanderCell
	{
		height: 200px;
	}
	
#contentContainer
	{
		margin-left:5px;
		border-width:4px;
		border-style:solid;
		border-bottom-color:#356817;
		border-top:none;
		border-right:none;
		padding:10px;
		width:95%;
		
	}
	
#poolBall
	{
		margin-top:-55px;
		z-index:100;
	}
	
img.floatRight
	{
		float:right;
		margin:25px;
	}
	
img.floatLeft
	{
		float:left;
		margin:25px;
	}
	
p
	{
		padding:4px;
	}
	
	
/*  Additional Content Styling */
.coupon
{
	border-style:dashed;border-width:3px;
	cursor:pointer;
}


#socialNetworks span
{
	display:block;
	float:left;
}

#socialNetworks .icon
{
	width:50px;
}

#socialNetworks .snText
{
	width:100px;
	padding-top:3px;
}

.clear
{
	clear:both;
}

.socialNetworkIcon
{
	margin-left:0px;
	border-style:none;
	border-width:0px;
}

.socialNetworkText
{
	font-size:10px;
	font-weight:bold;
	padding-bottom:8px;
	padding-left:10px;
}