body {
	background: #ececec url(images/body.gif) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}

.clear{
	min-height: 1px;
}

* html .clear{
	height: 1px;
}

.clear:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}

	
/* content */
#content {
	font-size: 12px;
	padding: 30px 60px 30px 30px; 
	color: #333;
	margin: -20px 0 0 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	background: #fff url(images/content.gif) no-repeat right top;
	float: left;
	width: 500px;
	position: relative;
	}
	
* html #content {
	height: 400px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

#content a {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px dotted #0000ff;
	}
	
#content a:hover {
	background-color: #000099;
	color: #fff;
	border-bottom: 1px solid #000099;
	}
	
	
ul {
	margin: 0 -10px;
	padding: 20px 40px 20px 30px;
	}
	
li {
	padding-left: 0px;
	margin: 10px 0;
	}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #cc0000;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 35px;
	line-height: 40px;
	margin: 0;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
	font-weight: normal;
	}

h2{
	font-size: 20px;
	line-height: 22px;
}
	
h3 {
	line-height: 18px;
	}
	
h4 {
	color: #333;
	font-weight: bold;
	margin: 30px 20px 0px 0;
	font-size: 14px;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}
	
#content blockquote {
	border-top: 1px solid #f5cccc;
	border-bottom: 1px solid #f5cccc;
	margin: 30px 0;
	padding: 20px 30px;
	color: #cc0000;
	background: url(images/blockquote.gif) no-repeat left 28px;
	}

#content blockquote p {
	margin: 5px 0;
	}
	
/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	}
	
/* Header */

#header {
	position: relative;
	height: 105px;
	margin: 0;
	}
	
#header_logo {
	position: absolute;
	top: 20px;
	left: -5px;
	}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: 12px;
	right: 220px;
	font-size: 10px;
	color: #e8c8c8;
	padding: 2px 0;
	text-align: right;
	text-transform: uppercase;
	}
	
#site_tools a {
	color: #e8c8c8;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#site_tools a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #aa0000;
	padding: 1px 2px;	
	margin: 0;
	}
	
/* Header Search */
#header_search {
	position: absolute;
	top: 5px;
	right: -5px;
	background: url(images/header_search.png);
	width: 190px;
	height: 20px;
	padding: 5px;
	}

* html #header_search {
	background: none;
	}
	
#header_search .search_field {
	font-size: 10px;
	width: 158px;
	height: 14px;
	border: 1px solid #330000;
	padding: 2px 25px 2px 5px;
	color: #666;
	margin-right: 0px;
	background: #f9f9f9;
	position: absolute;
	top: 5px;
	left: 5px;
	}
	



#header_search .search_field:focus, #header_search .search_field.focus {
	border: 2px solid #e10000;
	top: 4px;
	left: 4px;
	background: #fff;
	}


#header_search .search_button {
	position: absolute;
	display: block;
	width: 19px;
	height: 18px;
	background: url(images/header_search_button.gif) no-repeat 0 0;
	top: 6px;
	right: 6px;
	}
	
#header_search .search_button:hover {
	background-position: 0 -18px;
	}	
	
#header_search .search_button *{
	display: none;
	}
	
/* Webchat */

#webchat {
	position: absolute;
	right: 0;
	bottom: 5px;
	border: 1px solid #333;
	}
	

/* Main Menu Container */
#menu_container {
	height: 25px;
	z-index: 1000;
	position: relative;
	left: 1px;
	}
	
/* Main */
#main {
	padding: 20px 30px;
	margin: 0 -10px;
	position: relative;
	z-index: 1;
	background: url(images/main.png) repeat-y left;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}

#main:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
	}
	
/* Breadcrumb */

#breadcrumb {
	background: #333;
	margin: -10px -30px 30px -30px;
	height: 25px;
	line-height: 25px;
	color: #eee;
	padding: 0 0 0 30px;
	text-transform: lowercase;
	font-size: 10px;
	}
	
#breadcrumb a {
	color: #eee;
	font-weight: bold;
	}
	
/* Sidebar */
#sidebar {
	width: 270px;
	float: right;
	position: relative;
	background: url(images/sidebar.gif) no-repeat bottom;
	padding: 75px 0 0;
	}
	
/* Sub Menu Container */
#sub_menu_container {
	margin: 0 0 10px;
	padding: 5px 0 0;
	position: relative;
	z-index: 10000;
	border: none;
	}
	
#sub_menu_container h2 {
	margin: 0 0 5px 10px;
	color: #fff;
	}
	
#sidebar #search {
	display: none;
	}
	
	

/* Footer */
#footer {
	margin: 0 -10px;
	padding: 15px 20px 0;
	font-size: 10px;
	color: #999;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 1px;
	background: url(images/footer.gif) no-repeat top left;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #999;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#footer a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #ccc;
	padding: 1px 2px;	
	margin: 0;
	}
	
#footer_credit {
	position: absolute;
	top: 10px;
	right: 20px;
	}
	
/** Sidebar panels **/
.sidebar_panel {
	padding: 10px;
	margin: 0 0 10px 0;

	border: 1px solid #ccc;
	color: #333;
	min-height: 1px;
	}
	
* html .sidebar_panel {
	height: 1px;
	}
	
.sidebar_panel:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.sidebar_panel h3 {
	margin: 0 0 5px 0;
	line-height: 20px;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-size: 12px;
	}
	
.sidebar_panel input.field {
	font-size: 11px;
	height: 14px;
	padding: 2px 3px;
	border: 1px solid #999;
	display: block;
	margin: 0;
	width: 150px;
	}
	
.sidebar_panel a {
	text-decoration: none;
	}

/* Search Box */

#search {
	}
	
.search_submit {
	width: 20px;
	height: 20px;
	background: #333;
	border: none;
	font-size: 14px;
	display: block;
	cursor: pointer;
	color: #fff;
	float: left;
	}
	
#search .search_field {
	width: 125px;
	margin-right: 5px;
	float: left;
	}
	
/***
==== Page Messages ====
***/
		
.page_message {
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	display: block;
	clear: both;
	margin: 10px 0;
	padding: 5px 0;
	color: #666;
	background: #eee;
}

.page_message img {
	float: left;
	display: inline;
}

.page_message_critical {
  color: #333;
}

.page_message_warning {
  color: #999999;
}

.page_message_information {
  color: #0C6AEA;
}

/*News */

#news_items {
	background: none;
	border: none;
	margin: 0;
	padding: 5px 0 10px 0;
	}
	
	#news_items a{
	
	text-decoration: none;
	border-bottom: none;

	
	}	

 #news_items a:hover{
	background-color: #FFF;
	color: #cccccc;
	border-bottom: none;
	
	}	
	
	
.news_item_date {
	display: block;
	font-size: 10px;
	color: #999;
	font-style: normal;
	}
	
#news_items .read_more {
	
	display: block;
	font-size: 12px;
	}
	
	
#news #content h3 {
	margin: 15px 0 10px 0; 
	color: #003684;
	}
	
	
#news #content h1 {
	font-size: 18px !important;
	line-height: 25px;
	color: #3ab8db;
	margin: 0;
	}

/* sponsor styling */
.sponsor{
	padding: 0px 0 20px 180px;
	border-bottom: 1px solid #EEEEEE;
	min-height: 40px;
	position: relative;
}

.sponsor img{
	position: absolute;
	top: -10px;
	left: 10px;
}

* html .sponsor{
	height: 80px;
}


