﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	color: #2C2E28;
	line-height: 1.5em;	
	background: #57482B url('../../images/addisonBG.jpg') left top repeat-x;
	text-align: center;
}

a {
	color: #57482B;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #2C2E28;
}

a:visited :hover {
	color: #2C2E28;
}

blockquote {
	margin-left: 30px;
}

form {
	margin: 0
}

h1{
	font-size: 21px;
	margin: 0 0 5px;
	color: #57482B;
	font-style: italic;
}

h2{
	font-size: 16px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #57482B;
}

h3{
	font-size: 14px;
	margin: 0 0 0 10px;
	clear: left;
}

img a, a img {
	border: none;
}


label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 10px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#badge {
	position: absolute;
	top: 100px;
	left: 875px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#fixed {
	position: relative;
	width: 1050px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 367px;
}

#logo {
	position: absolute;
	top: 32px;
	left: 0;
}

#ad {
	display: none;  /* ad display controlled by home.css in home folder */
	

}

#address {
	position: absolute;
	top: 57px;
	right: 50px;
	width: 500px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#pics {
	position: absolute;
	top: 55px;
	left: 668px;
	width: 390px;
	height: 310px;
	background: url('../../images/addisonPhotoHolder.jpg') left top no-repeat;
	padding:9px auto auto 12px;
}

#menu {
	position: absolute;
	top: 87px;
	left: 2px;
	width: 1050px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#livingMenu {
	position: absolute;
	top: 55px;
	left: -14px;
	width: 220px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	position: relative;
	width: 1050px;
	text-align: left;
	margin: 0 auto;
	background: url('../../images/addisonNFbg.jpg') repeat-y center top;
	padding-top: 26px;
}

#copy {
	width: 420px;
	margin: 0 0 15px 225px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#copyWide {
	width: 760px;
	margin: 0 0 15px 225px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#copyright{
	width: 1050px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/addisonCopyBG.jpg') no-repeat center bottom;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#address p {
	color: #FFF;
	line-height: 1.2em;
	margin: 0;
	text-align: right;
}

#copyright p {
	padding: 20px 0 5px;
	margin: 0;
	font-size: 11px;
}

#menu ul {
	list-style: none;
	float: left;
}

#menu ul li { 
 	float: left;
	margin: 0;
	padding: 0;
	/* 9 col*/
	width: 105px; 
	/* 8 col 
	width: 118px; */
}

#menu li a { 
	display: block;
	margin: 250px 0 0;
	padding-top: 4px;
	height: 30px;
	/* 9 col*/
	width: 105px; 
	/* 8 col 
	width: 118px;*/ 
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: transparent url('../../images/addisonMenuBG.jpg') left top repeat-x;
}

#menu li a:hover { 
	background: transparent url('../../images/addisonMenuHoverBG.jpg') left top repeat-x;
}

#menu li.home {
	background: url('../../images/homeBannerPics.jpg') no-repeat center top;
}

#menu li.amenities {
	background: url('../../images/amenitiesBannerPics.jpg') no-repeat center top;
}

#menu li.floorplans {
	background: url('../../images/fpBannerPics.jpg') no-repeat center top;
}

#menu li.directions {
	background: url('../../images/directionsBannerPics.jpg') no-repeat center top;
}

#menu li.contact {
	background: url('../../images/contactBannerPics.jpg') no-repeat center top;
}

#menu li.apply {
	background: transparent url('../../images/applyBannerPics.jpg') no-repeat center top;
}

#menu li.faqs {
	background: url('../../images/faqBannerPics.jpg') no-repeat center top;
}

#menu li.links {
	background: url('../../images/linksBannerPics.jpg') no-repeat center top;
}

#menu li.sitemap {
	background: url('../../images/siteMapBannerPics.jpg') no-repeat center top;
}

#livingMenu ul {
	list-style: none;
	float: left;
	margin: 0;
	text-align: center;
}

#livingMenu ul li { 
	margin: 0 0 2px 0;
	width: 220px;
	height: 150px;
	background: transparent url('../../images/addisonSubMenuBG.jpg') left top no-repeat;
}

#livingMenu li a { 
	display: block;
	float: left;
	margin: 0 auto 0 5px;
	padding-top: 3px;
	height: 30px;
	width: 210px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: transparent url('../../images/addisonMenuBG.jpg') left top repeat-x;
}	

#livingMenu li a:hover { 
	background: transparent url('../../images/addisonMenuHoverBG.jpg') left 50% repeat-x;
}

#livingMenu li img {
	margin: 7px 10px 1px;
}

#pics img, #pics * {
	margin: 9px auto auto 12px;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 0 10px 5px 10px;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 5px 15px;
	border: 1px solid #ABA395;
}

.planName h3 {
	margin: 0 auto;
}

.monials{
	/* background: url('../../images/stratfordQuotesUL.gif') 1px 1px no-repeat; */
	position: absolute;
	top: 355px;
	left: 680px;
	width: 315px;
	margin: 10px auto;
}

.monials p {
	margin: 0;
	padding: 10px 5px 0 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #939391;
	line-height: 1.25em;
}

.monials .resident {
	margin: 0;
	padding: 0 40px 30px 5px;
	font-style: normal;
	font-weight: bold;
	font-family: "lucida sans", "trebuchet ms", arial, verdana;
	font-size: 13px;
}

