@charset "utf-8";
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/********************************
ie png fix back
*******************************/


/********************************
css rounded corners glow
*******************************/
div.box { overflow:hidden} /* IE font-size fix */
/* MIDDLE */
	div.box.body div.box.right {
		background-image:url(images/m_r.png); background-position: right; background-repeat: repeat-y;
	}
	div.box.body div.box.left {
		background-image:url(images/m_l.png); background-position: left; background-repeat: repeat-y;
	}
	div.box.body div.box.center {
		background-image:url(images/m_c.png); margin-left: 30px; margin-right: 30px;
		padding: 8px 13px 0 13px;
	}
 
/* TOP */
	div.box.head div.box.right {
		background-image:url(images/t_r.png); background-position: top right; background-repeat: no-repeat; height:30px;
	}
	div.box.head div.box.left {
		background-image:url(images/t_l.png); background-position: top left; background-repeat: no-repeat; height:30px;
	}
	div.box.head div.box.center {
		background-image:url(images/t_c.png); height:30px;  margin-left: 30px; margin-right: 30px; 
	}
 
/* BOTTOM */
	div.box.foot div.box.right {
		background-image:url(images/b_r.png); background-position: right bottom; background-repeat: no-repeat; height:30px;
	}
	div.box.foot div.box.left {
		background-image:url(images/b_l.png); background-position: left bottom; background-repeat: no-repeat; height:30px;
	}
	div.box.foot div.box.center {
		background-image:url(images/b_c.png); margin-left: 30px; margin-right: 30px; height:30px; 
	}






/********************************
website start
*******************************/
html{
	overflow-y: scroll;
}
html, body {
	color:#fff;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	background-color: #1c1c1c;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: underline;	
	color:#999;
}
a:hover{
	text-decoration: none;
	color:#999;
}
#wapper{
	width:100%;
}
#header{
	height:95px;
	margin:0 auto;
	text-align:center;
	background-image: url(images/header-bg.png);
	min-width: 1000px;
}
#header_shadow{
	height:14px;
	background-image: url(images/header_shadow.png);
	position:relative;
	_position:inherit;
	z-index: 15;
}
#footer_shadow{
	height:14px;
	background-image: url(images/footer_shadow.png);
	position:relative;
	z-index: 12;
	top:-28px;
}
#footer_shadow.zh{
	top:-40px;
}
.menu {
	padding-top:20px;
	width:600px;
	margin: 0 auto;
}
.menu li{
	float:left;
	padding-right:10px
}
#content{
	position:relative;
	top:-14px;
	z-index: 5;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	min-width:1000px;
}
#content .zh p{
	line-height:17px;
}
#content .left-div{
	float: left;
}
#content .right-div{
	float: right;
}
#content h2{
	font-size:20px;
	padding-bottom:13px;
	visibility:hidden
}
#content h3{
	visibility:hidden
}
#content p{
	line-height:19px;
	padding-bottom:10px;
}
#rental-ul{	
	margin-top:2px;
}
#parking-ul{
	margin-top:2px;
	margin-bottom:30px;
}
.leasing li{
	margin-bottom:7px;
}
#logo-ul li{
	float:left;
	border: solid 1px #000000;
	margin: 0 10px 10px 0;
}
#leasing p{
	padding-bottom:6px;
	line-height:17px;
}
.box a{
	color: #FFF;
	text-decoration: underline;
}
.box a:hover{
	color: #FFF;
	text-decoration: none;
}
.right-div a{
	color: #FFF;
	text-decoration: underline;
}
#logo-ul .last{
	margin-right:0px;
}
#fsul{
	padding-top:0;
	margin-top:-5px;
}
#fsul li{
	padding-bottom:7px;
	line-height:18px;
}
.clear{
	clear:both;
}
.auto-content{
	width:900px;
	margin: 0 auto;
}
.auto-content2{
	width: 990px;
	margin: 0 auto;
	padding: 31px 0;
	_padding-bottom: 0;
}
.column{
	width:270px;
	_width:265px;
	float:left;
	margin: 20px 10px 0 10px;	
	height:130px;
}
.copyright{
	padding-left:20px;
	font-size:13px;
	_line-height:20px;
}
#footer{
	background-image: url(images/footer-bg.png);
	height:166px;
	border-top: solid 1px #F36F21;
	color:#999;
	min-width:1000px;
	position:relative;
	top:-28px;
	bottom:-28px;
	z-index: 2;
}
#footer.zh{
	top:-40px;
	bottom:-40px;
}

#footer h2{
	font-weight: normal;
	font-size:14px;
	padding-bottom:10px;
	line-height:17px;
}
#footer .zh h2{
	font-weight: bold;
	font-family: SimHei, "黑体";
	font-size:14px;
	padding-bottom:10px;
	line-height:17px;
}
#footer p{
	line-height:16px;
}
#footer .zh p{
	line-height:20px;
}