@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #012638 url(../images/int_headerBG.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
    color:#0A3257;
}

h1 {
    color:#0b3862;
    font-weight:bold;
    font-size:167%;
}

h2 {
	color:#0a3257;
	font-weight:bold;
	font-size:153.9%;
}

h3, legend {
    color: #0a3257;
    font-weight:bold;
    font-size:108%;
}

legend {
    padding: 0 5px;
}


.container {
	width: 995px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 140px;
	padding-right: 20px;
	padding-left: 20px;

}
.headerLogo {
	padding-top: 26px;
	padding-left: 55px;
}
.header_contact {
	float: right;
	width: 265px;
	margin-top: 35px;
	margin-right: 45px;
}
.header_phoneNumber {
	color: #8AB6DF;
	font-size: 29px;
}
.header p {
	text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
}
.mainContent_wrapper {
	background: url(../images/int_mainContentBG.png);
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 1px;
}


.mainContent {
	background: #FFF;
	padding: 35px 25px 50px;
	font-size: 12px;
	min-height:450px;
}
.mainContent h1 {
	font-size: 19px;
	color: #012638;
	font-weight: normal;
	margin-bottom: 8px;
}
.mainContent h2 {
	font-size: 16px;
	color: #012638;
	margin-bottom: 2px;
}
.mainContent p {
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 18px;
}
.footer_wrapper {
	background: url(../images/int_footerBG.png);
	height: 175px;
}


.footer {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50;
	padding-left: 50;
	padding-top: 15px;
}
.footer p {
	font-size: 10px;
	color: #FFF;
	line-height: 25px;
	text-align: left;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
}
.footer .footerHeading {
	font-size: 13px;
}



/* BEGIN NAV ITEM ELEMENTS */

.mainNav {
	position: relative;
	z-index: 100;
	background: url(../images/int_mainNavBG.jpg);
	height: 54px;
}
.mainNav ul {
	list-style: none;
}
.mainNav ul a {
	text-decoration:none;
	color: #012638;

}
.mainNav ul a:hover 
{
	color: #8AB6DD;
}
.mainNav ul a:visited
{
}


.mainNav ul li {
	position: relative;
	float:left;
}
.mainNav ul ul  {
	position: absolute;
	left:0px;
	top:39px;
	display: none;
	z-index: 999;
	background: url(../images/int_navDropDownBG.png) no-repeat 0px bottom;
	padding-bottom: 13px;
	text-transform: uppercase;
	color: #012638;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 8px;
}
.mainNav ul li:hover ul {
	display: block;
}
.mainNav .item {
	font-size:11px;
	padding: 5px 10px;
}
.mainNav .item:hover {
	color:#0B520C;
}
.mainNav ul .home {
	background: url(../images/int_navHome.png) no-repeat;
	width: 98px;
	height: 40px;
	margin-left: 160px;
}
.mainNav ul .home:hover {
	background: url(../images/int_navHome_on.png) no-repeat;
}

.mainNav ul .home .item {
	width: 98px;
}
.mainNav ul .properties {
	background: url(../images/int_navProperties.png) no-repeat;
	width: 158px;
	height: 40px;
}
.mainNav ul .properties:hover {
	background: url(../images/int_navProperties_on.png) no-repeat;
}
.mainNav ul .properties_on {
	width: 158px;
	height: 40px;
	background: url(../images/int_navProperties_on.png) no-repeat;
}
.mainNav ul .properties .item {
	width: 174px;
}
.mainNav ul .residents {
	background: url(../images/int_navResidents.png) no-repeat;
	width: 142px;
	height: 40px;
}
.mainNav ul .residents:hover {
	background: url(../images/int_navResidents_on.png) no-repeat;
}
.mainNav ul .residents_on {
	width: 142px;
	height: 40px;
	background: url(../images/int_navResidents_on.png) no-repeat;
}
.mainNav ul .residents .item {
	width: 200px;
}
.mainNav ul .residents_on .item {
	width: 200px;
}

.mainNav ul .about {
	background: url(../images/int_navAbout.png) no-repeat;
	width: 104px;
	height: 40px;
}
.mainNav ul .about:hover {
	background: url(../images/int_navAbout_on.png) no-repeat;
}
.mainNav ul .about_on {
	width: 104px;
	height: 40px;
	background: url(../images/int_navAbout_on.png) no-repeat;
}
.mainNav ul .about .item {
	width: 200px;
}
.mainNav ul .about_on .item {
	width: 200px;
}

.mainNav ul .contact {
	background: url(../images/int_navContact.png) no-repeat;
	width: 119px;
	height: 40px;
}
.mainNav ul .contact:hover {
	background: url(../images/int_navContact_on.png) no-repeat;
}
.mainNav ul .contact .item {
	width: 101px;
}


/* END NAV ITEM ELEMENTS */
.home_propertyList_wrapper h1 {
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #195084;
	background: url(../images/home_properytLocationBG.png) no-repeat;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 12px;
	margin-top: 20px;
}
.home_propertyList_wrapper h2 {
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #195084;
	background: url(../images/home_properytLocationBG_short.png) no-repeat;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 12px;
	width: 430px;
}
.cityName {
	font-weight: normal;
	color: #446044;
}
.home_propertyList_wrapper .propertyName {
	font-size: 19px;
	color: #446044;
	font-style: italic;
	margin-bottom: 1px;
}
.home_propertyList_wrapper p {
	font-size: 11px;
	margin-bottom: 5px;
}
.home_propertyList_wrapper a {
	color: #012638;
	text-decoration: none;
}
.home_propertyListing img {
	float: left;
	margin-right: 12px;
}
.home_propertyListing {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 440px;
	margin-bottom: 35px;
}
.footer td {
	padding-left: 12px;
	border-left: 1px solid #FFF;
}

/*****************
 * Property List
 ****************/

#property-list-map-container {
    height:400px;
}

#wrapper-property-list-outer {
    width: 570px;
    overflow:hidden;
    position:relative;
}

#wrapper-property-list-inner {
    width:1140px;
    position:relative;
}

#property-list-container {
    float:left;
    width:570px;
}

#property-list-map-container {
    float:left;
    width:570px;
}

#wrapper-property-list-outer .property-container {
    clear:both;
    height:200px;
    margin-bottom:25px;
}

#wrapper-property-list-outer .property-pic {
    height:200px;
    margin-bottom:25px;
    position:relative;
    color:#FFF;
    cursor:pointer;
    float:left;
    width:340px;
    position:relative;
    background-position: center center;
    background-repeat:no-repeat;
}

#wrapper-property-list-outer .property-pic .cover {
    height:88px;
    background-image:url(../images/bg-property-list-bar.png);
    width:100%;
    position:absolute;
    top:55px;
}

#wrapper-property-list-outer .property-pic h1 {
    font-weight:bold;
    font-size:24px;
    padding-top:25px;
    padding-left:10px;
    padding-bottom:10px;
    color:#FFFFFF;
}

#wrapper-property-list-outer ul.address {
    position:absolute;
    right:5px;
    font-size:10px;
    width:340px;
    text-align:right;
    bottom:5px;
}

#wrapper-property-list-outer .address li {
    display:inline;
    padding:0px 2px;
    border-right:1px dotted #FFF;
}

#wrapper-property-list-outer .address li.zip {
    border:none;
}


#wrapper-property-list-outer .property-info {
    height:200px;
    float:right;
    width:220px;
    color:#284008;
}

#wrapper-property-list-outer .property-info h3 {
   font-size:14px;
}

#wrapper-property-list-outer ul.amenities  li 
{
    list-style-type:disc;
    margin-left:15px;
}

#wrapper-property-list-outer .read-more 
{
	font-size:12px;
    list-style-type:none;
    float:right;
}
.wrapper-property-list-types {
    font-size:1.1em;
    text-align:right;
    font-style:italic;
    padding-bottom:10px;
    margin-bottom:10px;
    color:#0A3257;
    border-bottom:1px dotted #CCC;
}

.wrapper-property-list-types a {
    text-decoration:underline;
}

.wrapper-property-list-types a.selected {
    text-decoration:none;
    font-weight:bold;
}

.wrapper-property-list-types a:hover {
    text-decoration:underline;
}

/*************************************
 * Property Page - different sections
 ************************************/
.amenity-list {
    background-color:#c8d4dd;
    color:#000;
    padding:10px;
    text-align:left;
    width:150px;
    float:right;
    margin:0 0 10px 10px;
}

.amenity-list h2 {
    font-size:16px;
}

.amenity-list ul {
    margin-left:20px;
    
}

.amenity-list li {
    list-style-type:disc;
    padding-bottom:2px;
}


/*****************
 * Side Nav
 ****************/

.side-nav
{
	float:right; 
	width:180px;
	font-size:14px;
	padding:10px 20px 10px 20px;
	background-image:url(../images/bg-property-list-bar.png);
	margin:0px 0px 10px 10px;
}

.side-nav a
{
	text-decoration:none;
	color:#FFFFFF;
}

.side-nav a:hover
{
	color: #8AB6DF;
}

/*****************
 * Community Nav
 ****************/

.community-nav
{
	margin:0px 0px 30px 0px;
	color:#0b3862;
}

.community-nav .links
{
	float:left; 
	padding-left:100px; 
	font-size:14px; 
	text-align:center
}

.community-nav img
{
	border:none;
}

.community-nav .links a
{
	text-decoration:none;
	color:#0b3862;
	font-weight:bold;
}

.community-nav .links a:hover
{
	color: #8AB6DF;
}

/*****************
 * Map Nav
 ****************/
.map-links
{
	float:left;
	font-size:14px;
	padding:10px 20px 10px 20px;
	margin-left:10px;
	background-image:url(../images/bg-property-list-bar.png);
}

.map-links a
{
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 10px 5px 0px;
}

.map-links a:hover
{
	color: #8AB6DF;	
}

.map-area
{
	position:relative;
	float:left;
	width:520px;
	margin-left:100px;
}

/*************************************
 * Floorplans
 ************************************/
.floorplan-outer {
    width:100%;
    float:left;
    padding-bottom:15px;
}

.floorplan-picture {
    float:left;
    width:200px;
    min-height:200px;
    padding-top:10px;
    border: 1px solid #ccc;
    background-repeat:no-repeat;
    display:block;
    overflow:hidden;
}

.floorplan-content {
    float:right;
    width:630px;
}

.floorplan-content h3 {
    background-image:url(../images/bg-property-list-bar.png);
    color:#FFF;
    padding: 2px 0 2px 5px;
}

.floorplan-info {
    float:right;
    width:200px;
    background-color:#c8d4dd;
    color:#000;
    padding:10px;
    margin:0px 0px 0px 10px;
	list-style: none;
}




/*****************
 * Form Elements
 ****************/
 
 .form-wrapper
 {
    border:1px solid #CCC;
    padding:10px;
    font-size:12px;
 }
 
 .community-select
 {
 	color:#FFFFFF;
 	width:380px;
	font-size:14px;
	padding:10px 20px 10px 20px;
	background-image:url(../images/bg-property-list-bar.png);
	margin:0px 0px 10px 10px;
 }
.btn_submit {
	background: url(../images/btn_submit.jpg);
	height: 39px;
	width: 120px;
	border-style: none;
	cursor: pointer;
	
}
.btn_submit:hover {
	background: url(../images/btn_submit_on.jpg);
}
.photoThumb {
	margin-right: auto;
	margin-left: auto;
}
.photoThumb img {
	padding:2px;

}
.photoThumb img:hover {
	background: #7E91A3;

}
.photoThumb_wrapper {
	text-align:center;
	width: 900px;
}

.repeatBody {
	line-height: 24px;
	background-color: #FFFFFF;
}
.repeatBodyAlternate {
	line-height: 24px;
	background-color: #CCD5D9;
}

