/*
Brgdy: #600
LtBlue: #DEE5ED
DkBlue: #2564AB
*/

html, body, p {
	margin: 0;	padding: 0;
}
html, body {
	font-family: Helvetica, Arial, sans-serif;
	/* font-family: Times,serif; */
	font-size: 13px;
	background: #550000 url(../_imgs/grdnt_bknd2.jpg) repeat-x;
	/* background: #141e43; */
}
h2, h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-style: oblique;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: thin solid #600;
}
h2 {
	font-size: 21px;
	color: #600;
}
img { border: none; }
p {	padding-bottom: 10px;}
a {
	color: #600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
	position: absolute;
	top: 50%;	left: 50%;
	margin-left: -497px;	margin-top: -282px;
	
	/* background-color: #DEE5ED; */
	width: 990px;	height: 565px;
	padding: 0;
	border: solid 1px #999;
	/* z-index: 100; */
}
#other_logo {
	position: absolute;
	top: 0;	left: 50%;
	padding: 5px 20px;
	width: 200px;
	margin-left: -525px;
	margin-top: 13px;
	background: #fff;
	z-index: 0;
	display: none;
}
#site_switcher {
	position: absolute;
	top: -2px;	left: -15px;
	display: none;
}
#header {
	background: #fff;
	width: 970px;	height: 64px;
	position: relative;
	top: 14px;	left: 10px;
	/* border-bottom: 1px solid #ccc; */
	border: 1px solid #ccc;
	z-index: 1000;
}
#logo {
	margin: 6px 20px;
	height: 50px;
}
#nav {
	position: absolute;
	top: 5px;	right: 10px;
	padding: 0;	margin: 0;
	list-style: none;
	z-index: 1001;
}
#nav li {
	padding: 0;	margin: 0;
	float: left;
}
#nav li a {
	display: block;
	padding-top: 59px;
	overflow: hidden;
	text-indent: -5000px;
	height: 0;
	font-size: 12px;
	font-family: "Arial Narrow", Arial;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	margin: 0 1px;
}
#nav li a.home { width: 90px; background-position: center 0; background-image: url(../_imgs/nav/home.jpg); }
#nav li a.company { width: 117px; background-position: center 0; background-image: url(../_imgs/nav/company.jpg); }
#nav li a.services { width: 115px; background-position: center 0; background-image: url(../_imgs/nav/services.jpg); }
#nav li a.featured_properties { width: 121px; background-position: center 0 ; background-image: url(../_imgs/nav/featured_properties.jpg); }
#nav li a.press { width: 96px; background-position: center 0; background-image: url(../_imgs/nav/press.jpg); }
#nav li a.contact { width:115px; background-position: center 0; background-image: url(../_imgs/nav/contact.jpg); }

#nav li.dbl_line {
	padding: 15px;
}
.hover {
	background-position: bottom center;
}
#nav li a {
	color: #2564AB;
	text-decoration: none;
}
#nav li.hover a {
	/* color: #fff; */
}
#contentarea {
	height: 565px; 
	position: relative;
	margin-top: -66px;
	/* margin-top: 15px; */
	padding-right: 200px;
}
#leftsidebar {
	position: absolute;
	bottom: 0;	left: 0;
	width: 200px;	height: 565px;
	background-color: #666;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 0;
}
#leftsidebar .caption {
	position: absolute;
	bottom: 15px;	left: 0;
	padding: 5px 15px;
	background: #666;
	color: #eee;
	font-style: oblique;
	font-size: 12px;
}
#rightsidebar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 125px;	right: 15px;
	width: 125px;
	padding: 0 20px 10px;
	border: thin solid #ccc;
}
#rightsidebar img {
	margin-bottom: 2px;
}
#rightsidebar em {
	color: #666;
}
#page_link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: oblique;
	background: #fff;
	padding: 10px;
	position: absolute;
	bottom: 30px;	right: 0;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#page_link a {
	color: #600;
	text-decoration: none;
}
.innerContent {
	font-size: 12px;
	font-family: Arial, sans-serif;
	position: absolute;
	top: 90px; left: -505px;
	display: none;
	width: 445px;
	padding: 0 30px 30px;
	background: #fff;
	/*
filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
*/
}
.innerContent #nav_tabs {
	padding: 10px 30px;
	background: #DEE5ED;
	margin: 0 -30px;
	color: #333;
	display: block;
}
.innerContent #nav_tabs a {
	color: #600;
	text-decoration: underline;
}
.innerContent .content {
	position: absolute;
	z-index: 10;
}
.innerContent .mask {
	position: absolute;
	top:0;	right: 0;
	width: 100%;	height: 100%;
	z-index: 0;
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	display: none;
}
#footer {
	font-family: Arial, sans-serif;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	font-size: 11px;
	color: #ccc;
	text-align: center;
	margin-top: 50px;
}
#footer .copyright a {
	color: #ccc
}
