﻿* {
	margin: 0;
	padding: 0;
	
}

body {
	background-image: url('../images/bg2.gif');
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 20px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

h3 {
	margin-left: 5px;
}

#footer a {
	color: lime;
}

#masthead {
	height: 100px;
	background-image: url('../images/header.gif');
}
#top_nav {
	background-image: url('../images/navbg.gif');
	height: 34px;
	z-index: 2;
	position: relative;
}
#container {
	min-width: 600px;
	background-color: #fff;
	position: relative;
}
#left_col {
	width: 200px;
	float: left;
	background-image: url('../images/sidebg.gif');
	background-repeat: repeat-y;
	position: relative;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	min-height: 1000px;
}
#left_col p {
	padding: 5px;
}
#page_content {
	margin-left: 200px;
	background-color: #fff;
	position: relative;
	min-height: 1000px;
	z-index: 0;
}

#page_content p { padding: 10px;
				
}

table {
	padding: 10px;
}

input.checkbox {
	padding-right: 5px;
}

#footer {
	clear: both;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#navContainer {
	width: auto;
	display: block;
	clear: both;
	padding-top: 3px;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav {
	height: 34px;
	z-index: 3;
	font-family: arial, sans-serif;
	font-size: 9pt;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	font-size: 81%;
	text-transform: uppercase;
	width: auto;
	white-space: normal;
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

#nav ul li a {
	display: block;
	height: 25px;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px thin #fff;
	border-right: 1px thin #fff;
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover, #nav li a:focus {
	background: #000;
	color: #fff;
}
#nav li a:active, #nav ul li a.active {
	background: #000;
	border-color: #fff;
	color: #fff;
}
/* Header menu */
#header_menu {
	position: absolute;
	margin-left: 20px;
}
#header_menu li {
	line-height: normal;
}
#header_menu ul {
	z-index: 10;
	clear: both;
}
/* Current page Customisations*/
#nav li.menu-current a {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}
#nav li.menu-current a {
	font-weight: bold;
}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 12em;
	margin: 0;
	display: none;
	text-transform: none;
	border: 1px solid #000;
	border-top: 0;
	font-size: 100%;
}
#nav .menu li ul li {
	width: 12em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	background: #4b4c4d;
	color: #fff;
	border: 0;
	z-index: 4;
}
/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: #4b4c4d;
	background: #f0f0f0;
	border: 0;
}
/* 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;
}
/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 11.5em;
	padding: .6em .1em .6em .4em;
	background: #c6c6c6;
	color: #fff;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
