/* END OF TEXT NAVIGATION */

#endnav { 
	width: 390px;
	border: 1px #6485A2 solid;
	margin: 10px auto 10px auto;
	padding: 0;
}

#endnav td {
	font-size: 11px;
	font-weight: bold; 
	text-align: center;
	padding: 3px 4px 3px 4px;
	margin: 0;
	background-color: #EFF6FF;
	border: 0px red solid;
	}

#endnav a:link, 
#endnav a:visited {
	font-weight: bold;
	display: block;
	float: left;
 	color:#6485A2;
	text-decoration: none; 
	padding: 1px 8px 1px 8px; 
	margin: 0;
	border: 1px #EFF6FF solid; 
	}

#endnav a:hover,
#endnav a:active { 
	font-weight: bold;
	color: #6485A2; 
	text-decoration: none;
	border: 1px #cccccc solid; 
	background-color: #ffffff; 
	}
/* END BOTTOM OF TEXT NAVIGATION */


/* LEFT HAND NAVIGATION */
#navIndex, #navigation {
padding: 0;
margin: 0;
background-image: url(../images/nav/nav-index.gif);
background-repeat: no-repeat;
background-position: top left;
border: 0px solid red;
}
#navigation {
background-image: url(../images/nav/navigation.gif);
height: 520px;
}
#tdNav-index {
width: 196px;
}

#ulNav li>ul { top: auto; left: auto; }

#ulNav {
	list-style-type: none;
	width: 196px;
	margin: 40px 0 0 0; 
	padding: 0; 
	border: 0px blue solid;
}

#ulNav li { 
	height: 30px;
	float: left; 
	clear: both;
	border: 0px yellow solid;
}

#ulNav table {
	width: 196px;
	height: 30px;
	background: url(../images/nav/link.gif) left top no-repeat;
	padding: 0;
	margin: 0;
	border: 0px yellow solid;
}

#ulNav li td {
	font-size: 12px;
	font-weight: bold;
	color: #21234a;
	text-align: right;
	padding: 0;
	margin: 0;
	border: 0px blue solid;
}

#ulNav li table{ 
	background:  url(../images/nav/link.gif) left top no-repeat;
	}	

#ulNav li:hover table, #ulNav li table.over, #ulNav li table.active { 
	background:  url(../images/nav/link_over.gif) left top no-repeat;
	}

#ulNav table.active td {
padding-right: 32px;
}

#ulNav a {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	display: block;
	padding-right: 32px;
	margin: 0;
	border: 0px red solid;
}

#ulNav a:link, #ulNav a:visited {
	color: #ffffff; 
	text-decoration: none; 
	}

#ulNav a:hover, 
#ulNav a:active,
#ulNav li:hover td a:link, 
#ulNav li.over td a:visited,
#ulNav li:hover td a:hover, 
#ulNav li.over td a:active { 
	color: #21234a; 
	text-decoration: none;
}

#ulNav #one { background-position: 6px 0px; }
#ulNav #two  { background-position: 9px 0px;}
#ulNav #three  { background-position: 12px 0px; }
#ulNav #four  { background-position: 15px 0px; }	
#ulNav #five  { background-position: 18px 0px; }	
#ulNav #six  { background-position: 21px 0px; }	
#ulNav #seven  { background-position: 24px 0px; }	
#ulNav #eight  { background-position: 27px 0px; }	
#ulNav #nine { background-position: 30px 0px; }	
#ulNav #ten  { background-position: 33px 0px; }
#ulNav #eleven  { background-position: 36px 0px; }

/* LEFT HAND NAVIGATION ENDS */

/* DROP DOWN MENUS */
#nav li>ul, 
#drop-menu li>ul { top: auto; left: auto; }

#drop-menu {  /* ul */
	clear: both;
	list-style: none;
	width: 372px;  /*455px;*/
	position: relative; left: 0px; top: 5px; z-index: 90;
	padding: 0;
	margin: 0 auto 5px auto;
	/*border: 0px black solid;*/
}

#drop-menu li {
	width: 88px;
	height: 38px;
	float: left;
	position: relative;
	border: 0px #777777 solid;
	margin: 0 5px 0 0;
	padding: 0;
}

#drop-menu li ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

#drop-menu .toprow { /*table*/
	width: 88px;
	height: 38px;
	background: url(../images/nav/dropmenubg.gif) repeat-x;
	}

#drop-menu .toprow:hover, 
#drop-menu .toprowover, 
#drop-menu .toprow .button-active { 
	width: 88px;
	height: 38px;
	background: url(../images/nav/dropmenubg-over.gif) repeat-x;
}

#drop-menu .toprow td, 
#drop-menu .toprowover td { 
	
	font-size: 12px;
	font-weight: bold; 
	text-align: center;
	width: 88px;
	height: 38px;
	padding: 0;
	margin: 0;
	border-right: 1px #777777 solid;
	border-left: 1px #777777 solid;
	}

#drop-menu li:hover ul, 
#drop-menu li.over ul  { display: block; }

#drop-menu .toprow .button-active, 
.toprowover .button-active { 
color: #212d5e; }

#drop-menu .toprow a, 
#drop-menu .toprowover a { 

font-size: 12px; }

#drop-menu .toprow a:link, 
#drop-menu .toprow a:visited, 
#drop-menu .toprowover a:link, 
#drop-menu .toprowover a:visited { 
font-weight: bold; }

#drop-menu a { display: block; text-decoration: none; }

#drop-menu a:link, 
#drop-menu a:visited { 
font-weight: normal; 
color: #ffffff; 
}

#drop-menu a:hover, 
#drop-menu a:active { 
font-weight: bold; 
color: #212d5e; }

#drop-menu table { width: 88px; border: 0px red solid; }

#drop-menu .sublink td {
	font-weight: normal;
	font-size: 12px;
	color: #253AB6;
	text-align: center;
	padding: 1px 2px 0 0;
	margin: 0;
}

#drop-menu .sublink td a { 
text-decoration: none; 
line-height: 18px; 
border: 1px #777777 solid;
width: 110px; 
}

#drop-menu .sublink td a:link, 
#drop-menu .sublink td a:visited { 
color: #666666; 
font-weight: normal;
background-color: #ffffff; 
}

#drop-menu .sublink td a:hover, 
#drop-menu .sublink td a:active { 
color:  #56488C;
font-weight: bold; 
border: 1px #56488C solid;
background-color: #CAC6DB;
}
/* ---- END DROP MENUS ----- */

/* TOP INTER-PAGE LINKS */
table.drop-links {
	width: 460px;
	clear: both;
	background: #eff6ff;
	margin: 5px 0 5px 0;
	padding: 2px;
	border: 1px #6485a2 solid;
	}

table.drop-links td {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	background: #eff6ff;
	border: 0px blue solid;
	}

.drop-links .left {
	text-align: left;
	}

table.drop-links .image {
	width: 40px;
	vertical-align: middle; 
	border-right: 1px #6485a2 solid;
	}

table.drop-links .image img {
	width: 16px; 
	height: 16px; 
	}
	
.drop-border { 
background: url(../images/nav/droplinkborder.gif) repeat-x center bottom;
height: 1px;
line-height: 2px;
width: 80%;
clear: both;
margin: 2px;
}	

table.drop-links a {
	display: block;
	float: left;
}

table.drop-links a:link, table.drop-links a:visited {
	color: #6485a2;
	text-decoration: none;
	margin: 0 3px 0 3px;
	padding: 0 4px 0 4px;
	border: 1px #eff6ff solid;
}

table.drop-links a:hover, table.drop-links a:active {
	color: #6485a2;
	text-decoration: none;
	background: #ffffff;
	border: 1px #aaaaaa solid;
}

/* END TOP INTER-PAGE LINKS */

#quicklinks #googlesearch img {
width: 77px;
height: 30px;
border: 0;
padding: 0;
margin: 0;
}

#quicklinks #googlesearch {
font-size: 12px;
}

/* QUICKLINKS */
table#quicklinks {
	background-color: #ffffff;
	width: 130px;
	float: right;
	margin: 10px 0 0 2px;
	padding: 0;
	}

#quicklinks form { 
	padding: 0; 
	margin: 8px 2px 2px 0; 
	clear: left;
}
#quicklinks td {
	font-size: 12px;
	color: #1367B4;
	text-align: center;
	width: 120px;
	margin: 0;
	padding: 3px 0 3px 8px;
	background: #ffffff url(../images/nav/quickbody.gif) 0 0 repeat-y;
	border-bottom: 1px #6485A2 solid;
	border-right: 2px #7465b1 solid;
	vertical-align: top;
	}

#quicklinks .top {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	background: #ffffff url(../images/nav/quicktop.gif) 0 0 no-repeat;
	padding: 0;
	border: 0;
	border-bottom: 2px #6485A2 solid;
}

#quicklinks .end { 
	/*line-height: 25px;*/
	padding: 0; 
	border: 0; 
	background: none;
	}

#quicklinks .end img {
	width: 135px;
	height: 25px;
	border: 0;
	padding: 0;
	}

#quicklinks img { 
	width: 20px;
	height: 20px;
	border: 0px black solid;  
	padding: 0; 
	margin: 0; 
	}	



#quicklinks a { display: block; height: auto; width: 100%;}
#quicklinks a:link, 
#quicklinks a:visited { 
color: #1367B4; 
text-decoration: none; 
}
#quicklinks a:hover, 
#quicklinks a:active { 
color: #1367B4; 
text-decoration: underline; 
}

#quicklinks img.google {
width: 128px;
height: 53px;
}



