/* CSS Sands Resort */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #009de9;
	text-decoration: none;
}

/**** ShadowBox IE8 Fix *********/
#shadowbox_title { 
  border: 0px solid; 
} 

#shadowbox_info { 
  border: 0px solid; 
} 

/**** Header ********************/
#content {
	position: relative;
	z-index: 9;
}

#header {
	background-image: url('../../images/bg/headerBG2.png');
	height: 337px;
}

#header_alt {
	background-image: url('../../images/bg/headerBG2.png');
	height: 337px;
}

#headerContent {
	margin: 0 auto;
	width: 1131px;
}

#headerLinks {
	padding-top: 11px;
	clear: both;
	width:940px;
	margin:0 auto;
}

#headerLinks div {
	float: right;
}

.headerLinkDiv {
	padding: 0 5px;
}

#headerLogo {
	margin: 10px auto 0 auto;
}


#headerMenu {
	margin-top: 27px;
	font-size: 14px;
	color: #00539a;
}

#headerMenu a {
	color: #00539a;
	text-decoration: none;
}

.menuItemDiv {
	width: 68px;
	height: 10px;
	background-image: url('../../images/props/blueDiv.gif');
	background-position: center;
	background-repeat: no-repeat;
}

/**** Hero Div Section ***********/

#heroDiv {
	z-index: 4;
	position: relative;
	top: -26px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-image: url('../../images/hero/home.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
}

/**** Main Block ****************/

#mainBlock {
	margin: 0 auto;
	width: 940px;
	padding-top: 8px;
	color: #404040;
	line-height: 24px;
}

.blueBox {
	width: 434px;
	height: 150px;
	background-image: url('../../images/props/roundBox.gif');
	margin-bottom: 30px;
}

#joinNow {
	font-size: 14px;
	color: #009de9;
	font-weight: bold;
	margin-top: 35px;
}

#greyLine {
	line-height: 0;
	border-bottom: 1px solid #bfbfbf;
	margin: 20px 0;
}

#greyLineBig {
	line-height: 0;
	border-bottom: 15px solid #bfbfbf;
	margin: 20px 0 2px 0;
}

#linkBoxes {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 205px
}

#linkBoxes div {
	float: left;
	margin-right: 22px;
}

#linkBoxes div.avail { 
	float:left;
	position:relative;
	margin-right:0px;
	width:218px;
	height:185px;
	background: url('../../images/props/availability-btn.jpg') no-repeat;
	
}

#avail-js {
	position:absolute;
	top:44px;
	margin:0px 20px;
	
}

#chk-availibility {
	width:206px;
	height:37px;
	position:absolute;
	top:95px;
	left:-15px !important;
	right:50px;
	cursor:pointer;
}

#avail-js .lbl {
	font-weight:bold;
	font-size:11px; 
	color:#0068b7; 
	font-family:Arial; 
	margin:0; 
	padding:0;
	position:relative;
	left:1px;
	top: -2px;
}

#bb_channelCode {
	margin:10px 0px 5px 0px;
	border:1px #009de9 solid;
	width:180px;
}

#bb_dateFrom_day {
	margin:10px 0;
	border:1px #009de9 solid;
}

#bb_dateFrom_month {
	margin:10px 0;
	border:1px #009de9 solid;
}

#linkBoxes div.weather {
	float:left;
	margin-right:22px;
	width:218px;
	height:185px;
	position:relative;
	/*background: url('../../images/props/weather-btn-cloudy.jpg') no-repeat;*/
}

#weather-info {
	position:absolute;
	top:40px;
	width:200px;
	left:20px;
}

#weather-info p {
	font-size:11px;
	color:#333333;
	margin:2px 20px 0px 0px;
}
#weather-info p.wtemp {
	
}
#weather-info p.atemp {
	margin:2px 20px 8px 0px;
}

#linkBoxesWeather {
	clear: right;
}

#weatherInfo td {
	padding-left: 16px;
}


#weatherInfo {
	position: absolute;
	bottom: 12px;
	color: #3d3e3f;
}

#sunIcon {
	position: absolute;
	right: -54px;
	top: 14px;
}

#celebText {
	width: 680px;
	margin: 32px auto;
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 940px;
}

#footerIcons {
	float: left;
	width: 45%;
	color: #999999;
	font-size: 10px;
	text-align: center;
}

#footerLinks {
	float: right;
	color: #7f7f7f;
	width: 45%;
	padding-top: 30px;
	text-align: right;
	font-size: 11px;
	line-height: 180%;
}

#footerLinks a {
	color: #7f7f7f;
	text-decoration: none;
}

#navSection {
	padding-left: 40px;
}

.photoImage {
	padding-bottom: 10px;
}

.navItem {
	padding-bottom: 12px;
	padding-left: 10px;
}

.subTitle {
	font-weight: bold;
}

.toggler {
	cursor: pointer;
}


/**** NewsInfo Block ****************/
#loggedInName {
	color: #528daa;
}

.newsItem {
	margin-bottom: 14px;
}

.newsItem td {
	padding: 0;
	margin: 0;
}

.newsTitle {
	background-color: #f1faff;
	padding: 0 6px;
	margin-bottom: 4px;
	color: #009de9;
}

.newsSummary {
	padding: 0 8px;
}


#login form p {
	margin-bottom:0;
}

label {
	color:#000;
	font-size:13px;
}

#login form input {
	color:#555555;
}

/*#user_pass, #user_login, #user_email {
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #E5E5E5;
	font-size:24px;
	margin-bottom:16px;
	margin-right:6px;
	margin-top:2px;
	padding:3px;
	width:97%;
}*/

#video-container {
	position:relative;
}

#facility-logos {
	position:absolute;
	top:0px;
	left:50px;
	z-index:100;
}

#walkthrough {
	padding-top:30px;
}

.joinNow {
	font-size: 14px;
	color: #009de9;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:35px;
}

span.req { color: red;}


.newsletter-signup {
	background: url('../../images/bg/newsletter-signup.gif') no-repeat;
	width:246px;
	height:150px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}

.thanks {
	background: url('../../images/bg/thankyou.gif') no-repeat;
	width:246px;
	height:150px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}

.inside {
	margin:45px 15px 15px 15px;
}

.inside p {
	line-height:14px;
	margin:5px 0 7px 0px;
	padding:0;
}

.input-text {
	border:1px #009be8 solid;
	height:20px;
	width:100%;
	margin: 0px 0px 7px 0px;
}

.submit-btn {
	margin: 0px 0px 0px 158px;
}

.member-signup {
	background: url('../../images/bg/member-signup.gif') no-repeat;
	width:246px;
	height:150px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}

.owner-login {
	background: url('../../images/bg/owner-login.gif') no-repeat;
	width:246px;
	height:210px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}

.member-login {
	background: url('../../images/bg/member-login.gif') no-repeat;
	width:246px;
	height:210px;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}


#headerLogo.turtleHero {
	background:url('../../images/hero/sandsTurtlebeach.jpg') no-repeat; 
	width:1131px; 
	height:250px; 
	margin:19px 0 auto;
}

#headerLogo.medHero {
	background:url('../../images/hero/sandsMediterranean.jpg') no-repeat; 
	width:1131px; 
	height:250px; 
	margin:19px 0 auto;
}

#headerLogo.ownerHero {
	background:url('../../images/hero/sandsOwner.jpg') no-repeat; 
	width:1131px; 
	height:250px; 
	margin:19px 0 auto;
}


