﻿/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul, ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul, ol, li, h1, h2, h3, h4, h5, h6, img, pre, form, body, html, p, blockquote, fieldset, input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img { border:none }

/* de-italicize address */
address { font-style:normal }

body
{
	margin: 0px 0px 0px 0px;
	background-image: url('images/sitebck.gif');
	background-color: #7b9196; 
	background-repeat: repeat-x;
	font-family: Granjon, Garamond, 'Times New Roman' , Sans-Serif, Arial;
	font-size: 11pt
	
}

#topbar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: right;
}

#wrapper {
  width: 934px;
  margin: 0 auto;
}
#page 
{
  background:  url('images/bg_main_2.gif') -13px 0px repeat-y;
  display: block;
  margin: 0px;
  text-align: left;
  width: 934px;
  padding: 0 0px;
  min-height: 590px;
  height: auto !important;
  height: 100%;
  background-color: #eff4f2;
}

#footer
{
	font-size: 6pt;
	font-weight: bold;
	color: #a5bdc2;
	background-color: Transparent;
	text-align: left;
	margin-top: 10px;
	
}
#footer a
{
	color: #a5bdc2;
}
#footer a:visited
{
	color: #a5bdc2;
}

#image_bar
{
	background-image: url('images/bg_footer.gif');
	background-repeat: no-repeat;
	height: 84px;
	width: 935;
}
#image_bar_content
{
/*	background-image: url('images/footer_team.png');
	background-repeat: no-repeat;*/
	background-color: White;
	height: 84px;
	width: 935;
	margin-left: -4px;
}

#image_bar_w3c
{
	background-image: url('../images/bg_footer.gif');
	background-repeat: no-repeat;
	height: 84px;
	width: 935;
}
#image_bar_content_w3c
{
/*	background-image: url('images/footer_team.png');
	background-repeat: no-repeat;*/
	background-color: White;
	height: 84px;
	width: 935;
	margin-left: -4px;
}

/* NAVIGATION ELEMENTS */
#leftnav
{
	margin-left: 2px;
	width: 206px;
	background-image: url('images/nav_bck.gif');
	background-repeat: no-repeat;
	background-color: #d4e1dd;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	float: left;
	padding-top: 30px;

}

#page_nav_home
{
	margin-top: 30px;
	background-color: Transparent;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	width: 727px;
}

#page_nav
{
	margin-top: 30px;
	background-color: #d4e1dd;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	width: 726px;
}
#page_nav_crumb
{
	float: left;	
	width: 509px;
	min-height: 1px
}
#page_nav_gal_rn
{
	float: right;
	/* text-align: right; */
}

#content
{
	background-color: White;
	width: 726px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto !important;
	float: left;
}
#content_site
{
	background-color: White;
	width: 666px;
	margin: 0px;
	/* padding: 77px 30px 70px 30px; ORIGINAL */
	padding: 10px 30px 70px 30px;
	min-height: 472px;
	height: auto !important;
	height: 472px;
	
}
#content_site h2
{
	font-size: 12pt;
	color: #566a6e;
	margin: 0px 0px 5px 0px;
}
#content_site .form_label
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
	float: left;
	color: #566a6e;
	margin: 0px 5px 0px 0px;
}
#content_site .form_label_above
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
	color: #566a6e;
	margin: 0px 5px 0px 0px;
}

#content_site .form_static_value
{
	font-size: 10pt;
	line-height: 1.5em;
	color: #7d7d7d;
}

#content_site input, select, label
{
	font-size: 10pt;
	line-height: 1.5em;
	color: #7d7d7d
}

#content_site select
{
	font-size: 10pt;
	line-height: 1.5em;
	color: #7d7d7d;
	width: 100%;
}

#content_site .form_static_value a
{
	color: #7d7d7d;
}
#content_site .row
{
	margin-bottom: 10px;
}
.dark_copy
{
	background-color: #576a6f;
	color: White;
	font-size: 10pt;
	line-height: 13pt;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dark_copy p
{
	margin-bottom: 10px;
}
.dark_copy h1
{
	font-size: 14pt;
	color: White;
}

.dark_copy td
{
	margin-right: 5px;
	color: White;
}

#shaded_copy
{
	background-color: #f0f3f2;
	color: #566a6e;
	font-size: 11pt;
	line-height: 16pt;
	padding: 22px;
}
#copy
{
	color: #566a6e;
	font-size: 11pt;
	line-height: 16pt;
	padding: 22px;
}

.pic_left
{
	float: left;
	margin-right: 10px;
}
.copy_right
{
}
.copy_right h1
{
	color: White;
	margin-bottom: 3px;
}
.copy_1
{
	color: #566a6e;
	font-size: 11pt;
	line-height: 14pt;
}

.clear
{
	clear: both;
}

h1
{
	font-size: 14pt;
	font-family: 'Times New Roman' , Sans-Serif, Arial, Verdana;
	color: #566a6e;
	margin: 0px 0px 20px 0px;
}

/* The Team */
.bio
{
	margin-top: 30px;
	width: 666px;
	color: #566a6e;
}
.bio h1
{
	font-size: 12pt;
	margin: 0px;
}
.bio h2
{
	font-size: 10pt;
	margin-bottom: 5px;
}
.bio_left
{
	float: left;
	margin-right: 10px;
}
.bio_right
{
}
/* Our Philosophy */
.phil
{
	margin-top: 30px;
	width: 666px;
	color: #566a6e;
}
.phil h1
{
	font-size: 12pt;
	margin: 0px;
}
.phil h2
{
	font-size: 10pt;
	margin-bottom: 5px;
}
.phil p
{
	margin-bottom: 12px;
}
.phil_left
{
	float: left;
	margin-right: 10px;
	width: 250px;
}
.phil_right
{
	margin-top: 10px;
	margin-left: 20px;
}

/*** CONTACT US ***/
#cu_dark_copy
{
	background-color: #576a6f;
	color: White;
	font-size: 10pt;
	line-height: 16pt;
	padding: 15px;
	margin-bottom: 20px;
}
#cu_dark_copy h1
{
	font-size: 14pt;
	margin-bottom: 2px;
	color: White;
}

#cu_left
{
	float: left;
	width: 303px;
	margin-left: 30px;
}
#cu_right
{
	width: 303px;
	float: left;
}

/* Inspired Design - Details */
.plan_image_links 
{
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

.plan_image_links a
{
    display: block; float: left; margin: 0px; margin-bottom: 8px; text-decoration: underline; padding: 0px; width: 130px;
    font-size: 8pt;
	font-family: Granjon, Garamond, 'Times New Roman' , Sans-Serif, Arial, Verdana; text-transform: uppercase;  	
	color: #566a6e;
	cursor: hand;
}

.plan_links 
{
    margin: 10px 0px 10px 0px
}

.plan_links a
{
    display: block; float: left; margin: 0px; margin-bottom: 8px; text-decoration: underline; padding: 0px; width: 120px;
    font-size: 9pt;
	font-family: Granjon, Garamond, 'Times New Roman' , Verdana, Sans-Serif, Arial; text-transform: uppercase;  	
	color: #8bc542;
	cursor: hand
}

.floorplan_desc 
{
    margin: 10px 0px 10px 0px;
	font-size: 11pt; 
	line-height: 10pt
}

.room_qtys 
{
    margin: 5px 0px 5px 0px; padding: 0px
}

.room_qtys p 
{
    margin: 0px; padding: 0px; height: 13px;
    text-transform: uppercase; font-weight: bold;
    font-size: 10pt;   
}

.plan_price 
{
    line-height: normal;
    margin: 0px; padding: 0px; height: 11px;
    text-transform: uppercase; font-weight: bold;
    font-size: 10pt;
}

.plan_details .title
{
    margin: 0px; padding: 0px;
    font-size: 13pt; font-weight: bold;
    margin-bottom: 0px; padding-bottom: 0px;
    overflow: hidden;
    height: 20px;
}

.community_links a, #community_links a , .community_links, #community_links
{
	font-family: 'Times New Roman' , Verdana, Sans-Serif, Arial; 
	font-weight: bold;
    font-size: 8pt;
	color: #566a6e;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 5px;
}

#community_links a.selected, .community_links a.selected
{
   color: #8bc542
}

a.inspired_caption 
{
    color: #566a6e;
}

.community_links
{   
    margin: 0px; background-color: #d4e1dd; height: 15px; padding-top: 5px; padding-bottom: 3px; padding-left: 14px; padding-right: 14px; width: 500px; text-align: justify
}

.community_links_gallery
{
	padding-left: 2px; padding-right: 0px; width: 449px; height: auto	
}

.community_links, .community_links a 
{
    font-size: 7pt   
}

.community_links a.Selected 
{
	color: #8cc543
}

/* Photo Gallery */

.gallery_overview, .gallery_detail, .gallery_overview a, .gallery_detail a 
{    
	color: #566a6e
}

.gallery .back a 
{
   color: #8bc542    
}

img.required 
{
	 position: relative; top: 4px; left: 0px
}
