﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* Palette - http://www.colourlovers.com/palette/582950/Desert */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

/* html{
	background: transparent url(../../images/brookstoneBG.png) top center repeat-y;
} */

body{
	font-family: Georgia, "Times New Roman", Times, serif; 
	/* font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	color: #606060;
	line-height: 1.35em;	
	background: transparent url(../../images/brookstoneHTMLbg.jpg) top left repeat;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #851A1A;
}

a:hover, a:visited:hover  {
	color: #A08045;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 24px;
	margin: 20px 0 10px 5px;
	color: #151515;
	font-weight: normal;
}

h2{
	font-size: 17px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #851A1A;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #151515;
}

h3 a, h3 a:visited {
	font-weight:bold;
	color: #151515;
}

h3 a:hover, h3 a:visited:hover  {
	font-weight:bold;
	color: #851A1A;
}


label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 7px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	top: 30px;
	right:50px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#address p  {
	font-size: 12px;
	line-height: 1.2em;
}

#badge {
	position: absolute;
	top: 250px;
	left: 900px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#content {
	background: transparent url(../../images/bg.jpg) top center repeat-y;
	padding: 320px 0 0;
}

#copyright {
	position: absolute;
	top: 120px;
	left: 280px;
	width: 750px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

#copyright p {
	margin: 0 auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.35em;
}

#fixed {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	padding: 185px 0 0;
}

#footie1, #footie2, #footie3, #footie4 {
	position: absolute;
	width: 150px;
	top: 30px;
	left:175px;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#footie2 {
	left:325px;
}

#footie3 {
	left:475px;
}

#footie4 {
	left:625px;
}

#footer {
	position: relative;
	width: 1050px;
	height: 187px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(../../images/bgCopy2.jpg) top center no-repeat;
	font-size: 12px;
}

#galleryMenu {	
	position: relative;
	top: 10px;
	left: 0;
	width: 630px;
	height: 220px;
	margin-bottom: 15px;
	background: transparent url(../../images/brookstoneLine.jpg) top center no-repeat;
}

#galleryMenu img {
	margin: 5px 0 2px;
}

#galleryMenu ul {
	list-style: none;
	margin: 0 0 0 20px;
}

#galleryMenu ul li {	
	font-size: 18px;
	float: left;
	margin: 10px 25px 0 0;
	width: 280px;
}

#galleryMenu li a, #galleryMenu li a:visited {	
	text-decoration: none;
	color: #151515;
}

#galleryMenu li a:hover, #galleryMenu li a:visited:hover  {
	color: #851A1A;
}

#galleryMenu .pRight {
	float: right;
	font-size: 16px;
	line-height: .8em;	
}

#logo {
	position: absolute;
	top: 2px;
	left: 0;
}

#mainContent {
	position: relative;
	left: 40px;
	width: 625px;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-bottom: 10px;
}

#mainContent a, #mainContent a:visited {
	text-decoration: underline;
}

#mainContent a:hover, #mainContent a:visited:hover  {
	color: #4B271B;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#mainContent h3 a {
	color: #4B271B;
}

#mainContent h3 a:hover {
	color: #A08045;
}

#menu {
	position: absolute;
	height: 100px;
	width: 1050px;
	top: 140px;
	left: 0;
	margin: 0;
	text-align: right;
	background: transparent url(../../images/tabMenu.jpg) top center no-repeat;
	z-index: 50;
}

#menu ul {
	list-style: none;
	width: 100%;
	margin: 0 auto auto;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
 	height: 49px;
 	padding-top: 15px;
}

#menu ul li.home { 
 	width: 90px;
 	margin-left: 30px;
}

#menu ul li.amenities { 
 	width: 90px;
}

#menu ul li.floorplans { 
 	width: 125px;
}

#menu ul li.directions { 
 	width: 115px;
 	padding-top: 21px;
}

#menu ul li.contact { 
 	width: 108px;
 	padding-top: 21px;
}

#menu ul li.apply { 
 	width: 95px;
 	padding-top: 27px;
}

#menu ul li.faqs { 
 	width: 120px;
 	padding-top: 33px;
}

#menu ul li.links { 
 	width: 110px;
 	padding-top: 33px;
}

#menu ul li.sitemap { 
 	width: 120px;
 	padding-top: 33px;
}


#menu li a { 
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-top: 18px;
}

#monial{
	position: absolute;
	top: 525px;
	left: 705px;
	width: 285px;
}

#monial div {
	margin-bottom: 15px;
}

#monial div div {
	margin-bottom: 0;
}

#monial h2 {
	margin: 0 0 10px;
	padding-top: 10px;
	font-size: 21px;
	font-weight: normal;
	background: transparent url(../../images/brookstoneLine.jpg) top center no-repeat;

}

#monial h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: normal;
}

#monial a img {
	padding-bottom: 15px;
	margin-bottom: 10px;
	background: transparent url(../../images/brookstoneLine.jpg) bottom center no-repeat;

}

#monial a img.facebook {
	background: none !important;
	padding-bottom: 0 !important;

}



#monial p {
	font-size: 18px;
	line-height: 1.4em;
	margin: 0 10px 10px;
	padding-bottom: 15px;
	font-weight: normal;
	font-style: italic;
	background: transparent url(../../images/brookstoneLine.jpg) bottom center no-repeat;
}

#monial p.quote {
	margin: 0 15px;
	padding-bottom: 0;
	background: none;
}

#monial p.resident {
	font-size: 12px;
	line-height: 1.2em;
	margin: 3px 0 15px;
	padding: 0 10px 15px;
	font-weight: bold;
}

#photoMenu {	
	position: relative;
	top: 10px;
	left: 0;
	width: 630px;
	height: 300px;
	margin-bottom: 10px;
	background: transparent url(../../images/brookstoneLine.jpg) top center no-repeat;
}

#photoMenu img {
	margin: 5px 0 2px;
}


#photoMenu ul {
	list-style: none;
	margin: 0 0 0 25px;
}

#photoMenu ul li {	
	font-size: 18px;
	float: left;
	margin: 10px 20px 0 0;
	width: 100px;
}

#photoMenu li a, #photoMenu li a:visited {	
	text-decoration: none;
	color: #151515;
}

#photoMenu li a:hover, #photoMenu li a:visited:hover  {
	color: #606060;
}

#photoMenu span.pLeft {
	width: 100px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#picsHolder {
	position: absolute;
	top: 220px;
	left: 40px;
	width: 960px;
	height: 280px;
	background:  url(../../images/flash_bg.jpg) top left no-repeat;
}
#pics {
	position: absolute;
	top: 0;
	left: 0;
	/*top: 140px;
	left: 20px;*/
	width: 960px;
	height: 280px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.hided {
	display: none;
}

.showed {
	display: block;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	color: #851A1A;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 25px 15px;
	width: 150px;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}

.smaller {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
}