/*****************************************************
* Redefine HTML Tags
*****************************************************/
body {	
	margin: 0;
	padding: 0;	
	background: #fff;	
	text-align:center;
	font:76% Verdana, arial, "Lucida Sans Unicode", Helvetica, Arial, sans-serif;			
}
.container {
	text-align:left;
	width:980px;	
	margin:0 auto;
}
img, img a {
	border: 0px none #fff;
}
td, div, p, a, input, textarea, select, li {
	font-size:1em; 
	font-family:Verdana,arial,"sans-serif";
	color:#595959;
	line-height:1.3em;
}
form {
	margin:0;
	padding:0;
}
form fieldset {
	padding:0;
	margin:0;
	border:solid 0 transparent;
}
p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}
h1, h2, h3 {
	font-family:verdana, Helvetica, Arial, sans-serif; 
	font-weight:bold;	
	margin: 0 0 0.5em 0;
	color:#404040;
}	
h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 110%;}
a {
	color:#376092;
}
a:link {
	color:#18618C;
}
a:hover {
	text-decoration:none;
	color:#18618C;
}
a:active {
	text-decoration:none;
	color:#18618C;
}
ul {
	margin:0;
	padding:0;
}
hr.hide {
display: none;
}
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html
--------------------- */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*****************************************************
* header & content & footer layout
*****************************************************/
#toplink {margin-top:4px;text-align:center;}
#toplink li {
	display:inline;
	list-style:none;
	background:url(/images/link_bar.gif) #fff no-repeat bottom right;
	padding:0 8px;
}
#toplink li a {
	color:#7f7f7f;
	font-family:arial;
	font-size:92%;
}
#toplink li.last {
	background:none;
}
#toplink li.current {
	font-weight:bold;
}
* html #header {
	height: 72px;
	h\eight:6em;
}
#header {		
	min-height:72px;
	height:6em;
	position:relative;	
	background:url(/images/header_bg.gif) repeat-x bottom left;	
}
#header h1 {
	margin: 0;
	position: absolute;
	top:18px;
	left:2px;
	z-index: 3;
	width:224px;	
	height:44px;	
	text-indent: -9000px;
}
#header h1 a {
	display: block;	
	height: 44px;
}
#topSearch {
	position: absolute;
	top:30px;
	right:0;
	z-index:6;
	text-align:right;
	width:730px;	
}
#topSearch legend, #footSearch legend {
	display:none;
}
#topSearch label, #footSearch label {
	color:#7f7f7f;
	padding-left:6px;
	padding-right:6px;
	font-size:0.9em;
}
#topSearch .searchsubmit, #footSearch .searchsubmit {
	background-color:#738fa9;
	color:#ffffff;
	border-left:1px #93a4c9 solid;
	border-top:1px #93a4c9 solid;
	border-right:1px #536a80 solid;
	border-bottom:1px #536a80 solid;
	margin-left:6px;
}
#topSearch input, #footSearch input { 
	padding-left:4px;
	padding-right:4px;
	font-size:0.8em;	
}
#content {	
	margin-top:2em;
}
#footer {	
	text-align:center;
	margin-top:3em;
	background:url(/images/footer_bg.gif) repeat-x top left;
}
#footSearch {
	padding-top:2em;
	padding-bottom:2.4em;
}
#footlink {
	margin-bottom:1em;
}
#footlink li, #servicelink li {
	display:inline;
	list-style:none;
	background:url(/images/link_bar.gif) #fff no-repeat bottom right;
	padding:0 6px;
}
#footlink li.last {
	background:none;
}
#footlink li a, #servicelink li a {
	font-size:1em;
	text-decoration:none;
	font-family:arial;
}
#servicelink {
	margin-bottom:1em;
}
#servicelink li a { font-weight:bold; }
#servicelink li.last {
	background:none;
}
#wclink, #wclink a {color:#404040;font-size:11px;}
#wclink a {text-decoration:none;}
/*****************************************************
* content css
*****************************************************/
#mainContent {
	width:730px;
	float:left;
	margin-right:48px;
}
#submenu {
	width:202px;	
	float:left;
}

/*****************************************************
* ul list
*****************************************************/
.level4-1 {	
	margin:0;
	padding:0;
	list-style:none;
}
.level4-1 li {
	float:left;
	width:24%;	
}
.level4-2 {
	margin:0;
	padding:0;				
	list-style:none;
}
.level4-2 li {	
	width:100%;	
	line-height:1.5em;
	text-align:left;	
}
.level3-1 {	
	margin:0;
	padding:0;
	list-style:none;
}
.level3-1 li {
	float:left;
	width:33%;	
}
.level3-2 {			
	margin:0;
	padding:0;		
	list-style:none;
}
.level3-2 li {	
	width:100%;	
	line-height:1.8em;
	text-align:left;	
}
.level2-1 {
	margin:0;
	padding:0;
	list-style:none;
}
.level2-1 li {
	float:left;	
	width:48%;	
}
.level2-2 {
	margin:0;
	padding:0;
	list-style:none;
}
.level2-2 li {	
	width:100%;	
	line-height:1.8em;
	text-align:left;	
}
.level2-3 {
	margin:0;
	padding:0;
	list-style:none;
}
li.lastline {
	margin-bottom:2em;
}