﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* 	
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 16px;
	color: #999;
	line-height: 1.35em;	
	background: #888;
	text-align: center;
}

a {
	color: #CCC999;
	text-decoration: underline;
}

a:hover, a:visited :hover {
	color: #FFF;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 30px;
	padding-top: 10px;
	margin: 0 0 10px 5px;
	color: #FFF;
}

h2{
	font-size: 21px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #CCC;
}

h3 {
	font-size: 18px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #CCC999;
}

h3 a {
	font-weight:bold;
}

h3 > h3 {
	margin-bottom: 150px;
}


label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 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: 6px;
	right: 6px;
	text-align: right;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
	color: #666;
}

#copy {
	width: 600px;
	margin: 0 0 15px 50px;
	/*min-height: 350px;
	height: auto !important;
	height: 350px; */
}

#copy img {
	margin: 3px 0 3px 10px;
}

#copyright {
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/AshleyCopyright.jpg') bottom left repeat-x;
}

#copyright a {
	color: #FFF;
}

#copyright p {
	padding: 37px 0 5px;
	margin: 0 auto;
	font-size: 11px;
	color: #FFF;
}

#fixed {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 375px;
	background: #000;
}

#galleryMenu {	
	position: absolute;
	top: 134px;
	left: 0;
	width: 560px;
	height: 230px;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
}

#galleryMenu ul li {	
	font-size: 21px;
	float: left;
	margin: 0 5px 0 0;
	padding-top: 200px; 
	height: 30px;
	width: 275px;
	text-align: right;
}

#galleryMenu ul li.gallery {	
	background: transparent url('../../images/AshleyGalleryMenu.jpg') left top no-repeat;
}

#galleryMenu ul li.lifestyle {	
	background: transparent url('../../images/AshleyLifestyleMenu.jpg') left top no-repeat;
}

#galleryMenu li a {	
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
	color: #333;
}

#galleryMenu li a:hover, #galleryMenu li a:visited:hover {	
	color: #FFF;
}


#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
	height: 75px;
	background: transparent url('../../images/AshleyTopPic.jpg') left top no-repeat;
}

#logo p {
	color: #FFF;
	font-size: 40px;
	margin: 8px 0 0 10px;
	line-height: 1.5em;
	font-weight: bold;
	font-variant:small-caps;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

#mainContent {
	width: 980px;
	text-align: left;
	padding: 25px 0;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	top: 85px;
	left: 0;
	width: 980px;
	height: 43px;
}

#menu ul {
	list-style: none;
	width: 100%;
	margin: 0 auto auto;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
 	width: 140px;
 	height: 49px;
 	padding-top: 15px;
	background: transparent url('../../images/AshleyNavButton.jpg') center top no-repeat;
}

#menu li a { 
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #333;
	margin-top: 15px;
}

#monial{
	position: absolute;
	top: 400px;
	left: 725px;
	width: 225px;
	/*min-height: 350px;
	height: auto !important;
	height: 350px; */
}

#monial h2 {
	margin: 0 0 10px;
	padding-top: 10px;
	font-size: 24px;
	color: #FFF;
}

#monial p {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 10px 15px;
	font-weight: normal;
}

#monial p.quote {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 10px;
	font-weight: normal;
	font-style: italic;
}

#monial p.resident {
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 10px 15px;
	font-weight: bold;
}



#monial a, #monial a:visited, #monial a:hover, #monial a:visited:hover {
	color: #FFF;
}

#pics {
	position: absolute;
	top: 80px;
	left: 0;
	width: 555px;
	height: 245px;
}

#secondaryMenu {	
	position: absolute;
	top: 134px;
	left: 560px;
	width: 420px;
	height: 230px;
	background: transparent url('../../images/Ashley3rdmenu.jpg') left top no-repeat;
}

#secondaryMenu ul {
	list-style: none;
	margin: 0;
	float: right;
}

#secondaryMenu ul li {	
	font-size: 21px;
	float: left;
	margin: 0;
	padding-top: 200px; 
	height: 230px;
	text-align: right;
}

#secondaryMenu li a {	
	font-weight: bold;
	text-decoration: none;
	margin: 0 8px 0 15px;
	color: #333;
}

#secondaryMenu li a:hover, #secondaryMenu li a:visited:hover {	
	color: #FFF;
}


/***********************************************/
/* 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: 18px;
	font-weight: bold;
	line-height: 1.3em;
}

.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;
}
