/*
 *	Base styles
 *	
 *	1. reset
 *	2. default styles
 *
 * */


/* 1 Reset
 * ----------------------------------------------------------------------------------------------------*/
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}:focus{outline:0;}
*/

/* 2. Default styles 
 * ----------------------------------------------------------------------------------------------------*/
html {
	font-size: medium;
	}
	
body {
	position: relative;
	background: #1d787b;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	color: #5a5a5a;
	font: normal normal 68.75%/1.273em Arial,Helvetica,Verdana,sans-serif;
	margin: 0;
	padding: 0;
}
.topspace {
	height: 40px;
	margin-left:auto;
	margin-right: auto;
	width: 933px;
	overflow:hidden;
}
.topnav {
	width: 933px;
	height:34px;
	margin-left:648px;
	position:relative;
	top: 6px;
	z-index: 100;
	overflow:hidden;
}
.header {
	width: 933px;
	position: relative;
	top: -34px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
.mainnav {
	height: 37px;
	margin-left:auto;
	margin-right: auto;
	width: 933px;
	overflow:hidden;
	position: relative;
	top: -34px;
}
.page {
	position: relative;
	top: -10px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	width: 933px;
	background:url(images/homepage_background.png);
	background-repeat:repeat-y;
}

.carouselPhoto {
	width: 551px;
	height:343px;
	padding-left: 14px;
	margin-left: 21px;
	margin-top: 24px;
	background:url(images/homepage_carousel_backgroun.gif);
	background-repeat:no-repeat;
}
.homeContentLeft {
	margin-left: 21px;
}
.homeRightBox1 {
	background:url(images/home_rightcol_background.png);
	background-repeat:repeat-y;
}
	.homeRightBox1 .stateList {
		color: #FFFFFF;
		margin-left: 68px;
	}
	.homeRightBox1 .stateList a:link, a:visited, a:active, a:hover {
		color: #FFFFFF;
		font-size: 11px;
		text-decoration:none;
	}

.orangeHeader {
	clear:both;
	color:#EB8B23;
	font-size: 12px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 326;
	text-align:center;
	padding-top: 8px;
}

.homeNewsModule {
	width: 205px;
	float: right;
	padding-right: 35px;
	padding-top: 0px;
}
.homeNewsModule p {
	padding-top: 0px;
	margin-top: 0px;

}
.homeNewsDate {
	width: 38px;
	height: 42px;
	text-align: center;
	margin-left: 40px;
	margin-top: 3px;
	font-size: 9px;
	color: #333333;
	border-color:#e07e1a;
	border-style:solid;
	border-width: 2px;
	background-color: #e07e1a;
}
	.homeNewsDate .month {
		background-color: #e07e1a;
		text-transform:uppercase;
		padding-top: 3px;
		padding-bottom: 30px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.homeNewsDate .day {
		background-color: #FFFFFF;
		color: #333333;
		padding: 6px 11px;
		position: relative;
		top: 6px;
		left: 0px;
	}
a.homenewslink, a.homenewslink:visited, a.homenewslink:hover, a.homenewslink:active {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
.homeEventsText {
	width: 240px;
	float: right;
	padding-right: 30px;
	padding-top: 0px;
	color: #FFFFFF;
}
.homeEventsGoButton {
	width: 33px;
	height: 40px;
	text-align: center;
	margin-left: 28px;
	margin-top: 5px;
	font-size: 9px;
	color: #333333;
}
.homeAd {
	width: 216px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-left: 65px;
}
.homeRightBox1_Top {
	width: 324px;
	height: 7px;
	padding: 0;
	margin: 0;
	background:url(images/home_rightcol_top.png);
	background-repeat:no-repeat;
}
.homeRightBox1_Bottom {
	width: 324px;
	height: 20px;
	padding: 0;
	margin: 0;
	background:url(images/home_rightcol_bottom.png);
	background-repeat:no-repeat;
}
#homeSearch {
	background:url(images/input_search.gif);
	margin: 0px 10px 0 40px;
	border: 0;
	height: auto !important;
	min-height: 11px;
	padding: 4px 0px 4px 25px;
	height: 11px;
	width: 152px;
	position: relative;
	top: -6px;
	overflow:hidden;
	/*border-color:#33FF66;
	border-style:solid;
	border-width: 1px;*/
	color: #333333;
	font-size:10px;
	font-style:italic;
}
.orangeDivider {
	background-color: #e07e1a;
	height: 6px;
	margin-top: 0px;
	padding-top: 0px;
	position:relative;
	top: -10px;
}	
.pagecontent {
	width: 543px;
	padding-left: 40px;
	padding-right: 10px;
}
	.pagecontent .pageHeader {
		background: url(images/pageheader_underline.gif);
		background-repeat:repeat-x;
		height:40px;
		margin-top: 30px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		/*border-color:#33FF66;
		border-style:solid;
		border-width: 1px;*/
	}
	.pagecontent .headerTitle {
		color: #6D6F74;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 14px;
	}
	.pagecontent .pagination {
		float: right;
		position: relative;
		top: -12px;
		overflow:hidden;
	}
		.pagecontent .pagination .selected {
			color: #EB8B23;
		}
		.pagecontent .pagination a:link, a:visited, a:hover, a:active {
			color: #6D6F74;
			text-decoration:none;
		}
/*  Listing Styles */
	.pagecontent .listingHeader {
		background: url(images/listingheader_underline.gif);
		background-repeat:repeat-x;
		height:30px;
		margin-top: 8px;
		color: #00777D;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		/*border-color:#33FF66;
		border-style:solid;
		border-width: 1px;*/
	}
	.pagecontent .generalInfo {
		width: 275px;
		color: #000000;
		float:left;
	}
		.pagecontent .generalInfo a.listingLink:link, a.listingLink:visited, a.listingLink:hover, a.listingLink:active {
			color: #EB8B23;
			text-decoration:underline;
			font-weight: bold;
		}
		.pagecontent .generalInfo a.moreInfoLink:link, a.moreInfoLink:visited, a.moreInfoLink:hover, a.moreInfoLink:active {
			color: #00777D;
			text-decoration:underline;
			font-weight: bold;
		}
	.pagecontent .generalDescription {
		color: #000000;
		margin-left: 275px;
	}
	.pagecontent .companyLogo {
		margin-left: 375px;
	}
	.pagecontent .detailedInfo {
		clear: both;
		width: 540px;
		color: #000000;
	}
		.pagecontent .detailedInfo .subheader {
			font-weight: bold;
			color: #6D6F74;
			font-size: 12px;
		}
		.pagecontent .detailedInfo ul {
			margin-top: 4px;
		}
	.pagecontent .socialnetworkinglinks {
		clear: both;
		height: 20px;
		background: url(images/listing_social_background.gif);
		background-repeat:no-repeat;
		color: #C0C1C3;
		padding-top: 5px;
		padding-bottom: 5px;
	}
		.pagecontent .socialnetworkinglinks a:link, a:visited, a:hover, a:active {
			color: #00777D;
			text-decoration:none;
		}

.insideAd {
	width: 216px;
	padding-top: 12px;
	margin-top: 0px;
	padding-bottom: 12px;
	margin-left: 35px;
}




/* ----------------START NAVIGATION -----------*/
.mainNav {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	height: 47px;
	position: relative;
	z-index: 100;
	/*top: -400px;*/
}

.mainNav ul.mainNavList {
	list-style: none;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
.mainNav ul.mainNavList li {
	float: left;
}
/* Normal Links */
.mainNav ul.mainNavList li.home a {
	display:block;
	width: 314px;
	height: 47px;
	background-image:url(images/MainNav.png);
	background-position: 0 0;
}
.mainNav ul.mainNavList li.properties a {
	display:block;
	width: 100px;
	height: 47px;
	background-image:url(images/MainNav.png);
	background-position: -314px 0;
}
.mainNav ul.mainNavList li.area a {
	display:block;
	width: 92px;
	height: 47px;
	background-image:url(images/MainNav.png);
	background-position: -414px 0;
}
.mainNav ul.mainNavList li.concierge a {
	display:block;
	width: 158px;
	height: 47px;
	background-image:url(images/MainNav.png);
	background-position: -506px 0;
}
.mainNav ul.mainNavList li.management a {
	display:block;
	width: 184px;
	height: 47px;
	background-image:url(images/MainNav.png);
	background-position: -664px 0;
}
.mainNav ul.mainNavList li.contact a {
	display:block;
	width: 101px;
	height: 47px;
	background-image:url(images/MainNav.png);
	background-position: -848px 0;
}
/* Hover Links */
.mainNav ul.mainNavList li.home a:hover {
	background-position: 0 -47px;
}
.mainNav ul.mainNavList li.properties a:hover {
	background-position: -314px -47px;
}
.mainNav ul.mainNavList li.area a:hover {
	background-position: -414px -47px;
}
.mainNav ul.mainNavList li.concierge a:hover {
	background-position: -506px -47px;
}
.mainNav ul.mainNavList li.management a:hover {
	background-position: -664px -47px;
}
.mainNav ul.mainNavList li.contact a:hover {
background-position: -848px -47px;
}
/* Selected Links */
.mainNav ul.mainNavList li.home a.selected {
	background-position: 0 -47px;
}
.mainNav ul.mainNavList li.properties a.selected {
	background-position: -314px -47px;
}
.mainNav ul.mainNavList li.area a.selected {
	background-position: -414px -47px;
}
.mainNav ul.mainNavList li.concierge a.selected {
	background-position: -506px -47px;
}
.mainNav ul.mainNavList li.management a.selected {
	background-position: -664px -47px;
}
.mainNav ul.mainNavList li.contact a.selected {
background-position: -848px -47px;
}
/* ----------------START NAVIGATION -----------*/

/* Footer */
.footer {
	position: relative;
	top: -10px;
	text-align:left;
	padding: 0;
	color:#FFFFFF;
	background-color:#2c292e;
	font-size:11px;
}
	.footer .copyrightInfo {
		margin: 0 0 0 14px;
		color:#FFFFFF;
	}
	.footer .footerLinks {
		color:#F3B97B;
		text-transform:uppercase;
		line-height: 18px;
	}
	.footer a.footerLink, a.footerLink:hover, a.footerLink:active {
		text-decoration: none;
		color:#FFFFFF;
		font-size:11px;
		line-height: 18px;
	}
