/* CSS Document */
/*base*/
html {
	height:100%;
}
body {
	word-wrap: break-word;
word-break: normal;
	font-family:·L³n¥¿¶ÂÅé, Tahoma, PMingLiU, Geneva, sans-serif;
	height:100%;
	margin:0;
	background-repeat:repeat-x;
	background-image: url(images/headerBg.jpg);
	background-position:center 0;
	font-size:85%;
}
#wrap {
	min-height:100%;
	position: relative;
	width:980px;
	overflow-x:auto;
	overflow-y:hidden;
	margin:0 auto;
	background-color:#FFF;
}
#header {
	margin: 0 auto;
	padding: 0;
	position:relative;
	background-repeat:repeat-x;
	background-image: url(images/headerBg.jpg);
	background-position:center 0;
	overflow:hidden;
	z-index:1;
	background-color: #fff;
}
.mainBanner {
	width:980px;
	margin:0 auto;
	position: relative;
	margin-top: 101px;
	background-position:center top;
	background-repeat:no-repeat;
	height: 300px;
	background-image:url(images/mainBanner.jpg);
}
#mainNav {
	width: 980px;
}
#container {
	margin:0px auto;
	padding-bottom:80px;
	min-width:980px;
	overflow-x:auto;
	overflow-y:hidden;
	width:980px;
	background-color:#fff;
}
#topColumn {
	width: 980px;
	position: relative;
	top: 0px;
	margin: 0 auto;
}
#leftColumn {
}
#centerColumn {
}
#rightColumn {
}
/*logo*/
.logo {
	position:absolute;
	top: 5px !important;
	left: -10px !important;
	width:261px;
	height:62px;
	margin:0;
	display:block;
	z-index:10;
}
.logo a {
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	width:261px;
	height:62px;
	text-indent:-9999px;
	display:block;
}
/*utilityNav*/
#utilityNav {
	text-align:right;
}
#utilityNav ul {
	float:right;
	margin-top:10px;
}
#utilityNav li {
	text-align:left;
	float:left;
	font-size:85%;
	background-image: url('images/utilityNavIcon.png');
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:1.5em;
	padding-left:15px;
	margin-right:0.9em;
    width: 51px;
}
#utilityNav ul li a {
	color:#1f62a5;
	text-decoration:none;
}
#utilityNav ul li a:hover {
	text-decoration:underline;
}
#footer {
	height:55px;
	background-color:#fff;
	width:980px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-490px;

}
.footerZone{
	background-image:url(images/footer2.png);
	background-repeat:no-repeat;
	background-position: left top;
	width:980px;
	height:30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	+behavior: url(./template/Themes/Fuconn/pie.htc);
}
/*footer logo*/
.footerLogo {
	display:none;
}
.footerLogo a {
}
/*footerLinks*/
#footerLinks {
	width:333px;
	overflow:hidden;
	position:absolute;
	left:-5px;
	float:left;
    top: 5px;
    height: 27px;
}
#footerLinks ul {
	float:left;
	margin: 5px 0 0 20px;
	font-family:·L³n¥¿¶ÂÅé, Tahoma, PMingLiU, Geneva, sans-serif;
	font-size:85%;
    width: 304px;
    height: 23px;
}
#footerLinks li {
	float:left;
	line-height:1.5em;
	padding:0 1em;
	color:#fff;
	border-right:1px solid #888;
    width: 51px;
}
#footerLinks ul li a {
	color:#888;
	text-decoration:none;
}
#footerLinks ul li a:hover {
	color:#3855A0;
}
/*copyright*/
.copyright {
	font-size:90%;
	color:#999;
	line-height:1.5em;
		text-align: center;
		padding-top: 3px;
		float: right;
		padding-right: 20px;
}
.copyright a {
	text-decoration:none;
	color:#ccc;
}
.copyright a:hover {
	color:#fff;
}
/*accessibility*/
.accessibility {
	text-align: right;
	font-size:90%;
	color:#888;
	line-height:1.5em;
	float:right;
	padding: 5px 20px 0 0 ;
}
.accessibility a{
	color:#888;
}
.accessibility a:hover{
	color:#888;
}
/*lastUpdated*/
.lastUpdated {
	font-size:85%;
	line-height:1.5em;
	text-align:right;
	color:#ccc;
	margin-right:23px;
	margin-top:-19px;
	position:absolute;
	right:-470px;
	display:none;
}
/*HelpBrick*/
.HelpBrick {
	position:absolute;
	top:0;
	right:2em;
	color:#ccc;
	font-size:85%;
}
/*ms-addnew*/
.ms-addnew a {
	font-size: 85%;
	color: #777;
}
.ms-addnew a:hover {
	color: #777;
}
/*ourDesign*/
a.ourDesign {
	font-size:11px;
	color:#999;
	position:absolute;
	bottom:10px;
	right:2em;
	text-decoration:none;
}
a.ourDesign:hover {
	color:#fff;
}
