/**
 * default layout template styles
 *
 */

html {
 	padding-top: 4px;
 	padding-bottom: 20px;
 	background: #d9ecf5 url(../img/html_bg.gif) repeat-x top left;
 	color: #28324D;
 	font-family: arial, sans-serif;
}
table {
 	font-family: arial, sans-serif;
}
 
/*
 * logo
 */
#logo {
	float: left;	
	width: 510px;
	margin-bottom: 4px;
}
  
/* 
 * banner ad
 */
#banner_ad {
	float: right;
	width: 449px;
	margin-bottom: 4px;
}

 /*
  * memebership and search strip 
  */
 #membership {
 	height: 35px;
 	background: #FFF url(../img/header_membership_bg.jpg) no-repeat top left;
 	color: #2a2e32;
 }
 #membership #auth {
 	float: left;
 	width: 678px;
 	font-size: 16px;
 	font-weight: bold;
 }
 #membership p {
 	margin: 0;
 	padding: 10px 10px 0 10px;
 }
 #membership #auth a {
 	color: #09C;
 	text-decoration: none;
 }
 #membership #auth a:hover {
 	text-decoration: underline;
 }

#search {
	width: 282px;
	float: right;	
}
#search div.input {
	float: left;
	margin: 7px 0 0 18px;
}
#search div.input input {
	border: none;
	background: url(../img/info_icon.gif) no-repeat center right;
	width: 210px;
}
#search div.submit {
	float: right;
	margin-right: 10px;
	height: 35px;
	overflow: hidden;
}
#search div.submit input {
	border: 0;	
}

/*
 * Primary navigation - only 4 items, so space them out nicely with first and 
 * last items towards edges of the nav bar.
 */
#primary_nav {
	clear: both;
	margin-left: -20px;
	margin-right: -20px;
	height: 47px;
	background: url(../img/primary_nav_bg.gif) no-repeat top left;
	color: #333;
}
#primary_nav ul {
	float: left;
	margin: 10px 20px;
	width: 960px;
}
#primary_nav li {
	float: left;
	list-style: none;
	text-align: center;
	margin: 0 10px;	padding: 0 10px;
	width: 250px;
}
#primary_nav li.first {
  margin-left: 0;
  width: 160px
}
#primary_nav li.last {
	margin-right: 0;
  width: 160px
}
#primary_nav a {
	display: block;
	font-size: 1.5em;
	padding: 3px 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#primary_nav a:hover, #primary_nav a:focus {
  color: #a7d051;
}
#primary_nav li.active a {
	color: #FEDB00;	
}
/*
 * content
 */
 
#content_wrapper {
	margin-left: -20px;
	margin-right: -20px;
	background: url(../img/content_wrapper_bg.gif) no-repeat top left;
	padding: 0 20px;	
}
#content {
	background: #dde2e5 url(../img/sidebar_bg.gif) repeat-x top left;	
	color: #333;
}
#content_drop_shadow {
	height: 0px;
}

#page-header {
  background: #fFF url(../img/header.png) no-repeat bottom right;
  height: 83px;
}
#page-header h2 {
  background: #28324D; color: #fff;
  border: 1px solid #fff;
  float: left;
  margin: 10px; padding: 10px;
  font-size: 2em;
}
div.shadow { position: absolute; background: url(../img/drop-shadow.gif) no-repeat top left; width: 960px; }

/*******************************************************************************
 * Main column
 ******************************************************************************/
.main {
	float: left;
	width: 680px;
	padding: 10px 0;
}

/*
 * Inline search form
 */
.main #search-form {
  padding: 20px 10px;
  clear: both;
}
.main #search-form .inline,
.main #search-form .submit {
  display: inline;
}

/*******************************************************************************
 * Sidebar 
 ******************************************************************************/
.sidebar_wrapper {
	float: right;
	width: 280px;
	margin-bottom: 10px;
}	
.sidebar {
	padding-bottom: 10px;
}

/*
 * Sidebar blocks
 */
#content .sidebar .section {
	padding: 10px 20px;
	border-top: 2px dotted #fff;
}
#content .sidebar .section h2 { color: #053054; }
#content .sidebar .section ul {
	list-style: none;
	margin: 0;
	font-size: 14px;
}
#content .sidebar .section li {
	margin: 0px 10px;
	background: url(../img/bullet_useful_links.gif) no-repeat center left;
	padding-left: 10px;
}
#content .sidebar .section li a {
	padding: 4px;
	color: #09c;
	text-decoration: none;
	display: block;
}
#content .sidebar .section li a:hover {
	text-decoration: underline;
}

#content .sidebar .section li.current_action a {
	font-weight: bold;
	background: #000;
	color: #FFF;
}

#content .sidebar .misc { background: #d2eff5;	}

/*
 * Search box
 */
#content .sidebar #search_box {
  background: #F5D7D1;
}
#content .sidebar #search_box input {
  border: 1px solid #D6D6D6;
}


/*******************************************************************************
 * Footer 
 ******************************************************************************/
#footer {
	background: #005693;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#footer .header {
	float: left;
	width: 100%;
	color: #8df;
}
#footer .header strong {
	color: #FFF;	
}
#footer .header a {
	color: #FFF;
	text-decoration: none;	
}
#footer .header a:hover {
	text-decoration: underline;	
}
#footer .links {
	padding: 12px;
	float: left;	
}
#footer .futurate {
	padding: 12px;
	float: right;	
}
#footer .additional_links {
	clear: both;
	float: left;
	padding: 20px 27px;
	width: 300px;
	color: #0eb4da;
}
#footer .additional_links a {
	color: #FFF;
	text-decoration: none;
}
#footer .additional_links a:hover {
	text-decoration: underline;	
}

#footer .keywords {
	clear: both;
	padding: 0 27px;
	color: #0eb4da;
}

.message {
	background: #FFF;
	padding: 10px;
	color: #333;
	font-weight: bold;
}
.message.success {
	background: #090;
	color: #FFF;
}
.message.fail,
#authMessage {
	background: #900;
	color: #FFF;
}

.ajax-loader {
	background: url(../img/ajax-bar.gif) no-repeat center center;
	height: 32px;
}

