/**
  * core.css
  * 
  * @author Andy Do <andy.do@resiteonline.com>
  * @version $Id$
  **/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, a, 
fieldset, form, label, legend, 
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background-repeat: no-repeat;
}

/* separate block elements */  
dl, ul, ol, p, address, table, form
	{ padding-bottom: .5em; }
ol	{ list-style: decimal; }
ul  { list-style: none; }
/* Don't forget to style blockquote padding to taste */

/* Links and Images */
/* img   { display: block; } /* fixes descender gap in IE */ 
a img {
	border: none;
	cursor: pointer;
}
a     { text-decoration: none; }
a, object { outline: 0; } /* removes Firefox’s outlining on active state */

/* Table defaults */  
table { border-collapse: collapse; } /* set to separate if visible gaps between cells is desired. */
td {
	text-align: left;
	vertical-align: top;
}
.center, th { text-align:center; }
 
/* .clearfix class to enclose floats painlessly.
   Put on elements that contain floated elements
   This is the "robust" form of clearfix.
   For "good" browsers:
*/
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

/* IE6 requires a height: */
.clearfix { height: 1%; }

/* If you have *complete* control of the content,
   a simpler clearfix is possible for all browsers,
   but use cautiously: .clearfix {overflow: auto;}
*/

/*---------------------- End Reset ----------------------*/
body {
	color: #000;
	background-color: #ffffff;
	margin: 0 auto; 
	font-size: 10pt;
	font-family: 'Century Gothic', Arial;
	height: 100%;
}
h1 {
	color: #000066;
	font-size: 18pt;
	font-weight: bold; 
} 
h2 {
	font: bold 12pt Arial;
	padding: 12px 0px;
} 
h3 {
	color: #4465e8;
	font: bold 10pt Arial; 
}
ol, ul { list-style: none; }
a:link, a:visited, a:active {
	color: #6666cc;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
/* Fixes for IMG tag */
img {
	-ms-interpolation-mode:bicubic;
}

strong { font-weight: bold; text-align: left; }
.hidden { display: none; }

/* I am including the default classes what will need to be adjusted ~cjones 04.03.2008 */

/*************************************/
/* Site Layout Div's                 */
/* =================                 */
/* This section defines the wrapper  */
/* Div's that define the Site layout */
/* for Home Page & Detail Pages      */
/*************************************/
#wrapper { 
	width: 916px;
	margin: auto; 
}
#innerWrapper {
	margin: 0 8px;
	width: 900px;
	float: left;
}
#contentArea {  
	width: 900px; 
	overflow: visible;
	float: left;
	padding-bottom: 20px;
}
#leftPanel {
	width: 295px;
	float: left;
}
#rightPanel {
	width: 590px;
	float: left;
	padding-left: 15px;
}


/*************************/
/* Styles for the Header */
/*************************/
#header {
	margin: 0 auto;
	width: 100%;
	height: 140px;
}

#imgLogo {
	width: 186px;
	height: 140px;
	float: left;
}
#imgLogo IMG {
	display: block;
}
#contactUs {
	width: 712px;
	height: 70px;
	float: right;
	padding-right: 2px;
}
#contactUs .linkText {
	float: left;
	color: #283c6e;
	font: bold 12pt Arial;
	padding-top: 2px;
}
#contactUs A:hover {
	text-decoration: none;
}
UL#topRightButtons {
	width: auto;
	float: right;
	list-style: none outside;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px;
}
UL#topRightButtons LI {
	float: left;
	margin-left: 10px;
}
UL#topRightButtons LI.contactUsItem {
	margin-top: 18px;
}
UL#topRightButtons LI#facebook, UL#topRightButtons LI#twitter, UL#topRightButtons LI#youtube, UL#topRightButtons LI#reachCast {
	margin-top: 12px;
}

/*************************************/
/* Navigation - Sprite Overlay Style */
/*************************************/
#navContainer { /* Outmost wrapper (container) for the Navigation Component */
	width: 712px;
	height: 70px;
	float: right;
}
UL#nav {
	width: 693px;
	list-style: none;
	background: transparent url('../images/topnav.jpg') no-repeat;
	background-position: 0px -70px;
	float: right;
}
#nav li { 
	display: inline;
	float: left;
}
#nav li a {
	text-indent: -999999px;
	float: left;
	height: 40px;
	color: #FFFFFF;
}
#nav-subNav {
	position: relative;
	z-index: 10;
}
/* The following styles are for individual Nav items */
#nav .home {
	width: 131px;
	height: 70px;
	background: transparent url('../images/topnav.jpg') no-repeat;
	background-position: 0px -70px;
}
#nav .home:hover {
	background-position: 0px 0px;
}
#nav .searchApartments {
	width: 109px;
	height: 70px;
	background: transparent url('../images/topnav.jpg') no-repeat;
	background-position: -131px -70px;
}
#nav .searchApartments:hover {
	background-position: -131px 0px;
}
#nav .furnishedApt {
	width: 108px;
	height: 70px;
	background: transparent url('../images/topnav.jpg') no-repeat;
	background-position: -240px -70px;
}
#nav .furnishedApt:hover {
	background-position: -240px 0px;
}
#nav .residentServices {
	width: 108px;
	height: 70px;
	background: transparent url('../images/topnav.jpg') no-repeat;
	background-position: -348px -70px;
}
#nav .residentServices:hover {
	background-position: -348px 0px;
}
#nav .aboutUs {
	width: 108px;
	height: 70px;
	background: transparent url('../images/topnav.jpg') no-repeat;
	background-position: -456px -70px;
}
#nav .aboutUs:hover {
	background-position: -456px 0px;
}
#nav .careers {
	width: 129px;
	height: 70px;
	background: transparent url('../images/topnav.jpg') no-repeat;
	background-position: -563px -70px;
}
#nav .careers:hover {
	background-position: -563px 0px;
}


/*************************************/
/* 2nd Navigation                    */
/*************************************/
#secondNav {
	height: 23px;
	z-index: 10;
}
#secondNav UL li a {
	text-indent: -900%;
	float: right;
}

/* Second Nav for About Page */
#navabout .CandD {
	width: 275px;
	height: 23px;
	background: transparent url('../images/secondNav_About.png') no-repeat;
	background-position: -625px 0px;
}
#navabout .CandD:hover {
	background-position: -625px -23px;
}

/* Second Nav for Career Page */
#navcareer .download {
	width: 275px;
	height: 23px;
	background: transparent url('../images/secondNav_Career.png') no-repeat;
	background-position: -625px 0px;
}
#navcareer .download:hover {
	background-position: -625px -23px;
}
/* Second Nav for Community Page */
#navcomm .preferredEmployer {
	width: 275px;
	height: 23px;
	background: transparent url('../images/secondNav_Apartment.png') no-repeat;
	background-position: -625px 0px;
}
#navcomm .preferredEmployer:hover {
	background-position: -625px -23px;
}


div#apartmentsIn {
	position: relative;
	width: 185px;
	height: 45px;
	margin: 30px 0px 0px 30px;
	padding: 0px;
}

div#apartmentsIn span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;	
	
}

span#one {
	top: 5px;	
}

span#two {
	bottom: 5px;
}

input#otherCommunitiesBtn {
	width: 185px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
}

a#otherCommunities {
	color: #060877;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*************************************/
/* Home Page                         */
/*************************************/
#siteBanner {
	width: auto;
	height: 383px;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#homeFeatures {
	width: 100%;
	height: 210px;
	float: left;
}
#homeFeatures .features {
	background: url('../images/blueBar.png') no-repeat;
	width: 24.91%; /* 24.91% of 900 equates to 224px */
	height: 210px;
	float: left;
}
#homeFeatures .featureContent {
	width: 222px;
	height: 170px;
	background: url('../images/featureBkground.png') no-repeat;
}
.featureContent .spotlightName {
	width: 210px;
	height: 25px;
	position: relative;
	top: -36px;
	left: 6px;
	background-color: #333333;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity = 85);

}
.spotlightName P {
	color: white;
	font-size: 11pt;
	padding: 2px 0px 0px 6px;
}
.socialContainer {
	width: 210px;
	height: 158px;
	overflow: hidden;
	margin: 6px 6px;
	padding: 0px 0px;
	font-size: 10px;
}
.social {
	height: 51px;
}
.social .icon {
	float: left;
}
.twitter P {
	padding-left: 56px;
	padding-top: 10px;
}
.youtube P {
	padding-left: 56px;
	padding-top: 8px;
}
.facebook P {
	padding-left: 56px;
	padding-top: 8px;
}

/*************************************/
/* Email link                       */
/*************************************/
span.email {
	float: left;
	width: auto;
	margin: 0px;
	margin-top: 10px;	
}

span.email input.emaiUsBtn {
	float: left;
	margin: 0px;
	padding: 0px;
}

span.email a.contactLink {
	text-decoration: none;	
}

/*************************************/
/* Footer Area                       */
/*************************************/
#footerArea {
	background: url('../images/footerBkground.png') repeat-x;
	height: 168px;
}
#footerContent {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px;
	font-size: 8pt;
	color: #6666cc;
}
#footerNav UL LI {
	list-style: none;
	float: left;
	padding: 0px 4px 0px 0px;
}
LI.separator {
	padding: 0px 4px;
}
LI.midDot {
	margin: 0px 8px 0px 0px;
	font-size: 20pt;
	line-height: 12px;
}
LI IMG.footerIcon {
	margin-top: 0px;
}
LI IMG.EHIcon {
	width: 24px;
	height: 24px;
	margin-top: -4px;
	padding: 0px 9px;
}

div#cityLinks {
	width: 	900px;
	margin: 20px auto;
	text-align: center;
}

div#cityLinks a {
	color: #6666cc;
	padding-right: 20px;
	text-decoration: none;
    font-size: 8pt;
}


div#cityLinks a:hover {
	text-decoration: underline;	
}
/*************************************/
/* Search Panel                      */
/*************************************/
#searchPanel {
	background: url('../images/blueBar.png') no-repeat;
}
#searchForm {
	background: url('../images/searchPanelBkground.png') no-repeat;
	padding: 16px 10px 88px 10px;
	margin: 0px 0px;
}
FORM SELECT {
	clear: both;
	height: 26px;
	margin: 4px 0px;
	padding: auto;
}
FORM SELECT OPTION {
	padding: 0px 0px;
}
#selectState {
	width: 274px;
}
#selectCity, #selectPriceRange {
	width: 180px;
}
#selectBeds {
	width: 90px;
}
INPUT.btn_submit {
	border: none;
	background: transparent url('../images/searchBtn.png') no-repeat;
	/* background-color: #101e57; */
	color: white;
	text-align: center;
	font-size: 8pt;
	width: 81px;
	height: 26px;
	margin-left: 8px;
	vertical-align: middle;
	*vertical-align: text-bottom;
}
.searchNote {
	width: 249px;
	background-color: #c9d2f8;
	margin: 0px 0px;
	padding: 0px 10px;
}
#searchForm Form {
	padding: 0.5em 0em;
}
#searchForm IMG.block {
	clear: both;
	display: block;
	padding: 0px 0px;
	margin: 0px 0px;
}
.ORLine {
	margin: 10px 0px 40px 0px;
}
#searchMap {
	width: 225px;
	height: 200px;
	background: url('../images/featureBkground.png') no-repeat;
}

DIV#systemResponse {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	float: left;
}


/*************************************/
/* Site Common Styles                */
/*************************************/
.blueDark {
	color: #000066;
}
.blueLight {
	color: #4465e8;
}
.brownDark {
	color: #9b3e05;
}
.contentCenter {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}
.corpHeader {
	background: url('../images/headingBar.png') no-repeat;
	background-position: 140px 10px;
	margin-bottom: 20px;
}
.darkBlue {
	background-color: #050777;
}
.featureTitle {
	color: white;
	font-size: 12pt;
	font-weight: 500;
	padding: 4px 0px 12px 20px;
}
.hidden {
	display: none;
}
.imageBorder {
	border-width: 6px;
	border-style: solid;
	border-color: #ffffff;
}
.imageCaption {
	font-size: 8pt;
	font-style: italic;
	font-weight: 200;
}
.inline {
	display: inline;
	background-color: white;
}
.padLeft {
	margin-left: 1px;
}
.pointer {
	cursor: pointer;
	cursor: hand;
}
.redBorder {
	border-width: 1px;
	border-style: solid;
	border-color: red;
}
.siteHeading {
	font: bold 10pt Arial; 
}
.square {
	width: 8px;
	height: 8px;
}
.themeBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #a8b7f4;
}
.white {
	background-color: #ffffff;
}

