@charset "utf-8";
/* CSS Document */


#branding, #search, #ssp1, #ssp2, #mainnav, .pdf_creator_link, #subcontent, #translations, #footernav {
	display: none;
}



.screenHide {
	_margin-left: 0px;
	_width: 800;
	
}



/*PAGE STYLES TO CARRY OVER*/


/*----------------------------------------------------------------
	content
----------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #05518D url(../images/bg.png) repeat-x scroll 0 0;
}

#content-container h1 {
	text-transform: uppercase; 
	line-height: 20px; 
	margin: 0 0 .7em 0;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}
#content-container h3 {
	line-height: 30px; 
	margin: 10px 0px;
	color: #990000;
	font-size: 130%;
	letter-spacing: 1px;
	font-weight: normal;
}

#content { 
	width: 640px;
	height: auto;
	margin: 0;
	margin-bottom: 55px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 18px 15px 0 15px;
	overflow: visible;
	clear: both;
}
#content img {
	float: left; /*padding-left: 1em;*/ margin-bottom: .5em;
}

#content h2 {
	text-transform: normal; 
	color: #003366;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

#content h3 {
	text-transform: normal; 
	color: #003366; 
	margin: 0 0 -10px 0;
	line-height: 24px;
	font-weight: normal;
	font-size: 100%;
}
#content h4 {
	text-transform: normal; 
	color: #003366; 
	font-weight: normal;
	font-size: 88%;
}
#content h5 {
	text-transform: uppercase; font-size: 75%; margin: 1em 0 0 0; font-weight: normal;
}
#content p {
	font-size: 75%; line-height: 1.9; margin: 0 0 2em 0;
}
#content ul {
	margin: 0 0 1em 0;
}
#content li {
	font-size: 75%; 
	line-height: 1.9;
	margin: 0 0 0 7px;
	padding: 0 0 0 16px;
	background: url(../images/bullet.png) no-repeat scroll 0 5px;
	
}
#content a:link, #content a:visited {
	color: #003366;
}
#content a:hover {
	color: #FFF; text-decoration: none; background: #003366;
}
#content a:active {
	color: #003366;
}

/* Styled TABLES
______________________________________________________________________________________ */

#styletable { 
	margin: 20px 0px 20px 0px;
	width: 89%;
	font: 75%/150% Arial, Helvetica, sans-serif;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-collapse: collapse; 
}
#styletable thead th {
	background-color: #990000;
	font-size: 100%;
	color: #fff;
	padding: 6px;
	font: bold 110% Arial, Helvetica, sans-serif;	
	}
#styletable tbody td {
	padding: 4px;
	font-size: 11px;
	border-bottom: 1px solid #777;
	}
	
#styletable h1 {
	color: #fff;
	padding: 6px;
	font: bold 100% Arial, Helvetica, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;	
	vetrical-align:middle;
	}
	
#styletable h2 {
	color: #fff;
	padding: 0px;
	font: normal 100% Arial, Helvetica, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;	
	vetrical-align:middle;
	}
#content #styletable h3 {
	color: #fff;
	padding: 0 0 6px 0;
	font: normal 100% Arial, Helvetica, sans-serif;
	letter-spacing:0;
	text-transform:none;	
	vetrical-align:middle;
	}
#styletable th, #styletable td { border-right: 1px solid #777; border-bottom: 1px solid #777; vertical-align: middle; }
#styletable tfoot { font: italic 100% Arial, Helvetica, sans-serif; }

.backblue { background-color: #003366; color: white; font-weight: bold; }
.backlight { background-color: #969696; color: white; font-weight: bold; }
.cent { text-align: center; }


/* TABLES OLD remove when changed over
______________________________________________________________________________________ */

.airtable { 
	margin: 20px;
	width: 91%;
	font: 75%/150% Arial, Helvetica, sans-serif;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-collapse: collapse; 
}
.airtable  thead th {
	background-color: #990000;
	font-size: 100%;
	color: #fff;
	padding: 6px;
	font: bold 110% Arial, Helvetica, sans-serif;	
	}
.airtable  tbody td {
	padding: 4px;
	font-size: 11px;
	border-bottom: 1px solid #777;
	}
.airtable  th, .airtable  td { border-right: 1px solid #777; border-bottom: 1px solid #777; }
.airtable  tfoot { font: italic 100% Arial, Helvetica, sans-serif; }

.backblue { background-color: #003366; color: white; font-weight: bold; }
.backlight { background-color: #969696; color: white; font-weight: bold; }
.cent { text-align: center; }


/*----------------------------------------------------------------
	contactForm
----------------------------------------------------------------*/

fieldset {
 border: 1px solid #c2c2c2;
 margin: 20px; padding: 20px;
}
#contactForm caption {
 padding:5px;
 color:#666;
 font-style:italic;
 border-bottom:1px solid #003366;
 background-color:#FFF;
 
}
#contactForm { width: 550px; }
#contactForm th {
 background-color:#FFF;
 padding:10px;
 text-align:right;
 vertical-align:top;
 padding-top:12px;
 width:30%;
 }
#contactForm th label { color: #003366; font-weight:normal; font-size:13px; }
.required {
 padding-left:15px;
 background-image:url(/images/required.gif);
 background-position:0px 0px;
 background-repeat:no-repeat;
 }
#contactForm td {
 text-align:left;
 padding:10px 0px 0px 10px;
 color:#333;
 font-size:10px;
 background-color: #e2e2e2;
 }
#contactForm td input, form td select {
  margin:0px 0px 6px 0px; padding: 3px;
  font-size:11px;
  border: 1px solid #c2c2c2;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
#contactForm td input.radio, form td input.check { margin:0; }
#contactForm input:focus, textarea:focus{ background-color: #E4ECFC; border: 1px solid #fff; }
#contactForm td label.sub {
 width:120px;
 display:block;
 float:left;
 font-weight:bold;
 clear:left;
 margin:3px 5px 0px 0px;
 text-align:left;
 padding:0px 0px 0px 4px;
 }
#contactForm td textarea {
 margin:0px 0px 6px 0px;
 border: 1px solid #c2c2c2;
 padding: 3px;
 }
#contactForm th.buttonbar {
 color:#C3BB9E;
 text-align:right;
 background-color:#fff;
 width: 100%;
 padding:10px;
 }
 

/*----------------------------------------------------------------
	news
----------------------------------------------------------------*/

.news_intro, .news_releases, .news_date, .news_blurb,
.news_release, .news_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	width: 550px;
}

.news_blurb {display: block;}
.news_subtitle {display: none;}
.news_releases h3 {
	margin: 0 0 10px 0; 
	 
}
.news_releases p {
	margin: 0 0 20px 0; 
	 
}
.news_blurb {
	font-size: 100%;
	margin: -20px 0 0 0; 
	 
}
.news_date {
	display: block;
	text-transform: normal; 
	color: #999;
	margin: 15px 0 0px 0px;
	font-weight: normal;
	font-size: 100%;
	 
}

.news_release img {
	float: left; margin: 0px 15px 5px 2px;
}

.news_releases a {
        letter-spacing: 0px;
       
}
.news_releases a:link, .news_releases a:visited {
	color: #003366; text-decoration: none;
}
.news_releases a:hover {
	color: #A0A0A0; text-decoration: none;
}
.news_releasesa:active {
	color: #999; text-decoration: none;
}
.news_releases li:hover, .news_releases li.sfhover {
	background: #EEE; cursor: pointer;
}



/*----------------------------------------------------------------
	events
----------------------------------------------------------------*/

.events_intro, .events, .event_box, .events_blurb, .event, 
.events_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	biography
----------------------------------------------------------------*/

.biographies, .biography_name, .biography_title, .biography_general_info, .biography_link, .biography_label, .biography_phone, .biography_fax, .biography_email, .biography_address, .biography_street1, .biography_street2, .biography_city, .biography_state, .biography_zipcode, .biography_section_header, .biography_section_text {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.site_search_section h2 {

	margin: 0 0 10px 0;
padding: 10px 0 25px 0; 
border-top: solid 1px #c2c2c2;

	 
}
.site_search_results {
	width: 500px;
}

.site_search_result_link {
	margin: 0 0 20px 0; 
	line-height: 18px;
	 
}


.news_blurb {
	font-size: 100%;
	margin: -20px 0 0 0; 
	 
}

.site_search_count {
	display: block;
	text-transform: normal; 
	color: #999;
	margin: 0)px 0 15px 0px;
	font-weight: normal;
	font-size: 83%;
	 
}
.site_searchPresult_brief {
	display: block;

	text-transform: normal; 
	color: #999;
	margin: 0px 0 15px 0px;
	font-weight: normal;
	font-size: 85%;
	line-height: 16px;
	 
}

.news_release img {
	float: left; margin: 0px 15px 5px 2px;
}

.site_search_result_link a {
        letter-spacing: 0px;
        line-height: 0px;
}
.site_search_result_link a:link, .site_search_result_link a:visited {
	color: #003366; text-decoration: none;
}
.site_search_result_link a:hover {
	color: #A0A0A0; text-decoration: none;
}
.site_search_result_link a:active {
	color: #999; text-decoration: none;
}
.site_search_result_link li:hover, .site_search_result_link li.sfhover {
	background: #EEE; cursor: pointer;
}

/*FOOTER*/


#footer {  
	height: 55px;
	color: white;
	text-transform: uppercase;
	position: relative;
	font-size: 60%;
	line-height: 1.5;
	padding: 6px 0 0 18px;
	letter-spacing: 1px;
}
#footernav li {
	float: left; margin: 0 0.5em 0 0;
}
#footernav a:link, #footernav a:visited {
	color: #FFF; text-decoration: none;
}
#footernav a:hover {
	color: #003366; text-decoration: none; background: #FFF;
}
#footernav a:active {
	color: #FFF; text-decoration: none;
}
.vcard {
	position: absolute;
	right: 18px;
	text-align: justify;
	top: -43px;
	color: #333;
}



/*----------------------------------------------------------------
	misc styles
----------------------------------------------------------------*/

.img-style-lt {
	float: left; padding-right: 1em; margin-bottom: 1em;
}
.img-style-rt {
	float: right; padding-left: 1em; margin-bottom: 1em;
}
.img-style-none {
	margin-right: 1em; 
}

#rt-top {
	float: right; padding-left: 1em; margin-bottom: 1em; width: 160px;
}


.clearfix {
	clear:both;
}
.wireframe {
	border: 1px solid black;
}
.block {
	background-color: #F00;
}
