@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #585858;
	background-image: url(../images/main_grd_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#container {
	width: 962px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 111px;
	background-image: url(../images/main_hdr.jpg);
	background-repeat: no-repeat;
	z-index:1;
}

#headerphoto {
	background-image: url(../images/hdr_image.jpg);
	background-repeat: no-repeat;
}

#content {
	background-color: #FFFFFF;
	padding: 0 15px 15px 15px;
}

#nav {
	position: absolute;
	/*	left: 400px;
	top: 84px;*/
	display: block;
	margin: 84px 0 0 525px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	line-height: 24px;
}

#nav ul li a {
	padding: 6px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#pageName{
	padding: 0px 0px 10px 10px;
}

#nav ul li a:hover {
	color: #FFFF00;
	background-color: #2c8ab4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 5px 6px 5px;
}

#uppernav {
	background-color: #2C8AB4;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	/*width: 320px;*/
	text-align: center;
	float: right;
	display: block;
	white-space: nowrap;
}

#twitter-icon{
position: absolute;
margin: 47px 0 0 830px;
}


#uppernav ul {
	margin: 0;
	padding: 0;
}

#uppernav ul li {
	line-height: 24px;
	display: inline;
	list-style-type: none;	
}

#uppernav ul li a {
	padding: 6px 8px;
	line-height: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#uppernav ul li a:hover {
	color:#FFFF00;
	filter: alpha(opacity=75);	
}

#servicesmenu {
	display: block;
	white-space: nowrap;
	width: 250px;
	background-image: url(../images/white75.png);
	background-repeat: repeat;
	z-index: 999;
	position: absolute;
	visibility: hidden;
	margin: 109px 0 0 400px;
	background-color:#FFFFFF;
	opacity:.75;
	filter: alpha(opacity=75);
}

#servicesmenu ul {
	margin: 0;
	padding: 0;
}

#servicesmenu ul li {
	display: block;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	list-style-type: none;
}

#servicesmenu ul li a {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	display: block;
}

#servicesmenu ul li a:hover {
	/*color: #FFFFFF;*/
	background-image: url(../images/blue75.png);
	background-repeat: repeat;
	/*filter: alpha(opacity=100);
	opacity:.50;*/
}

#headertext {
	height: 100px;
	width: 300px;
	margin-top: 100px;
	margin-left: 625px;
	position: absolute;
	text-align: right;
}

#h1header {
	color: #FFFFFF;
	margin: 3px;
	font-size:24px;
	font-weight:bold;
}

#h1body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight:bold;
	font-style:italic;
}

#headertext p {
	margin: 0;
	color: #FFFFFF;
}

#headertext a {
	color: #ffac65;
	text-decoration: underline;	
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #312d5d;
	margin-top: 4px;
	margin-bottom: 4px;
	
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	color: #6b6794;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: normal;
}

#newscontainer {
	width: 671px;
	height: 150px;
	border: 1px solid #2c8ab4;
	margin: 0;
	overflow: scroll;
}

#newscontainer h3 {
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #312d5d;
}

#newscontainer p {
	margin: 0 0 15px 0;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #45477b;
}

.bluetable {
	background-color: #CFF0FF;
	padding: 15px;
	border: 1px solid #2C8AB4;	
}

#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bfbfbf;
	text-align: center;	
}

#footertext a {
	color: #bfbfbf;
	text-decoration: none;
	padding: 0 8px;
}

#footertext a:hover {
	color:#FFFFFF;
}
#homelink{
	width:370px;
	height:60px;
	left:50px;
	top:23px;
	/*border:#000000 1px dashed;*/
	z-index:5;
	position:absolute;
}

.servicesnav{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#205EA9;
}

.service-selected{
	color:#990000;
}
/*BKR Footer Style - rev 5.9.07*/
.bkr_footer{
   font-size:10px;
   /*color: #D3891C;*/
   font-weight:normal;}
.bkr_footer a{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:link{
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:hover {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
.bkr_footer a:visited {
   font-size:10px;
   color: #D3891C;
   font-weight:normal;
   text-decoration: none;}
/*END BKR Footer Style */

/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
*/
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

.h3class{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*#content{
  float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}*/


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


.style9 {
	font-size: 12px;
}
