@charset "utf-8";
/* CSS Document */

/* Containers ***/

body {
	margin:0;
	padding:0;
	min-height:100%;
	background:#7f919f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; }

#wrapper {
	margin:0 auto;
	padding-top:15px;
	width:930px; }

#header {
	height:147px; }
	
#header_icon {
	height:145px;
	width:730px;
	background:url(/new/images/header_icon.png) no-repeat top left;
	position:relative;
	z-index:2;
	padding:30px 0 0 175px;
	font:700 36px Century; }
	
.address_bar {
	margin-top:-79px;
	background:#d08357;
	height:20px;
	padding:5px 5px 0 0;
	text-align:right;
	color:#fff; }
	
.strip {
	background:#dfb98c;
	height:5px; }
	
#sub_navi {
	background:#8a858b;
	height:27px;
	padding-right:5px;
	text-align:right;
	color:#000; }
	
#content_wrapper {
	clear:both;
	min-height:325px;
	height:100%;
	overflow:hidden; }
	
#navi {
	padding-bottom:9999px;
	margin-bottom:-9999px;
	width:200px;
	min-height:325px;
	height:100%;
	background:#9b975a;
	float:left; }
	
#content {
	width:425px;
	min-height:275px;
	background:#fff;
	color:#666;
	float:left;
	padding:25px; }
	
#side_bar {
	padding-bottom:9999px;
	margin-bottom:-9999px;
	width:255px;
	min-height:325px;
	background:#dfb98c url(/new/images/sidebar_bg.png) no-repeat top left;
	float:right; }

#footer {
	clear:both;
	margin-top:79px; }
	
#content_footer {
	text-align:center;
	height:125px;
	background:#7f919f;
	color:#fff;
	padding:15px; }
	
#copy {
	padding-top:5px;
	color:#dfb98c; }


/* Navigation (main, sub && footer) ***/

#navi ul {
	margin:0;
	padding:25px 0 0 35px; }
	
#navi ul li {
	list-style:none;
	padding-bottom:10px;
	width:500px; }
	
#navi ul li a {
	color:#fff;
	text-decoration:none;
	padding:0 125px 10px 5px;
	font-weight:700; }
	
#navi ul li:hover {
	background:#fff;
	color:#9b975a; }
	
#navi ul li a:hover {
	color:#9b975a;
	width:150px; }
	
#sub_navi ul {
	margin:2px 0 0 0;
	padding:0; }
	
#sub_navi ul li {
	display:inline;
	border-left:2px solid #dfb98c;
	padding:5px 10px 5px;
	margin:-2px -5px 0 0;
	position:relative;
	z-index:2; }
	
#sub_navi ul li a {
	color:#000;
	text-decoration:none; }
	
#sub_navi ul li:hover {
	background:#dfb98c; }
	
#content_footer ul {
	margin:10px 0 0 0;
	padding:0;
	color:#fff;
	display:inline; }
	
#content_footer ul li {
	display:inline;
	padding:5px 10px 5px; }
	
#content_footer ul li a {
	color:#fff;
	text-decoration:none; }
	
#content_footer ul li:hover {
	background:#d08357; }


/* Headers ***/

h1 {
	background:#9b975a;
	color:#fff;
	margin:0 0 0 -25px;
	padding:5px 0 5px 25px;
	font-size:32px; }

h2 {
	font-size:14px;
	text-decoration:underline; }

	
/* Native (a, hr, ul, etc) ***/

a {
	color:#9b975a; }

	
/* Class / Id specifics ***/

#header_icon a {
	color:#fff;
	text-decoration:none; }

.see_also {
	text-align:right; }

.see_also a {
	color:#9b975a;
	text-decoration:none; }
	
.see_also a:hover, .see_also a:focus {
	border-bottom:1px solid #9b975a;
	border-top:1px solid #9b975a;
	padding:4px 0; }
