@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	margin-top: 24px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #313131;
	background:#1384d2 url(images/bg_body.png) repeat-x;
}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
small {font-size: .8em;}
	
img, img a {border: none;}

a {
	color: #7eb507;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

#nav {
	width: 932px;
	height: 46px;
	margin: 0 auto;
	background: url(images/bg_nav.png) no-repeat;
	}
#nav ul {padding-top: 12px;}
#nav li {
	float: left;
	padding: 6px 60px;
	list-style: none;
	background: url(images/bg_nav-li.gif) no-repeat right 0;
	}
#nav li.menu-last  {background: none}

#nav li a {
	display: block;
	height: 21px;
	}
#nav li a em {display: none;}

#nav li a.m1 {width: 38px; background: url(images/nav_01.gif) no-repeat;}
#nav li a.m2 {width: 79px; background: url(images/nav_02.gif) no-repeat;}
#nav li a.m3 {width: 87px; background: url(images/nav_03.gif) no-repeat;}
#nav li a.m4 {width: 28px; background: url(images/nav_04.gif) no-repeat;}
#nav li a.m5 {width: 77px; background: url(images/nav_05.gif) no-repeat;}

#nav li a:hover, #nav li.menu-current a {background-position: bottom}

#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0 16px;
	background: url(images/bg_wrap.png) repeat-y;
	}

#logo {
	height: 219px;
	background: url(images/logo.jpg) no-repeat;
	}
#logo h1 strong {display: none;}

#home-banners {
	height: 172px;
	color: #FFF;
	background: url(images/bg_home-banners.png) repeat-x;
	}

#home-banners .banner {
	float: left;
	width: 280px;
	height: 140px;
	padding: 16px 10px;
	background: url(images/bg_banner-separator.gif) no-repeat right 0;
	}
	
#home-banners .banner h2 {
	font-size: 1.1em;
	margin-bottom: 8px;
	}

#home-banners .banner p {margin-bottom: 0;}

#home-banners .banner a {color: #FFF;}
	
#home-banners .banner td {
	height: 134px;
	padding: 0 8px;
	}
	
#home-content {
	padding-top: 32px;
	background: url(images/bg_content-home.jpg) no-repeat;
	}
	
#home-content #col-1 {
	float: left;
	width: 334px;
	margin-left: 80px;
	padding: 32px 0 0 2px;
	background: url(images/bg_home-col1.gif) no-repeat;
	}
	
* html ##home-content #col-1 {margin-left: 40px;}
	
#home-content #col-2 {
	float: right;
	width: 364px;
	margin-right: -4px;
	padding: 64px 16px 16px 24px;
	background: url(images/bg_home-col2.gif) no-repeat;
	}
	
#home-content h2 strong {display: none}

#bodycopy {
	float: left;
	width: 560px;
	margin: 32px 24px;
	}
* html #bodycopy {margin-left: 12px;}
	
#bodycopy h1 {
	color: #04226d;
	font-size: 1.6em;
	margin-bottom:.8em;
	}
	
#bodycopy h2 {
	color: #04226d;
	font-size: 1.2em;
	margin-bottom:.6em;
	padding-top: 8px;
	}
	
#bodycopy ul {
	margin: 0 0 16px 8px;
	}
	
#bodycopy ol {
	margin: 0 0 16px 24px;
	}
	
#bodycopy li {
	line-height: 1.7em;
	}
	
#bodycopy ul li { 
	list-style: none;
	padding-left: 22px;
	background: url(images/bullet-tick.gif) 0 2px no-repeat;
	}
	
#sidebar {
	float: right;
	width: 282px;
	margin: 32px -9px 0 0;
	}
	
#sidebar #side1 {
	width: 225px;
	padding: 74px 30px 16px 24px;
	background: url(images/bg_side01.gif) no-repeat;
	}
	
#sidebar #side2 {
	width: 227px;
	padding: 44px 30px 16px 24px ;
	background: url(images/bg_side02.gif) no-repeat;
	}
	
#sidebar #side1 h2 strong,  #sidebar #side2 h2 strong {display: none;}
	
#footer {
	clear:both;
	width: 932px;
	margin: 0 auto;
	padding: 28px 0 0 0;
	text-align: center;
	color: #FFF;
	background: url(images/bg_footer.png) no-repeat;
	}
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */