/* Template Definitions */
* {
	margin: 0;
	padding: 0;
}
UL, OL {
	margin: 1em 2em;
}
BODY {
	margin: 5px 0px;
	background-color: #585959;
	text-align: center;
}
BODY, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

FORM, INPUT {
	display: inline;
}

H2 { display: inline; color: #990000; }

HR {
	height: 1px;
	border: none;
	color: #999;
	background-color: #999;
}

A, A:visited, A:active {
	color: #CC0000;
}
A:hover {
	color: #000;
	text-decoration: underline;
}

#mainbody {
	background-color: #fff;
	border: 1px solid #333;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;	
	min-width: 1000px;
	width: 1000px;
}

#header { 
	background: url('../images/page_bg.png') repeat-x #fff;	
	padding: 0px 10px; 
}
#header #slogan { 
	color: #fff;
	font-size: 16px; 
	font-weight: bold; 
}

#search {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	background: url('../images/bg_subnav.gif') repeat-x #dedede;
}

#news_header {
	background-color: #f6f6f6;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;
	border-bottom: 1px solid #AAA;
	margin-bottom: 5px;
}

#content {
	background-color: #FFF;
	padding: 7px;
	font-size: 12px;
}
#content B {
	color: #666;
}

/* datagrid specs */
.listing, .listing table {
	background-color: #FFF;
	border: 0px;
	/*margin: 5px;*/
}
.listing tr {
	vertical-align: top;
}
.listing td, th {
	padding: 5;
	background: #f6f6f6; /*url('../images/bg_subnav.gif') repeat-x;*/
}
.listing td.date, .listing th.date {
	width: 150px;
	white-space: nowrap;
}

.listing table td {
	padding: 2 5 2 5;
	border: 0;
}

.highlight, td.highlight { 
	padding: 2px; 
	text-align: left; 
	border: 1px solid #EEE; 
	background-color: #FFFFEE;
}

.bordered { border: 1px solid #000; }

/******************/
/* SPECIAL STYLES */

div.section_header {
	background: url('../images/bg_header.gif') repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #000;
	padding: 5px;
	margin-bottom: 5px;
	text-transform: none; /*uppercase;*/
}

.copy_text {
	padding: 10px;
	color: #808080;	
	font-size: 10px;
	font-weight: bold;
}

div.listing {
	margin-bottom: 15px;
}
div.listing b {
	font-weight: bold;
	font-style: italic;
	color: #808080;
}

.photoCaption {
	color: #404040;
	font-weight: bold;
	font-style: italic;
}

.clear { 
	clear: both;
}

/*************/
/* THE MENU */
/************/
#menu { background: url('../images/bg_menu.gif') repeat-x #990000; height: 30px; padding-left: 5px;}
#nav, #nav ul { padding: 0; margin: 0; list-style: none; font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial; font-weight: bold; font-size: 14px; z-index: 100;}
#nav a { color: #fff; display: block; padding: 5px 16px 5px 2px; text-decoration: none; }
#nav a:hover { color: #aaa; } 
#nav li { float: left; }
#nav li ul { position: absolute; width: 220px; left: -999em; background: url('../images/bg_header.gif') repeat-x #221e1f; padding: 0px; }
#nav li ul a { width: 200px; font-size: 10px; padding-left: 5px;}
#nav ul li a:hover { color: #fff; background: url('../images/bg_menu.gif') repeat-x #990000; text-decoration: none; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li ul ul { margin: -1em 0 0 10em; }
