@charset "utf-8";
/* All CSS is broken into CSS Regions */

/* ---------- Home page ---------- */
body {
	background-color:#83a5ca;
	/*background-color: #F3F3F3;*/
}
table {
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}
.segment_seperators {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #003580;
	letter-spacing: normal;
	text-align: left;
	text-indent: 5px;
	display: block;
	padding: 3px;
	height: 20px;
	width: 530px;
	border: 1px solid #666666;
	background-color: #E6DBA2;
	vertical-align: baseline;
	line-height: 18px;
}

.bulk_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

/* ---------- Feature z-index issue resolution ---------- */
.content {
z-index:-1;
} 


/* ---------- Footer ---------- */
.footer_fine_print {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
a.footer:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
	text-decoration: none;
}
a.footer:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 8pt;
	text-decoration: none;
}
a.footer:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 8pt;
	text-decoration: none;
}
a.footer:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#046380;
	font-size: 8pt;
	text-decoration: none;
}


/* news topic links */

.video {
font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 8pt;
	font-weight:bolder;
	text-decoration: none;}
	
.photo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003580;
	font-size: 8pt;
	font-weight:bolder;
	text-decoration: none;
}

.scroll {
border : solid 0px;  padding : 0px; width : 257px; height : 110px; overflow : auto; overflow-x:hidden; scrollbar-width:2px;
scrollbar-arrow-color: #00386b;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #f0f8ff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
 }




/* general site links */
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 8pt;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 8pt;
	text-decoration: none;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#003580;
	font-size: 8pt;
	text-decoration: none;
}


/* ---------- Hot topic text and box treatments ---------- */
.borderTable {
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}   /* class="bordertable" */
/*  BEGIN rollover cells change color  */

td.box a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	text-decoration: none;
	display: block;
	width: 167px;
	height: 100%;
	padding-top:3px;
	
}
td.box a:hover {
	text-decoration: none;
	font-size: 10pt;
	background-color: #AACEFF;
	color:#333;
	display: block;
	width: 167px;
	height: 100%;
	padding-top:3px;
	
}
td.box a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

	font-size: 10pt;
	width: 167px;
	height: 100%;
	padding-top:3px;

	display: block;
}
td.box a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	background-color: #e6dba2;
	color:#003580;
	display: block;
	width: 167px;
	height: 100%;
	padding-top:3px;

}
/* END rollover cells change color */


/* ---------- More News ---------- */

.year_titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bolder;
}

.other_titles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EFE9C2;
	letter-spacing: normal;
	text-align: left;
	text-indent: 5px;
	display: block;
	padding: 3px;
	height: 20px;
	width: 255px;
	border: 1px solid #666666;
	background-color: #003580;
	vertical-align: baseline;
	background-position: left;
	left: auto;
}

.other_text {
	border-bottom:dotted 1px #333;
	line-height:12pt;
	padding:4px;
	width: 245px;
}

.other_titles_single {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EFE9C2;
	letter-spacing: normal;
	text-align: left;
	text-indent: 5px;
	display: block;
	padding: 3px;
	height: 20px;
	width: 535px;
	border: 1px solid #666666;
	background-color: #003580;
	vertical-align: baseline;
	background-position: left;
	left: auto;
}

.other_text_single {
	border-bottom:dotted 1px #333;
	line-height:12pt;
	width: 535px;
	padding:1px;
	
}
.other_table {
	padding: 3px 0px 2px 5px;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	width: 240px;
}
a.other:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 7.5pt;
	text-decoration: none;
}
a.other:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 7.5pt;
	text-decoration: none;
}
a.other:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 7.5pt;
	background-color:#a7a37e;
	text-decoration:none;
}
a.other:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#046380;
	font-size: 7.5pt;
	text-decoration: none;
}


/* ---------- Story pages ---------- */

.vid_photo_title {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; 
	}




/* ---------- include styles ---------- */

.acclaim {
	display: block;
}
.acclaim_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
}
.acclaim_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	padding-left:0px;
}

.landing_description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF ;
	letter-spacing: normal;
	text-align: left;
	text-indent: 5px;
	display: block;
	padding: 3px;
	height: 35px;
	width: 530px;
	border: 1px solid #666666;
	background-color: #003580;
	vertical-align: middle;
	line-height: 18px;
}

.story_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #003580;
	line-height: 16px;
	text-transform: uppercase;
}
.caption_print {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.print {
display:none;
}

#searchForm {
margin:0px;
padding:0px;
background-color: #e6dba2; 
}

#searchForm table {
background-color: #e6dba2;
height:24px;
width:208px; 
}

#searchForm table td {
padding:0px 5px;
}

/*--Home feature gallery--*/

div#homeFeatures
{ position: relative; }
div#homeFeatures params
{
	display:none;
}
div#homeFeatures item
{
	font-size:12px;
	display: block;
	padding-left: 80px;
	position: relative;
	margin-bottom: 2em;
}

div#homeFeatures img {
	position: absolute;
	left: 0px;
	border: 1px solid #000000;
}
div#homeFeatures heading
{
	font-size:16px;
	display: block;
	font-weight: bold;
}
div#homeFeatures  description { display: block; }
