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

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

body {
	background: url(/images/bkgrd/body_bkgrd.jpg) top center repeat-x #FFFFFF;
	text-align: center;
	height: 100%;
   	}
	
div#container {
	margin: 0 auto;
	width: 945px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	
div#header {
	width: 941px;
	padding: 0 2px 0 2px;
	}
	
div#nav {
	width: 943px;
	margin-top: 17px;
	padding: 0 1px 0 1px;
	}

div#main {
	width: 945px;
	margin-top: 16px;
	}
	
div#quick_links {
	width: 941px;
	padding: 0 2px 0 2px;
	}
	
div#footer {
	background: url(/images/bkgrd/footer_bkgrd.jpg) top center repeat-x;
	}

/*******************************************************************************
	Sub Nav
*******************************************************************************/
div#sub_nav {
	width: 941px;
	height: 29px;
	padding: 0 2px 0 2px;
	}

div#sub_nav ul {
	padding-top: 7px;
	list-style: none;
	font-size: 10px;
	float: right;
	}
	
div#sub_nav ul li {
	display: inline;
	margin-right: 20px;
	}
	
div#sub_nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
	
div#sub_nav ul li a:hover {
	text-decoration: underline;
	}
	
/*******************************************************************************
	Header Search
*******************************************************************************/
div#header_search {
	height: 24px;
	text-align: right;
	float: right;
	padding-top: 2px;
	}

div#header_search form#cse-search-box input.search_txt {
	width: 146px;
	height: 18px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #B4D993;
	padding: 4px 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D847A;
	background: #DDEAD8 url(/images/bkgrd/search_bkgrd.gif) top left no-repeat;
	vertical-align: middle;
	}

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

/*******************************************************************************
	Nav
*******************************************************************************/
div#logo {
	float: left;
	}

/*******************************************************************************
	Main Nav
*******************************************************************************/	
div#main_nav {
	float: right;
	width: 622px;
	height: 47px;
	background: url(/images/bkgrd/nav_bkgrd.gif) top left no-repeat;
	margin-top: 9px;
	padding: 22px 0 0 28px;
	}
	
/*******************************************************************************
	Quick Links
*******************************************************************************/	
div#quick_links {
	width: 943px;
	height: 26px;
	padding: 0 1px 0 1px;
	margin: 14px 0 14px 0;
	}
	
div#get_it_right {
	float: left;
	}
	
div#quick_links ul {
	/*float: right;*/
	text-align: center;
	padding-top: 6px;
	list-style: none;
	font-size: 13px;
	color: #E8E9E7;
	}

div#quick_links ul li {
	display: inline;
	margin-right: 39px;
	}
	
div#quick_links ul li.last {
	margin-right: 0;
	}

div#quick_links ul li a {
	color: #B8BABC;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}

div#quick_links ul li a:hover {
	text-decoration: underline;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer_container {
	margin: 0 auto;
	width: 941px;
	padding: 19px 2px 20px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	}

div#links {
	width: 941px;
	padding: 0 2px 0 2px;
	margin: 0px 0 20px 0;
	text-align: center;
	color: #B6B6B6;
	font-size: 11px;
	}

div#links a {
	color: #B6B6B6;
	text-decoration: none;
	}

div#links a:hover {
	text-decoration: underline;
	}

div#links h5 {
	font-size: 10px;
	color: #B6B6B6;
	font-weight: normal;
	}

div#footer_nav {
	padding-top: 3px;
	width: 491px;
	float: left;
	}
	
div#footer_nav ul {
	list-style: none;
	}
	
div#footer_nav ul li {
	display: inline;
	margin-right: 18px;
	}

div#footer_nav ul li.last {
	margin-right: 0;
	}

div#footer_nav ul li a {
	color: #70BC1F;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}

div#footer_nav ul li 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#keywords {
	float: left;
	width: 510px;
	}

div#keywords h5 {
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	}
	
/*******************************************************************************
	404 Page
*******************************************************************************/
div#main div#error_page {
	width: 941px;
	padding: 100px 0 100px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}
	
div#main div#error_page p {
	color: #333333;
	font-size: 1.0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}

div#main div#error_page a {
	color: #70BC1F;
	text-decoration: underline;
	}
	
/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
