@import url("reset.css");

html,
body {
	height: 100%;
}

body {
	background: #f5ecde url(/assets/images/main/bg-main-tile.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

div.wrapper {
	background: url(/assets/images/main/bg-main.jpg) no-repeat top left;
	height: 100%;
}

/* HEADER
--------- */

div.header {
	position: relative;
	right: 5px;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* Logo */

div.header p.logo {
	float: left;
	width: 456px;
	background: url(/assets/images/main/logo-marco.png) no-repeat;
	text-indent: -9999px;
	margin: 20px 0 0 0;
}

div.header p.logo a {
	display: block;
	height: 69px;
}

/* Auxiliary Tools */

div.header div.aux_tools {
	float: right;
	margin-right: 20px;
	padding: 0 10px 10px 10px;
	background: url(/assets/images/main/bg-aux-tools.png);
	width: 363px;
}

div.header div.aux_tools ul {
	background: none;
	clear: none;
	height: auto;
	padding: 0;
	overflow: auto;
}

div.header div.aux_tools ul li {
	float: left;
	text-align: center;
}

div.header div.aux_tools ul li a {
	background: #c63;
	display: inline;
	height: auto;
	text-indent: 0;
	padding: 2px 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	margin: 0 1px 1px 0;
}

div.header div.aux_tools ul li.search a { width: 80px; }
div.header div.aux_tools ul li.weather a { width: 90px; }
div.header div.aux_tools ul li.newsletter a { width: 110px; }
div.header div.aux_tools ul li.login a { width: 80px; }

div.header div.aux_tools ul li a:hover {
	background: #9cc;
}

div.header div.aux_tools ul li a.last {
	margin-right: 0;
	cursor: pointer;
}

div.header div.aux_tools ul li a.active {
	margin-bottom: 0;
	border-bottom: 1px solid #9cc;
	background: #9cc;
}

div.aux_tools div.aux {
	background: #f60 url(/assets/images/main/bg-aux-tools-grad.png) repeat-x bottom;
	height: 33px;
}

div.aux_tools div.aux.weather,
div.aux_tools div.aux.newsletter,
div.aux_tools div.aux.login {
	display: none;
}

div.aux form input,
div.aux form select {
	float: left;
	margin: 7px 0 0 10px;
	font-size: 12px;
}

div.aux form input {
	border: 1px solid #fff;
}

div.aux form input.search_field { width: 200px; }
div.aux form input.newsletter { width: 253px; }
div.aux form input.user { width: 90px; }
div.aux form input.password { width: 90px; }
div.aux form input.weather { width: 205px; }

div.aux form input.submit {
	margin: 0;
	float: right;
	border: none;
}

div.aux img.weather_icon {
	margin-left: 10px;
	background: url(/assets/images/main/aux-divider.png) no-repeat right;
	padding-right: 10px;
	float: left;
}

div.aux a.more {
	display: block;
	height: 33px;
	width: 54px;
	float: right;
	background: url(/assets/images/main/btn-aux-more.png) no-repeat;
	text-indent: -9999px;
	margin-right: 10px;
}

div.aux a.more:hover {
	background-position: 0 -33px;
}

div.aux span {
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	float: left;
	margin: 7px 0 0 10px;
}

/* Main Nav */

div.header ul {
	clear: left;
	height: 53px;
	background: url(/assets/images/main/bg-nav-main-tile.png) repeat-x;
	padding-top: 12px;
}

div.header ul li {
	float: left;
}

div.header ul li a {
	display: block;
	float: left;
	background: url(/assets/images/main/nav-main.png) no-repeat;
	height: 53px;
	text-indent: -9999px;
}

div.header ul li a.visitors_residents { width: 163px; }
div.header ul li a.visitors_residents:hover, div.header ul li.active a.visitors_residents { background-position: 0 -53px; }
div.header ul li a.real_estate { width: 135px; background-position: -163px 0; }
div.header ul li a.real_estate:hover, div.header ul li.active a.real_estate { background-position: -163px -53px; }
div.header ul li a.my_naples { width: 134px; background-position: -298px 0; }
div.header ul li a.my_naples:hover, div.header ul li.active a.my_naples { background-position: -298px -53px; }
div.header ul li a.about_area { width: 125px; background-position: -432px 0; }
div.header ul li a.about_area:hover, div.header ul li.active a.about_area { background-position: -432px -53px; }
div.header ul li a.news_events { width: 127px; background-position: -557px 0; }
div.header ul li a.news_events:hover, div.header ul li.active a.news_events { background-position: -557px -53px; }
div.header ul li a.members_advertisers { width: 187px; background-position: -684px 0; }
div.header ul li a.members_advertisers:hover, div.header ul li.active a.members_advertisers { background-position: -684px -53px; }
div.header ul li a.about_us { width: 89px; background-position: -871px 0; }
div.header ul li a.about_us:hover, div.header ul li.active a.about_us { background-position: -871px -53px; }

/* END */

div.body {
	width: 1000px;
	background: url(/assets/images/main/bg-body-tile.png) repeat-y left;
	margin: 5px auto 0 auto;
	overflow: hidden;
	padding-bottom: 25px;
}

div.body_center {
	float: left;
	width: 460px;
	margin: 20px 0 0 0;
}

div.body_center a {
	color: #c63;
	text-decoration: none;
}

div.body_center a:hover {
	text-decoration: underline;
	color: #036;
}

/* ROTATIONAL
------------- */

div#ctl00_MainBodyContent_imageRotation {
	position: relative;
	right: 15px;
	width: 490px;
	height: 370px;
	background: url(/assets/images/home/bg-rotational-ds.png) no-repeat;
	color: #fff;
}

div.rotational {
	width: 490px;
	height: 370px;
	overflow: hidden;
}

div.rotational img {
	position: absolute;
	left: 15px;
}

div.rotational div.caption {
	position: absolute;
	width: 420px;
	height: 75px;
	left: 15px;
	bottom: 15px;
	background: url(/assets/images/home/bg-rotational-banner.png);
	padding: 20px;
}

div.body_center div.rotational h2 {
	font-size: 26px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
	color: #fff;
}

div.rotational p {
	font-size: 14px;
	line-height: 24px;
}

/* END */

/* FOOTER
--------- */

div.footer {
	position: relative;
	right: 5px;
	width: 960px;
	margin: 0 auto;
}

/* Carousel */

div.footer_carousel {
	background: white;
	overflow: auto;
	margin-bottom: 20px;
}

div.footer_carousel p.nav {
	position: absolute;
	padding-top: 60px;
}

div.footer_carousel p.nav.prev {
	left: 0;
	top: 0;
}

div.footer_carousel p.nav.next {
	right: 0;
	top: 0;
}

div.footer_carousel p.nav a {
	display: block;
	width: 32px;
	height: 34px;
	text-indent: -9999px;
	background: url(/assets/images/main/sprite-arrows.png) no-repeat -162px 0;
	margin: 0 20px 0 10px;
}

div.footer_carousel p.nav a.next {
	background-position: -226px 0;
	margin: 0 10px 0 20px;
}

div.footer_carousel p.nav a.prev:hover {
	background-position: -130px 0;
}

div.footer_carousel p.nav a.next:hover {
	background-position: -194px 0;
}

div.slide_wrapper {
	margin: 20px auto 0 auto;
	width: 836px;
	height: 88px;
	padding: 20px 0;
}

div.slide_content {
	float: left;
	width: 417px;
}

div.slide_content.left {
	width: 418px;
}

div.slide_content.right {
	position: relative;
	right: 1px;
	border-left: 1px solid #dadada;
}

div.slide_content img {
	float: left;
	margin: 10px 20px 0 0;
}

div.slide_content.right img {
	margin-left: 30px;
}

div.slide_content h3,
div.slide_content p {
	float: left;
	width: 262px;
}

div.slide_content h3 {
	font-weight: bold;
	color: #626366;
	font-size: 14px;
	text-transform: uppercase;
}

div.slide_content h3 a {
	color: #626366;
	text-decoration: none;
}

div.slide_content p {
	font-size: 11px;
	color: #626366;
}

div.slide_content p a {
	color: #626366;
	text-decoration: none;
}

div.slide_content p em {
	font-style: italic;
	color: #c64;
}

/* Share Bar */

div.share_bar {
	height: 28px;
	background: url(/assets/images/main/bg-share-bar.png) no-repeat;
	padding-top: 9px;
}

div.share_bar p.share {
	float: left;
	margin-left: 25px;
}

div.share_bar p.font_size {
	float: right;
	margin-right: 25px;
}

div.share_bar p.share span,
div.share_bar p.font_size span {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 24px;
	margin-right: 10px;
}

div.share_bar p.share span {
	width: 43px;
	background: url(/assets/images/main/txt-share.png) no-repeat;
}

div.share_bar p.font_size span {
	width: 73px;
	background: url(/assets/images/main/txt-font-size.png) no-repeat;
}

/* Main Footer Content */

div.footer_content {
	background: #069 url(/assets/images/main/bg-footer-tile.png) repeat-x;
	margin-top: 5px;
	padding: 25px 20px;
}

div.footer_content h2 {
	height: 12px;
	background: url(/assets/images/main/txt-feat-part.png) no-repeat;
	text-indent: -9999px;
}

div.footer_content p {
	text-align: center;
}

div.footer_content p a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	margin: 0 1px;
}

div.footer_content p a:hover,
div.footer_content p a.active {
	color: #ffd3a0;
}

div.footer_content div.columns {
	border-bottom: 2px dotted #fff;
	overflow: hidden;
	padding-bottom: 10px;
}

div.footer_content div.columns p {
	float: left;
	line-height: 24px;
	color: #fff;
	margin: 20px 25px 0 0;
	text-align: left;
}

div.footer_content div.columns p a {
	display: block;
	font-size: 12px;
	margin: 0;
}

div.footer_content div.columns p.col1 {
	display: block;
	width: 276px;
	height: 146px;
	line-height: 146px;
	background: url(/assets/images/main/bg-feat-part.png) no-repeat;
	text-align: center;
	margin: 0 25px 0 -10px;
}

div.footer_content div.columns p.col1 a {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

div.footer_content div.columns p.col2 {
	width: 150px;
}

div.footer_content div.columns p.col3 {
	width: 170px;
}

div.footer_content div.columns p.col4 {
	width: 80px;
}

div.footer_content div.columns p.col5 {
	font-style: italic;
	font-size: 10px;
	width: 120px;
	line-height: 15px;
	padding-top: 3px;
}

/* END */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearleft{
	display: inline;
	clear: left;
	float: left;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.back_to_events {
	display: block;
	background: url(/assets/images/my-naples/gallery_buttons.png) no-repeat -431px -8px;
	text-indent: -9999px;
	height: 23px;
	width: 151px;
}

a.back_to_events:hover {
	background-position: -431px -48px;
}

div.body_center ul {
	list-style-type: disc;
	padding-left: 15px;
}
