/*LAYOUT*/
@font-face {
	font-family: "SweetSans Regular";
	src: url("../fonts/SweetSans-Regular.otf") format("opentype");	
}

@font-face {
	font-family: "SweetSans Regular IE";
	src: url("../fonts/SweetSans-Regular.eot"); /* IE9 Compat Modes */
}

@font-face {
	font-family: "SweetSans Light";
	src: url("../fonts/SweetSans-Light.otf") format("opentype");	
}

@font-face {
	font-family: "SweetSans Light IE";
	src: url("http://settlersbeachhotel.com/_themes/settlerslanding/_/fonts/SweetSans-Light.eot"); /* IE9 Compat Modes */
}


body {
	font-family:"SweetSans Light","SweetSans Light IE",Tahoma,Helvetica;	
	font-size:13px;
	color:#6D6E70;
}


.sitebordercolor {
	border-color:#a0a0a0;
}

.sitecolor {
	color:#a0a0a0;
}

.sitebgcolor {
	background-color:#a0a0a0;
}


#outerwrap {
	margin:0px auto 0px auto;	
	width:980px;	
	position:relative;
}


#innerwrap {
	width:100%;	
	position:relative;
	background-color:#EFE9E4;
	float:left;
	margin-bottom:20px;
}

#header-wrap {
	margin-top:-1px;
	width:100%;
	float:left;
	background:transparent url(../img/header-bg.png) 0px 0px;
	position:relative;
	z-index:9999;	
}

#header {
	width:100%;
	float:left;
	height:159px;
}

#logo {
	margin:0 auto;
	width:233px;
	height:130px;
}

#logo img {
	margin-top:11px;
	max-width:233px;
	max-height:130px;
}


#header-images-wrap {
	width:100%;
	float:left;
	background-color:#EFE9E4;
	margin-top:-26px;
	position:relative;
	z-index:9998;	
}

#header-images {	
	margin:25px auto 0px auto;
	width:676px;	
}

#header-images img {	
	width:200px;
	height:150px;
	margin:27px 0px 0px 19px;
	float:left;
}
/*
#main-menu {
	float:left;
	width:100%;
	background:#f0f0f0;
}

#main-menu li {
	height:20px;
	line-height:20px;
	float:left;
	padding:0px 10px;
}

#main-menu li a {
	color:#404040;
}

#main-menu li a:hover {
	color:#00ADEE;
}

#main-menu li a.active {
	color:#00ADEE;
}

#main-menu li ul {
	float:left;
}
*/

#content-wrap {
	padding:15px 55px 0px 55px;
	width:870px;
	float:left;
	text-align:center;
}

#content-wrap .contentblock p {
	font-weight:normal;
	line-height:18px;
	margin:0px 0px 20px 0px;
}

#content-wrap .contentblock h1 {
	display:none;
}

#footer-wrap {
	width:100%;
	float:left;
	height:120px;
	background:#ffffff url(../img/footer-bg.png) 0px 0px;
	margin-top:-2px;
	position:relative;
}

#footer-wrap #footer {
	width:100%;
	float:left;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
	padding-top:28px;
	line-height:18px;
}

#footer-wrap #footer a {
	color:#6D6E70;
}

#footer-wrap #footer a:hover,
#footer-wrap #footer a:active {
	color:#004E6D;
}



#footer a.download {
	font-size:13px;
	margin:20px 0px 20px 0px;	
}
/*
#footer-menu {
	margin-top:80px;
	float:right;	
}

#footer-menu li {
	float:left;
	margin-right:10px;
}

#footer-menu a {
	color:#404040;
}

#footer-menu a:hover {
	color:#56ACCD;
}
#footer-menu a.active {
	color:#56ACCD;
}
*/

#ui-modal-container { background-color:#000000; }
#ui-modal-container .ui-modal-title { color:#ffffff; }
#ui-modal-container .ui-modal-close a { color: #ffffff; }

/* TABLES */
table, td, th { border:1px solid #666; border-collapse:collapse; margin:0; padding:0; }
  table { margin: 0px 0px 0px 0px; }
  td, th { padding:5px 5px; vertical-align:top; font-weight:normal; }
  thead { margin:0px 0px 4px 0px;} 
  thead th { text-transform:uppercase; background:transparent; color:#202020; }
  tbody th { background:transparent; color:#202020; font-weight:bold; border-bottom:1px solid #202020;}
  tbody td { background:transparent; } 
  tbody tr.even td { background:#f0f0f0; }
  tbody tr.odd td { background:#ffffff;}
  table ol, table ul { margin-bottom:0; }
/* }}} */

#sitemap ul { list-style-type: none; margin-left: 18px;}
#sitemap ul li { width:200px; float:left; margin-top:10px; line-height:17px; font-weight:bold;}
#sitemap ul li ul li { float:left; margin-top:0px; font-weight:normal; }



#slide-images-wrapper {
	margin-top:15px;
	width:100%;
	height:450px;
	z-index:10;
	overflow:hidden;
	position:relative;
	background:#f0f0f0;
	display:block;
	float:left;
}

#slide-images {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
}

#slide-images img {
	height:100%;
	width:100%;
}