@charset "utf-8";
/* CSS Document */
body  {
	font-size:69%;
	font-family: Verdana,Tahoma, Arial ;
	background: #FFFFFF;
	color: #000000;
}







/******************************/
/*        HYPERLINKS          */
/******************************/
a{
	color: #336C97;
	text-decoration: none;

}

a:visited {
	color:  #336C97;
	text-decoration: none;
}

a:hover {
	color:  #0085EC;
	text-decoration: underline;
}

.prompt {
	text-align:right;
	background: url(images/blue_arrow.gif) no-repeat right center;
	padding-right: 6px;
	float:right;
}

p a {
	font-weight:bold;
}


/******************************/
/*       TEXT STYLES          */
/******************************/

/* DEFAULTS */
h2{
	color:#0A479E;
	font-weight:bold;
	font-family:arial;
	font-size:1.4em;
}

h3{
	color:#0A479E;
	font-weight:bolder;
	font-family:arial;
	font-size:1.1em;
}

h4{
	color:#6389A0;
	font-weight:bolder;
	font-family:arial;
	font-size:1.1em;
	margin:.2em;
}

p{
	text-align:justify;
}

ul{
	list-style:square;
}

img{
	border:0px;
}



.left_align{
	float:left;
	margin-right: 1.5em;
	border:none;
}
.right_align{
	float:right;
	margin-left: 1.5em;
	border:none;
}
.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Homepage header. */
.header_home{
	font-size:1.2em;
	font-weight:bold;
	background: url(images/brown_square.gif) no-repeat left center;
	padding-left: 12px;
	color:#404040;
	border-bottom: 1px solid #6389A0;
	border-top: 1px solid #6389A0;
}



/******************************/
/*       TEXT STYLES          */
/******************************/
.home_pane{
	margin: 0.5em;
	width:46%;
	height:13em;
	border-bottom: 1px solid #606060;
	float:left;
	color:#202020;
}

.service_pane{
	width:90%;
	border-bottom: 1px solid #606060;
	padding-top:1em;
	padding-bottom:1em;
	float:left;
}
.service_pane p{
	display:block;
	color:#202020;
	margin-top:0px;
}
.service_pane h3{
	color:#606060;
}

/* Can be used to limit the width of an area dominated by text */
div.text_dominant_layout {
	display:block;
	width:48em;

}

/* Can be used to definate a section, deliniated by trailing whitespace */
div.section {
	display:table;
	margin-bottom:1.5em;
}


div.faq {
	border: 1px solid #CCCCCC;
	background: #E4ECEF;
	margin-bottom:1em;
	padding:0px;

}

div.faq h4 {
	color: #ffffff;
	background: #016B7E;
	border-bottom: 1px solid #BBBBBB;
	font-size:1.1em;
	display:block;
	width:100%;
}

div.faq h4:first-letter{
	color:#ffcc00;
	font-weight:bold;
}

div.faq p{
	padding: 1em;
	padding-top: 0.5em;

}

div.faq p:first-letter{
	font-weight: bold;
}





div.twoColDiv {
	float:left;
	width:40%;
	margin:1em;
}

/* list block tags in two columns */
.twoColList li {
	margin-left:2%;
	margin-right:2%;
	width:42%;
	float:left;
}

.threeColList li {
	margin-left:2%;
	margin-right:2%;
	width:28%;
	float:left;
}




.figure_block {
	float: right;
	display:table;
	text-align:center;
	margin: 0px 2em 2em 2em;
	background-color: #F0F0F0;
	padding: 10px 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

.figure_block_centered {
	float: none;
	display:table;
	text-align:center;
	margin: 0px auto 2em auto;
	background-color: #F0F0F0;
	padding: 10px 5px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}
.figure_block img, .figure_block_centered img{
	border-top: 1px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #555;
}

.figure_block p, .figure_block_centered p{
	text-align:center;
	color:#404040;
	font-size:0.8em;
}



/******************************/
/*       FORM STYLES          */
/******************************/

#email_recipient {
	visibility :hidden;
}





/******************************/
/*    SIDEBAR NAVIGATION      */
/******************************/
#sidebar_navigation h2, .sidebar_navigation h2 {
	font-weight:bold;
	background:#6389A0;
	color:#FFFFFF;
	margin:0px;
	padding: 3px 7px;
	width:inherit;
	font-size:1em;

}
#sidebar_navigation ul, .sidebar_navigation ul {
	margin:0px;
	padding:0px;
	width:100%;

}
#sidebar_navigation ul li, .sidebar_navigation ul li {
	height:100%;
	overflow:visible;
	list-style:none;
	padding-left:6px;
	margin: 0px;

}



#sidebar_navigation ul li a, .sidebar_navigation ul li a {
	color:#22546D;
	display:block;
	width:inherit;
	background: url(images/brown_arrow.gif) no-repeat left center;
	padding: 3px 7px;
	text-decoration:none;

	border-bottom: 1px solid #6389A0;
}



#sidebar_navigation ul li a:hover, .sidebar_navigation ul li a:hover {
	background: url(images/blue_arrow.gif) no-repeat left center;
	color: #393939;
	background-color:#D2DDE3;
}
#sidebar_navigation ul li.current, .sidebar_navigation ul li.current {
	background-color:#D2DDE3;
	color: #393939;
}

#sidebar_navigation ul li ul li a, .sidebar_navigation ul li ul li a {
	color:#666666;
	background: none;
	padding-left:0px;
}

#sidebar_navigation ul li ul li a:hover, .sidebar_navigation ul li ul li a:hover {
	background: none;
	color: #393939;
	background-color:#D2DDE3;
}

#sidebar_navigation ul li ul li ul li a, .sidebar_navigation ul li ul li ul li a {
	color:#666666;
	background: url(images/brown_square2.gif) no-repeat left center;
	padding-left:7px;
}

#sidebar_navigation ul li ul li ul li a:hover, .sidebar_navigation ul li ul li ul li a:hover {
	background: url(images/blue_square2.gif) no-repeat left center;
	color: #393939;
	background-color:#D2DDE3;
}

/******************************/
/*       NEWS STYLES          */
/******************************/
#news_container h3{
	color:#990000;
	font-size:1.6em;
	padding-bottom: 5px;
	margin-bottom:1px;
	border-bottom: solid #6389A0 1px;
}
#news_article {
	display:block;
	margin-left:40px;
	margin-right:20px;
}
#article_dateline{
	margin-top:0px;
	color:#6389A0;
	text-align:right;
}
.list_date{
	font-weight:bold;
	color:#606060;
}
.feed{
	margin-top:0px;
	font-weight:bold;
	padding-left:15px;
	background: url(images/feed_icon.gif) no-repeat left center;
}


/******************************/
/*     IN-PAGE NAVIGATION     */
/******************************/
#in_pageNavigation {
	border-bottom: solid #6389A0 1px;
	margin-bottom:3em;
}

#in_pageNavigation ul {
	list-style:none;
}
#in_pageNavigation ul a, #in_pageNavigation ol a {
	background: url(images/blue_arrow.gif) no-repeat left center;
	padding: 3px 7px;
}


/******************************/
/*     SERVICE BLOCK          */
/******************************/






/*******************************/
/*        MAIN BANNER          */
/*******************************/

/* Primary navigation          */
#tier1Container
{
	background-color:#1A4F5E;
	height:1.6em;
	width: 100%;
	margin:0px;
	padding:0px;
}
#tier1Navigation{
	width:980px;
	font-family:arial;
	margin: 0 auto;
}
#tier1Navigation ul
{

	background-color: #1A4F5E;
	height:1.6em;
	color: #FFFFFF;
	margin:0px;
	float:right;
}
#tier1Navigation ul li { display: inline; float:left; }
#tier1Navigation ul li a
{
	padding: 0.2em 1em;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px #FFFFFF solid;
}
#tier1Navigation ul li a:hover
{
	background-color: #206074;
	text-decoration:underline;
}



/* Banner */
#logo_banner {

	width:100%;
	height:150px;
/*	background-color:#1A4F5E;	*/
	background-image:url(images/header_home_left_fade_green1.jpg);
}



/* Secondary navigation */
#tier2Container
{
	width: 98.3em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#tier2Navigation
{
	font-family:arial;
	height:1.6em;
	margin:0px;
	padding:0px;
	float:left;
}
#tier2Navigation ul
{
	height:inherit;
	width: 81.65em;
	background-color: #6389A0;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 0px;
}
#tier2Navigation ul li { display: inline }
#tier2Navigation ul li a, #tier2Navigation ul li span
{
	color:#FFFFFF;
	padding: 0.2em 1em;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px #000000 solid;
	border-left: 1px #FFFFFF solid;}
#tier2Navigation ul li a:hover
{
	background-color: #83A1B4;
	text-decoration:underline;
}
.tier2fade
{
	margin:0px;
	padding:0px;
	border: 0px;
	float:left;
	height:1.6em;
 	width:8.3em;
	overflow:hidden;
}

#tier2NewsScroller
{
	width: 37em;
	height:1.2em;
	border: 1px dashed black;
	padding-top:0px;
	padding-bottom: 0.2em;
}
#tier2NewsScroller div div a, #tier2NewsScroller div div span {
	border:none;
	width: 39em;
}



#footer {
	color:#606060;
}

#footer a.inline{
	color:#22546D;
	padding-left:0.5em;
	padding-right:0.5em;
	border-right: 1px solid #606060;
}

a.valid_css,  a.valid_xhtml,  a.valid_html{
	display:block;
	height:20px;
	width:57px;
	margin-left:1em;
	margin-right:1em;
	float:left;
/*	background-image:url(images/valid-referer-gs.png); */
}

a:hover.valid_xhtml,  a:hover.valid_html{
/*	background-image:url(images/valid-referer.png); */
}
a.valid_css{
	background-image:url(images/valid-css-gs.png);
}
a:hover.valid_css{
	background-image:url(images/valid-css.png);
}
a.valid_xhtml{
/*	background-image:url(images/valid-xhtml10-gs.png); */
}
a:hover.valid_xhtml{
/*	background-image:url(images/valid-xhtml10.png); */
}
a.valid_html{
/*	background-image:url(images/valid-html401-gs.png); */
}
a:hover.valid_html{
/*	background-image:url(images/valid-html401.png); */
}



/******************************/
/*        COLORS              */
/******************************/
.block_dark{
	color:#FFFFFF;
	background:#1A4F5E;
}

.block_light{
	color:#FFFFFF;
	background:#6389A0;
}
