@import "cnt.css";
@import "ie.css";
*{
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:normal;
	text-decoration:none;
	font-size:100%;
	font-style:normal;
}

body{
	font-size:80%;
	margin:0 auto 0 auto;
	text-align:center;
	line-height:160%;
	background:url(../img/common/body_back.gif);
}
table{
	border-collapse:collapse;
}
th{
	vertical-align:top;
	text-align:left;
}
img{
	border-style:none;
	vertical-align:middle;
}

.container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.container {display: inline-table;}
/* Hides from IE-mac \*/
* html .container{height: 1%;}
*+html .container{min-height: 1%;}
.container {display: block;}
/* End hide from IE-mac */

h5#autochangepg{
	width:810px;
	text-align:center;
	padding:0;
	margin:0 auto;
	font-size:85%;
	color:#999;
	background-color:#fff;
	line-height:1.3;
	border-left:1px solid #8AA7C6;
	border-right:1px solid #8AA7C6;
	border-bottom:1px solid #eeeeee;
}

#box{
	width:810px;
	margin:0 auto;
	text-align:left;
	background:#fff;
	color:inherit;
	border-left:1px solid #8AA7C6;
	border-right:1px solid #8AA7C6;
}

/* header */
#header{
	position:relative;

	margin-bottom:10px;
}
#header div.logo_mng{
	background:url(../img/common/header_back.png) no-repeat 0px 0px;
	height:79px;
	position:relative;
}
#header div.logo{
	width:380px;
	position:absolute;
	top:5px;
	left:30px;
}
#header h1{
	font-size:85%;
	line-height:1.5;
	color:#666;
	background-color:inherit;
	width:600px;
}
#header ul.mng{
	position:absolute;
	width:200px;
	left:375px;
	top:50px;
}
#header ul.mng li{
	margin-right:20px;
	display:inline;
}
#header p.inquire{
	position:absolute;
	top:25px;
	right:12px;
}
#header ul.submenu{
	height:30px;
	padding: 0 0 8px 0px;
	background:url(../img/common/header_subm_back.gif) no-repeat left top;
}

#header ul.submenu li{
	margin:0 15px;
	display:inline;
}

/* main */

#main{
	color:#333;
	background:#fff;
	margin-bottom:0px;
}

/* sub */
/*
#leftpane{
	padding-bottom:255px;
	float:left;
	width:210px;
	margin-left:10px;
	background:#fff;
	color:inherit;
	background:url(../img/common/leftpane_back.gif) no-repeat left bottom ;
}
*/
#leftpane{
	float:left;
	width:210px;
	margin-left:10px;
	background:#fff;
	color:inherit;
	margin-top:1px;
}
#leftpane dl.services{margin-bottom:15px}
#leftpane dl.services dt.first{margin-top:0}
#leftpane dl.services dt{
	margin:10px 0 2px 0;
}
#leftpane dl.services dd{
	margin-bottom:2px;
}
#leftpane ul.mng{margin-bottom:20px}
#leftpane ul.mng li{
	margin-bottom:2px;
}

#leftpane dl.area{

	padding:5px 10px 5px 5px;
	line-height:1.4;
	font-size:85%;
	color:#888;
	background:url(../img/common/leftpane_back.gif) no-repeat left top ;
}

#leftpane dl.area dt{font-weight:bold}
#leftpane dl.area dd{margin-bottom:5px}

#leftpane div.banners{
margin:20px 0 0 0;
}
#leftpane div.banners p{
text-align:center;
margin:0 0 10px 0;
}

/* footer */

#footer{
	margin-top:20px;
	clear:both;
	border-top:2px solid #c0c;
	padding-top:2px;

}
#footer ul{
	font-size:85%;
	text-align:center;
}

#footer ul li{
	padding:0 5px;
	border-left:1px solid #333;
	display:inline;
	line-height:1.5;
}
#footer ul li.first{
	border-style:none;
}
#footer div.credit{
	color:#333;
	background-color:inherit;
	border-top:1px solid #ccc;
}
#footer address{
	background:url(../img/common/dot_line.gif) repeat-x left top;
	margin:5px 0;
	line-height:120%;
	text-align:center;
	font-size:85%;
}

@media print{
	body{background-image:none}
	#box{border-style:none}
	#footer{	display:none;}
	* html div#leftpane{display:none}
	* html div#main{text-align:center}
	* html div#cnt{float:none;margin:0 auto;text-align:left;}
}