body {
	background: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
}
#logo {
  color: #fff;
	font-size: 570%;
	line-height: 0.75em;
	letter-spacing: -2px;
	font-weight: bold;
}
#logo img {
  position: absolute;
	bottom: 0;
	right: 0;
}
#banner {
	background: #005eac url(../images/banner.gif) bottom left repeat-x;
	text-align: center;
	border-top: 10px solid #004388;
overflow: visible;
}
#bannerinner {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	height: 100px;
	position: relative;
overflow: visible;
}
#nav ul {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
z-index: 100;
}
#nav ul li {
	float: left;
	padding: 0;
	margin: 0 4px 0 0;
	display: block;
overflow: visible;
}
#nav ul li a {
	display: block;
	background: none;
	float: left;
	border: none;
	color: #fff;
	margin: 0;
	padding: 4px 9px 6px 9px;
	background: #005cbc url(../images/nav.gif) top left repeat-x;
}
#nav ul li a:hover {
	background: #0095d6;
}
#nav ul li.active a:hover {
	background: #fff url(../images/navon.gif) top left repeat-x;
}
#nav ul li.active a {
	color: #004997;
	background: #fff url(../images/navon.gif) top left repeat-x;
	font-weight: bold;
	margin-bottom: -8px;
	padding-bottom: 14px;
}
#main {
	z-index: 50;
background: transparent url(../images/shading.gif) top left repeat-x;
}
#maininner {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 40px;
}
#side {
	width: 250px;
	float: right;
	padding-top: 20px;
	padding-bottom: 40px;
}
#content {
	width: 475px;
  margin-right: 25px;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
}
#subnav ul {
	padding: 0 0 1px 0;
	margin: 23px 0 0 0;	
	border-top: 2px solid #B7F4FF;
	border-bottom: 2px solid #B7F4FF;
	background: transparent url(../images/line.gif) bottom left repeat-x;
}
#subnav ul ul {
  margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent url(../images/line.gif) top left repeat-x;
}
#subnav ul li a {
  display: block;
  background: none;
  border: none;
  color: #004997;
  padding: 5px 20px 4px 20px;
}
#subnav ul li li a {
	padding-left: 35px;
	font-size: 95%;
}
#subnav ul li li li a {
	padding-left: 55px;
	font-size: 90%;
}
#subnav ul li.active a {
  font-weight: bold;
}
#subnav ul li.active a,
#subnav ul li a:hover {
	background: transparent url(../images/arrow.gif) 5px 53% no-repeat;
}
#subnav ul li li.active a,
#subnav ul li li a:hover {
	background: transparent url(../images/arrow.gif) 20px 52% no-repeat !important;
}
#subnav ul li li li.active a,
#subnav ul li li li a:hover {
	background: transparent url(../images/arrow.gif) 40px 51% no-repeat !important;
}		
#subnav ul li.active li a {
	font-weight: normal;		
	background: none;
}
.box {
  color: #00A971;
  border: 4px solid #CFFFF3;
  background: #f5fffb url(../images/grad.gif) bottom left repeat-x;
  padding: 10px 15px;
  font-size: 95%;
}
.box h4 {
  margin: 0 0 0.1em 0;
  font-size: 110%;
  color: #00A971;
}
.box .last {
  margin-bottom: 0;
}
#footer {
  clear: both;
  padding: 20px 0 40px;
  border-top: 3px solid #B9F4FF;
  background: transparent url(../images/navon.gif) top left repeat-x;
}
#footerinner {
  width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#footer #copy {
  float: left;
}
#footer #yike {
  float: right;
}

/* misc.
--------------------------------------------------------------------------- */

hr, .hide {
	display: none;
}
a img {
	border: none;
}

/* self-clearing floats
--------------------------------------------------------------------------- */

#footer #footerinner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* font sizes for IE5 on Windows 
--------------------------------------------------------------------------- */
body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body { /* be nice to Opera */
	font-size: small;
}

/* self-clearing floats IE on Windows 
--------------------------------------------------------------------------- */

/* ie5+6/win only */
* html #footer #footerinner:after {
	height: 1%;
}
/* ie7/win only */
*:first-child+html #foofooter #footerinner:after {
	min-height: 1px;
}

/* misc. IE on Windows fixes
---------------------------------------------------------------------------- */

/* allow negative margin on float ie5+6 */
* html #nav ul li a { height: 1%; }

/* close gaps in vertical styled lists ie5+6 */
* html #subnav a { display: inline-block !important; }
* html #subnav a { display: block !important; }

/* close gaps in vertical styled lists ie7 */
*:first-child+html #subnav a { display: inline-block !important; }
*:first-child+html #subnav a { display: block !important; }


