﻿html {
	height: 100%;
}
body {
	background-color: #CCCCCC;
	text-align: left;
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------- */
/* Layout */
/* ------------------------------------------------------------- */
/* Outside Box */
/* Layout Control */
#outerContainer {
	margin: 2px 2px -40px 2px;
}
/* Inside Box */
/* Content Area */
#innerContainer {
	text-align: left;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#footerText {
	width: 100%;
	clear: both;
	position:inherit;
	/* margin-top: 10px; */
	text-align: center;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
	color: #666666;
}
/* Website Top Menu */
#menu {
	display: none;
	visibility: hidden;
	
}

.space {
	margin: 0 0.1em 0 0.1em;
	padding: 0;
	float: left;
	color: #005A9C;
	font-family: Verdana;
	font-size: 10pt;
}
.box {
	float: left;
}
/* Website Apartments Top Menu */
div#apartmentsmenu {
	padding: 0;
	margin: 5px;
	height: 15px;
	float: right;
}
div#apartmentsmenu a, div#apartmentsmenu a:visited {
	color: #005A9C;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: .01em 0 0 0;
	margin: 0.25em 0.75em 0.25em 0.75em;
}
div#apartmentsmenu a:hover {
	border-bottom: 0.25em solid #005A9C;
}
/* Bottom Menu Layout */
.FooterLinks a {
	outline: none;
	text-decoration: none;
	display: none;
	visibility: hidden;
	border: 0;
	padding: 0;
	margin: 0;
}
/* Rigth Side - Footer */
div#TextAreaFooter {
	text-align: center;
	margin: 0;
	padding: 0;
}
div#TextAreaFooter p {
	margin-top: 3px;
	margin-bottom: 0px;
}
/*	LAYOUT PAGE CONTENT - HOME	*/
.HomeContentImage {
	width: 645px;
	height: 376px;
	vertical-align: top;
}
.HomeContentImage img {
	display: block;
}
.HomeContentSpacer {
	width: 2px;
	height: 370px;
	vertical-align: top;
}
.HomeContentCopy {
	width: 332px;
	height: 376px;
	vertical-align: top;
}
/* LAYOUT PAGE CONTENT - FRONT PAGE OF EACH SECTION*/
.ContentImage {
	width: 607px;
	height: 374px;
	vertical-align: top;
}
.ContentImage img {
	display: block;
}
.ContentSpacer {
	width: 1px;
	height: 370px; 
	vertical-align: top;
}
.ContentCopy {
	width: 332px;
	height: 374px;
	vertical-align: top;
}








	/* ORG: color: #005A9C; */
	/* NEW: color: #003366; */


img {
	border: 0;
	outline: 0;
}
/*	LAYOUT PAGE CONTENT - HOME	*/
.HomeContentImage {
	width: 645px;
	height: 376px;
	vertical-align: top;
	display: none;
}
.HomeContentImage img {
	display: block;
	visibility: hidden;
}
.HomeContentSpacer {
	width: 2px;
	height: 370px;
	vertical-align: top;
}

/* LAYOUT PAGE CONTENT - FRONT PAGE OF EACH SECTION*/
.ContentImage {
	width: 607px;
	height: 374px;
	vertical-align: top;
	display: none;
	
}
.ContentImage img {
	display: block;
	visibility: hidden;
}
.ContentSpacer {
	width: 1px;
	height: 370px;
	vertical-align: top;
}
.ContentCopy {
	width: 332px;
	vertical-align: top;
}
/* --------------------------------------------------------------------------- */
#pageLogoHome {
	margin: 40px 20px 20px 20px;
	text-align: center;
	visibility: hidden;
	display: none;
}
#pageLogoSection {
	margin: 20px 20px 5px 20px;
	text-align: center;
}
div#pageContentText {
	margin: 16px 22px 0px 22px;
}
div#pageContentText p 
{
    color: #003366;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 0;
}
div#pageContentText p a {
	color: #003366;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
div#pageContentText p a:hover {
	text-decoration: underline;
}
/* Bullet List */
div#pageListHome {
	margin: 0px 4px 0px 4px;
}
div#pageListHome ul {
	margin-left: .2em;
	margin-bottom: 0;
	padding-left: 0;
}
div#pageListHome ul li {
	list-style: none;
	line-height: 1.2em;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	margin-top: 0;
	margin-bottom: .6em;
	padding-left: 1em;
	background: url('images/bullet.gif') no-repeat left top;
	vertical-align: text-top;
}
div#pageListHome ul li a {
	color: #003366;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
div#pageListHome ul li a:hover {
	text-decoration: underline;
}
/* Bullet List */
div#pageListSection {
	margin: 14px 6px 0px 10px;
}
div#pageListSection ul {
	margin-left: .2em;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
div#pageListSection ul li {
	list-style: none;
	line-height: 1.2em;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	margin-top: 0;
	margin-bottom: .5em;
	padding-left: 1em;
	background: url('images/bullet.gif') no-repeat left top;
	vertical-align: text-top;
}
div#pageListSection ul li a {
	color: #003366;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
div#pageListSection ul li a:hover {
	text-decoration: underline;
}
/* Default site font */
p {
	color: #003366;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.4em;
	margin-bottom: .6em;
}
p a {
	color: #003366;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
p a:hover {
	color: #FFFFFF;
}
/* Headings */
h1 {
	color: #666666;
	font-size: 18px;
	font-family: Verdana;
}
h2 {
	margin-top: 6px;
	color: #003366;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	margin-top: 6px;
	color: #003366;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
/* Unique Font Styles */
.NormalBlue {
	color: #003366;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.NormalBlueHeading {
	color: #003366;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
}
.NormalBlueLink {
	color: #003366;
	font-family: Verdana;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
.NormalBlueLink:hover {
	text-decoration: underline;
}
.NormalBlueLink:active {
	text-decoration: underline;
}
.NormalWhite {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.BoldYellow {
	color: #FFD159;
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
}
.BoldWhite {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
}
.MiniBoldWhite {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	margin-right: 10px;
}
.MiniBoldOrange {
	color: #F9CB55;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	margin-right: 10px;
}
/* Bio List Layout */
div#bioArea {
	margin: 0px 8px 0px 16px;
}
.bioList ul {
	margin-left: .2em;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.bioList ul li {
	list-style: none;
	line-height: 1.2em;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	margin-top: 0;
	margin-bottom: .5em;
	padding-left: 1em;
	vertical-align: text-top;
}
.bioList ul li a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.bioList ul li a:hover {
	text-decoration: underline;
}
/***********************************************************/
/* Apartment.aspx Style */
/***********************************************************/
div#Apartment {
	margin-bottom: 20px;
    padding: 0px 24px 6px 24px;
    text-align: center;	
}
div#Apartment p {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.6em;
}
/***********************************************************/
/* ApartmentCommunitites.aspx Style */
/***********************************************************/
div#ApartmentTextArea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-bottom:6px;
}
div#ApartmentTextArea a {
	color: #003366;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
div#ApartmentTextArea a:hover {
	color: #F9CB55;
}
/***********************************************************/
.ResidentTextArea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.ResidentTextAreaContent
{
    background-image: url('images/ResidentServices_ContentHeader.jpg');
    background-position: top left; 
    background-repeat: no-repeat; 
}

div#ResidentTextAreaContentBox
{
    margin-top:70px;
    text-align: center;
    color: #696969;
    font-size: 12pt;
}

div#ResidentTextAreaLinks
{
    margin-top:10px;    
    color: #003366;
    text-align:left;
}

div#ResidentTextAreaLinks a {
	color: #003366;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
div#ResidentTextAreaLinks a:hover {
	color: #F9CB55;
}
/***********************************************************/


div#ApartmentInfoArea {
	padding: 20px 20px 20px 20px;
	background-color: #b6b6b6;
	width: 898px;
	height: 220px;
}
div#ApartmentListing {
	text-align: left;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	
	color: #333333;
}
div#ApartmentListing a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
div#ApartmentListing a:hover {
	font-weight: bold;
	color: #ffb725;
	text-decoration: none;
}
div#ApartmentListingTitle {
	text-align: left;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	line-height: 1.1em;
}
/* Apartment.aspx Link */
div#Apartment a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
div#Apartment a:hover {
	font-weight: bold;
	color: #ffb725;
	text-decoration: none;
}


