/* -------------------- MASTER STYLE SHEET -------------------- 
Eric Meyer Reset (reset.css)
SOURCE: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/

Clearfix Class (clearfix.css) 
SOURCE: http://www.positioniseverything.net/easyclearing.html */

@import url("reset.css");
@import url("clearfix.css");

/* -------------------- BASIC SELECTOR STYLES -------------------- */

html, body {height: 100%;}

body {font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	background: #fff url(../images/bodyBack.png) repeat-x;}

p {
	padding: .35em 0;
	font-size: 12px;
	}

a:link, a:visited {color: #653600;
	text-decoration: none;}
a:hover, a:active {color: #bc813b;
	text-decoration: none;}

/* -------------------- LAYOUT -------------------- */	
#mainContainer {
	width: 100%;
	text-align: center;
	}

#widthContainer {
	width: 740px;
	margin: 0 auto;
	}

#headerContainer {
	width: 740px;
	height: 129px;
	background: url(../images/aronovAptLogo.png) no-repeat;
	}

#bodyContainer {
	width: 740px;
	padding-top: 37px;
	background: url(../images/livingBottom.png) no-repeat;
	}

#footerContainer {
	background: url(../images/equalHousing.png) 0 20px no-repeat;
	height: 44px;
	margin-top: 20px;
	width: 740px;
	text-align: right;
	}
	
/* -------------------- Apartment Divs -------------------- */	
#boxCP, #boxVL, #boxAH, #boxTB {
	float: left;
	display: inline;
	}

#boxCP {
	width: 199px;
	}
#boxVL {
	width: 159px;
	margin-right: 6px;
	}
#boxAH {
	width: 168px;
	margin-right: 6px;
	}
#boxTB {
	width: 193px;
	margin-right: 6px;
	}
	
#logoCP, #logoVL, #logoAH {	
	overflow: hidden;
	}

#logoCP a, #logoVL a, #logoAH a, #logoTB a {	
	display: block;
	}
	
#logoCP a {
	background: url(../images/logoCentralPark.png) no-repeat;
	width: 199px;
	height: 152px;
	}
#logoVL a {
	background: url(../images/logoVaughnLakes.png) no-repeat;
	width: 159px;
	height: 152px;
	}
#logoAH a {
	background: url(../images/logoAzaleaHill.png) no-repeat;
	width: 169px;
	height: 152px;
	}
#logoTB a {
	background: url(../images/logoBelmont.png) no-repeat;
	width: 194px;
	height: 152px;
	}
	
#boxCP p, #boxVL p, #boxAH p, #boxTB p {
	margin-top: 6px;
	line-height: 1.5em;
	color: #653600;
	}
#boxCP em, #boxVL em, #boxAH em, #boxTB em {
	font-style: normal;
	 font-size: 16px;
	 font-weight: bold;
	}
	
/* -------------------- Hide -------------------- */	
h1 strong {
	display: none;
	}
