﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* 	
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5em;	
	background: transparent url('../../images/lagunaBG.jpg') left top repeat;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #1C3C6F;
}

a:hover, a:visited:hover  {
	color: #666;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 24px;
	padding-top: 10px;
	margin: 0 0 10px 5px;
	color: #1C3C6F;
	font-weight: normal;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
}

h3 {
	font-size: 16px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #1C3C6F;
}

h3 a {
	font-weight:bold;
}

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: 6px;
	right: 6px;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
	color: #666;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 750px;
	padding: 400px 0 0;
	margin: 0;
	background: #FFF url(../../images/lagunaBannerPic.jpg) left top no-repeat;
}

#copy {
	width: 565px;
	margin: 0 0 0 160px;
	/*min-height: 350px;
	height: auto !important;
	height: 350px; */
}

#copy img {
	margin: 3px 0 3px 10px;
}

#copyright {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/AshleyCopyright.jpg') bottom left repeat-x;
}

#copyright p {
	padding: 37px 0 5px;
	margin: 0 auto;
	font-size: 10px;
}

#fixed {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
}

#galleryMenu {	
	width: 565px;
	height: 135px;
	margin: 0 0 0 160px;
	background: #DDE2EA;
	padding: 10px 0;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
}

#galleryMenu ul li {	
	font-size: 21px;
	float: left;
	margin: 0 0 0 10px;
	width: 266px;
}

#galleryMenu li a {	
	text-decoration: none;
	font-weight: bold;
}

#galleryMenu ul li img {	
	margin: 5px 0 0;
}

#galleryMenu .pRight {
	float: right;
	font-size: 16px;
	line-height: .8em;	
}

#logo {
	position: absolute;
	top: 208px;
	left: 229px;
}

#mainContent {
	width: 750px;
	text-align: left;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	top: 454px;
	left: 0;
	margin: 0;
	padding-right: 25px;
	text-align: right;
}

#menu ul {
	list-style: none;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2em;
	padding: 10px 0;
	border-right: 1px solid #1C3C6F;
}

#menu li { 
	margin-right: -6px;
}

#menu li a { 
	text-decoration: none;
	padding-right: 20px;
	font-weight: bold;
}

#menu li a:hover,
#menu a:visited:hover {
	background: url(../../images/lagunaMenuBullet.gif) right center no-repeat;
}

#monial{
	position: absolute;
	top: 710px;
	left: 10px;
	width: 135px;
}

#monial p {
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 10px 15px 15px;
	font-weight: normal;
}

#monial p.quote {
	font-size: 13px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
}

#monial p.resident {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
}

#pics {
	position: absolute;
	top: 15px;
	left: 375px;
	width: 225px;
	height: 650px;
}

/***********************************************/
/* 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;
}