@charset "utf-8";
/* CSS Document */

/* @override /index1.php?css=stylesheets/style.v.1237523190 */

/* @override /index1.php?css=stylesheets/style.v.1237517116 */

/* general styles */



html, body {
	/* height:100%; */
	width:100%;
	display:table;
}
body {
	margin:0;
	background:#000 url('/images/interface/body.gif') repeat-x 0 0;
	font:62.5%/1.5 Arial, Helvetica, sans-serif;
	color:#ffffff;
	/* vertical-align:middle; */
	display:table-cell;
}
a {
	text-decoration:none;
	color:#ffffff;
}
a:hover {text-decoration:underline;}
img {border:none;}
#main {
	width:978px;
	margin:0 auto;
}
#container {
	width:978px;
	margin:0 auto;
	position:relative;
	display:table;
}
#header {
	height:156px;
	display:table-header-group;
	margin:0 auto;
}
#content-holder {
	display:table-footer-group;
	width:978px;
	margin:0 auto;
}
/* header styles */
.header {
	width:978px;
	height:156px;
	margin:0 auto;
	position:relative;
}
/* logo */
.header h1 a {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:187px;
	height:98px;
	background:url('/images/interface/logo.png') no-repeat 0 0;
	position:absolute;
	top:4px;
	left:0px;
}
/* navigation */
.navigation {
	font-size: 1.2em;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:99px;
	left:0;
	width:978px;
	height:53px;
	text-align:center;
	text-transform:uppercase;
}
.navigation li {
	float:left;
	line-height:53px;
	width:122px;
}
.navigation li a {
	display:block;
	width:122px;
	overflow:hidden;
}
.navigation li.home a {
	text-indent:-9999px;
	width:124px;
	background:url('/images/interface/navigation.jpg') no-repeat 0 0;
}
.navigation li a {background:url('/images/interface/navigation.jpg') no-repeat -124px 0;}
.navigation li a.active {background-position:-124px -53px;}
.navigation li a:hover {
	background-position:-124px -106px;
	color:#000000;
	text-decoration:none;
}
.navigation li.home a.active {background-position:0 -53px;}
.navigation li.home a:hover {background-position:0 -106px;}


/* styles for inner page content */
.content-inner {
	width:973px;
	border:1px solid #3ea80a;
	background:#424142;
	float:left;
	margin:2px 0 3px 0;
	padding:0 0 0 2px;
}
/* inner page content navigation */
.content-nav {
	width:971px;
	background:url('/images/interface/headerss.gif') repeat-x 0 0;
	float:left;
	text-transform:uppercase;
	font-size: 1em;
}
.nav, .nav-single {

	margin:29px 0 0 0;
	padding:0;
	width:971px;
	list-style:none;
	height:31px;
	background:url('/images/interface/header.gif') repeat-x 0 0;
}
.nav2 {

	margin:0 0 0 0;
	padding:0;
	width:971px;
	list-style:none;
	height:31px;
	background:url('/images/interface/header.gif') repeat-x 0 0;
}

.nav-single{
margin:0;
}
.nav li, .nav2 li,.nav-single li {
	float:left;
	line-height:31px;
	padding:0 7px;
}
.nav li.active a,
.nav li a:hover,
.nav2 li.active a,
.nav2 li a:hover,
.nav-single li.active a,
.nav-single li.active a, {
	text-decoration:none;
	color:#3ea80a;

	
}
.nav-single li.active {
	background:url('/images/interface/header.gif') repeat-x 0 -29px ;
	
}

.nav2 li.active a {
	color: #4CAF4E;
}


.sub-nav {
	margin:0;
	padding:0;
	list-style:none;
	height:31px;
	float:left;
	width:971px;
background:url('/images/interface/header.gif') repeat-x 0 -29px ;

}
.sub-nav li {
	float:left;
	line-height:29px;
	padding:0 7px;
	background:url('/images/interface/bk-li.png') top right no-repeat;
	
}
.sub-nav li.last {
	background: none;
	
	
}
.sub-nav li.active {
	background:url('/images/interface/header.gif') repeat-x 0 0;
	
	
}


.sub-nav li a {color:#fff;}
.sub-nav li a:hover {
	text-decoration:underline;
	color:#fff;
}
/* inner page main content */
.main-content {
	width:400px;
	float:left;
	margin:0 0 0 22px;
	display:inline;
}
.main-content a:hover { color: #3ea80a }
.main-content h1 { font-size: 1.8em; line-height: 1em; }
.main-content h2 {
	margin:22px 0 14px 0;
	padding:0;
	font-size:1.5em;
	font-weight:bold;
	line-height: 1;
	text-transform: uppercase;
}
.main-content p {font-size: 1.3em; margin:0 0 7px 0;}
.main-content ul { 
	list-style-type: square; 
	font-size: 1.4em; 
	padding-left: 15px;
	margin: 0.5em 0 1em 0;	
}
.main-content ul.small { font-size: 1.2em; }
.main-content blockquote { 
	border-left: 2px solid #3ea80a;
	font-size: 1.2em;
	margin: .5em 0 1em 0;
	padding-left: 8px;
}
.main-content cite { display: block; color: #999999; }
.main-content dl {  }
	.main-content dl dt { font-size: 1.2em; font-weight: bold; }
		.main-content dl dt i, .main-content dl dt em { font-weight: normal; color: #999999; }
	.main-content dl dd { border-left: 2px solid #3ea80a; margin: .5em 0 1em 0; padding-left: 8px;}
		.main-content dl dd p { font-size: 1.1em; margin: .5em 0;}
.main-content address { font-style: normal; border-left: 2px solid #3ea80a; padding-left: 8px; }		
.main-content address p { font-size: 1.2em; margin-bottom: 0; line-height: 1.4;}
/* inner page flash area */
.flash {
	width:488px;
	height:303px;
	float:right;
	border:1px solid #3ea80a;
	border-top:none;
	margin:0 -1px 0 0;
	padding: 10px 0 0 10px;
}

strong.quote {
	overflow:hidden;
	width:449px;
	height:86px;
	float:right;
	margin:23px 33px 13px 0;
}
/* home page content styles */
.content {
	width:745px;
	height:462px;
	float:left;
	margin:0;
	display:inline;
}
/* side bar */
.side-bar {
	width:209px;
	float:right;
	margin:0 2px 0 0;
	display:inline;
}
.side-bar ul {
	margin:0;
	padding:0;
	width:209px;
	list-style:none;
	text-transform:uppercase;
}
.side-bar ul li {
	width:207px;
	height:88px;
	border:1px solid #3ea80a;
	margin:0 0 3px 0;
}
.side-bar ul li a {
	display:block;
	margin:68px 0 0 11px;
	width:110px;
}
.side-bar ul li.apartments a,
.side-bar ul li.developers a {margin:55px 0 0 11px;}
.side-bar ul li.commercial {background:url('/images/interface/side-bar-nav.jpg') no-repeat 0 0;}
.side-bar ul li.residential {background:url('/images/interface/side-bar-nav.jpg') no-repeat 0 -88px;}
.side-bar ul li.apartments {background:url('/images/interface/side-bar-nav.jpg') no-repeat 0 -176px;}
.side-bar ul li.architects {background:url('/images/interface/side-bar-nav.jpg') no-repeat 0 -264px;}
.side-bar ul li.developers {background:url('/images/interface/side-bar-nav.jpg') no-repeat 0 -352px;}
/* footer styles */
#footer {
	width:978px;
	margin:0 auto 0;
	text-align:center;
	line-height:18px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	font:10px Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer ul li {
	float:left;
	width:324px;
	line-height:30px;
	background:url('/images/interface/footer.gif') no-repeat 0 0;
	margin:0 0 0 3px;
}
#footer ul li:first-child {margin:0;}
#footer img {margin:13px 0 0;}
#footer p {
	width:214px;
	margin:0 auto;
}

