/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

body {
	background: #626245 url(/images/bkgrd/html_bkgrd.jpg) top center repeat;
	background-attachment: fixed;
	text-align: center;
   	}

div#wrapper {
	width: 840px;
	margin: 0 auto;
	margin-top: 43px;
	text-align: left;
	background-color: #ffffff;
	}
	
div#container {
	margin: 0 auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
div#header {
	width: 800px;
	padding: 30px 0 10px 0;
	}
	
div#nav {
	width: 800px;
	}

div#main {
	width: 800px;
	}
	
div#footer {
	width: 800px;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#logo {
	float: left;
	}
	
div#header_banner {
	float: right;
	width: 400px;
	padding-top: 30px;
	text-align: right;
	}
	
div#header_banner img.mast_btn_find_an_office {
	margin: 0 0 3px 15px;
	}
	
/*******************************************************************************
	Search
*******************************************************************************/

div#header_search {
	padding-left: 12px;
	height: 18px;
	text-align: right;
	float: right;
	}

div#header_search form#cse-search-box input.search_txt {
	width: 116px;
	height: 15px;
	border: 1px solid #a9a9a9;
	padding: 1px 0 0 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	vertical-align: middle;
	}

div#header_search form#cse-search-box input.search_btn {
	vertical-align: middle;
	width: 57px;
	height: 18px;
	}

/*******************************************************************************
	Nav
*******************************************************************************/
div#sub_nav {
	width: 800px;
	text-align: center;
	padding-bottom: 5px;
	}

div#sub_nav ul {
	padding-top: 3px;
	list-style: none;
	font-size: 10px;
	float: right;
	}
	
div#sub_nav ul li {
	display: inline;
	margin-right: 12px;
	}
	
div#sub_nav ul li.last {
	margin-right: 0px;
	}
	
div#sub_nav ul li a {
	color: #5AA51C;
	text-decoration: none;
	font-weight: bold;
	}
	
div#sub_nav ul li a:hover {
	text-decoration: underline;
	}
	
div#main_nav {
	margin-bottom: 15px;
	width: 800px;
	height: 31px;
	background:url(/images/bkgrd/nav_bkgrd.gif) top center no-repeat;
	}

table#main_nav_wrapper {
	margin: 0 auto;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer {
	font-size: 10px;
	padding-bottom: 20px;
	}

div#links {
	width: 800px;
	margin: 25px 0 10px 0;
	text-align: center;
	color: #c1c2c0;
	}
	
div#links a {
	color: #c1c2c0;
	text-decoration: none;
	}

div#links a:hover {
	text-decoration: underline;
	}
	
div#links h5 {
	font-size: 10px;
	color: #c1c2c0;
	font-weight: normal;
	}
	
div#footer_nav {
	padding-top: 3px;
	width: 325px;
	height: 19px;
	float: left;
	}
	
div#footer_nav a {
	vertical-align: middle;
	color: #70bc1f;
	text-decoration: none;
	font-weight: bold;
	}
	
div#footer_nav img {
	vertical-align: middle;
	}
	
div#footer_nav a:hover {
	text-decoration: underline;
	}
	
div#copyright {
	width: 450px;
	height: 19px;
	float: right;
	color: #999999;
	}
	
div#copyright p {
	padding: 4px 5px 0 0;
	float: right;
	}
	
div#copyright img {
	float: right;
	}
	
div#curious {
	float: right;
	width: 285px;
	}
	
div#curious p {
	text-align: right;
	color: #999999;
	padding-right: 35px;
	}

div#curious a {
 	color: #999999;
	text-decoration: none;
	}
	
div#curious a:hover {
	text-decoration: underline;
	}
	
div#footer_keywords {
	float: left;
	width: 510px;
	}
	
div#footer_keywords h5 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}