/*
**	Global Styles	
*/

	body {
		margin: 0;
		padding: 0;
		background: #000 url(/images/page_background.jpg) repeat-x top center;
		font: normal 76%/1em Verdana, Helvetica, sans-serif;
		line-height: 1.2em;
		color: #828CA5;
		text-align: center; /* For IE 5.5 */
	}

	form, map {
		margin: 0;
		padding: 0;
	}

	hr {
		margin: 0;
		padding: 0;
		height: 1px;
		border: none;
		border-bottom: 1px solid #7896C7;
		width: 100%;
		margin: 0 auto 0 0;
		text-align: left;
	}

	h1 {
		margin: 0 0 30px 0;
		padding-top: 70px;
		font-size: 2.5em;
		line-height: 1.1em;
		font-weight: bold;
		font-family: "Trebuchet MS";
		border-bottom: 1px solid #7896C7;
		color: #CFD3DA;
		width: 100%;
	}

	h2 {
		margin-top: 30px;
		font-size: 1.65em;
		line-height: 1.1em;
		font-family: "Trebuchet MS";
		color: #CFD3DA;
	}

	h3 {
  		margin-top: 30px;
		font-size: 1.3em;
		line-height: 1.1em;
		font-family: "Trebuchet MS";
		color: #CFD3DA;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.1em;
		font-family: "Trebuchet MS";
		color: #CFD3DA;
	}

	a {
		color: #BBC0C7;
		text-decoration: none;
	}

	a:hover { text-decoration: underline; }

	a img { border: none; }

	dl dt { font-weight: bold; }


	.top_links {
		float: right;
		list-style-type: none;
	}

	.inline_links {
		margin: -15px 0 0 0;
		padding: 0;
		list-style-type: none;
	}

	.formatting { height: 30px; }

	.top_links li,
	.inline_links li {
		margin: 0;
		padding: 0 10px;
		display: inline;
		border-left: 1px solid #7896C7;
	}

	.top_links li.first,
	.inline_links li.first {
		padding: 0 10px 0 0;
		border-left: none;
	}

	.inline_links li.active, 
	.top_links li.active { font-weight: bold; }

	.clear { clear: both; }

/*
**	Calendar
*/

	#body_secondary .calendar-box {
		margin: 0;
		padding: 10px 15px;
		border: 1px solid #3e4557;
		background-color: #ABB0BD;
		font-size: 0.9em;
		line-height: 1em;
		color: #202f57;
		float: left;
	}

	#body_secondary .calendar-box a {
		color: #202f57;
		font-weight: bold;
		text-decoration: underline;
	}


	#body_secondary .calendar-box .title {
		margin-top: 0;
		font-size: 1.3em;
		font-weight: bold;
	}

	#body_secondary .calendar-info  {
		width: 500px;
		float: right;
	}


	#body_secondary .calendar-large table.calendar-table {
		margin: 0;
		padding: 0;
		font-size: 0.9em;
		line-height: 1em;
		width: 100%;
	}

	#body_secondary .calendar-large table.calendar-table th {
		margin: 0;
		padding: 0;
		background-color: #51556F;
		border-bottom: 1px solid #7896C7;
		height: 50px;
	}

	#body_secondary .calendar-large table.calendar-table td {
		margin: 0;
		padding: 5px 5px;
		background-color: #51556F;
		border-bottom: 1px solid #7896C7;
		height: 100px;
		width: 14%;
		font-size: .8em;
	}

	#body_secondary .calendar-large table.calendar-table td.calendar-off-month {
		background-color: #636887;
	}

	#body_secondary .calendar-large table.calendar-table td p { margin: 2px 0 0 0; }

	#body_secondary .calendar-large table.calendar-table td .title {
		margin-top: 10px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.3em;
	}

/*
**	Site Container 
*/

	#site_container-home, 
	#site_container {
		margin: 0 auto;
		padding: 0;
		width: 854px;
		position: relative;
		text-align: left; /* For IE 5.5 */
	}

/*
**	Header Container
*/

	#header_container {
		margin: 0;
		padding: 0;
		width: 852px;
		height: 208px;
		background: transparent url(/images/header/top_secondary.gif) no-repeat top left;
	}

	#site_container-home #header_container {
		width: 854px;
		height: 348px;
		background: transparent url(/images/header/background.gif) top left no-repeat;
	}

	#header_logo {
		position: absolute;
		top: 0;
		left: -51px;
		z-index: 2;
	}

	#fade {
		position: absolute;
		top: 210px;
		left: 25px;
		z-index: 3;
		height: 140px;
		width: 388px;
		overflow: none;
	}

	#fade p {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: Helvetica, Arial;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.1em;
	}

	#header_container .photo {
		position: absolute;
		top: 99px;
		left: 434px;
	}

	#header_container .threephoto {
		position: absolute;
		top: 314px;
		left: -17px;
		z-index: 2;
	}

/*
**	Header Top Menu
*/

	#top_menu {
		position: absolute;
		top: 20px;
		left: 178px;
		z-index: 3;
	}

	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#nav img { display: block; }

	#nav li {
		margin: 0 17px;
		padding: 0;
		float: left;
	}

	#nav li.first { margin-left: 0; }

	#nav li ul {
		margin: 0 0 0 -6px;
		position: absolute;
		left: -999em;
		width: 185px;
		background: #0E141E url(/images/menu_background.gif) top left repeat;
		border: 1px solid #2B4268;
		border-bottom: none;
	}

	#nav li:hover ul, #nav li.sfhover ul { left: auto; }

	#nav li ul li {
		margin: 0;
		padding: 5px 0 5px 5px;
		float: none;
		border-bottom: 1px solid #2B4268;
	}

/*
**	Header Bottom Menu
*/

	#bottom_menu {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 70px;
		left: 460px;
		list-style: none;
	}

	#bottom_menu li { 
		margin: 0 8px;
		padding: 0;
		line-height: 1em;
		display: inline;
		font-size: .8em;
	}

	#bottom_menu li.first { margin-left: 0; }

	#bottom_menu li.highlight {
		font-weight: bold;
		font-size: 1.1em;
	}

	#bottom_menu li.highlight a { color: #ECA102; }
	
	#site_search {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#site_search input {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 67px;
		z-index: 1;
	}

	#site_search .query {
		height: 20px;
		left: 175px;
		border: 1px solid #FFF;
	}

	#site_search .button { left: 338px; }

/*
**	Body Container
*/

	#body_container {
		margin: -3px 0 0 3px;
		width: 846px;
		background: transparent url(/images/home_background.gif) repeat-y center top;
	}

	#body_container .left_column {
		width: 382px;
		float: left;
	}

	#body_container .right_column {
		width: 459px;
		float: right;
	}

	#body_container_bottom {
		background: transparent url(/images/home_background_bottom.gif) no-repeat left top;
		clear: both;
		width: 846px;
		height: 13px;
	}

	#body_secondary {
		margin: -94px 0 0 3px;
		padding: 0;
		width: 846px;
		background: transparent url(/images/header/middle_secondary.gif) repeat-y left top;
		color: #AEBED9;
	}

	#body_secondary_bottom {
		padding: 20px 40px 30px 30px;
		background: transparent url(/images/header/bottom_secondary.gif) no-repeat left bottom;
	}

	* html #body_container { height: 350px; }

	#body_secondary a { color: #EEA402; }

	#body_secondary sup a { color: #FFF; }

	#body_secondary .top_image {
		position: absolute;
		top: 125px;
		right: 25px;
	}


	#body_secondary_bottom .references {
		margin: 40px 0 10px 0;
		padding: 20px 30px;
		border: 1px solid #3e4557;
		background-color: #ABB0BD;
		font-size: 0.9em;
		line-height: 1em;
		color: #202f57;
	}

	#body_secondary_bottom .references .title {
		margin-top: 0;
		font-size: 1.3em;
		font-weight: bold;
	}

	#body_secondary .references li a {
		font-weight: bold;
		font-size: 0.8em;
		color: #202f57;
	}

	#body_secondary .references ol,
	#body_secondary .references ul {
		margin: 0 0 0 30px;
		padding: 0;
	}

	#body_secondary .references li {
		margin: 0 0 5px 0;
		padding: 0;
	}

	#body_secondary .callout {
		margin: 0 0 20px 30px;
		padding: 20px 20px 10px 20px;
		border: 1px solid #3e4557;
		background-color: #ABB0BD;
		font-size: 0.9em;
		line-height: 1em;
		color: #2D4162;
		float: right;
		text-align: center;
	}

	#body_secondary .callout a {
		color: #2D4162;
		font-weight: bold;
		font-size: 0.8em;
	}

	#body_secondary .callout img { border: 1px solid black; }

/*
**	Left Column Boxes
*/

	.coalition {
		margin: 85px 0 0 0;
		padding: 0;
		width: 382px;
		color: #3E4557;
		font-family: Helvetica, sans-serif;
	}

	.coalition .logo {
		margin: 30px 0 16px 29px;
		display: inline;
	}

	.spotlight {
		margin: 0;
		padding: 22px 20px 10px 32px;
 		background: transparent url(/images/spotlight/background.jpg) repeat-y top left;
	}

	.spotlight table {
		margin: 0;
		font-weight: bold;
	}

	.spotlight .header {
		margin: 0;
		padding: 0 0 5px 0;
	}

	.spotlight .header .memberlisting a {
		margin-left: 20px;
		color: #FFF;
		font-size: .8em;
	}

	.spotlight .title {
		padding: 15px 0 5px 0;
		font-size: 1.2em;
		line-height: 1em;
		color: #FFF;
	}

	.spotlight .description p {
		margin: 0 0 10px 0;
		padding: 0;
		font-weight: normal;
		line-height: 1.1em;
		color: #B1B6BD;
	}

	.spotlight .readmore a { color: #EEA402; }

	.spotlight img.thumbnail {
		margin-right: 12px;
		border: 1px solid #949BAE;
	}

	.coalition .upcomingevents {
		margin: 15px 0 15px 0;
		padding: 0 20px 0 32px;
		font-weight: bold;
		font-size: 1em;
	}	

	.coalition .eventcalendar {
		margin: 0 16px 19px 17px;
		padding: 0 10px;
		border: 1px solid #99A0B0;
	}

	.coalition .eventcalendar td.date {
		padding-top: 5px;
		font-size: 1.3em;
		font-weight: bold;
		color: #ECA102;
		width: 80px;
	}

	.coalition .eventcalendar td.date a { color: #ECA102; }

	.coalition .eventcalendar td.description p {
		margin: 0;
		padding: 0;
		line-height: 1.1em;
		color: #3E4557;
	}

	.coalition .eventcalendar td.description p.location {
		margin: 3px 0 15px 0;
		font-size: 0.9em;
		line-height: 1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #CFD3DA;
	}

/*
**	Right Column Boxes
*/

	#site_container-home .callout_box {
		width: 459px;
		height: 173px;
		background: transparent url(/images/callout_box.jpg) no-repeat top center;
		overflow: auto;
	}

	#site_container-home .callout_box p {
		margin: 0 23px 0 23px;
		padding: 18px 0 0 0;
		font-size: 1.1em;
		line-height: 1.6em;
		font-weight: bold;
		font-family: Helvetica, sans-serif;
		color: #A1A8B2;
	}

	#site_container-home .callout_box .leadin {
		font-size: 1.4em;
		line-height: 1.3em;
		color: #FFF;
	}

	.resources {
		width: 459px;
		height: 208px;
		background: transparent url(/images/resources.jpg) no-repeat top left;
		font-family: Helvetica, sans-serif;
		overflow: auto;
	}

	.resources .logo {
		margin: 21px 0 0 25px;
		display: inline;
	}

	.resources table { margin: 18px 22px 0 22px; }

	.resources table p {
		margin: 0 0 4px 12px;
		padding: 0 10px 0 0;
		font-size: .8em;
		line-height: 1.1em;
	}

	.resources table p.title {
		font-size: 1.2em;
		line-height: 1em;
		font-weight: bold;
		color: #EFA602;
	}

	.resources table p.title a { color: #EFA602; }

	.newsroom {
		margin: 0;
		padding: 0 26px 0 26px;
		color: #FFF;
	}

	.newsroom .logo {
		margin: 25px 0 15px 0;
		display: inline;
	}

	.newsroom p {
		margin: 0 0 10px 0;
		font-size: 1.1em;
		line-height: 1.3em;
	}

/*
**	Footer Container
*/

	#footer_container {
		margin: 0 0 0 3px;
		padding: 0;
		width: 846px;
		height: 131px;
		background: transparent url(/images/footer/background.jpg) no-repeat bottom left;
		position: relative;
		font-size: 0.9em;
	}

	#footer_container .links a { color: #FFF; }

	#footer_container .links a.spacing { margin-left: 20px; }


/*
** Photo Container
*/
	.photo_thumb {
		float: left;
		margin: 10px;
		border: 10px solid #FFF;
	}