/* ADMIN PANEL */
div.admin_button {
	position: fixed;
}
div.admin_button a {
	padding: 1em;
	border: 1px solid #999;
	color: #333;
	background-color: #ccc;
	text-decoration:none;
}
div.admin_button a:hover {
	background-color: #ddd;
}
/* END ADMIN */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #29262c;
	color: #565656;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}

p {
	font-size: 11px;
	text-align: left;
}

.center {
	text-align: center;
}

div#wrapper {
	width: 798px;
	margin: 0 auto;
	background-color: #fff;	
}

/* MENU */
div.menu_container { 
	clear:both;
	background-color: #cdc9c8;
	margin: 0px;
	/*
	margin-left: 24px;
	margin-top: 1px;	
	*/
	width: 750px;
	height: 27px;
}
table.menu_container {
	border-collapse: collapse;
	width: 100%;
	padding: 0px;
	margin: 0px
}
table.menu_container td {
	padding: 0;
}
td.background {
	background-color: #70677A;
	width: 24px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
td.light {
background-color: #666;
border-bottom: 1px solid #fff;
}
td.background.interactive {
background-color: #3e3e3e;
}

ul#menu {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bolder;
	text-transform:uppercase;
}
ul#menu li { 
	display: inline; 
}
ul#menu li a {
	padding: 0.2em 1.05em;
	padding-bottom: 0;
	letter-spacing: 1px;
	background-color: #ccc8cd;
	color: #565656;
	text-decoration: none;
	font-size: 9px;
	float: left;
	border-right: 1px solid #e6e4e4;
}
ul#menu li a:hover {
	color: #999;
}

ul#menu li a.last { 
	border-right:none; 
}

/* HEADER */
table#header {
	margin: 0px;
	width: 100%;
	height: 117px;
	border-collapse: collapse;
}
body.interactive table#header {
background-color: #666;
}
body.interactive tr#header_columns td {
color: #fff;
}
tr#header_columns td {
	padding: 8px 24px 0px 24px;
	font-family: Arial, serif;
	font-size: 14px;
	font-weight: bold;
}
td#business_card img {
	border: 2px solid #000;	
}
/* END OF HEADER */

/* CONTENT */
div.content {
	width: 750px;
	min-height: 500px;
	padding: 6px 24px 10px 24px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	background-color: #70677a;
}
div.content.interactive {
background-color: #3e3e3e;
}
body.interactive {
background-color: #201e22;
}
div.pagination {
	width: 100%;
	clear: both;
	padding: 0 41px;
}
/* END OF CONTENT */

/* FOOTER */
div#footer {
	padding-top: 5px;
	height: 44px;
	font-size: 8.5px;
	color: #70677a;
}
/* END OF FOOTER */
div#lbContent {
	padding: 10px;
	color: #fcf9f9;
}
div#lbContent h2, div#lbContent h3 {
	margin: 0;
        margin-top: 10px;
	padding: 0;
	font-size: 17px;
	text-align: center;
	text-decoration: underline;
}
div#lbContent h3 {
	font-size: 12px;
}
div#lbContent a {
	color: #fcf9f9;
	font-size: 10px;
	text-decoration: none;
}
div#lbContent a:hover {
	color: #d5d2d1;
}
div#lbContent input, div#lbContent select, div#lbContent textarea {
	border: 1px solid #fcf9f9;
	color: #fcf9f9;
	background-color: #29262c;	
}

div#lbContent input.submit {
	border: none;
}
div#lbInnerContent {
	margin-top: 30px;
	height: 370px;
	margin-left: 14px;
}
div#lbMapContent {
    margin-left: 16px;	
    margin-top:15px;
	height: 385px;
}
div#close_window {
	text-align: right;
	padding-right: 10px;	
	padding-bottom: 5px;
}
img.floorplan { 
	border: none;
}

/* DESCRIPTION */
div.desc{
	min-height: 135px;
}
div#lbContent div.features {
	padding-left: 45px;
	margin-bottom:20px;
}
div#lbContent div#extra_features {
       margin-top: 10px;
}
div.features table {
	border-collapse:collapse;
	width: 180px;
	float: left;
}
div.features table, div.features td {
	margin: 0;
	padding: 0;
}
div.features table tr td {
	padding-bottom: 6px;
}
div.features ul {
	margin-left: 180px;
	margin-top: 0px;
}

/* MORTGAGE CALCULATOR */
div.broker_info {
	float: left;
	text-align: left;
	font-size: 14px;
	height: 300px;
	width: 260px;
    margin-left: 40px;
    margin-top: 20px;
}
div.broker_info img {
	border: 1px solid #000;
}
div.broker_info span.broker_name {
padding-left: 13px;
}
div#lbContent div.broker_info a.apply {
	font-size: 14px;
	color: #cd7979;
}
div#lbContent div.broker_info a.apply:hover {
color: #e8ca3e;
}
div#monthly_payment_container {
	margin-top: 30px;
	font-size: 14px;
	color: #e8ca3e;
}
table.right_labelled {
	border-collapse:collapse;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
table.right_labelled td {
	padding-bottom: 12px;
}
table.right_labelled td.desc {
	text-align: right;
	padding-right: 10px;
}

div.calculate_image {
	margin-top: 10px;
	margin-left: auto;
}

/* MAKE APPOINTMENT */
div.make_appointment {
	margin-left: 105px;
}
div.make_appointment table {
	text-align:left;
	margin-top: 0px;
}
/* MY OTHER TOURS */
div#lbContent div.tours {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 300px;
}
div.pagination {
	width: 580px;
}
div.previous{
	float:left
}
div.next {
	float: right;
}
div.other_vt {
	padding: 3px;
}
div.other_vt img {
	float:left;
	width: 108px;
	height: 88px;
	border: none;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 8px;
}
ul#my_other_tours {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul#my_other_tours li {
	border: 1px solid #fff;
	margin-top: 17px;
	width: 279px;
	height: 103px;
}
ul#my_other_tours li.odd { 
	float: left;
	clear: left;
	margin-left: 41px;
}
ul#my_other_tours li.even { 
	float: right;
	clear: right;
	margin-right: 41px;
}
div#lbContent input.submit_button {
	background-image: url('/images/submit.gif');
	border: none;
	width: 67px;
	height: 19px;
	cursor: hand;
}
/* EMAIL TO A FRIEND */
div#lbContent div.email_friends {
 	margin-top: 30px;
        margin-left: 115px;
}
/* CONTACT */
div#lbContent div.contact {
 	margin-top: 0px;
    margin-left: 195px;
}

div#lbContent map {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Interactive Tour */
div#floorplan_container {
	background-color: #666;
	margin: 0px;
	padding: 10px 10px;
	border: 1px solid #29262c;
	border-top: 0px;
	clear:both;
	text-align: left;
}
div#floorplan_tabs {
	width: 630px;
	float: left;	
}
div#floorplan_picture {
	height:307px;
	text-align: center;
}
div#bottom_text {
	color: #fff;
	clear:both;
	width:100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-top: 2px;
}
div#furniture {
	float: right;
}
div#interactive_image_container {
	text-align: center;	
	margin: 10px 0px;	
	min-height: 300px;	
}
div#hotspot {
	width: 750px;
	height: 500px;
}
div#hotspot img {
	border: 1px solid #29262c;
	max-width: 750px;
	height: 500px;
}
div.caption {
	margin-bottom: 20px;
	color: #fff;
}
#navlist
{
	padding: 3px 0;
	margin: 0px;
	border-bottom: 1px solid #29262c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a
{
	padding: 2px 0.8em;
	margin-left: 0px;
	border: 1px solid #29262c;
	border-bottom: none;
	background-color: #525355;
	text-decoration: none;
	color: #ffffff;
}

#navlist li a:link { color: #ffffff; }
#navlist li a:visited { color: #ffffff; }

#navlist li a:hover
{
	color: #ffffff;
	background: #8d8d8f;
	border-color: #29262c;
}

#navlist li a.current
{
	background: #666;
	border-bottom: 2px solid #666;
	color: #ffffff;
}

/* End of Interactive Tour */

/* business card */
tr#header_columns td#business_card_container {
padding-top:2px;
margin: 0;
}
tr#header_columns td#company {
height:56px;
}
table#business_card {
border-collapse:collapse;
margin: auto;
}
table#business_card td {
margin: 0;
padding: 0;
}
td#business_card_container {
width: 128px;
}
table#business_card {
height:90%;
}
table#business_card td {
text-align:center;
border: 1px solid #000;
text-transform:uppercase;
font-size:12px;
letter-spacing:1px;
}
table#business_card td div.pres_by {
font-weight:normal;
letter-spacing:3px;
padding-bottom:4px;
font-size:10px;
}
/* end of business card */

/* warning if we don't have flash */
div.warning_container p {
font-size: 2em;
color: white;
text-align:center;
font-weight: bold;
}
div.warning_container a { color: #ccc; }
div.warning_container a:hover { color: #eee; }
/* end warning */
