﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* 	
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #888;
	line-height: 1.25em;	
	background: #FFF url('../../images/cliftonBG.jpg') left top repeat-x;
	text-align: center;
}

a {
	color: #3293D7;
	text-decoration: underline;
}

a:hover {
	color: #7DB024;
}

a:visited :hover {
	color: #7DB024;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 24px;
	margin: 20px 0 10px;
	color: #3293D7;
}

h2{
	font-size: 21px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #7DB024;
}

h3 {
	font-size: 16px;
	margin: 0 0 5px 10px;
	clear: left;
}

h3 a {
	font-weight:bold;
}

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: 95px;
	right: 25px;
	height: 113px;
	color: #FFF;
	text-align: right;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
}

#copy {
	width: 470px;
	margin: 0 0 15px 0;
	min-height: 350px;
	height: auto !important;
	height: 350px; 
}

#copyright {
	position: relative;
	top: 25px;
	width: 100%;
	height: 82px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/cliftonCopyrightBG.jpg') bottom left repeat-x;
}

#copyright a {
	color: #FFF;
}

#copyright p {
	padding: 10px 0 5px;
	margin: 10px auto;
	font-size: 11px;
	color: #FFF;
}

#copyrightHolder {
	width: 975px;
	margin: 0 auto;
}

#fixed {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 250px;
	background: transparent url('../../images/cliftonBannerBG.jpg') center top no-repeat;
}

#bannerFlash {
	width: 702px;
	height: 235px;
	background: url('../../images/flashBG.jpg');
}

#galleryMenu {	
	position: absolute;
	top: 500px;
	left: 765px;
	width: 221px;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#galleryMenu li {	
	background: transparent url('../../images/cliftonGalleryBG.jpg') center top no-repeat;
	height: 50px;
	margin: 0;
	padding: 110px 0 0 5px;
}

#galleryMenu li.gallery {	
	background: transparent url('../../images/cliftonGalleryGallery.jpg') center top no-repeat;
}

#galleryMenu li.lifestyle {	
	background: transparent url('../../images/cliftonGalleryLifestyle.jpg') center top no-repeat;
}


#galleryMenu li a {	
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 40px;
	left: 25px;
}

#mainContent {
	width: 700px;
	text-align: left;
	padding: 0 0 0 284px;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	top: 161px;
	left: 14px;
	font-size: 14px;
	width: 972px;
	height: 43px;
	border-bottom: 32px solid #7DB024;
}

#menu ul {
	list-style: none;
	width: 100%;
	margin: 10px auto auto 10px;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
	margin: 0;
	padding: 0;
}

#menu li a { 
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#monial{
	position: absolute;
	top: 250px;
	left: 14px;
	width: 255px;
	background: #3293D7 url(../../images/cliftonMonialTopBG.jpg) top left repeat-x;
	min-height: 558px;
	height: auto !important;
	height: 558px; 
	color: #FFF;
}

#monial a, #monial a:visited, #monial a:hover, #monial a:visited:hover {
	color: #FFF;
}


#monial h2 {
	text-align: center;
	margin: 0 0 35px;
	padding-top: 30px;
	color: #FFF;
	font-size: 24px;
	border-bottom: none;
}

#monial p {
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 20px 15px;
}

#monial p.quote {
	line-height: 1.2em;
	margin: 0 20px;
	font-style: italic;
}

#monial p.resident {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 20px 15px;
	font-weight: bold;
}


/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.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;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}
