@charset "utf-8";
/* CSS Document */

/*************************************************************
					Main Navigation Bar
*************************************************************/

#navbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navbar ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	}
		
#navbar ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#navbar a    {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #205181;
	text-decoration: none;
	}
#navbar a:hover, #navbar a:active {
	color: #990000;
	text-decoration: underline;
	}

/*************************************************************
					Side Navigation - li
*************************************************************/

#navLeft  {
	padding: 0px;
	margin-top: 50px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 13px;
}
#navLeft ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navLeft ul li {
	margin: 0;
	padding: 0px;
}
#navLeft a {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-image: url(../images/bullet-sidenav_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
}
#navLeft a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../images/bullet-sidenav_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #990000;
}
#navLeft #active #current {
	background-image: url(../images/bullet-sidenav_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
}
#navLeft ul ul {
	padding-bottom: 15px;
	margin-left: 23px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#navLeft ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/bullet-li-subnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0px;
}
#navLeft ul ul a {
	display: block;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../images/bullet-sidenav-sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	margin: 0px;
	line-height: 14px;
}
#navLeft ul ul a:hover {
	text-decoration: underline;
	background-image: url(../images/bullet-sidenav-sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #003366;
}
#navLeft  #navlist  #subactive  #subcurrent       {
	text-decoration: underline;
}

#navLeft  #navHeader  {
	color: #666666;
	text-align: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 58px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*************************************************************
					Footer Navigation
*************************************************************/

#navbottom {
	padding-top: 20px;
	padding-bottom: 0px;
	width: 770px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #2b4f81;
}
#navbottom  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navbottom  ul   {
	display: inline;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#navbottom  ul  li   {
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/div-navbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0px;
	}
#navbottom a    {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #2b4f81;
	text-decoration: none;
	font-weight: bold;
	}
#navbottom a:hover, #navbottom a:active {
	color: #990000;
	text-decoration: underline;
	}
#container  #navbottom  .first {
	border-left: none;
	list-style: none;
	display: inline;
	background-image: none;
	padding-left: 60px;
	}

	
/************* Address Along Bottom ***************/

#navbottom #copyright {
	padding-top: 10px;
	color: #666666;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/dotted-line-H.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	text-align: center;
	}
#navbottom #copyright p {
	margin: 0px;
	padding: 0px;
}

#navbottom #copyright a {
	color: #44828A;
}
#navbottom #copyright a:hover, #navbottom #copyright a:active {
}
