@charset "utf-8";
/*

		Welcome to the CSS file for MAAC single property websites.
		Below is a table of contents to help find styles in this file.

		1.) Default rules ( body, a, etc.)
		2.) Containers
		3.) Navigation-related rules
		3.) Content-related rules
		4.) Footer-related rules
		5.) Page headline rules
		
		1.) Default Rules
*/

body {
	background: url(../images/bg.jpg) repeat-x #051f51;
	text-align: center;
	margin: 10px 0;
	font-size: 12px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #123476;
}

a:hover, a:active {
	text-decoration: underline;
	color: #123476;
}

#logo {
	float: left;
	width: 220px;
	height: 133px;
}

h3 {
	padding-top: 0px;
	margin: 0;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2.headline {
	font-weight: normal;
	margin: 0;
	font-size: 1px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


p {
	margin: 0 0 1em 0;
	line-height: 200%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.single_spacing p, .single_spacing, .single_spacing ul {
	line-height: 150%;
}

/*	2.) Containers  */

#rootContainer {
	width: 956px;
	text-align: left;
	margin: 0 auto;
}


#bodyContainer {
	width: 926px;
	background: url(../images/rounded_top.png) no-repeat #fff;
	padding: 20px 20px 0 10px;
}

#sidebarContainer {
	float: left;
	width: 225px;
	text-align: center;
	position: relative;
}

#navContainer {
	background: url(../images/nav_bg.jpg) no-repeat;
	margin: 0 0 10px 0;
	padding: 30px 10px 0 10px;
	width: 200px;
	height: 428px;
	text-align: center;
	float: left;
}

#contentContainer {
	float: left;
	/*background: url(../images/content_bg.jpg) repeat-x 0 140px #f8f9fc;*/
	min-height: 539px;
	padding: 0 0 43px 0px;
	width: 701px;
	position: relative;
}

#actual_content {
	float: left;
	padding: 0 20px 0 20px;
	width: 650px;
	position: relative;
}

img#contentFlashHead {
	width: 701px;
	height: 140px;
}

#footerContainer {
	clear: both;
	background:url(../images/rounded_bottom.png) no-repeat;
	padding: 20px 0 0 0;
	color: #fff;
}

#footerContainer p { margin-left: 200px; }
#footerContainer span { margin-left: 160px; }

/*	3.) Navigation-related rules */
#navContainer a, #navContainer span {
	display: block;
	color: #123476;
	text-decoration: none;
	font-size: 16px;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #cacfd7;
	margin: 0 20px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/nav_rollover.png);
	background-position: 0 50px;
	background-repeat: no-repeat;
}

#navContainer a.home {
	border: 0;
}

#navContainer a:hover, #navContainer .currentLink {
	background-position: 0 100%;
	padding: 5px 0 1px 2px;
	margin: 0 21px;
	color: #222;
}

#navContainer .currentLink {
	background-position: 0 0;
}

/*	4.) Footer-related rules */

#maacLogo {
	position: absolute;
	bottom: 8px;
	right: 20px;
	width: 57px;
	height: 35px;
	background: url(../images/maacLogo.png);
}

#contentFooter {
	clear: both;
	border-top: 1px solid #cecece;
	padding: 10px 0 0 0;
}

#footerContainer a {
	color: #fff;
}

#address {
	font-size: 14px;
	float: right;
}

#equal_housing {
	margin: 0 10px 0 0;
}

.resite {
	color: #fff;
	text-decoration: none;
}
/*	5.) Page headline rules */

h2.headline {
	height: 22px;
	margin: 20px 0 20px 0;
	text-indent: -10000px;
	overflow: hidden;
}

h2.photos {
	width: 150px;
	background: url(../images/headline-photos.png);
}

h2.features {
	width: 82px;
	background: url(../images/headline-features.png);
}

h2.floor_plans {
	width: 110px;
	background: url(../images/headline-floor_plans.png);
}

h2.choice {
	width: 167px;
	background: url(../images/headline-choice.png);
}

h2.maps {
	width: 183px;
	background: url(../images/headline-maps.png);
}

h2.leasing {
	width: 199px;
	background: url(../images/headline-leasing.png);
}

h2.moving_resources {
	width: 176px;
	background: url(../images/headline-moving_resources.png);
}

h2.contact {
	width: 107px;
	background: url(../images/headline-contact.png);
}

h2.send_to_a_friend {
	width: 158px;
	background: url(../images/headline-send_to_a_friend.png);
}

h2.terms {
	width: 129px;
	background: url(../images/headline-terms.png);
}

h2.four-oh-four {
	width: 458px;
	background: url(../images/headline-404.png);
}