﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* Palette - http://www.colourlovers.com/palette/582950/Desert */

/***********************************************/
/* 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: #5A5A5A;
	line-height: 1.35em;	
	background: #FFF url(../../images/northlakeBG2.jpg) left top repeat-x;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #5C6D8C;
}

a:hover, a:visited:hover  {
	color: #6F4632;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 32px;
	margin: 0 0 10px 0;
	color: #6F4632;
	border-left: 8px solid #6F4632;
	padding: 10px 0 10px 5px;
	font-weight: normal;
}

h2{
	font-size: 21px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #5A5A5A;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #6F4632;
}

label {
	display: block;
	font-weight: bold;
}

p, table {
	margin: 0 0 15px 15px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	top: 18px;
	right: 0;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
	color: #FFF;
}

#copy {
	width: 525px;
	margin: 0 0 0 30px;
	/*min-height: 350px;
	height: auto !important;
	height: 350px; */
}

#copy img {
	margin: 3px 0 3px 10px;
}

#copyright {
	position: relative;
	width: 782px;
	height: 55px;
	margin: 0 0 50px 228px;
	text-align: center;
	background: #6F4632;
}

#copyright a, #copyright a:visited {
	text-decoration: underline;
	color: #C6A572;
}

#copyright a:hover, #copyright a:visited:hover  {
	color: #FFF;
}

#copyright p {
	padding: 20px 0 5px;
	margin: 0 auto;
	font-size: 11px;
	color: #FFF;
}

#fixed {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../../images/northlakeBGBanner.jpg) top center repeat-x;
	padding: 520px 0 0;
}

#galleryMenu {	
	position: absolute;
	top: 540px;
	left: 630px;
	margin: 0;
	padding: 0 0 10px;
}

#galleryMenu ul {
	list-style: none;
	margin: 0 0 0 10px;
}

#galleryMenu ul li {	
	font-size: 36px;
	float: left;
	margin: 10px 10px 0;
	width: 360px;
	padding: 150px 0 2px;
}

#galleryMenu ul li.lifestyle {	
	background: transparent url(../../images/northlakeGalleryAttractionsMenu.jpg) top center no-repeat;
}

#galleryMenu ul li.gallery {	
	background: transparent url(../../images/northlakeGalleryPhotosMenu.jpg) top center no-repeat;
}

#galleryMenu li a, #galleryMenu li a:visited {	
	text-decoration: none;
	color: #FFF;
}

#galleryMenu li a:hover, #galleryMenu li a:visited:hover  {
	color: #C6A572;
}


#galleryMenu .pRight {
	float: right;
	font-size: 16px;
	line-height: .8em;	
}

#logo {
	position: absolute;
	top: 58px;
	left: 0;
}

#mainContent {
	width: 585px;
	margin-left: 15px;
	text-align: left;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 20px 0 25px;
}


#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#mainContent h3 a {
	color: #6F4632;
}

#mainContent h3 a:hover {
	color: #5C6D8C;
}

#menu {
	position: absolute;
	top: 110px;
	left: 10px;
	margin: 0;
	z-index: 50;
}

#menu ul {
	list-style: none;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2em;
	padding: 0;
	margin: 0;
}

#menu ul li {  /* this whole declaration for horizontal menus */
 	float: left;
	padding-top: 7px;
	margin: 0 0 0 5px;
}


#menu li a { 
	text-decoration: none;
	margin-right: 25px;
	color: #5A5A5A;
}

#menu li a:hover, #menu li a:visited:hover  {
}

#menu li a:hover,
#menu a:visited:hover {
	border-bottom: 5px solid #6F4632;
}

#monial{
	position: absolute;
	top: 400px;
	left: 725px;
	width: 225px;
	
	display: none;
}

#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 a, #monial a:visited, #monial a:hover, #monial a:visited:hover {
	color: #FFF;
}

#pics {
	position: absolute;
	top: 80px;
	left: 7px;
	/*top: 140px;
	left: 20px;*/
	width: 997px;
	height: 344px;
}

/***********************************************/
/* 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: 21px;
	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;
}