@charset "utf-8";
/* CSS Document */

img, div, input { behavior: url("iepngfix.htc") }
img { -ms-interpolation-mode:bicubic; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 62.5%; /*Don't change*/
	
}
a:link, a:visited {	color: #FC6604;	text-decoration: none;}
a:hover { color: #249EFE; text-decoration: underline;}
a img { border: none;}
p { padding: 10px 0; line-height: 1.5em;}
.left{ float: left;}
.right{ float: right;}
.p_rightleft { padding-right: 165px; padding-left: 15px;}
a.white { color: #fff;}

.clearfix {     
     clear: both;
     height: 0;
	 width: 100%;
	 _margin: -13px 0 0 0;
}

#container1, #container2, #container3, #container4, #container5 { font-size: 1.1em; margin: 100px auto 20px auto;}

/*==================================== Construction Page 1 ===========================================*/
#container1 { position: relative; width: 652px;}
#signboard {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 100;
}
#content_top {
	background: url('../images/contentbg-top.png') no-repeat top;
	width: 534px;
	float: right;
}
#content_bottom {
	background: url('../images/contentbg-bottom.png') no-repeat bottom;
	padding: 50px 30px 20px 140px;
	min-height: 200px;
	_height: 200px;
	width: 364px;
	float: right;
}
.greyline {
	border-bottom: 3px solid #BFBFBF;
	padding: 0 0 10px 0;
}


/*==================================== Construction Page 2 ===========================================*/
#container2 { background: url('../images/stop-signboard.png') no-repeat top; width: 422px;}
#content_center { text-align: center; padding: 295px 30px 0 30px;}


/*==================================== Construction Page 3 ===========================================*/
#container3 { position: relative; width: 622px;}
#signboard_cone {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
}
#content_bottom2 {
	background: url('../images/contentbg-bottom.png') no-repeat bottom;
	padding: 50px 30px 20px 30px;
	min-height: 200px;
	_height: 200px;
	width: 474px;
	float: right;
}
.p_bottom { padding-bottom: 10px;}
#content_bottom2 p { padding-left: 120px;}


/*==================================== Construction Page 4 ===========================================*/
#container4 { background: url('../images/black-bg.jpg') no-repeat; height: 500px; width: 779px;}
#content_right {
	padding: 135px;
}


/*==================================== Construction Page 5 ===========================================*/
#container5 { 
	background: url('../images/construction5-bg-top.png') no-repeat top;
	width: 490px;
}
#content5 {
	background: url('../images/construction5-bg-bottom.png') no-repeat bottom;
	padding: 120px 40px 20px 40px;
	min-height: 140px;
	_height: 140px;
	width: 410px;
}


