﻿/***********************************************/
/* 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: #A6A6A6;
	line-height: 1.35em;	
	background: #765029 url('../../images/rosewoodBG.jpg') left top repeat;
	text-align: center;
}

a {
	color: #CCC091;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
}

a:visited :hover {
	color: #FFF;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	padding-top: 10px;
	margin: 0 0 10px 5px;
	color: #FFF;
	border-top: 1px dashed #FFF;
}

h2{
	font-size: 21px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #FFF;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px 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: 10px;
	right: 0;
	height: 113px;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#address p  {
	font-size: 14px;
	line-height: 1.2em;
	color: #CCC091;
}

#copy {
	width: 600px;
	margin: 0 0 15px 50px;
	/*min-height: 350px;
	height: auto !important;
	height: 350px; */
	border-bottom: 1px dashed #FFF;
}

#copyright {
	position: relative;
	width: 100%;
	height: 68px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/rosewoodCopyrightBG.jpg') bottom left repeat-x;
}

#copyright a {
	color: #FFF;
}

#copyright p {
	padding: 20px 0 5px;
	margin: 0 auto;
	font-size: 11px;
	color: #FFF;
}

#copyrightHolder {
	width: 975px;
	margin: 0 auto;
}

#fixed {
	position: relative;
	width: 995px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 375px;
}

#galleryMenu {	
	position: absolute;
	top: 80px;
	left: 555px;
	width: 440px;
	height: 245px;
	background: transparent url('../../images/rosewoodGalMenuBG.jpg') center top repeat-y;
}

#galleryMenu ul {
	list-style: none;
	margin: 30px 90px 0 0;
	padding: 0;
	text-align: right;
}

#galleryMenu li {	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin: 0 0 40px;
}

#galleryMenu li a {	
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	background: transparent url('../../images/rosewoodButton.png') right 5px no-repeat;
	padding-right: 90px;
	line-height: 30px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0;
}

#mainContent {
	width: 995px;
	text-align: left;
	background: #090703;
	padding: 25px 0;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	top: 325px;
	left: 0;
	width: 995px;
	height: 43px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: transparent url('../../images/rosewoodMenuBG.jpg') center top repeat-x;}

#menu ul {
	list-style: none;
	width: 100%;
	margin: 0 auto auto;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
	margin-top: 5px;
	padding: 0;
}

#menu li a { 
	padding: 0 24px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#monial{
	position: absolute;
	top: 400px;
	left: 725px;
	width: 225px;
	/*min-height: 350px;
	height: auto !important;
	height: 350px; */
	border: 1px dashed #FFF;
	border-width: 1px 0;
}

#monial h2 {
	margin: 0 0 10px;
	padding-top: 10px;
	font-size: 24px;
	color: #FFF;
	border-bottom: none;
}

#monial p {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 10px 15px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#monial p.quote {
	font-size: 14px;
	margin: 0 10px;
	font-weight: normal;
	font-style: italic;
}

#monial p.resident {
	font-size: 12px;
	font-weight: bold;
}

#monial a, #monial a:visited, #monial a:hover, #monial a:visited:hover {
	color: #FFF;
}
#flashholder {
	position: absolute;
	top: 80px;
	left: 0;
	width: 555px;
	height: 245px;
	background: url('../../images/flashBG.jpg') center center no-repeat;
}
#pics {
	position: absolute;
}

/***********************************************/
/* 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;
}

.smaller {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
}