/* ----------------------------------------------------- */
/* Global Tags                                           */
/* ----------------------------------------------------- */
body {
	color: #333;
	background: #88988F;
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Arial, sans-serif;
}
p {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 130%;
}
ul {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
	border: 0;
	margin: 10px 0 0 20px;
	padding: 0;
}
li {
	list-style: disc url("../images/square.gif") outside;
	padding: 3px 0;
	margin: 0;
	line-height: 125%;
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 13px;
}
a:link, a:visited {
	color: #9F3300;
}
a:hover, a:active {
	color: #FFF;
}
h1 {
	font-size: 20px;
	margin: 10px 0 20px 0;
	font-family: Times New Roman, Arial, sans-serif;
}
h2 {
	font-size: 15px;
	margin: 0;
	font-family: Times New Roman, Arial, sans-serif;
	text-transform: uppercase;
}
h2.heading {
	font-size: 17px;
	margin: 30px 0 0 0;
	padding: 4px;
	font-family: Times New Roman, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	background: #A2B5AA;
	clear: both;
}
h3 {
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: 30px 0 20px 0;
	font-family: Times New Roman, Arial, sans-serif;
}
h3.underlined {
	font-size: 15px;
	color: #9F3300;
	text-align: left;
	margin: 30px 0 0 0;
	font-family: Times New Roman, Arial, sans-serif;
	border-bottom: 1px solid #88988F;
	text-transform: uppercase;
}
H6 {
	font-size: 13px;
	color: #333;

	text-align: right;
	width: 200px;
	font-family: Times New Roman, Arial, sans-serif;
}
th {
	font-size: 15px;
	padding: 15px 0 3px 0;
	font-family: Times New Roman, Arial, sans-serif;
	text-align: left;
	color: #9F3300;
	border-bottom: 1px solid #666;
}
strong {
	color: #9F3300;
}
object {
	background: #300;
	display: block;
}


/* ----------------------------------------------------- */
/* Container                                             */
/* ----------------------------------------------------- */
#container {
	border: 5px solid #402D19;
	background: #C3CEC6;
	padding: 0;
}


/* ----------------------------------------------------- */
/* Header                                                */
/* ----------------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
	background: #000 url("../images/header_bg2.gif") 100% 0% no-repeat;
}
#header2 {
	margin: 0;
	padding: 0;
	background: #000;
	width: 550px;
}


/* ----------------------------------------------------- */
/* Menu                                                  */
/* ----------------------------------------------------- */
#menu {
	background: #A8B3AB;
	margin: 0;
	padding: 0;
	width:100%;
}
#menu img {
	margin: 0;
}
#menubar {
	background: #9F3300;
	 margin: 0 0 25px 0;
}


/* ----------------------------------------------------- */
/* Insider's Ciricle Reg. Button on Homepage             */
/* ----------------------------------------------------- */
#ic_reg {
	margin: 0 0 0 194px;
}


/* ----------------------------------------------------- */
/* News & Events Table                                   */
/* ----------------------------------------------------- */
#newsevents {
	margin: 8px 0 0 0;
	background: #94A29A url("../images/news_events_bg.gif") 0 0 repeat-x;
}
.eventdetail {
	padding: 4px 7px 5px 10px;
	width: 198px;
	border-right: 1px solid #B7C2BA;
}
.eventdetail h1 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #000;
}
.eventdetail p {
	margin: 0;
	padding: 0;
	color: #4D4D4D;
}
.eventreg {
	background: transparent url("../images/woman_on_couch.jpg") 0 0 no-repeat;
}



/* ----------------------------------------------------- */
/* Footer                                                */
/* ----------------------------------------------------- */
#footer {
	background: #000;
	height: 80px;
}
#footer p {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #FFF;
}


/* ----------------------------------------------------- */
/* Footer - Pop Up                                       */
/* ----------------------------------------------------- */
#pop #footer p {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0;
}


/* ----------------------------------------------------- */
/* Insider's Circle Reg. - Form                          */
/* ----------------------------------------------------- */
#icform {
	margin: 10px 0 20px 0;
}
#icform td {
	padding: 5px 3px;
}
input, select, textarea {
	margin: 0 2px;
	padding: 0 2px;
	background: #FFF;
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 13px;
}
textarea {
	width: 250px;
	height: 150px;
}
.inputskin {
	border: 1px solid #91A19C;
	width: 200px;
}
.nobg {
	background: none;
}
.down {
	margin-top: 3px;
}
.required {
	color: #9f3300;
}
input.requiredbg, select.requiredbg {
	background: #ffc;
}


/* ----------------------------------------------------- */
/* Insider's Circle Reg. - Preview                       */
/* ----------------------------------------------------- */
#previewform {
	padding-bottom: 20px;
	background: #C3CEC6;
}
#previewform td {
	padding: 3px 3px;
	border-bottom: 1px solid #91A19C;
}
#previewform H6 {
	font-size: 13px;
	color: #333;
	text-align: left;
	width: 175px;
	font-family: Times New Roman, Arial, sans-serif;
	background: url("../images/right_arrow.gif") 100% 50% no-repeat;
	padding-right: 9px;
}
#previewform H6.required {
	color: #9f3300;
}

/* ----------------------------------------------------- */
/* Insider's Circle Reg. - Global                        */
/* ----------------------------------------------------- */
.divider {
	border-bottom: 1px solid #91A19C;
	padding: 0 0 20px 0;
}
.dividerright {
	border-right: 1px solid #91A19C;
	padding: 0 10px 0 10px;
}


/* ----------------------------------------------------- */
/* Pop Ups                                               */
/* ----------------------------------------------------- */
#pop {
	width: 469px;
	background: #C3CEC6 url("../images/header_bg.gif") top Center repeat-x;
	margin-top: 20px;
}
#pop p {
	font-size: 13px;
	padding: 0 15px;
	margin-top:0;
}
#pop h1 {
	padding: 0 15px;
	margin-top: 20px;
}
#pop h2 {
	font-size: 15px;

	margin: 30px 0 0 0;
	padding: 0 15px;
	font-family: Times New Roman, Arial, sans-serif;
	text-transform: uppercase;
	color: #9F3300;
}
#pop ul {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
	border: 0;
	margin: 0 20px 10px 20px;
	padding: 0 20px 10px 20px;
}
#pop li {
	list-style: disc url("../images/square.gif") outside;
	padding: 3px 0;
	margin: 0;
	line-height: 100%;
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 13px;
}


/* ----------------------------------------------------- */
/* Sub Nav                                               */
/* ----------------------------------------------------- */
#snav {
	padding: 0;
	margin: 0 0 0 0;
	width: 185px;
}
#snav td {
	padding: 1px 0;
	text-align: right;
}
#snav th {
	padding: 0 0 5px 0;
	text-align: right;
	border: none;
}
#snav a:link, #snav a:visited {
	color: #333;
	text-decoration: underline;
}
#snav a:hover, #snav a:active {
	color: #FFF;
	text-decoration: underline;
}


/* ----------------------------------------------------- */
/* Classes                                               */
/* ----------------------------------------------------- */
.date {
	font-style: italic;
	font-size: 11px;
	color: #333;
}
.disclaimer {
	font-size: 10px;
	color: #666;
}
.prdate {
	font-size: 12px;
	color: #666;
	font-style: italic;
}
.photos {
	margin: 0 10px 0 0;
}
#list td {
	border-bottom: 1px dotted #91A19C;
	padding: 2px 0;
}
#list th {
	font-size: 15px;

	padding: 30px 0 3px 0;
	font-family: Times New Roman, Arial, sans-serif;
	text-align: left;
	color: #9F3300;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
}


/* ----------------------------------------------------- */
/* Floor Plan List                                       */
/* ----------------------------------------------------- */
#floorplanlist th {
	font-size: 15px;
	padding: 20px 0 3px 0;
	font-family: Times New Roman, Arial, sans-serif;
	text-align: left;
	color: #9F3300;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
}
#floorplanlist h2 {
	margin: 0;
	padding: 0;
	float: left;
	text-transform: none;
	font-size: 13px;
}
#floorplanlist p {
	margin: 0;
	padding: 0;
	text-align: right;
}
#floorplanlist td {
	padding: 5px 3px;
	border-bottom: 1px dotted #91A19C;
}
#floorplanlist a:link, #floorplanlist a:visited {
	color: #333;
	text-decoration: underline;
}
#floorplanlist a:hover, #floorplanlist a:active {
	color: #FFF;
	text-decoration: none;
}