/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

html {
	background: url(../images/bkgrd/html_bkgrd.gif) top left repeat;
	}

body {
	text-align: center;
	margin: 23px 0 28px 0;
	background: url(../images/bkgrd/body_bkgrd.gif) top center repeat-y;
   	}

div#wrapper {
	width: 804px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bkgrd/wrapper_bkgrd.gif) bottom center no-repeat;
	}
	
div#container {
	width: 800px;
	background: url(../images/bkgrd/container_bkgrd.gif) top center no-repeat;
	padding: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	}
	
div#header {
	width: 761px;
	height: 92px;
	margin: 20px 0 0 20px;
	}
	
div#nav {
	width: 761px;
	margin-left: 20px;
	}

div#main {
	width: 761px;
	margin-left: 20px;
	}
	
div#footer {
	width: 761px;
	margin: 0 20px 18px 20px;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#logo {
	float: left;
	width: 270px;
	}
	
div#header_banner {
	float: left;
	width: 491px;
	text-align: right;
	}
	
div#header_banner a {
	margin-left: 6px;
	}
	
div#header_search {
	height: 20px;
	text-align: right;
	}

div#header_search form#cse-search-box input.search_txt {
	width: 160px;
	border: 1px solid #999999;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 1px;
	vertical-align: middle;
	}

div#header_search form#cse-search-box input.search_btn {
	vertical-align: middle;
	}

/*******************************************************************************
	Nav
*******************************************************************************/
div#sub_nav {
	width: 761px;
	text-align: center;
	margin-bottom: 2px;
	}

div#sub_nav ul {
	list-style: none;
	}
	
div#sub_nav ul li {
	display: inline;
	margin-right: 10px;
	line-height: 22px;
	}
	
div#sub_nav ul li.last {
	margin-right: 0px;
	}
	
div#sub_nav ul li a {
	color: #2e3192;
	text-decoration: none;
	font-weight: bold;
	}
	
div#sub_nav ul li a:hover {
	text-decoration: underline;
	}
	
div#main_nav {
	width: 761px;
	height: 24px;
	background:url(../images/bkgrd/nav_bkgrd.gif) top left repeat-x;
	}

table#main_nav_wrapper {
	margin: 0 auto;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#links {
	width: 761px;
	margin-top: 15px;
	line-height: 16px;
	text-align: center;
	color: #999;
	}
	
div#links a {
	color: #999;
	text-decoration: none;
}

div#links a:hover {
	text-decoration: underline;
	}
	
div#footer_nav {
	float: left;
	margin-top: 13px;
	height: 21px;
	}
	
div#footer_nav a {
	vertical-align: middle;
	line-height: 21px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}
	
div#footer_nav img {
	vertical-align: middle;
	}
	
div#footer_nav a:hover {
	text-decoration: underline;
	}
	
div#copyright {
	float: right;
	margin-top: 7px;
	color: #999999;
	line-height: 20px;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}
