@charset "utf-8";
/* CSS Document */
body {
	background: #070843 url(../images/body_bg.jpg) repeat-x bottom;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
.splash
{
    background: #000 url(../images/spash.jpg) repeat-x center;
	background-attachment:fixed;
	height: 100%;
}
.splashHousing
{
	background: url(../images/spash.logo.jpg) repeat-x center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -455px;
	margin-top: -194px;
	width: 900px;
	height: 350px;
}
.splashHousing:hover
{
	cursor: pointer;
}
.splashHousing div
{
	position: absolute;
	top: 240px;
	left: 490px;
}

.clear {clear:both;}

a {outline:none;}

IMAGE
{
    border: none;
}
TABLE
{
	border-collapse: collapse;
	padding: 0;
	border: 0;
}
TR
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
TD
{
	margin: 0;
	padding: 0;
}
/* layout */
.bg {
	background:url(../images/top.png) repeat-x left top;
}
.wrapper {
	position: relative;
	width: 925px;
	margin: 0 auto;
	top: 30px;
}
.header {
	height: 110px;
	position: relative;
	z-index: 100;
}
.header img
{
	left: 390px;
	position: absolute;
	top: 35px;
}
.header img:first-child
{
	position:absolute;
	z-index: 99;
	left: 75px;
	top: -35px;
}
.header img:first-child:hover
{
	cursor: pointer;
}

.topmenu {
	position: absolute;
	top: -30px;
	right: 0;
	width: auto;
	z-index: 1000;
}
.topmenu TR TD.contents
{
	background:url(../images/topmenu_bg.jpg) repeat-x top;
	height: 30px;
	margin: 0;
	padding: 0;
}
.topmenu TR TD.left
{
	background:url(../images/topmenu_left.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
}
.topmenu TR TD.right
{
	background:url(../images/topmenu_right.png) no-repeat;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.topmenu TR TD.contents UL
{
	margin: 0;
	padding: 0;
}
.topmenu TR TD.contents li {
	float: left;
	color: #aaa;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 15px;
	border-right: 1px solid #444; 
	list-style: none;
}
.topmenu TR TD.contents li:first-child {
	border-left: 1px solid #444;
}
.topmenu TR TD.contents li:hover,.topmenu TR TD.contents li.active {
	background: #666;
	color: #fff;
	cursor: pointer;
}

.content {
	min-height: 250px;
}
.footer {
	background:url(../images/footer_bg.jpg) repeat-x left top;
	float: right;
	width: 710px;
	height:89px;
	margin:0 0 100px 0;
	color:#4b4b4b;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
.footer p {
	margin:0 15px;
	padding: 30px 0;
	float:left;
}
.footer p span, .footer p a {
	margin:0 25px;
	color:#4b4b4b;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
}
.footer p a:hover {
	color:#aaa;
}
.footer_logo {float:right;margin:25px 50px 0 0;}

/* content */
.content_left {
	width: 215px;
	float: left;
	top: 140px;
	
}
.content_right {
	width: 710px;
	float: left;
	margin-left: 215px;
}
.menu {
	position: relative;
	z-index: 98;
	width: 235px;
	background:url(../images/menu_bg.jpg) repeat-y left top;
	margin: 0;
	padding: 80px 0 0 0;
	list-style: none;
}
.menu li {
	background:url(../images/menu_back.png) repeat-y left top;
	color:#FFF;
	text-decoration:none;
	text-align:right;
	font-size:18px;
	line-height: 47px;
	text-transform:uppercase;
	width: 185px;
	height:47px;
	padding: 0 65px 0 0;
}
.menu li:hover {
	background:url(../images/menu_over.png) no-repeat left top;
	color:#fff;
	cursor:pointer;
}
.menu li.active {
	background:url(../images/menu_active.png) no-repeat left top;
	color:#000;
}


.submenu {
	position: relative;
	z-index: 98;
	width: 235px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu li {
	background: #2a2a2a url('');
	color: #aaa;
	text-decoration: none;
	text-align: right;
	font-size: 14px;
	line-height: 41px;
	text-transform: capitalize;
	width: 200px;
	height: 41px;
	padding: 0 15px 0 0;
	border-bottom: 1px #555 dotted;
	margin: 0;
	padding-bottom: 0;
}
.submenu li:hover {
	background: #fff url('');
	color: #000;
	cursor: pointer;
}
.submenu li.active {
	background: #fff url('');
	color: #000;
	cursor: default;
}

.welcome {
	height:128px;
	background:#FFF;
	padding:0px 0px 0 190px; 
}
.welcome .head {
	margin:0 0 20px 0;
	text-align: right;
	padding: 50px 50px 0 0;
}
.welcome .cont {
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
.banner {
	position: relative;
	width:710px;
	min-height: 375px;
	background-color: #fff;
}
.banner_text  {
	position:absolute;
	width:265px;
	left:415px;
	top:25px;
	z-index:97;
}
.banner_text div.head {
	padding: 30px 30px 10px 30px;
}
.banner_text div.cont {
	padding:10px 30px 20px 30px;
	font:bold 14px Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}
.buttonBlack
{
	background:  url(../images/button.black.png) no-repeat center;
	width: 210px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.buttonBlack:hover
{
	background:  url(../images/button.white.png) no-repeat center;
	color: #000;
	cursor: pointer;
}
.buttonWhite
{
	background:  url(../images/button.white.png) no-repeat center;
	color: #000;
	width: 210px;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.buttonWhite:hover
{
	background:  url(../images/button.black.png) no-repeat center;	     
	color: #fff;
	cursor: pointer;
}
.floating_banner
{
	position: absolute;
	top: 25px;
	right: 25px;
	background: url(../images/dis_bg.png) no-repeat left top;
	width: 215px;
	height: 245px;
	padding: 25px
}
.floating_banner h1
{
	margin-bottom: 15px;
}
.pad25
{
	padding: 25px;
}
.pad35
{
	padding: 35px 70px;
}
.pad50
{
	padding: 50px;
}
h1
{
	font-size: 65px;
	line-height: 30px;
	letter-spacing: -2px;
	color: #bbb;
	margin:0;
	padding: 0;
}
h2
{
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	color: #46509c;
	margin:0 0 15px 0;
	padding: 0;
}
h3
{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin: 0 0 15px 0;
	padding: 0;
}
UL
{
	margin: 15px 0 0 25px;
	padding: 0;
}
LI
{
	margin: 0;
	padding: 0 0 0 5px; 
}
UL.spaced
{
	margin: 0 0 15px 0;
}
UL.spaced LI
{
	margin: 15px 0 15px 20px;
}
.absolute
{
	position: absolute;
}
.relative
{
	position: relative;
}
.floatRight
{
	float: right;
}
.floatLeft
{
	float: left;
}
.blue
{
	color: #46509c;
}
.line
{
	border-bottom: 1px #aaa dotted;
	padding:0;
	margin: 35px 0;
}
.chart TR TD
{
	padding: 0 0 15px 25px;
	vertical-align: top;
}
.chart TR TD:first-child
{
	padding: 0;
	white-space: nowrap;
}
a IMG, a:link IMG, a:hover IMG, a:active IMG
{
    border: none;
}
