html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg2.gif);
}
body.popUp {
	background-color:#FFFFFF;
	background-image:none;
	margin: 10px;
}

h1, h2, h3, h4, h5, form, p {
	display:block;
	margin: 0px;
	padding: 0px;
	border: 0;
}
em {
	color: #FF0000;
	font-style: normal;
}

form #msg {
	color: #CC0000;
	padding: 10px 0px 0px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
}

#main {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}
#header {
	margin: 0px 0px 6px;
	padding: 0px;
}
#header h1 {
	height: 51px;
	/* background-color: #FFFFFF; */
	background-image: url(../images/main_dash_g.gif);
	background-repeat: repeat-x;
	background-position: 0px 50px;
}
#header a.title, #header a.logo {
	line-height: 200px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 51px;
}

#header a.logo {
	background-image: url(../images/en/main_logo_g.gif);
	background-position: 0px 10px;
	float: right;
	width: 120px;
}

#header a.title {
	width: 430px;
	float: left;
	background-position: 0px 5px;
	background-image: url(../images/en/main_title_t.gif);
}
#header #navBar {
	color: #999999;
	font-size: 14px;
	line-height: 16px;
	/* background-color: #FFFFFF; */
	background-image: url(../images/main_dash_g.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin: 0px 0px 4px;
	padding: 7px 10px;
}
.others #header #navBar {
	display:none;
}
#header #navBar a {
	color: #999999;
	text-decoration: none;
}
#header #navBar a:hover {
	color: #555555;
	text-decoration: underline;
}
#header #navBar2 {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 34px;
}
.general #header #navBar2 {
	display:none;
}
#header #navBar2 li {
	display: block;
	height: 29px;
	width: 120px;
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	list-style: none;
}
#header #navBar3 li {
	display: block;
	height: 29px;
	width: 120px;
	float: left;
	margin: 0px 300px 0px 0px;
	padding: 0px;
	list-style: none;	
}
#header #navBar2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 29px;
	text-indent: -1000px;
}
#header #navBar2 a.retail {
	background-image: url(../images/en/navBar2_retail_n.gif);
}
#header #navBar2 a.retail:hover {
	background-image: url(../images/en/navBar2_retail_o.gif);
}
#header #navBar2 a.resident {
	background-image: url(../images/en/navBar2_resident_n.gif);
}
#header #navBar2 a.resident:hover {
	background-image: url(../images/en/navBar2_resident_o.gif);
}
#header #navBar2 a.office {
	background-image: url(../images/en/navBar2_office_n.gif);
}
#header #navBar2 a.office:hover {
	background-image: url(../images/en/navBar2_office_o.gif);
}
#header #navBar2 a.industrial {
	background-image: url(../images/en/navBar2_industrial_n.gif);
}
#header #navBar2 a.industrial:hover {
	background-image: url(../images/en/navBar2_industrial_o.gif);
}

#header #userInfo {
	margin: 0px;
	padding: 0px;
	height: 16px;
	float: right;
	line-height: 16px;
	text-align: right;
	color: #8C8C8C;
	font-size: 12px;
}
#header #userInfo a {
	text-decoration: none;
}
#header #userInfo a:link {
	text-decoration: none;
}
#header #userInfo a:visited {
	text-decoration: none;
}
#header #userInfo a:hover {
	color: #555555;
	text-decoration: underline;
}
#header #userInfo a:active {
	text-decoration: none;
}

#sideBar {
	float: left;
	width: 210px;
	margin: 0px 12px 0px 0px;
	padding: 0px;
}

#footer {
	font-size: 11px;
	height: 100px;
	margin: 0px;
	padding: 6px 10px 10px;
	text-align: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 380px 0px;
	background-image: url(../images/en/footer_bg_t.gif);
	clear: both;
	background-color: #B1B8B7;
}
#footer a {
	color: #FFFFFF;
}
#footeroffice {
	font-size: 11px;
	height: 100px;
	margin: 0px;
	padding: 6px 10px 10px;
	text-align: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 380px 0px;
	background-image: url(../images/en/footer_bg_t_office.gif);
	clear: both;
	background-color: #B1B8B7;
}
#footeroffice a {
	color: #FFFFFF;
}
#footerretail {
	font-size: 11px;
	height: 100px;
	margin: 0px;
	padding: 6px 10px 10px;
	text-align: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 380px 0px;
	background-image: url(../images/en/footer_bg_t_retail.gif);
	clear: both;
	background-color: #B1B8B7;
}
#footerretail a {
	color: #FFFFFF;
}
	#footerindustrial {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/en/footer_bg_t_industrial.gif);
		clear: both;
		background-color: #B1B8B7;
	}
	#footerindustrial a {
		color: #FFFFFF;
	}
	#footerresidential {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/en/footer_bg_t_residential.gif);
		clear: both;
		background-color: #B1B8B7;
	}
	#footerresidential_id42 {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/en/footer_bg_e_id42.gif);
		clear: both;
		background-color: #B1B8B7;
	}	
	#footerresidential_id45 {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/en/footer_bg_e_id45.gif);
		clear: both;
		background-color: #B1B8B7;
	}		
	#footerresidential a, #footerresidential_id42 a, #footerresidential_id45 a {
		color: #FFFFFF;
	}
	
	#footerofficetc {
	font-size: 11px;
	height: 100px;
	margin: 0px;
	padding: 6px 10px 10px;
	text-align: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 380px 0px;
	background-image: url(../images/tc/footer_bg_t_office.gif);
	clear: both;
	background-color: #B1B8B7;
	
}

#footerofficesc {
	font-size: 11px;
	height: 100px;
	margin: 0px;
	padding: 6px 10px 10px;
	text-align: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 380px 0px;
	background-image: url(../images/sc/footer_bg_t_office.gif);
	clear: both;
	background-color: #B1B8B7;
	
}

#footerofficetc a {
	color: #FFFFFF;
}

#footerofficesc a {
	color: #FFFFFF;
}

#footerretailtc {
	font-size: 11px;
	height: 100px;
	margin: 0px;
	padding: 6px 10px 10px;
	text-align: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 380px 0px;
	background-image: url(../images/tc/footer_bg_t_retail.gif);
	clear: both;
	background-color: #B1B8B7;
}

#footerretailsc {
	font-size: 11px;
	height: 100px;
	margin: 0px;
	padding: 6px 10px 10px;
	text-align: left;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 380px 0px;
	background-image: url(../images/sc/footer_bg_t_retail.gif);
	clear: both;
	background-color: #B1B8B7;
}

#footerretailtd a {
	color: #FFFFFF;
}
	#footerindustrialtc {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/tc/footer_bg_t_industrial.gif);
		clear: both;
		background-color: #B1B8B7;
	}
	
	#footerindustrialsc {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/sc/footer_bg_t_industrial.gif);
		clear: both;
		background-color: #B1B8B7;
	}
	
	#footerindustrialtc a {
		color: #FFFFFF;
	}
	
	#footerindustrialsc a {
		color: #FFFFFF;
	}
	
	#footerresidentialtc {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/tc/footer_bg_t_residential.gif);
		clear: both;
		background-color: #B1B8B7;
	}
	
	#footerresidentialsc {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/sc/footer_bg_t_residential.gif);
		clear: both;
		background-color: #B1B8B7;
	}
	
	#footerresidentialtc_id42 {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/tc/footer_bg_t_id42.gif);
		clear: both;
		background-color: #B1B8B7;
	}	
	
	#footerresidentialsc_id42 {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/sc/footer_bg_t_id42.gif);
		clear: both;
		background-color: #B1B8B7;
	}	
	
	#footerresidentialtc_id45 {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/tc/footer_bg_t_id45.gif);
		clear: both;
		background-color: #B1B8B7;
	}		
	
	#footerresidentialsc_id45 {
		font-size: 11px;
		height: 100px;
		margin: 0px;
		padding: 6px 10px 10px;
		text-align: left;
		color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 380px 0px;
		background-image: url(../images/sc/footer_bg_t_id45.gif);
		clear: both;
		background-color: #B1B8B7;
	}	
	
	#footerresidentialtc a, #footerresidentialtc_id42 a, #footerresidentialtc_id45 a {
		color: #FFFFFF;
	}
	
	#footerresidentialsc a, #footerresidentialsc_id42 a, #footerresidentialsc_id45 a {
		color: #FFFFFF;
	}
	
input.s1Text {
	margin: 2px 0px;
	padding: 2px;
	background-image: url(../images/main_hr_g.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #8E8E8E;
	border-right-color: #CDCDCD;
	border-bottom-color: #E3E3E3;
	border-left-color: #CDCDCD;
}
.multiText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 0px;
	padding: 2px;
	background-image: url(../images/main_hr_g.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width:1px;
	border-style:solid;
	border-top-color: #8E8E8E;
	border-right-color: #CDCDCD;
	border-bottom-color: #E3E3E3;
	border-left-color: #CDCDCD;
}

label.post {
	margin:0px 10px 0px 0px;
}
.btn66 {
	background-image: url(../images/btn66_bg.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 66px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	line-height: 22px;
}
.hrMid {
	background-image: url(../images/main_hr_g.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
}
.btnBar {
	margin: 0px;
	padding: 10px 6px 20px;
	text-align: right;
}

.clear {
	clear: both;
	height: 4px;
}

.PressReleaseContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.PressReleaseContent:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

