@charset "utf-8";
 

body
{
    background-color: #E1E1E3;
    font-size: 10pt; 
    font-family: Arial, 'Century Gothic';
    margin: 0px;
    padding: 0.5px;
	color:#222222;
}
.red-font
{color:#F00;
}
.updated
{
	color:#0080FF;
	font-weight:bold;
}
.email2
{
	display:none;
}
.clocker
{
	background-color:#000;
	color:#FF0;
	text-align:center;
}
.baby-blue
{background-color:#A9EAF5;
}
.new
{font-size:8pt;
font-style:italic;
color:#060;
}
.eightpoint
{
	font-size:8pt;
	width:259px;
	height:15px;
	display:inline; margin:0px; padding:0px;
}
.search-button
{
	font-size:8pt;
	height:22px;
}
.new-search-button
{
	font-size:8pt;
	height:18px;
	background-color:#C9F4FC;
}
.survey-drop
{
	background-color:#CCC;
	color: #000000;
	
	
}
/***********************************************************************************/
/**styles for the main menu       **************************************************/
/***********************************************************************************/

#pcm{display:none;}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;z-index:999;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;z-index:999;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:#333333;
	background-repeat:repeat;
	border-color:#cccccc #111111 #111111 #cccccc;
	border-width:1px;
	border-style:solid;
	width:100%;
	z-index:999;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
	z-index:999;
}
ul.pureCssMenu ul{
	width:176.4px;
	z-index:999;
}
ul.pureCssMenu li{
	display:block;
	margin:0px 0px 0px 2px;
	font-size:0px;
	width:130px;
	z-index:999;
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#333333;
	border-width:1px;
	border-color:#333333;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	_padding-left:0;
	font:normal 12px Trebuchet MS,Tahoma;
	color: #cccccc;
	text-decoration:none;
	cursor:auto;
	z-index:999;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3px;
	height:100%;
	display:inline-block;
	background-color:#cccccc #111111 #111111 #cccccc;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3px;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color:#377D9F;
	border-color:#377D9F;
	border-style:solid;
	font:normal 12px Trebuchet MS, Tahoma;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#377D9F;
	border-color:#377D9F;
	border-style:solid;
	font:normal 12px Trebuchet MS, Tahoma;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #666 !important;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:2px;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none !important}
ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul,ul.pureCssMenu a:hover a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul,ul.pureCssMenu a:hover a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-image:url(./images/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(./images/arrv_white.gif);
}
ul.pureCssMenu a:hover span{	_background-image:url(./images/arrv_white.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(./images/arr_white.gif)}
/***********************************************************************************/
/**end of menu styles            p**************************************************/
/***********************************************************************************/

.blue-white-heading
{
color:#FFF;
background-color:#039;
border:solid;
border-width:1px;
border-color:#FFF;
font-size:12pt;
font-weight:bold;
}


.five-pad-bottom
{
	padding-bottom:5px;
}
.magic-table
{
	vertical-align:top;
}
.my-iframe
{
	overflow-x:hidden;
}
.white-bold-text
{
	color:#FFF;
}
.alerts-text
{
	font-size:10pt;
	padding-top:5px;
	padding-left:10px;
}
/***********************************************************************************/
/**Maps Items, used on the Sitemap**************************************************/
/***********************************************************************************/

.map-h1
{
	font-size:12pt;
	font-weight:bold;
}
.map-h2
{
	font-size:10pt;
	font-weight:bold;
}
.map-h3
{
	font-size:8pt;
	font-weight:bold;
}
.map-h4
{
	font-size:6pt;
	font-weight:bold;
}





/***********************************************************************************/
/**main home page*******************************************************************/
/***********************************************************************************/
a.blue-menu,  a.blue-menu:visited
{
    color: #ffffff;
	 text-decoration: none;
	 font-weight:bold;
}

a.blue-menu:hover
{
	color: #faec05;
	text-decoration: none;
	font-weight:bold;
	
}






a.topmenu,  a.topmenu:visited
{
    color: #3d3d3d;
	 text-decoration: none;
	 font-weight:bold;
}

a.topmenu:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	background-color:transparent;
	
}
a.news-link,  a.news-link:visited
{
    color:#00F
	 text-decoration: none;
	 font-size:8pt;
}

a.news-link:hover
{
	color: #ff0000;
	text-decoration: none;
	background-color:transparent;
	font-size:8pt;
}


.main
{
	width:100%;
	padding-left:5px;
	padding-right:5px;
}
.front-page-table
{
	font-size:8pt;
	vertical-align:top;
	width:100%;
}
.social-media-td
{
	font-size:10pt;
	vertical-align:top;
}
.social-media-header
{
	font-size:10pt;
	vertical-align:top;
	text-align:center;
	width:50%;
}
.front-page-table-bottomrow
{
	font-size:8pt;
	vertical-align:top;
	width:25%;
	border-top:1px solid; 
	border-color:#000000;
	
}
.front-page-table-header
{
	font-size:8pt;
	font-weight:bold;
	vertical-align:top;
	width:100%;
	border-bottom:1px solid; 
	border-top:1px solid; 
	border-left:1px solid; 
	border-right:1px solid;
	border-color:#FF0000;
	text-align:center;
	color:#FFF;
	background-color:#666;
}
.articles-table
{
	
	font-size:10pt;	
	vertical-align:top;
	width:100%;
	border-bottom:1px solid; 
	border-color:#CCC;
}
.answers
{
	background-color:#060;
	color:#FFF;
	font-weight:bold;
	font-size:12pt;
}

#cycler{position:relative;}
#cycler img{position:absolute;z-index:1}
#cycler img.active{z-index:3}

.unit-moto
{font-weight:bold;
font-size:12pt;
font-style:italic;
color:#666;
text-align:center;
}
.leader_image
{
padding:5px;
padding-right:5px;
}
.float-left-img
{
padding:5px;
padding-right:5px;
float:left;
}
.float-right-img
{
padding:5px;
padding-right:5px;
float:right;
}
/***********************************************************************************/
/**Contacts Page Items *************************************************************/
/***********************************************************************************/

.emergency-header
{
	background-color: #ff0000;
	font-weight: bold;
	color: #ffffff;
	font-size: 12pt;
	
}
.contacts-header
{
	background-color: #213F52;
	font-weight: bold;
	color: #ffffff;
	font-size: 12pt;
	
}
.contacts-sub-header
{
	background-color:#CCC;
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	
}
.contacts-sub-header-email
{
	background-color:#CCC;
	color: #000000;
	font-size: 10pt;
	width:50%;
	
}
/***********************************************************************************/
/**Telephone Aoto prefix calculator items ******************************************/
/***********************************************************************************/
.telephone
{
	background-color: #213F52;
	font-weight: bold;
	color: #ffffff;
	font-size: 12pt;
	text-align: right;
	width: 80%;
	
}
.left-telephone
{
	background-color: #213F52;
	font-weight: bold;
	color: #ffffff;
	font-size: 12pt;
}
.sm-telephone
{
	background-color: #213F52;
	color:#ffffff;
	font-size:10pt;
	text-align:right;	
}
.telephone-dropdown
{
	background-color: #213F52;	
	color:#ffffff;	
}


.sub-org-ul
{
	font-size:8pt;
}

a, a:link, a:visited
{
    color: #000099;
	 text-decoration: none;
	 background-color:transparent;
}

a:hover
{
	color: #ff0000;
	text-decoration: none;
	text-align: center;
	background-color:transparent;
}

a.photo_link, img.photo, img.photo:hover
{
    padding: 0px;
    margin: 0px;
    border: none;
	background-color:transparent;
}

.p-left
{

	text-align: left;
}
p-right
{

	text-align: right;
}
.p-center
{

	text-align: center;
}
/********************************************************************************/
/**Grey Dotted Items*************************************************************/
/********************************************************************************/
.black-dotted-table-borders
{
    border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align:center;

}
.black-solid-table-borders
{
    border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#dddddd;

}
.black-solid-table-borders-white-bg
{
    border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#ffffff;

}
.grey-dotted-table-borders
{
    border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;

}
.grey-dotted-table-borders-seventy
{
    border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	width:70%;

}
.grey-dotted-table-borders-five
{
    border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	width:5%;

}
.grey-dotted-table-borders-twenty
{
    border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	width:20%;
	text-align:right;

}
.grey-dotted-table-bottom-borders
{
	border-bottom: 1px dotted silver;
}
.five-pad-grey-dotted-table-bottom-borders
{
	border-bottom: 1px dotted silver;
	padding-top:5px;
	

}
.black-solid-table-bottom-borders
{
    
	border-bottom: 1px solid black;
	padding-bottom:5px;
	padding-top:5px;
}
.white-table-grey-bottom
{
	border-bottom: 1px dotted silver;
	background-color:#ffffff;
}
.big-bold-blue
{
	font-weight:bold;
	font-size:16pt;
	color:#006;
	text-align:center;
	border-bottom: 1px dotted silver;

	
}
.tenpad-grey-dotted-table-bottom-borders
{
   
	border-bottom: 1px dotted silver;
	padding:10px;

}

hr
{
    border-top: 1px dotted silver;

}
.last_updated
{
font-size:8pt;
 font-family: 'Century Gothic', Arial, serif;
    color: #417081;
    text-transform: none;
	text-align:center;
}
.breadcrumbs
{
font-size:8pt;
font-family: 'Century Gothic', Arial, serif;
color: #417081;
margin-left:5px;

}
.thinBorder_bottom{

border-bottom:1px solid; 
border-color:#234050;
} 
h1, h2, h3, h4, h5, h6
{
    font-family: 'Century Gothic', Arial, serif;
    color: #3d3d3d;

}
.white-headers
{
	color:#FFF;
	font-size:18pt;
	font-weight:bold;
}
.main-table
{
    border-bottom: 1px dotted #244153;
	border-top: 1px dotted #244153;
	border-right: 1px dotted #244153;
	border-left: 1px dotted #244153;
	background-color:#FFF;
	width:996px;
	margin:0 auto;

	
}
.greybg
{
	background-color:#333333;
}
/********************************************************************************/
/**Menu Table********************************************************************/
/********************************************************************************/

.menu-table
{
	text-align:center;
	background-color:#b9b9b9;
	color:#FFF;
	padding:0;
	font-weight:bold;
	font-size:14px;
	
}
a.menu-table
{
	color:#FFF;
	margin-top:15px;
	
}
a.menu-table:hover
{
	color:#0000ff;
	background:#FFF;
	
}
/********************************************************************************/
/**Notices***********************************************************************/
/*******************************************************************************/

.notice-div
{
background:#FAFCD6;
border-bottom:1px solid; 
border-top:1px solid; 
border-left:1px solid; 
border-right:1px solid;
border-color:#FF0000;
padding-left:5px;
}

/********************************************************************************/
/**FaceBook*********************************************************************/
/*******************************************************************************/
.facebook-table
{
	background-color:#3f5c9a;
	text-align:left;
	height:26px;
}

a.facebook
{
	color:#FFF;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
}
a.facebook:hover
{
	color:#F00;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	background-color:#FFF;
}

/********************************************************************************/
/**Footer************************************************************************/
/*******************************************************************************/

.footer-table
{
	text-align:center;
	background-color:#4f4f4f;
	color:#FFF;
	font-size:12px;
	height:auto;
	vertical-align:middle;
}
a.footer-table
{

	color:#FFF;
	
}
a.footer-table:hover
{
	color:#0000ff;
	background-color:#FFF;	
}
/**********************************************************************************/
.left-nav
{
	padding-left:10px;
	padding-top:10px;
	color:#666;
	background-color:transparent;

}
a.left-nav-link, a.left-nav-link:visited
{
	color:#666;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	background-color:transparent;
	
}
a.left-nav-link:hover
{
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	background-color:transparent;
	
}
.ten-pad-left-right
{
	padding-left:10px;
	padding-right:10px;
}
.search-box
{
	background-color:#535353;
	text-align:right;
}
.top-nav-bar-left-center
{
	background-color:#e8e8e8;
	border-right: 1px dotted #bababa;
	text-align:center;
	max-height:5px;
}
.top-nav-bar-menu
{
	background-color:#e8e8e8;
	border-bottom: 1px dotted #535353;
}
