/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { border:0; outline: none; }
a { outline: none; }
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* @end */

body {
	background: #100c03 url(../img/bg-page.jpg) no-repeat center top;
	/*width: 1280px;*/
	margin: 0 auto;
	font-family: Georgia, Times, serif;
	font-size: 62.5%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	visibility: hidden;
}

.center {text-align: center;}

acronym, abbr {border-bottom: 1px dotted;}
abbr[title],acronym[title]{cursor:help;}

a {
	color: #016b0e;
	text-decoration: none;
}
a:hover, a:active {text-decoration: underline;}
a[href$="doc"] {
    padding-right:20px;
    background: transparent url(../img/icon-doc.gif) no-repeat right center;
}
a[href$="xls"] {
    padding-right:20px;
    background: transparent url(../img/icon-xls.gif) no-repeat right center;
}
a[href$="pdf"] {
	padding-right: 20px;
	background: transparent url(../img/icon-pdf.gif) no-repeat right center;
}
a[rel~="external"] {
	display: inline-block;
	padding-right: 15px;
	background: transparent url(../img/icon-external-link.png) no-repeat right center;
}
a img {
	border: none;
	outline: none;
}

/* @group Header */

/* @group Main Navigation */

#mainNavigation {
	width: 1002px;
	height: 47px;
	margin: 0 auto;
	background: url(../img/bg-mainNav.png) no-repeat;
}

#mainNavigation ul {
	overflow: hidden;
	margin-left: 4px;
}

#mainNavigation li {
	float: left;
	margin: 5px 10px;
}

#mainNavigation li a {
	text-transform: uppercase;
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	position: relative;
}

#mainNavigation li a:hover, #mainNavigation li a:active, #mainNavigation li.on a {
	background: #000;
}

.mn-corners {
	position: absolute;
	display: block;
	z-index: 1000;
	width: 4px;
	height: 4px;
	background: url(../img/mn-corners.gif) no-repeat;
	visibility: hidden;
}
a:hover .mn-corners, a:active .mn-corners, li.on a .mn-corners {
	visibility: visible;
}
.mn-corner-tl {
	top: 0;
	left: 0;
	background-position: left top;
}
.mn-corner-bl {
	bottom: 0;
	left: 0;
	background-position: left bottom;
}
.mn-corner-tr {
	top: 0;
	right: 0;
	background-position: right top;
}
.mn-corner-br {
	bottom: 0;
	right: 0;
	background-position: right bottom;
}

/* @end */

#logo {
	width: 982px;
	margin: 5px auto;
}

#logo a {
	display: block;
	width: 198px;
	height: 93px;
	text-indent: -99999em;
	background: url(../img/logo.png) no-repeat;
}

#headerMessages {
	width: 982px;
	height: 80px;
	text-align: center;
	margin: -77px auto 0;
	font-size: 1.6em;
	position: relative;
	z-index:30;
}

.headerAlert,
.projectupdates {
	float: right;
}

.headerAlert a,
.projectupdates a {
    display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-left: 70px;
	padding-right: 20px;
	background: #4f200c none no-repeat 10px center;
	border: 1px dashed #000;
	color: #fff;
}

.projectupdates {margin-left: 10px;}
.projectupdates a {
    width:150px;
    height: 20px;
    padding: 10px 10px 30px;
    line-height: normal;
}
.projectupdates a span {
	position: relative;
	top: 10px;
}

#weeklyMessages a {
	background-image: url(../img/icon-newspaper.png);
}

#featuredLinks {
	/*position: absolute;
	right: 0;*/
	float:right;
	text-align: right;
	margin-left: 40px;
}

#featuredLinks a {
	color: #fff;
}

/* @end */

#content {
	width: 1001px;
	overflow: hidden;
	background: url(../img/bg-content-top.jpg) no-repeat;
	margin: 10px auto 0;
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	min-height: 850px;
	height: auto !important;
	height: 850px;
}

#content-bottom {
	width: 1001px;
	height: 85px;
	background: url(../img/bg-content-bottom.jpg) no-repeat;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 10;
}

/* @group Side Column */

#sideColumn {
	width: 282px;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#hd-pageTag-welcome {
	width: 277px;
	height: 92px;
	text-indent: -99999em;
	background: url(../img/hd-pageTag-welcome.png) no-repeat;
}

/* @group Side Navigation */

#sideNav {
	margin: -15px 0 30px 30px;
}

#sideNav li a {
	display: block;
	width: 224px;
	height: 28px;
	background: url(../img/bg-sideNav.jpg) no-repeat;
	line-height: 28px;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	margin: 4px 0;
	padding: 0 4px;
}

#sideNav li a:hover, #sideNav li a:active {
	text-decoration: underline;
}

/* @end */

/* @group Photo Gallery */

#photoGallery {
	width: 256px;
	margin: 0 0 0 30px;
}

#photoGallery h4 {
	width: 210px;
	height: 31px;
	background: url(../img/hd-photogallery-bg.png) no-repeat;
	font-size: 2.4em;
	padding-top: 15px;
	text-indent: 15px;
}

#photoGallery ul {
	margin-top: -5px;
	position: relative;
	z-index: 10;
}

#photoGallery li {
	width: 256px;
	height: 118px;
	background: url(../img/bg-pg-pic.png) no-repeat left top;
	position: relative;
	margin-bottom: 5px;
}

#photoGallery li a {
	display: block;
	width: 244px;
	height: 107px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 6px;
}

/* @end */

/* @end */

/* @group Main Column */

#mainColumn {
	width: 666px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-left: 5px;
}

/* @group Amenities */

#amenities {
	width: 666px;
	height: 372px;
	overflow: hidden;
	background: url(../img/bg-mmcBox.jpg) no-repeat;
	position: relative;
}

#hd-mmc {
	width: 666px;
	height: 85px;
	text-indent: -99999em;
	background: url(../img/hd-mmc.png) no-repeat;
}

#amenities-list {
	text-align: center;
	width: 266px;
	color: #fff;
	font: bold 1.6em/1.4em "Trebuchet MS", Trebuchet, sans-serif;
	text-shadow: #000 0 0 4px;
	margin-top: 20px;
}

#btn-viewAllAmenities {
	display: block;
	width: 211px;
	height: 38px;
	padding-top: 25px;
	background: url(../img/btn-viewAllAmenities-bg.jpg) no-repeat;
	color: #000;
	text-decoration: none;
	font-size: 1.8em;
	text-align: center;
	position: absolute;
	left: 37px;
	bottom: 0;
}

/* @end */

/* @group Community Photos */

#wc-photos {
	width: 400px;
	height: 326px;
	position: absolute;
	top: 43px;
	right: 9px;
	z-index: 20;
	background: url(../img/wc-pic-collage-bg.jpg) no-repeat left top;
}

#wc-pics-collage {
	position: absolute;
	top: 59px;
	left: 32px;
}

#wc-photos .navi {
	width: 280px;
	height: 42px;
	background: url(../img/wc-nav-bg.png) no-repeat;
	position: absolute;
	bottom: 10px;
	left: 65px;
	z-index: 30;
}

#wc-photos .navi .caption {
	line-height: 42px;
	text-align: center;
	font-size: 1.6em;
}

#wc-photos .navi a.prev, #wc-photos .navi a.next {
	display: block;
	width: 39px;
	height: 37px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	background: url(../img/btn-prev-wc.gif) no-repeat;
}

#wc-photos .navi a.prev {
	left: 3px;
}

#wc-photos .navi a.next {
	right: 3px;
	background-image: url(../img/btn-next-wc.gif);
}

/* @end */

.alert {
	width: 666px;
	height: 66px;
	background: url(../img/bg-alert.jpg) no-repeat;
	line-height: 66px;
	text-align: center;
	overflow: hidden;
	font-size: 1.8em;
	color: #fff;
	margin: 4px 0;
}

/* @group Welcome box */

#welcomeBox {
	width: 666px;
	background: url(../img/bg-welcomeBox.png) repeat-y;
	position: relative;
	min-height: 223px;
	height: auto !important; /* hack! */
	height: 223px;
}

#welcomeBox img {
	position: absolute;
	top: 25px;
	left: 25px;
}

#welcomeBox p {
	font-size: 1.3em;
	line-height: 1.4em;
	position: relative;
	top: 10px;
	margin: 0 20px 0 239px;
}

/* @end */

/* @end */

#events, #announcements {
	position: relative;
	z-index: 100;
}

#events h4, #announcements h4 {
	height: 48px;
	line-height: 48px;
	text-indent: 20px;
	font-size: 2.4em;
	background-repeat: no-repeat;
}

.viewAll {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.4em;
	color: #016b0e;
	text-decoration: none;
	z-index: 10;
}

.viewAll:hover, .viewAll:active {
	text-decoration: underline;
}

/* @group Events */

#events {
	clear: left;
	width: 292px;
	height: 435px;
	float: left;
	display: inline;
	margin: 10px 10px 0 30px;
	position: relative;
	overflow: hidden;
}

#events h4 {
	width: 292px;
	background-image: url(../img/hd-events-bg.png);
}

#events li {
	position: relative;
	width: 292px;
	padding: 20px 0 30px;
	border-bottom: 1px dashed #999;
}

#events li .date {
	width: 50px;
	background: #d79541;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 20px;
}

#events li .date .month {
	display: inline-block;
	width: 50px;
	font-size: 1.4em;
	padding: 4px 0;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

#events li .date .day {
	display: inline-block;
	height: 30px;
	font-size: 2.4em;
	padding-bottom:4px;
}

#events li .event-title, #events li .event-description {
	margin-left: 60px;
}

#events li .event-title {
	display: inline-block;
	font-size: 1.8em;
	color: #d79541;
	text-decoration: none;
}

#events li .event-title:hover, #events li .event-title:active {
	text-decoration: underline;
}

#events li .event-description {
	font-size: 1.2em;
}

/* @end */

/* @group Announcements */

#announcements {
	width: 602px;
	height: 435px;
	overflow: hidden;
	float: left;
	display: inline;
	position: relative;
	margin: 10px 0 0 10px;
}

#announcements h4 {
	width: 602px;
	background-image: url(../img/hd-announcements-bg.png);
}

#announcements .announcement-item {
	margin: 20px 5px;
}

#announcements .announcement-item a {
	color: #016b0e;
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
}

#announcements .announcement-item a:hover, #announcements .announcement-item a:active {
	text-decoration: underline;
}

#announcements .announcement-item small {
	font-size: 1.1em;
	color: #999;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: 100%;
	height: 150px;
	overflow: hidden;
	background: url(../img/bg-footer.jpg) repeat;
}

#footerNav, .copyright {
	width: 982px;
	margin: 0 auto;
	font-size: 1.4em;
}

#footerNav h6 {
	font-size: 1.4em;
	padding-top: 20px;
}

#footerNav p {
	font-size: .7em;
	font-weight: bold;
}

#footerNav a {
	color: #000;
	text-decoration: none;
}

#footerNav a:hover, #footerNav a:active {
	text-decoration: underline;
}

.copyright {
	margin-top: 20px;
}

/* @end */