/* ---------------[ logo ]--------------- */


#sitetitle {
	float: left;
	margin-bottom: 19px;
}

/* ---------------[ Tables ]--------------- */


table.minicalendar tr, table.minicalendar td, table.minicalendar th {
	margin:auto; 
	}


table.minicalendar th {
	font-weight:bold;
	background:#ddd;
	}

table.minicalendar td {
	border:1px solid #ddd;
	}

/* -------------------[ Top Navigation ]------------------- */
	

#topnav {
	background: url(images/topnavbg.gif) top left repeat-x;
	padding: 0 0 0 15px;
	position:relative;
	z-index: 9998;
	border-bottom:7px solid #33cc33;
	}

#topnav p#menuleft {
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/menuleft.gif) 0 0 no-repeat;
	text-indent: -9999px;
	z-index: 9999;
	width: 5px;
	height: 60px;
	padding: 0;
	margin: 0;
}

#topnav p#menuright {
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/menuright.gif) no-repeat;
	text-indent: -9999px;
	width: 5px;
	height: 60px;
	z-index: 9999;
	padding: 0;
	margin: 0;
}

#topnav ul {
	width:740px;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#topnav li {
	margin: 0;
	padding:0;
	float: left;
	height:60px;
	line-height:60px;
	}

#topnav li li {
	padding:0;
	margin: 0;
	height:30px;
	line-height:30px;
	}

#topnav li a, #topnav li a:link, #topnav li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	}

#topnav li a:hover, #topnav li a:active {
	color: #eee;
	}

#topnav li.current_page_item {
	padding-right:10px;
	background:url(images/nav-rt.gif) top right no-repeat;
	}

#topnav li.current_page_item a, 
#topnav li.current_page_item a:link, 
#topnav li.current_page_item a:visited {
	background:url(images/nav-left.gif) top left no-repeat;
	padding-right: 0;
	}

#topnav li li.current_page_item {
	padding-right:0;
	background:transparent;
	}

#topnav li li.current_page_item a, 
#topnav li li.current_page_item a:link, 
#topnav li li.current_page_item a:visited {
	background:transparent;
	padding: 0px 10px;
	}

#topnav li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
	background:#ccc;
	border:1px solid #000;
	}

#topnav li.current_page_item ul {

	}

#topnav li li.current_page_item ul {

	}

#topnav li.current_page_item li {
	background-image:none;
	padding:0;
	margin: 0;
	}

#topnav li ul a, 
#topnav li ul a:link, 
#topnav li ul a:visited,
#topnav li.current_page_item ul a, 
#topnav li.current_page_item ul a:link, 
#topnav li.current_page_item ul a:visited {
	background-image:none;
	padding: 0px 10px;
	width:180px;
	background:transparent;
	color:#000;
	}

#topnav li ul a:hover, 
#topnav li ul a:active,
#topnav li.current_page_item ul a:hover, 
#topnav li.current_page_item ul a:active  { 
	background:#333;
	color:#fff;
	}

#topnav li ul ul, #topnav li.current_page_item ul ul  {
	border-top:0;
	margin: -30px 0 0 200px;
	}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
	}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
	}

#topnav li:hover, #topnav li.sfhover { width:auto;
	}

/* -------------------[ Searchform ]------------------- */

#topnav #topsearch {
	position: absolute;
	top: 0;
	right:15px;
	width:200px;
	height:60px;
	background:url(images/searchbg.gif) top left no-repeat;
	}

#topnav #searchform {
	padding:0;
	margin:0;
	}

#topnav #searchform #searchfield {
	font-size:9pt;
	float:left;
	padding:0;
	width:150px;
	margin: 23px 0 0 25px;
	border:0;
	background:transparent;
	color:#888;
	line-height:1.1em;
	}

#topnav #searchform #submitbutton {
	margin: 15px 0 0;
	float:right;
	font-size:8pt;
	width:20px;
	height:30px;
	text-align:center;
	border:0;
	background: transparent;
	}



/* --------------[ Top Navigation Adjustments ]-------------- */

#topnav {
	font-size: 9pt; 
	font-weight: bold;	
	}

