/* CSS Document */

html {
	height: 100%;
}
body {
	height:100%;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.mainbg {
	width: 800px;
	background-image:url(images/main_bg.jpg);
	background-repeat: repeat;
	height: 100%;
}
td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
	font-weight: normal;
}
.content {
	padding-left: 5px;
	padding-top: 10px;
	height: 100%;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #000;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #F00;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	height:30px;
	display:block;
	clear:both;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */	 
#header_menu {
	position: absolute;
	margin-left: 20px;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#nav {
	float:left;
	height: 30px;
	background-image:url(images/menu_bg.jpg);
	width: 800px;
	border: 0;
	padding:0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
/* Root Level Link Formatting */
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
#nav ul li a {
	display: block;
	background: url(img/navbgl1.gif) no-repeat;
	padding: 8px 10px 7px 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
	background: url(img/navbgl1hi.gif);
	color: #fff;
}
#nav a.menu-parent {
	background: url(img/navbgl0parent.gif);
	color: #fff;
}
/*Current page Customisations*/
#nav a.menu-current {
	font-weight: bold;
}
/* Untermenu1 */
#nav .menu li ul {
	position: absolute;
	width: 11em;
	margin: 0;
	display: none;
	text-transform: none;
	border-top:#000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 100%;
	background: #669e33;
}
#nav .menu li ul li {
	width: 11em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul li a {
	width: 10.5em;
	padding: .3em .1em .3em .4em;
	color: #fff;
	border-top: 1px solid #000;
	font-weight: bold;
	background: none;
}
/* Untermenü1 hover */
#nav .menu li ul a:hover, #nav .menu li ul a.menu-current {
	background: #003366;
	color:#fff;
}
#nav .menu li ul a.menu-parent {
	background: #003366;
	color:#fff;
}
/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {
	display: block;
}
#nav .menu li ul ul {
	display: none;
}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {
	display: none;
}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {
	display: block;
	z-index: 1000;
}
/* 3rd Child Menu Appreances */
#nav .menu li ul li ul {
	margin: 5px 0 0 -40%;
	z-index: 9999;
	background: #2b3a45 url(img/ulbg2.jpg) no-repeat;
}
#nav .menu li ul li ul li {
	width: 11em;
}
#nav .menu li ul li ul li a {
	width: 10.5em;
}
/* 4rd Child Menu Appreances */
#nav .menu li ul li ul li ul {
	width: 9em;
	background: #808080 url(img/ulbg3.jpg) no-repeat;
}
#nav .menu li ul li ul li ul li {
	width: 9em;
}
#nav .menu li ul li ul li ul li a {
	width: 8.5em;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFF;
	text-decoration: none;
}
.footer {
	padding: 5px;
	height: 60px;
	color: #669e33;
	vertical-align: middle;
	text-align: center;
	position: bottom;
	background-image:url(images/footer.jpg);
}

