* {
	margin: 0;
	padding: 0;
}

/* General Site Styling */
body {
	background-color: #FFF;
	font-family: "Arial", "Helvetica";
	font-size: 1em;
	line-height: 18px;
	color: #333;
}

a, a:visited {
	outline: none;
	color: #006666;
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
	color: #006633;
}

body img {
	border: none;
}

#sitewrap {
	width: 100%;
	margin: 0px auto;
}

#nav-shadow {
	position: absolute;
	background: transparent url(../images/nav_shadow.png) repeat-x scroll 0 0;
	width: 100%;
	height: 13px;
	z-index: 20;
}

/* Navigation Styling */
#nav-wrap {
	position: relative;
	width: 100%;
	margin: 0px auto;
	height: 40px;
	background-color: #000;
}

#nav-wrap a{
	border-bottom: none;
}

ul.nav {
	width: 430px;
	height: 21px;
	background: url(../images/nav.gif) no-repeat;
	list-style: none;
	position: absolute;
	left: 180px;
	top: 3px;
	float: right;
}

ul.nav li a:link, ul.nav li a:visited {
	position: absolute;
	top: 0;
	height: 21px;
	text-indent: -9000px;
	overflow: hidden;
}

a.home {
	float: left;
}

/*resorts*/
ul.nav .resorts a:link, ul.nav .resorts a:visited {
	left: 0px;
	width: 89px;
	height: 21px;
}

ul.nav .resorts a:hover, ul.nav .resorts a:focus {
	background: url(../images/nav.gif) no-repeat 0px -21px;
}

ul.current-resorts .resorts a:link, ul.current-resorts .resorts a:visited, ul.nav .resorts a:active {
	background: url(../images/nav.gif) no-repeat 0px -42px;
}

div.nav-resorts, div.nav-resorts-click {
	position: absolute;
	top: 0;
	left: 0;
	width: 89px;
	height: 21px;
	background: url(../images/nav.gif) no-repeat 0 -21px;
}

div.nav-resorts-click {
	background: url(../images/nav.gif) no-repeat 0 -42px;
}

/*specials*/
ul.nav .specials a:link, ul.nav .specials a:visited {
	left: 89px;
	width: 89px;
	height: 21px;
}

ul.nav .specials a:hover, ul.nav .specials a:focus {
	background: url(../images/nav.gif) no-repeat -89px -21px;
}

ul.current-specials .specials a:link, ul.current-specials .specials a:visited, ul.nav .specials a:active {
	background: url(../images/nav.gif) no-repeat -89px -42px;
}

div.nav-specials, div.nav-specials-click {
	position: absolute;
	top: 0;
	left: 89px;
	width: 89px;
	height: 21px;
	background: url(../images/nav.gif) no-repeat -89px -21px;
}

div.nav-specials-click {
	background: url(../images/nav.gif) no-repeat -89px -42px;
}

/*about*/
ul.nav .about a:link, ul.nav .about a:visited {
	left: 178px;
	width: 89px;
	height: 21px;
}

ul.nav .about a:hover, ul.nav .about a:focus {
	background: url(../images/nav.gif) no-repeat -178px -21px;
}

ul.current-about .about a:link, ul.current-about .about a:visited, ul.nav .about a:active {
	background: url(../images/nav.gif) no-repeat -178px -42px;
}

div.nav-about, div.nav-about-click {
	position: absolute;
	top: 0;
	left: 178px;
	width: 89px;
	height: 21px;
	background: url(../images/nav.gif) no-repeat -178px -21px;
}

div.nav-about-click {
	background: url(../images/nav.gif) no-repeat -178px -42px;
}

/*contact*/
ul.nav .contact a:link, ul.nav .contact a:visited {
	left: 267px;
	width: 89px;
	height: 21px;
}

ul.nav .contact a:hover, ul.nav .contact a:focus {
	background: url(../images/nav.gif) no-repeat -267px -21px;
}

ul.current-contact .contact a:link, ul.current-contact .contact a:visited, ul.nav .contact a:active {
	background: url(../images/nav.gif) no-repeat -267px -42px;
}

div.nav-contact, div.nav-contact-click {
	position: absolute;
	top: 0;
	left: 267px;
	width: 89px;
	height: 21px;
	background: url(../images/nav.gif) no-repeat -267px -21px;
}

div.nav-contact-click {
	background: url(../images/nav.gif) no-repeat -267px -42px;
}

/*blog*/
ul.nav .blog a:link, ul.nav .blog a:visited {
	left: 378px;
	width: 47px;
	height: 21px;
}

ul.nav .blog a:hover, ul.nav .blog a:focus {
	background: url(../images/nav.gif) no-repeat -378px -21px;
}

ul.current-blog .blog a:link, ul.current-blog .blog a:visited, ul.nav .blog a:active {
	background: url(../images/nav.gif) no-repeat -378px -42px;
}

div.nav-blog, div.nav-blog-click {
	position: absolute;
	top: 0;
	left: 378px;
	width: 47px;
	height: 21px;
	background: url(../images/nav.gif) no-repeat -378px -21px;
}

div.nav-blog-click {
	background: url(../images/nav.gif) no-repeat -378px -42px;
}

#nav {
	width: 828px;
	margin: 0px auto;
}

#nav #nav-links {
	position: absolute;
	top: 10px;
	display: block;
	width: 550px;
}

#nav form#newsletter {
	float: right;
	position: relative;
	width: 210px;
}

#nav form#newsletter #submit-email {
	background: url(../images/signup_button.gif) no-repeat scroll 0 0;
	border: 0;
	outline: none;
	width: 56px;
	margin-top: 15px;
	float: left;
	cursor: pointer;
}

#nav form#newsletter #emailAddress {
	background: url(../images/signup_form_bg.gif) no-repeat scroll 0 0;
	width: 147px;
	height: 18px;
	border: 0;
	margin-top: 11px;
	padding-top: 2px;
	text-align: center;
	color: #999;
	float: right;
	font-size: 0.7em;
}

/* Main Content Styling */
#content-wrap {
	width: 765px;
	margin: 0 auto;
}

#content-wrap div.content-box {
	width: 100%;
	border: 1px dashed #000;
	margin-top: 25px;
}

#content-wrap div.content-box h3 {
	font-size: 1.3em;
	color: #FFF;
	background-color: #000;
	padding: 8px 0 7px 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#content-wrap div.content-box p {
	padding: 10px 0 10px 15px;
	width: 97%;
}

#content-wrap div.content-box ul {
	list-style-type: square;
	margin-left: 50px;
	font-size: 0.8em;
}

/* Footer Styling */
#footer {
	width: 765px;
	margin: 0 auto;
	clear: both;
	position: relative;
	font-size: 0.7em;
	padding-top: 80px;
}

#footer #footer-left {
	width: 200px;
	float: left;
	position: relative;
}

#footer #footer-left span {
	line-height: 1.3em;
}

#footer #aruba-logo {
	width: 80px;
	height: 32px;
	margin-left: 145px;
	float: left;
}

#footer #aruba-logo a{
	border-bottom: none;
}

#footer #footer-right {
	width: 230px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	margin-top: 15px;
}
