/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	background-color: #1E334F;
	float: left;
}

/*********** #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 #FFF;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#navBar2 a, #navBar2 a:hover, #navBar2 a:visited {
	color: white;
}

#navBar2{
	color: #D09C58;
	font-weight: bold;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 10pt;
	background-color: #1E3350;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	

	
}



/************* #toolbar styles ***************/
#toolbar{
	display: none;
	left: -9000px;	
}

#toolbar2, #toolbar2 img{
	font-size: 8pt;
}

#toolbar2 li{
	list-style-type: none;
	margin: 5px 0px 0px 30px;
}

#toolbar2 li ul{
	margin: 10px 30px 10px 0;
	border-bottom: 1px inset #ccc;
	margin-top: 20px;

}

#toolbar2 img{
	margin-right: 10px;
}

#toolbar3
{
	display: block;
	text-align: center;
	width: 1000px;
}

#toolbar3 ul
{
	width: 634px;
	height:20px;
	margin: 0px auto;
	background-color: none;
}

#toolbar3 li
{
	list-style-type: none;
	font-size: 8pt;
	padding: 0px 20px 0px 20px;
	display: inline;
}

#toolbar3 a, #toolbar3 a:hover, #toolbar3 a:visited {
	color: #013D90;
	
}
	

/************* #footer #bottomlinks *****************/
.bottomlinks{
	text-align: center;
	clear: both;
	width: 100%;
	/* border-bottom: 1px solid #cccccc; */
	background-color: #fffff;
	font-size: 10pt;
}

.bottomlinks ul{
	width: 100%;
	margin: 0px auto;
}

.bottomlinks ul li{
	list-style-type: none;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.bottomlinks li.lastitem{
	border-right: 0;
}

.bottomlinks a, .bottomlinks a:hover, .bottomlinks a:visited{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/************* #footer #siteInfo styles ***************/

#siteInfo{
	text-align: center;
	/* border-bottom: 1px solid #cccccc; */
	background-color: white;
	font-size: 10pt;
	color: #808080;
	padding: 10px;
}
/* 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 ul{
	white-space: nowrap;
}

#siteInfo ul li{
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #cccccc;
}

#siteInfo a, #siteInfo a:hover, #siteInfo a:visited{
	color: white;
}

#siteInfo1 a, #siteInfo1 a:hover, #siteInfo1 a:visited{
	color: ##006699;
}

#siteInfo li.lastitem{
	border-right: 0;
}


#siteLogo
{
	padding: 50px 0;
	width: 183px;
	float: left;
	clear: left;
	display: block;
	text-align: center;

}

#siteLogo .logophonenum{
	font: Arial;
	font-size: 12pt;
	text-align: left;
	
}

#siteLogo .logoemail{
	font: Arial;
	font-size: 10pt;
	text-align: left;
	float: left;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
/*	position: relative;   */
	font-size: 10pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #1E334F;
	color: white;
	padding: 2px 0px 2px 10px;
}

#sectionLinks1 a:hover{
	background-color: #FFFFFF;
	color: white;
	padding: 2px 0px 2px 10px;
}

#sectionLinks ul ul{
	list-style: disc;
	padding: 0px 0px 0px 50px;
}

 

/************* Site map styles ******************/

.sitemap ul ul li{
	list-style-type: square;
	color: #006699;
	font-weight: normal;
}

.sitemap ul li{
	list-style-type: none;
	font-weight: bold;
}

.sitemap ul ul ul li{
	list-style-type: circle;
}


/************** #extra ****************/
#extra{
	font-size: 8pt;
	text-align: center;
	background-color: white;
}

#extra a
{
/*	background-image: url(../images/soluserv.gif);     */
	background-position: right;
	background-repeat: no-repeat;
	padding: 4px 4px 4px 4px;
	line-height: 20px;
}

#extra a, #extra a:hover, #extra a:visited {
	text-decoration: none;
	color: gray;
}

/******************* misc info *******************/


.info1, .info2
{
	visibility: hidden;
	display: none;
	position: absolute;
	left: -9000px;
}

.pdf
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(../images/pdf_small.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.flag
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(images/us_flag.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.separator
{
	margin: 20px 0px 20px 0px;
	height: 2px;
	background-color: #1E334F;
}

.separator_notice
{
	margin: 10px 0px 10px 0px;
	height: 1px;
	background-color: #FF0000;
}

li.selected
{
	background-image: url(../images/selected.jpg);
	background-repeat: repeat-x;
}

/****************** #contentbar ********************/
#contentbar, #contentbar div{
	width: 183px;
	float: right;
	clear: both;
	color: white;
	text-align: center;
	/*	min-height: 500px;*/
	font-size: 10pt;
	background-position: bottom;
	background-repeat: no-repeat;

}


#contentbar2 ul ul li{
	list-style-type: square;
	color: #006699;
	font-weight: normal;
}

#contentbar2 ul li{
	list-style-type: none;
	font-weight: bold;
}

#contentbar2 ul ul ul li{
	list-style-type: circle;
}

#navBar4 a, #navBar4 a:hover, #navBar4 a:visited 
{
color: #D09C58;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
border-bottom-width: 0px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
width: 130px;
}

