 /* global positioning start */
* {
 padding: 0;
 margin: 0;
}
 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
 margin: 0em 0%;
}
li, dd, blockquote {
 margin-left: 5%;
}
fieldset {
 padding: .5em; 
}
 /* global positioning end */

BODY {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #CBC1B7;
	text-align: justify;
	line-height: 1.5em;
	behavior: url("/ssi/csshover.htc");
}

input {
	border: 1px solid #333333;		
}

p, ul, ol {  
	margin-bottom: 1em;  
}


/* links */

a {
    outline: none;
}

td {
	padding: 5px;
	text-align: center;
}

A:link    { text-decoration:underline; color: #453212; }
A:visited { text-decoration:underline; color: #CBA773; }
A:active  { text-decoration:underline; color: #453212; }
A:hover   { text-decoration:underline; color: #6D4F1D; }
/* links */

/* start div tag declarations */

.availabletext {
	font-weight: bold;
}

.checkbox {
	border: 0px;
}

.clear {
	clear: both;
}

#column1 {
	float: left;
	width: 200px;
	padding-right: 10px;
}

#column2 {
	float: left;
	width: 300px;
	padding-left: 10px;
}

#column1 a, #column2 a {
	font-size: 1.2em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

#header {
	width: 720px;
	height: 342px;
} 

#flashintro {	
	width: 750px;
	text-align: center;
	margin: 5px auto;
}

#flashskip {
	width: 735px;
	padding: 0;
	color: #FFFFFF;
	text-align: right;
	margin: 0 auto;
}

#flashskip a {
	color: #FFFFFF;
}

#floor_plan_list {
	margin-bottom: 2em;
}

#floor_plan_list a {
	display: block;
	width: 30%;
	float: left;
	margin: 5px;
	text-align: center;
	background: #FFFFFF;
}
#footer {
	width: 720px;
	clear: both;
	border-top: 1px solid #CBC1B7;
	font-size: 0.85em;
	color: #8D847B;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #8D847B;
}

#leftcolumn {
	float: left;
	width: 150px;
	border-right: 1px solid #726656;
	margin-top: 50px;
}


.line,.dotted_line,hr {
    background-color: #726656;
    border: none;
    color: #726656;
    height: 1px;
	clear: both;
}

#menu {
	position: relative;
	width: 135px;
	height: 264px;
	padding: 0px;
	margin: 0px;
	z-index: 80;
}

a#menu_01, a#menu_02, a#menu_03, a#menu_04, a#menu_05, a#menu_06, a#menu_07, a#menu_08, a#menu_09, a#menu_10, a#menu_11, a#menu_12 {
	position: relative;
	display: block;
	width: 135px;
	height: 24px;
	background: url("../images/menu.gif") no-repeat;
	padding: 0px;
	margin: 0px;
	text-indent: -3000px;

}

#menu ul {
	margin: 0;
}

a#menu_01 { background-position: 0px 0px; }
a#menu_01:hover { background-position: -135px 0px; }

a#menu_02 { background-position: 0px -24px; }
a#menu_02:hover { background-position: -135px -24px; }

a#menu_03 { background-position: 0px -48px; }
a#menu_03:hover { background-position: -135px -48px; }

a#menu_04 { background-position: 0px -72px; }
a#menu_04:hover { background-position: -135px -72px; }

a#menu_05 { background-position: 0px -96px; }
a#menu_05:hover { background-position: -135px -96px; }

a#menu_06 { background-position: 0px -120px; }
a#menu_06:hover { background-position: -135px -120px; }

a#menu_07 { background-position: 0px -144px; }
a#menu_07:hover { background-position: -135px -144px; }

a#menu_08 { background-position: 0px -168px; }
a#menu_08:hover { background-position: -135px -168px; }

a#menu_09 { background-position: 0px -192px; }
a#menu_09:hover { background-position: -135px -192px; }

a#menu_10 { background-position: 0px -216px; }
a#menu_10:hover { background-position: -135px -216px; }

a#menu_11 { background-position: 0px -240px; }
a#menu_11:hover { background-position: -135px -240px; }

/* ------ START: Menu Flyout ------ */
.menu_level_0 li {
	list-style: none;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.menu_level_0 {
	/* 'Level 0' is the main menu that is always visible */
	display: block;
}

.menu_level_0 li:hover .menu_level_1 {
	/* Show 'Level 1' menu when an <li> nested in 'Level 0' is hovered over */
	display: block;
}

.menu_level_1 li:hover .menu_level_2 {
	/* Show 'Level 2' menu when an <li> nested in 'Level 1' is hovered over */
	display: block;
}

.menu_level_1 {
	/* 'Level 1' is nested in 'Level 0' and is the first set of drop down or fly out menus. Should not be visible by default */
	display: none;
	position: absolute;
	top: 0px;
	left: 135px;
	width: 160px;
}

.menu_level_2 {
	/* Level 2 is nested in 'Level 1' which is nested in 'Level 0' and is the second set of drop down or fly out menus. Should not be visible by default */
	display: none;
	position: absolute;
	top: 0px;
	left: 164px;
}

.menu_level_1 a {
	/* These will globally style all <a> tags nested under 'Level 1' including any subsequent levels */
	display: block;
	width: 90px;
	padding: 2px 7px;
	/* Unset global menu styles */
	text-indent: 0px;
	float: none;
	/* Customize Appearance */
	background: #726656;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.95em;
	border-bottom: 1px solid #414141;
	filter: alpha(opacity=90);
	opacity: .90;
}

.menu_level_1 a:hover {
	background: #8F806C;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_level_2 a {
	/* These will globally style all <a> tags nested under 'Level 2' including any subsequent levels */
	display: block;
	width: 150px;
	padding: 2px 5px;
	/* Unset global menu styles */
	text-indent: 0px;
	float: none;
	/* Customize Appearance */
	background: #2E6D68;
	text-decoration: none;
	color: #FFFFFF;
	filter: alpha(opacity=90);
	opacity: .90;
	font-size: 0.85em;
	border-bottom: 1px solid #414141;
}

.menu_level_1 a:visited, .menu_level_1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
/* ------ END: Menu Flyout ------ */

.onholdtext {
	color: #2393c7;
	font-weight: bold;
}

.pendingtext {	
	color: #2393c7;
	font-weight: bold;
}

.photo {
	border: 3px solid #cbc1b6;
	margin: 15px auto;
	width: 533px;
}

.photoborder {
	border: 3px solid #FFFFFF;
}

.photobordercenter {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px 0;
}

.photoleft {
	float: left;
	margin-right: 10px;
	height: 120px;
}


.photoright {
	float: right;
	margin-left: 10px;
	height: 120px;
}

.pricelist {
	background: #f2efed;
	width: 100%;
	border: 1px solid #867563;
	margin: 0 auto;
}

.pricelist td {
	border-bottom: 1px solid #726656;
	border-right: 1px solid #726656;
}

.pricelistfloor {
	font-weight: bold;
	font-size: 1.1em;
	background: #FFFFFF;
	color: #000000;
}

.pricelisttitle {
	background: #cbc1b6;
	font-size: 1.0em;
	color: #000000;
	font-weight: bold;
}

#rightcolumn {
	width: 545px;
	float: left;
	padding: 20px 12px;
	margin-bottom: 5px;
}

.soldtext {
	color: #e9472d;
	font-weight: bold;
}

.submenu {
	background: #cbc1b6;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

.submitbutton {
	color: #ffffff;
	background-color: #081E2C;
	border: 1px solid #9099A0;
}

#wrapper {
	width: 720px;
	margin: 0px auto;
	padding: 0 15px;
	background-color: #F3EFEE;
	border-left: 3px solid #726656;
	border-right: 3px solid #726656;
}

#wrapper_flash {
	width: 750px;
	margin: 20px auto;
	padding: 0;
	background-color: #F3EFEE;
	border-left: 3px solid #726656;
	border-right: 3px solid #726656;
}