@charset "utf-8";
/* CSS Document */

#navspacer {
	height: 25px;
}

#home {
	clear: left;
	margin-top: 10px;
	padding-top: 1px;
}

/***********************************/
	/* END HOME STYLES*/
/***********************************/




/***********************************/
/*  THREE TIER NAVIGAITON  */
/*******************************/

div#nav {
	float: left;
	margin-top: 5px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 5px;
	position: absolute;
	left: auto;
	top: 350px;
	right: auto;
	z-index: 900;
	width: 805;
}

div#nav ul {
	margin: 0;
	padding: 0;
}

div#nav li {
	position: relative;
	list-style: none;
	float:left;
	width: 9.3em;
	line-height:1em;
	margin: 0 auto;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;*/
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: red;*/
	padding-right: 3px;
	padding-left: 0px;
}

div#nav li a:hover {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffc425;
/*	background-image: url(../images/buttonON.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

div#nav li.submenu {
	/*border-top-style:none;*/
}

div#nav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.42em;
	padding-bottom: 0.5em;
	padding-left: 0.1em;
	background-image: url(../images/navtab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

div#nav ul ul {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 7em;
	display: none;
	font-size:10px;	
}

div#nav ul ul li {
	/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0.42em;*/
	width: 11.2em;
	position: relative;
	z-index: 100;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
/*	margin-top: 0.8em;*/
	text-align: center;

	
	
}

/*div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
	margin-top: 1px;
	background-color: #006699;
	text-align: left;
	margin-left: 11em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}*/

div#nav ul.level2 {
/*	top:2.7em;*/
	left:1px;
}


/**************************
END NAVIGATION
***************************/

#leftcol {
	padding-right: 15px;
	float: left;
	width: 160px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
}

#leftcol p {
	color: #366995;
	font-size: 95%;
	line-height: normal;
	font-style: italic;
	font-weight: bold;	
}

#search {
	margin-top: 10px;
	
}

#search .searchbutton {
	float: right;
	margin-top: 3px;
	
}

#search .searchbox {
	margin-right: auto;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

div#quicklink {
	width: 160px;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	z-index: 0;
}

div#quicklink h3 {
	color: #366995;
	font-weight: normal;
	
}


/******************

QUICKLINK NAVIGATION 
*******************/

/*div#nav {
	float: left;
	width: 7em;
	background-color: #fdd;
	margin: -1px 0 0 -1px;
}*/

div#quicklink ul {
	margin: 0;
	padding: 0;
	width: 160px;
	background: white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div#quicklink li {
	position: relative;
	list-style: none;  /*removes all bullet points*/
	margin: 0;
	font-size: 90%;
	color: #666666;
	border-bottom: 1px solid #cccccc;/*	border-right: 1px solid #cccccc;*/
}

div#quicklink li:hover {
	background-image: url(../images/quicklinkON.gif);
	background-repeat: no-repeat;
	background-position: right center;
/*	border-left: 1px solid #ffffff;*/
}

div#quicklink li.submenu {
	 /*adding color to the submenu starting point. Can remove this element* or add a background image as per example url(images/submenu.gif) 95% 50% no-repeat; */
}

div#quicklink li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;  /*adding padding to the navigation link block */
	text-decoration: none;
	width: 150px;
	color: #666666;
}

div#quicklink>ul a {
	width: auto;
}

div#quicklink ul ul {
	position: absolute;
	top: 0;
	left: 7em; /* this positions the list itime 7em to the right of the left edge */
	display: none;
}


/***************************

END QUICKLINK NAVIGAITON 

***************************/
