/* CSS Document */

/*=============Left Main Nav=========================*/
ul.leftNav {
	margin: 0;
	padding: 4px 0px 0px 14px;
	border: 0;
	background-image: url(../images/mainnav_bk.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

ul li.leftNav 
{
	width: auto;
/*	height: 21px;*/
	line-height: 21px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li.leftNav a, ul li.leftNav a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display:block;
}

ul li.leftNav a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	display:block;
}
#blue8 {
	background-image: url(../images/blue_slice_8.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 8px;
}
/*=============Left Sub Nav=========================*/
ul.subNav {
	margin: 0;
	padding: 4px 0px 0px 10px;
	border: 0;
	background-image: url(../images/subnav_bk.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

ul li.subNav 
{
	width: auto;
/*	height: 21px;*/
	line-height: 16px;
	background-image: url(../images/bluedot_nav.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0 0px 10px;
	margin: 0;
}

ul li.subNav a, ul li.subNav a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display:block;
}

ul li.subNav a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
#blue24 {
	background-image: url(../images/blue_slice_24.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 24px;
	padding: 0;
	margin-top: 15px;
}
#blue22 {
	background-image: url(../images/blue_slice_24.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 22px;
	padding: 0;
	margin-top: 3px;
}
/*===============TOP NAV==========================*/

#topNav a {
	margin: 0;
	/*padding: 11px 0px 0px 12px;*/
	padding-right: 4px;
	border: 0;
	color: #000;
	font-weight: normal;
	text-decoration: none;

}#topNav a:hover {
	color: #1e326b;
	font-weight: normal;
	text-decoration: underline;
}

/*#topNav ul {
	margin: 0;
	/*padding: 11px 0px 0px 12px;
	border: 0;


ul li.topNav 
{
	width: auto;
	font-size: 11px;
	list-style-type: none;
	padding-right: 5px;
	margin: 0;
/*	display: inline-table;
	display: -moz-inline-box;
	display: inline;
}

ul li.topNav  a, ul li.topNav  a:visited {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

ul li.topNav  a:hover {
	color: #1e326b;
	font-weight: normal;
	text-decoration: underline;
}*/
/*====================FOOTER NAV===============*/
ul li.footerNav 
{
	width: auto;
	font-size: 10px;
	list-style-type: none;
	padding-right: 6px;
	margin: 0;
	display: inline;
}

ul li.footerNav  a, ul li.footerNav  a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

ul li.footerNav  a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}