
/* Default Styles */
p + p{
	margin-top: 1em;
}

a {
	text-decoration: none;
	color: #00692A;
}


html {
	overflow-y: scroll;
}

body {
	width: 1050px;
	margin: 0 auto;
	border: 2px solid #00692a;
	font-size: 16px;
	font-family: verdana, helvetica, arial, sans-serif;
}

h1,h2,h3,h4,h5 {
	text-align: center;
	margin-bottom: 5px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 15px;
}
h3 {
	font-size: 15px;
}

h3 {
	font-size: 24px;
}

div {
	overflow:hidden;
}

/* Heading Top Level */

#header {
	height: 100px;
	padding: 10px 10px;
	background-color: black;
	}
	#header h1 {
		float: left;
		width: 450px;
		font-size: 36px;
		color: white;
		line-height: 100px;
	}
	#header h2 {
		float: right;
		width: 150px;
		font-size: 15px;
		line-height: 20px;
		background-color: #00692A;;
	}

	#header h3 {
		float: right;
		width: 150px;
		font-size: 15px;
		line-height: 20px;
		background-color: #00692A;;
	}

	#header h4 {
		float: right;
		width: 150px;
		font-size: 24px;
		color: #FFFFFF;
		line-height: 28px;
		background-color: #00692A;;
	}


		#header h5 {
			float: right;
			width: 150px;
			font-size: 15px;
			color: #000000;
			line-height: 24px;
			background-color: #000000;;
		}


#logo {
	display: block;
	float: left;
	}
	#logo > img {
		height: 100px;
		width: 298px;
	}

/* Footer Top Level */
#footer {
	line-height: 18px;
	background-color: #ffffcc;
}
#next {
	float: right;
	margin: 10px 20px;
}

#print {
	margin-left: 450px;
	margin-right: 0px;
}

#gotop {
	float: left;
	margin: 10px 20px;
}

/* Content Top Level */

#content {
	width: 990px;
	background-color: #ffffcc;
	padding: 0 30px;
	overflow: hidden;
	min-height: 350px;
	}
	#content>* {
		margin-top: 10px;
	}
	#content>:last-child{
		margin-bottom: 20px;
	}
	#content .guide + .guide {
		margin-top: 30px;
	}

	/* Breadcrumb above the ToC */
	#crumb {
		margin-bottom: 20px;
		padding-left: 15px;
		font-weight: bold;
		font-size: 9px;
		line-height: 19px;
		}
		#crumb * {
			position: relative;
			top: 2px;
			font-size: 15px;
		}

	/* Intro paragraph next to ToC */
	#intro {
		min-height: 150px;
		margin-bottom: 40px;
		}
		#intro p {
			line-height: 17px;
			overflow: hidden;
		}
		#intro h2 {
			font-size: 18px;
			line-height: 18px;
		}
		#intro .side {
			margin: 0 100px;
			overflow: visible;
		}

	/* Section/Page Contents */
	#toc {
		/*width: 237px;*/
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
		}
		#toc>ul {
			margin: 0 10px 0 15px;
		}
		#toc ul ul { /* Indent sub-levels */
			margin-left: 20px;
		}
		#toc h2 { /* Title */
			text-align: left;
			padding-left: 15px;
		}
		#toc li {
			padding: 2px 0;
			line-height: 18px;
			}
			#toc li>a { /* ToC Entry link indent */
				margin-left: 15px;
				display: block;
			}
			#toc li.close > ul { /* Hide sub-levels marked as closed */
				display: none;
			}
		/* ToC Expand Buttons */
		#toc span {
			background-image: url("images/tree-leaf.png");
			width: 8px;
			height: 8px;
			margin: 5px 1px;
			display: block;
			float: left;
		}
		#toc li > span.branch {
			background-image: url("images/tree-minus.png");
			cursor: pointer;
			width: 10px;
			height: 10px;
			margin: 4px 0;
		}
		#toc li.close > span {
			background-image: url("images/tree-plus.png");
			cursor: pointer;
			width: 10px;
			height: 10px;
			margin: 4px 0;
		}


	/* Guide Div's */
	.heading {
		margin-bottom: 10px;
		}
		.heading a {
			margin: 10px 0px;
			display: block;
			text-align: center;
			font-size: 14px;
		}
		.heading .section {
			margin: 0;
			line-height: 0;
		}

	/* Headings following guides are extra padded */
	.guide + .heading > a:first-child {
		padding-top: 30px;
	}

	.guide strong {
		float: left;
		font-size: 21px;
		margin: 4px 10px 0 0;
	}
	.guide em {
		font-weight: bold;
		font-style: normal;
	}
	.guide>p {
		padding: 0px 100px;
		clear: both;
		min-height: 24px;
	}
		.img-box {
			margin-top: 15px;
			text-align: center;
		}
		.img-box span {
			color: black;
			font-size: 14px;
			position: relative;
			top: -4px;
		}
		.img-box li {
			list-style: square outside;
			margin-left: 25px;
			font-size: 30px;
			}
			.img-box li.blue {
				color: blue;
			}
			.img-box li.green {
				color: green;
			}
			.img-box li.red {
				color: red;
			}
			.img-box li.yellow {
				color: yellow;
			}
		.img-box img.admin {
			width: 980px;
			height: 630px;
		}
		.img-box img.admin-sm {
			width: 800px;
			height: 519px;
		}
		.img-box img.inquiry-sm {
			width: 750px;
			height: 508px;
		}
		.img-box img.inquiry {
			width: 954px;
			height: 646px;
		}

ul, ol, li {
	margin: 0;
	padding: 0;
	top: 0;
	position: inherit;
}


#nav-wrap{
	height: 20px;
	overflow: visible;
	border-bottom: 4px solid black;
	background-color: #00692a;
	padding: 0 2px;
	}
	#nav-wrap ul{
		list-style: none;
		line-height: 20px;
	}

#nav {
	background-color: black;
	overflow: visible;
	top: 20px;
	}
	#nav>li {
		position: absolute;
		width: 171px;
		border-left: 4px solid black;
		text-align: center;
		}
		#nav>li:first-child {
			margin: 0;
			border-left: 0;
		}
		#nav>li>a {
			display: block;
			text-align: center;
			background-color: #00692a;
		}
	#nav a {
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
	}
	#nav li{
		float: left;
		position: relative;
		z-index: 2;

	}
	#nav ul {
		width: 155px;
		margin: 0 4px;
		display: none;
		border-color: black;
		border-width: 4px;
		border-style: none solid solid;
		background-color: #00692a;
		position: absolute;
		z-index: -3;
		}
		#nav ul>li{
			float: none;
			line-height: 14px;
			padding: 5px;
			margin: 0 0 4px;
			text-align: center;
			background-color: #00692a;
			}
			#nav>li>ul>li:first-child{
				margin-top: 4px;
			}

#nav>li>ul ul {
	top: -4px;
	border-width: 4px;
	border-style: solid;
	border-color: black;
	left: 151px;
}

#nav div.cover {
	position: absolute;
	left: -4px;
	height: 29px;
	width: 4px;
	top: 0;
	background-color: #00692a;
}

#nav>li>ul {
	top: 20px;
}



#nojs {
	color: white;
	background-color: black;
	text-align: center;
	padding-bottom: 4px;
}


