@charset "utf-8";

/* resets */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
}

h1, h2, h3, h4, h5, h6 {
}

ul, ol {
	list-style: none;
}

form {
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 5px 0;
}

p {
	margin: 10px 0;
}

/* global styles */
body {
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/header_bg.jpg) repeat-x left 128px;
}

	body.home {
		background-image: url(../images/header_bg_home.jpg);
	}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.floatLeft {
	float: left;
	margin: 10px 15px 15px 0;
}

.floatLeftDRAWERS {
    float: left;
    margin: 3px 15px 10px 0;
}

hr {
	display: none;
}

div.hr {
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

a:link,
a:hover,
a:visited {
	color: #333;
}

a:hover {
	color: #ee2e24;
}

a.document:link,
a.document:visited,
a.document:active {
	color: #ee2e24;
	padding-left: 10px;
	background: url(../images/arrow_red.png) no-repeat 0px 3px;
}

a.document:hover {
	color: #333;
	background-image: url(../images/arrow_blk.png);
}

h1 {
	margin: 10px 0 10px 0;
	
	font-size: 24px;
	font-weight: normal;
	color: #ee2e24;
}

h2 {
	font-size: 14px;
}

h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

input.text {
	background: #fafafa;
}

input.image {
	position: absolute;
}

/* main layout */
#nav_bg_container {
	background: url(../images/nav_container_bg.jpg) no-repeat;
	background-position: center 111px;
}

#container {
	width: 944px;
	margin: 0 auto;
	position: relative;
}

	#header {
		position: relative;
		height: 129px;
	}

	#logo {
		position: absolute;
		top: 34px;
	}

	#nav_top {
		position: absolute;
		top: 32px;
		right: 248px;
		
		font-size: 11px;
		color: #666;
	}
	
		#nav_top a:link,
		#nav_top a:visited,
		#nav_top a:hover,
		#nav_top a:active {
			color: #666;
			padding: 0 6px;
			text-decoration: none;
		}
		
		#nav_top a:hover {
			color: #333;
		}
		
	#search {
		position: absolute;
		top: 26px;
		right: 0;
	}
	
		#search input.text {
			width: 195px;
			margin: 0 25px 0 0;
			padding: 3px;
			
			font-size: 9px;
			color: #333;
			text-transform: uppercase;
		}
		
		#search input.image {
			right: 0;
		}

	#nav_main {
		position: absolute;
		top: 46px;
		right: 0;
		margin: 31px 0 0 0;
		background: url( ../images/nav_bg.png ) repeat-x;
	}
	
	#article_header {
		float: left;
		width: 752px;
		margin: 18px 0 0 0;
		padding: 0 0 0 32px;
	}
	
		#article_header h1 {
			width: 492px;
			padding: 0 32px 0 0;
		}
		
		#article_header a:link,
		#article_header a:visited,
		#article_header a:hover {
			text-decoration: none;
		}
	
		#breadcrumbs {
			font-size: 10px;
		}
	
			#breadcrumbs a:link,
			#breadcrumbs a:visited,
			#breadcrumbs a:hover,
			#breadcrumbs a:active {
				color: #666;
				text-decoration: none;
			}
			
			#breadcrumbs a:hover {
				color: #ee2e24;
			}
		
			#breadcrumbs span.separator {
				margin: 0 2px;
			}
		
		#options {
			float: right;
		}
		
			#options img {
				margin: 0 6px 0 0;
				position: relative;
				top:  -1px;
				vertical-align: text-bottom;
			}
			
			#options a.last img {
				margin: 0 0 0 6px;
			}
		
			#options span.separator {
				margin: 0 5px 0 5px;
				color: #cccccc;
			}
			
			#options a:link,
			#options a:visited,
			#options a:active {
				color: #999;
			}
			
			#options a:hover {
				color: #333;
			}
	
	#sidebar_left {
		margin: 18px 0 0 0;
		width: 160px;
		float: left;
	}

	#content {
		float: left;
		width: 495px;
		padding: 0 32px;
	}
	
	#content_wide {
		float: left;
		width: 600px;
		padding: 0 32px;
	}
	#content_map {
		float: left;
		width: 755px;
		margin: 10px 0 0 0;
		padding: 0 0 0 16px;
	}
		
	#content_sitemap {
		float: left;
		width: 900px;
		padding: 0 32px;
	}
	
	#sidebar_right {
		width: 225px;
		float: right;
	}
	
#nav_footer {
	margin: 54px 0 15px 0;
	padding: 10px 0 7px;
	text-align: center;
	font-size: 11px;
	color: #e1e1e1;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
}

	#nav_footer a:link,
	#nav_footer a:visited,
	#nav_footer a:hover,
	#nav_footer a:active {
		text-decoration: none;
		color: #666666;
	}

	#nav_footer a:hover {
		color: #333333;
	}
	
	#nav_footer span.separator {
		margin: 0 6px;
	}

#footer {
	margin: 0 0 54px 0;
	text-align: center;
	font-size: 11px;
	color: #bbbbbb;
}

table.multicol {
	padding: 5px;
	margin-top: 0;
}
table tr.head {
	text-transform: uppercase;
	font-size:10px;
	background:  url( ../images/sidebox_header_bg.png ) repeat-x;
	border: 1px solid #b2b2b2;
	height: 20px;
}

table th {
	padding: 0 0 10px 0;
	height: 20px;
}

/* sidebar styles */
#sidebar_right .sidebar_box p {
	margin-left: 12px;
}

#sidebar_right .sidebar_box div.hr {
	margin: 10px 0;
	color: #999;
}

.sidebar_box {
	margin-bottom: 15px;
}

.sidebar_box h2,
body.home #news h2,
body.home #events h2,
body.home #media h2 {
	padding: 10px 18px 0 18px;
	border: 1px solid #b2b2b2;
	margin-top: 0;
	height: 20px;
	
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	
	background:  url( ../images/sidebox_header_bg.png ) repeat-x;
}

.sidebar_box h2 {
	padding: 10px 12px 0 12px;
}

/* content styles */

div.content_two_col_left,
div.content_two_col_right {
	float: left;
	width: 352px;
}

div.content_two_col_right {
	margin-left: 27px;
}

ul.listing {
}

	ul.listing li a:link,
	ul.listing li a:visited,
	ul.listing li a:hover,
	ul.listing li a:active {
		display: block;
		position: relative;
		padding: 15px 0 25px 0;
		height: auto !important;
		height: 65px;
		min-height: 65px;
		
		text-decoration: none;
		border-top: 1px solid #cccccc;
	}
	
	ul.listing li.first a:link,
	ul.listing li.first a:visited,
	ul.listing li.first a:hover,
	ul.listing li.first a:active {
		border: none;
	}

	ul.listing img {
		display: block;
		position: absolute;
		left: 0;
		top: 15px;
		border: 1px solid #cccccc;
	}
	
	ul.listing .content {
		margin: 0 0 0 115px;
	}
	
	ul.listing h3 {
		font-size: 14px;
		padding: 0 0 0 15px;
		
		zoom: 1; /* ie6/7 disappearing background fix */
		background: url( ../images/arrow_box_blk.png ) no-repeat 0px 3px;
	}
	
	ul.listing a:hover h3 {
		color: #ee2e24;
		background-image: url( ../images/arrow_box_red.png );
	}
	
	ul.listing a:link p,
	ul.listing a:visited p,
	ul.listing a:hover p,
	ul.listing a:active p {
		color: #333;
	}
	
ul.listing2 {
}

	ul.listing2 li a:link,
	ul.listing2 li a:visited,
	ul.listing2 li a:hover,
	ul.listing2 li a:active {
		display: block;
		position: relative;
		padding: 15px 0 25px 0;
		height: auto !important;
		height: 65px;
		min-height: 65px;
		
		text-decoration: none;
		border-top: 1px solid #cccccc;
	}
	
	ul.listing2 li.first a:link,
	ul.listing2 li.first a:visited,
	ul.listing2 li.first a:hover,
	ul.listing2 li.first a:active {
		border: none;
	}

	
	ul.listing2 .content {
		margin: 0 0 0 0px;
	}
	
	ul.listing2 h3 {
		font-size: 14px;
		padding: 0 0 0 15px;
		
		zoom: 1; /* ie6/7 disappearing background fix */
		background: url( ../images/arrow_box_blk.png ) no-repeat 0px 3px;
	}
	
	ul.listing2 a:hover h3 {
		color: #ee2e24;
		background-image: url( ../images/arrow_box_red.png );
	}
	
	ul.listing2 a:link p,
	ul.listing2 a:visited p,
	ul.listing2 a:hover p,
	ul.listing2 a:active p {
		color: #333;
	}
	
.cascade {
	text-align: left;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 5px;
}
.cascade2 {
	text-align: left;
	margin-left: 5px;
	padding-left: 10px;
	list-style-type: circle;
}
ol.number {
list-style-type: decimal;
list-style-position: outside;
margin: 0;
padding: 0 0 0 40px;
} 	

ol.letter  {
list-style-type: lower-alpha;
list-style-position: outside;
margin: 0;
padding: 0 0 0 80px;

}

ol.capital  {
list-style-type: upper-alpha;
list-style-position: outside;
margin: 0;
padding: 0 0 0 80px;

}

		#sitemap {
			font-size: 12px;
		}
	
			#sitemap a:link,
			#sitemap a:visited,
			#sitemap a:hover,
			#sitemap a:active {
				color: #666;
				text-decoration: none;
			}
			
			#sitemap a:hover {
				color: #ee2e24;
			}
		
			#sitemap span.separator {
				margin: 0 2px;
			}
			
body.sitemap h3 {
	text-size: 14px; 
}

body.sitemap h3 a {
	color:#ee2e24;
	text-decoration: none;
	text-size: 14px; 
}
body.sitemap h3 a:hover {
	color:#333;
	}

body.sitemap h2 {
	text-size: 16px;
}

/* home page tweaks */
body.landing #content {
	float: left;
	width: 752px;
	padding-right: 0;
}

body.home h2,
body.landing h2 {
	margin: 25px 0 15px 0;
	
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
	
body.home #banner {
}

body.home #banner a {
/*	display: block;
	width: 100%;
	height: 100%;*/
	text-decoration: none;
}
	
	body.home #banner a#banner_text:link,
	body.home #banner a#banner_text:visited,
	body.home #banner a#banner_text:hover,
	body.home #banner a#banner_text:active {
		width: 140px;
		padding: 0 0 0 20px;
		position: absolute;
		left: 765px;
		top:  336px;
		
		color: #000;
		font-size: 11px;
		line-height: 1.35em;
	}
	
	body.home #banner a#banner_text:hover {
		color: #ee2e24;
		background-image: url( ../images/arrow_box_red.png );
	}

body.home #content {
	float: left;
	width: 944px;
	padding: 0;
}

body.home ul.features li {
	width: 305px;
	display: inline; /* ie6 double-margin fix */
	float: left;
	margin-left: 14px;
}

	body.home ul.features li.first {
		margin-left: 0;
	}
	
	body.home ul.features li a:link,
	body.home ul.features li a:visited,
	body.home ul.features li a:hover,
	body.home ul.features li a:active {
		padding-bottom: 0;
		border-top: 1px solid #999;
	}
	
	body.home ul.features li.first a:link,
	body.home ul.features li.first a:visited,
	body.home ul.features li.first a:hover,
	body.home ul.features li.first a:active {
		border-top: 1px solid #999;
	}
	
	body.home ul.features img {
		position: static;
	}
	
	body.home ul.features h2 {
		margin: 11px 0 4px 9px;
	}
	
	body.home ul.features .content {
		margin: 0;
	}
	
	body.home ul.features p {
		font-size: 14px;
		margin: 12px 0 15px 13px;
		padding: 0 0 0 15px;
		
		zoom: 1; /* ie6/7 disappearing background fix */
		background: url( ../images/arrow_box_blk.png ) no-repeat 0px 3px;
	}
	
	body.home ul.features a:hover p {
		color: #ee2e24;
		background-image: url( ../images/arrow_box_red.png );
	}
	
	body.home ul.features a:hover img {
		border-color: #ee2e24;
	}

/* news + events on home page */
body.home #news {
	float: left;
	width: 625px;
}

body.home #events {
	float: left;
	width: 305px;
	margin-left: 14px;
}

body.home #media {
	float: left;
	width: 305px;
	margin-left: 14px;
}

	body.home #news h2,
	body.home #events h2,
	body.home #media h2 {
		margin-top: 0;
	}
		
body.home #news a:link,
body.home #news a:visited,
body.home #news a:hover,
body.home #news a:active,
body.home #events a:link,
body.home #events a:visited,
body.home #events a:hover,
body.home #events a:active, 
body.home #media a:link,
body.home #media a:visited,
body.home #media a:hover,
body.home #media a:active {
	padding-top: 0;
	min-height: 57px;
	height: auto !important;
	height: 57px;
	border: none;
}

body.home #events a:link,
body.home #events a:visited,
body.home #events a:hover,
body.home #events a:active,
body.home #media a:link,
body.home #media a:visited,
body.home #media a:hover,
body.home #media a:active {
	min-height: 0;
	height: auto !important;
	padding-bottom: 20px;
	padding-right: 10px;
}

body.home #news img {
	top: 0;
	left: 19px;
}

body.home #media img {
	top: 0;
	margin-left: 18px;
}

body.home #news .content {
	margin-left: 91px;
}

body.home #events .content {
	margin-left: 18px;
}

body.home #media .content {
	margin-left: 52px;
	margin-bottom: 5px;
}

body.home div.date {
	margin-bottom: 5px;
	font-size: 10px;
	color: #999;
	
}

.expandCollapseWidth{background-color:#d6d6d6; width:490px; color:#000; height:20px; padding-left:5px; margin:17px 0px 7px 0px;}

#col2Detail .headers{font-size:12px; font-weight:700;margin-bottom:10px; padding-top:5px;cursor:pointer}/* 10 Oct*/

