* {
	margin: 0;
	padding: 0;
}

body {
	background: #ececec url(../images/design_elements/back.gif) center; 
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

#mainContainer {
	width: 775px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid #fff;
/*	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	*/
}

#mastHead {
	background: url(../images/masthead/header.gif) no-repeat 0 -5px;
	height: 80px;
}	

#mastHead .masthead_ad {
 float: right; 
 width: 468px; 
 text-align: right; 
 padding: 5px 15px 10px 0;
}

h1#title {
	display: none;
}	

a:link {
	color: #003670;
}	

a:hover {
	color: #b50d0d;
	text-decoration: none;
}	

a:visited {
	color: #405770;
	text-decoration: none;
}	

h2 a:link {
	color: #000;
	text-decoration: none;
}

h2 a:hover {
	color: #B50D0D;
}	

form {
}	

.clear_both {
	clear: both;
}	

/** ACCOUNT ADMIN NAV **********************************************************
*******************************************************************************/
#header_nav {
	background: #1A2B3F;
}	

#date_header {
	float: left;
	width: 300px;
	font-size: 11px;
	padding: 4px 0px 3px 15px;
	color: #eee;
	font-weight: bold;
}

#adminNav {
	float: right;
	width: 90%;
	padding: 0 7px 3px 0px;
}

#adminNav ul {
	float: right;
	display: inline;
	list-style: none;
	margin-right: 5px;
}	
	
#adminNav ul li {
	display: inline;
	float: left;
	margin: 0 0 0 1px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
/*	background: #5E80AD; */
	line-height: 100%;
	 /*\*//*/
	 width: 100px;
	 /**/
}
	
#adminNav ul li a {
	display: block;
	padding: 3px 6px 4px 6px;
	color: #fff;
	text-decoration: none;
/*	border: 1px solid #ddd; 
	border-top: 0; */
	line-height: 100%;
}	

#adminNav ul li a:hover {
/*	background: #9BA3AA; */
	background: #5E80AD;
}


/** MAIN NAVIGATION ************************************************************
*******************************************************************************/

#outerNavContainer {
	width: 100%;
	background: #344760;
	text-align: center;
	border-top: 1px solid #ccc;
}

#navContainer {
	width: 750px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 1px;
	background: #344760 url(../images/design_elements/vertical_dotted_border.gif) left repeat-y;		
	border: 1px solid #556270;
	border-top: 0;
}

#navContainer ul {
	display: inline;
	list-style: none;
	background: #556270;
	z-index: 100;
}	
	
#navContainer ul li {
	display: inline;
	float: left;
	width: 125px;
/*	height: 42px; */
	text-align: left;
	background: #344760 url(../images/design_elements/vertical_dotted_border.gif) right repeat-y;
}
	
#navContainer ul li .title {
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
}

#navContainer ul li .tagline {
	display: block;
	font-size: 10px;
	color: #fff;
	line-height: 100%;
}

#navContainer ul li a {
	display: block;
	padding: 7px 5px 7px 3px;
	margin: 0 1px 0 0;
	color: #fff;
	text-decoration: none;
}	

#navContainer ul li a:hover {
	background: #5E80AD;
}	

/** PAGE TOOLBAR ***************************************************************
*******************************************************************************/

#pageToolbar {
	width: 775px;
	background: #f0f0f0 url(../images/design_elements/nav_gradient.jpg) 0 -12px repeat-x;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
	padding: 1px 0 2px 0;
	margin: 0 0 12px 0;
}

#pageToolbar #publishDate {
	float: left;
	width: 385px;
	font-size: 11px;
	color: #333;
}

#pageToolbar #searchBox {
	float: left;
	width: 355px;
	font-size: 10px;
	color: #333;
	text-align: left;
	padding: 3px 10px 0px 10px;	
}

#pageToolbar #searchBox .searchButton {
	position: relative;
	top: 3px;
}	

#pageToolbar #breadCrumb {
	float: right;
	text-align: right;
	width: 385px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 13px 4px 0;
}

#pageToolbar #breadCrumb #archive {
	float: right;
	width: 115px;
	height: 21px;
	background: url(../images/design_elements/archive.gif) no-repeat;
	text-indent: -9999px;
}

#pageToolbar #breadCrumb #archive:hover {
	background-position: 0 -21px;
}	
	
/** AD CONTAINER ***************************************************************
*******************************************************************************/

.ad_container {
	border: 1px solid #ddd;
	margin: 15px 0 15px 0;
	padding: 0 3px 5px 3px;
	text-align: center;
}

.ad_container .ad_title,
.rop_ad .ad_title {
	position: relative;
	top: -6px;
	background: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	display: inline;
}

.ad_container img {
	border: 0;
}	

.rop_ad {
	margin: 20px 0 25px 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 0 7px 0;
}

.rop_ad a img {
	border: 0;
}

.rop_ad .ad_date {
	font-size: 11px;
}

.rop_ad .enlarge_ad a {
	font-size: 11px;
}

/** PAGE FOOTER ****************************************************************
*******************************************************************************/

#footer {
	background: #fff;
	padding: 2px 0px 10px 0px;
	margin: 0 10px;
	text-align: center;
	font-size: 11px;
	line-height: 150%;
	border-top: 2px solid #6991AA;
	text-align: center;
}	

#footer .footer_nav {
	background: #344760;
	color: #fff;
	padding: 3px 0 3px 5px;
	margin: 0 0 3px 0;
	font-size: 10px;
	font-weight: bold;
}

#footer .footer_nav a {
	color: #fff;
	font-size: 11px;
	margin: 0 3px 0 3px;
	text-decoration: none;
}

#footer .footer_nav a:hover {
	text-decoration: underline;
}	
	
#footer .footer_contact {
	margin: 0 0 5px 0;
}	


/** AD BOX *********************************************************************
*******************************************************************************/

.sponsor_box {
	border: 1px solid #ddd;
	margin: 25px auto 15px auto;
	padding: 0 8px 8px 8px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	width: 470px;
}

.sponsor_box .title {
	position: relative;
	top: -6px;
	background: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 100%;
	display: inline;
	color: #555;
}

.sponsor_box .ad_sell {
	background: #ffc;
	font-size: 10px;
	padding: 3px 0;
	clear: both;
}	

.content_container {
}

.content_column {
	float: left;
	width: 155px;
	height: 70px;
	text-align: left;
	margin: 0 0 2px 0;
	overflow: hidden;
}

.content_column a {
	text-decoration: none;
	display: block;
	padding: 5px;		
}

.content_column a:link {
	color: #000;
}

.content_column a:hover {
	background: #dbeaf5;
}

.content_column a:visited {
	color: #000;
}	

.sponsor_box .sponsor_title {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.sponsor_box .sponsor_blurb {
	font-size: 10px;
	line-height: 110%;
	display: block;		
	font-weight: normal;
}

.sponsor_box .sponsor_url {
	font-size: 9px;
	display: block;
	color: #258725;
	font-weight: bold;
	overflow: hidden;		
}

.sponsor_box img {
	border: 0;
}	

.clear_both {
	clear: both;
}	

/*** PAGINATION ***************************************************************/
/******************************************************************************/

#page_nav {
	margin: 20px 0 45px 0;
	font-size: 11px;
	font-weight: bold;
}	

#page_nav a:link,
#page_nav a:visited {
	padding: 4px 7px;
	border: 1px solid #ccc;
	background: #5E80AD;
	text-decoration: none;
	margin: 0 0 0 2px;
	color: #fff;
}	

#page_nav a:hover {
	background: #003670;
}	
	
#page_nav .active_page {
	padding: 4px 6px;
	margin: 0 0 0 2px;
}

/* GLOBAL LAYOUT HACKS ********************************************************/
/******************************************************************************/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/** ERROR **********************************************************************
*******************************************************************************/

.error_message {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 15px 0;
	background: #ffffdd;
	color: #d10000;
	padding: 15px;
}