﻿html{
	padding:0px;
	width: 100%;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
	background: url(Images/gradientBG.jpg) top repeat-x #FFFFFF;
	background-color:#a2a9b1;
}
:-moz-any-link:focus {
  outline: none;
}
/* main div */
div#DivMainClass
{
	width:990px;
    background-color:#FFF;
}
div#header {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-top:0px;
}
div#footer {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-bottom:0px;
}
div#wrapper_l
{
    /*background: url(Images/pageBorder_left.jpg) repeat-y 0 0;*/
}
div#wrapper_r {
	/*background: url(Images/pageBorder_left.jpg) 100% 0 repeat-y;*/
}
div#wrapper_lt
{
    /*background: url(Images/pageBorder_leftTop.jpg) no-repeat 0 0;*/
}
div#wrapper_rt {
	/*background: url(Images/pageBorder_leftTop.jpg) 100% 0 no-repeat;*/
}
div#wrapper {
	width: 990px;
	border:1px solid #173f81;
	margin: 10px auto 20px;
}

hr{
	color:#173f81;
	background-color: #173f81;
}

/* HOME BAR */
.breadcrumb{
    border-bottom-color: #4e8abe;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}

.homeBarDIV{
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: .90em;
}
.homeBarDIV a:link{
    color: #FFF;
    text-decoration: none;
}

.homeBarDIV a:visited {
	color:#fff;
}

.homeBarDIV .textSize{
    float:right;
    width:20;
    top:0px;
    position:relative;
}

/* HEADER BAR */
.headerBarDIV{
	height: 150px;
}
.headerSearch{
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 35pt; /*moves search box content down*/
	font-size:1.3em;
}
.headerSearchOptions{
    text-align:right;
	color:#FFFFFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}
.headerSearchOptions a:link{
    color: #FFFFFF;
    text-decoration: none;
}
.headerSearchOptions a:hover{
    color: #CCCCCC;
    text-decoration: none;
}
.headerSearch .textBar{
	border-style: solid;
	border-width: 1px;
	border-color: #330066 #330066 #808080 #330066;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #330066;
	margin: 0;
	padding: 0px 2px 0px 2px;
}
.headerSearch .goButton{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666;
	color: #FFFFFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}
.searchBacking{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 35pt;  /*will move search bg down or up- also must move .headerSearch*/
	
}
.headerDIV{
	width:990px;
	height:150px;
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;
}

/* HORIZONTAL NAV BAR */
.horizontalNavBarDIV{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #305b83;
	clear: both;
}

/* MAIN CONTENT */
.contentBarDIV{	width:990px;
	clear: both;
}
.floatRight{
    float:right;
    width:150px;
}
.textPadding{
	padding: 10px 8px 20px 8px;
}
.textPadding h1, .textPadding h2, .textPadding h3 {
	color:#173f81;
}
.contentBarTable{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}
.verticalLeftBarTD{
	width: 222px;
	vertical-align: top;
	/*border-right: solid 1px #4e8abe;*/
	
	background-color: #173f81;
	padding: 0px;	
}
.verticalLeftBarTD h1, .verticalLeftBarTD h2, .verticalLeftBarTD h3, .verticalLeftBarTD h3, .verticalLeftBarTD h4, .verticalLeftBarTD h5, .verticalLeftBarTD h6 {
	color:#fff;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.verticalLeftBarTD a:link {
    color:#fff; 
    text-decoration:none;
    padding-right:10px;
}
.verticalLeftBarTD a:hover  {
    color:#fff; text-decoration:underline;
}
.verticalLeftBarTD p {
	padding-top: 0px;
	margin:0px;
	line-height:145%;
}
.verticalLeftBarTD ul {padding:5px; margin:0px;}
.verticalLeftBarTD li {
	padding:0px 0px 7.2px;
	margin-right:0px;
	list-style: none;
	line-height:125%;
}
.topics {
	text-align:right;
	font-size:130%;
	font-weight:bold;
	min-height:319px;
	background: #173f81;
	border-bottom: solid 1px #fff;
	padding-top: 5px;
	border-right: solid 1px #A5C2DE;
}
.topics ul {
	padding: 0px;
	margin:0px;
}
.topics li {
		
}
.topics li a:link {
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
}
.topics li a:hover{
	background-color: #305b83;
	text-decoration:none;
}
.leftLinks {
    padding:10px;
}
.newsletter {
	padding:10px;
	clear:both;
	background: #305B83;
	}
.newsletter h1, .newsletter h2, .newsletter h3, .newsletter h4, .newsletter h5, .newsletter h6 {
	padding:0px;
	margin:0px;
	color:#fff;
}
.newsletter a:link {
	color:#fff;
}
.newsletter a:hover {
	color:#fff;
}
.newsletter ul {
    padding:5px;
}
.bodyContentTD{
	vertical-align:top;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.verticalRightBarTD {
	/* display: none;*/
    vertical-align: top;
	width: 222px;
}

.verticalRightBarTD a:link {
    color:#fff; 
    text-decoration:none;
    padding-right:10px;
}

.rightColMenu
{     
    background-color: #173f81;
}        

.rightColMenu .ekmenu_link
{ 
    color : #fff;
}


/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}
.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 992px;
	margin: 0px auto 0px auto;
}
/* FOOTER */
.footerBarDIV
{
	background-color: #333333;
	color: #FFFFFF;
	font-size: .88em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 30px;
}
.footerBarDIV a:link
{
	color: #FFFFFF;
}
.footerBarDIV a:visited
{
	color: #FFFFFF;
}
.mainContent {
	color:#000; 
}

.mainContent h1, .mainContent h2, .mainContent h3 {
	color:#173f81;
	margin-left:12px;
}
.mainContent p {
	padding:0px 10px 15px;
	margin:0px 0px 10px;
	line-height:200%;
}
.mainContent a:link {
    color:#173f81;
    text-decoration:none;
}
.mainContent a:hover{
    color:#173f81;
    text-decoration:underline;
}
.mainContent ul {
	margin:0px;
	padding:10px 10px 0px 15px;
}
.mainContent li {
	padding-bottom: 10px;
	list-style: none;
}
.flashTop {
	background-color:#fff;
	text-align:left;
}
.quickLinks 
{
	position:relative;
	top:0px;
	left:10px;
	width:106px;
	background-color:#e8e8ed;
	padding-left:10px;
	padding-right:10px;
	padding:top:0px;
	padding-bottom:10px;	
}

.quickLinks ul {
	margin:0px;
	padding:  0px 0px 0px 0px;
	left:0px;
	font-size:11px;
}

.quickLinks h3, .quickLinks h2, .quickLinks h1 {
	margin:0px;
	padding:0px;
	padding-top:5px;
	color:#173f81;
}

.quickLinks h4 {
	font-size:1.4em;
	width:105px;
	border-bottom:1px solid #173f81;
}	

.contact {
    padding: 0px 10px; 
    width:100%;
}
.contact table td {
    padding:5px; 
    margin:0px;
}
.news {
    padding:10px;
    background-color:#e8e8ed;
    color:#000;
}
.news a:link {
    color:#173f81;
    text-decoration:none
}
.news a:hover {
    text-decoration:underline;
}
.news img {
	margin-right:10px;
	border: 1px solid #305b83;
	margin-bottom:10px;
}
.news p {
	clear: both;
	line-height: 145%;
}
.SWFfeature {
	padding-left:10px;
	padding-top: 10px;
}
.landingMain {
    padding:10px;
    color:#4e8abe;
}
.LandingMain p {
	clear: both;
}
.landingRight {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
    min-height: 500px;
    border-left: solid 1px #173f81;
}
.landingRight p {
	clear: both;
	line-height: 145%;
}
.mainTitle {
	width: 736px;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #4e8abe;
	font-size:24px;
}
.mainTitle p{
	font-size:36px;
}
.articleMain {
    margin-top: 10px;
    padding-left:15px;
    min-height: 450px;
    color:#000;
}
.lastUpdated{
    text-align: right;
    color: Gray;
    font-size: 10px;
    clear: both;
    padding-right:10px;
}
/* WEATHER CONTROL */
.smallText, .grayText{
	color:white;
}
