* {margin:0; padding:0; border:0}

body, html {
	height: 100%;
	}

body {
	margin: 0; padding: 0;
	}	

#wrapper {
	min-height:100%;
	}

* html #wrapper {
	height:100%;
	}

/*HEADER---------------------------------------------------*/
#header {
	width: 100%;
	background:#FFF url(../images/header-bg.gif) repeat-x;
	}

#header_800 {
	width: 900px;
	height: 150px;
	margin: 0 auto 10px auto;
	position: relative;
	overflow: hidden;
	background:url(../images/header-900-bg.gif) no-repeat;
	border-bottom:#009 1px solid;
	}
	
a#logo{
	width:184px;
	height:64px;
	background:url(../images/logo.gif) no-repeat;
	float:left;
	margin:60px 0 0 0;
	display:block;
	line-height:300px;
	overflow:hidden;
	}
	
img#header_links{
	float:right;
	margin:60px 0 0 0;
	}
	
#sub_nav{
	width:700px;
	float:right;
	margin:5px 0 0 0;
	}
	
#sub_nav p{
	width:150px;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:right;
	line-height:16px;
	margin:0 0 0 10px
	}
	
#sub_nav ul{
	width:150px;
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0 30px 0 5px;
	}
	
#sub_nav li{
	text-align:right;
	margin:0 0 2px 0;
	}
	
#sub_nav a{
	color:#666;
	}

#content {
	width: 100%;
	padding-bottom: 135px;
	}
	
#content_800 {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	}

#footer {
	width: 100%;
	height: 135px;
	margin: -135px auto 0 auto;
	position: relative;
	background:url(../images/footer-bg.gif) repeat-x;
	}

#footer_800 {
	width: 900px;
	height: 135px;
	position: relative;
	margin: 0 auto;
	background:url(../images/footer-800-bg.gif) 0 105px no-repeat;
	}
	
ul.footer_list{
	float:left;
	margin:18px 35px 0 0;
	list-style:none;
	}

ul.footer_list li{
	line-height:16px;
	}

ul.footer_list li a{
	font:11px Arial, Helvetica, sans-serif;
	color:#FFF;
	}
	
#footer_right{
	float:right;
	background:url(../images/get-in-touch-footer.gif) 200px 0 no-repeat;
	width:350px;
	height:100px;
	display:block;
	}
	
#footer_right p{
	font:11px Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:50px 0 0 0;
	text-align:right;
	width:350px;
	}
	
#footer_right p a{
	font-weight:bold;
	color:#FFF;
	}
	
#footer_right p em a{
	font-weight:bold;
	color:#999;
	}
	
table.content_table td{
	background:#CCC;
	font:12px Arial, Helvetica, sans-serif;
	padding:5px;
	}

/*COMMON-----------------------------------------*/
.clearit{clear:both}

a.contact_blue{
	width:356px;
	height:66px;
	display:block;
	background:url(../images/contact-blue.png) no-repeat;
	line-height:999px;
	overflow:hidden;
	}
	
a.contact_blue_315{
	width:315px;
	height:58px;
	margin:10px 0;
	display:block;
	background:url(../images/contact-blue-315.png) no-repeat;
	line-height:999px;
	overflow:hidden;
	}
	
a:hover.contact_blue{
	background:url(../images/contact-blue.png) 0 -66px no-repeat;
	}
	
a:hover.contact_blue_315{
	background:url(../images/contact-blue-315.png) 0 -58px no-repeat;
	}
	
h1{
	font:20px Arial, Helvetica, sans-serif;
	color:#009;
	margin:15px 0 10px 0;
	}
	
h2{
	font:16px Arial, Helvetica, sans-serif;
	color:#009;
	margin:15px 0 10px 0;
	}
	
p{
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	width:560px;
	margin:5px 0 10px 0;
	line-height:18px;
	}
	
em{
	font-style:normal;
	font-weight:bold;
	color:#009;
	font-size:12px;
	}
	
.left{float:left}

.right{
	float:right;
	width:315px;
	}
	
.left li{
	font:12px Arial, Helvetica, sans-serif;
	color:#009;
	background:#f1e9e9;
	margin:3px 0;
	padding:7px;
	width:550px;	
	}
	
.left li a{
	font:12px Arial, Helvetica, sans-serif;
	color:#009;	
	}
	


/*HOMEPAGE---------------------------------------*/
#focus{
	width:865px;
	height:84px;
	padding:170px 0 0 35px;
	margin:0 0 0 0;
	background:url(../images/focus-bg.jpg) no-repeat;
	}
	
ul.home_boxes{
	width:900px;
	margin:20px 0 20px 0;
	}
	
ul.home_boxes li{
	display:inline;
	margin:0 30px 0 0;
	float:left;
	}
	
ul.home_boxes li a{
	width:200px;
	height:100px;
	display:block;
	border:1px solid #99C;
	border-top:1px solid #99C;
	}
	
ul.home_boxes li a:hover{
	border:1px solid #009;
	border-top:1px solid #009;
	}
	
ul.home_boxes li.last_home_box{
	margin:0;
	float:right;
	}



