html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #ffc;
	background-image: url(/images/layout/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
}

	body,td,th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}

#logo {
	margin-left: 75px;
}

#header {
	height: 122px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	background-image: url(/images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1200px;
	margin: 0 auto;
	padding: 5px 10px;
}

	#navTop {
		text-align: right;		
		width: 900px;
		height: 27px;
		background: url(../images/layout/arrow_red.gif) top right no-repeat;
		margin: 0 auto;
		margin-top:-122px;
		margin-bottom:85px;
		padding: 6px 60px 0 6px;
	}

		#navTop a:link,#navTop a:visited {
			color: #fff;
			font: bold 12px Arial, Helvetica, sans-serif;
			text-decoration: none;
		}

#wrapper {
	clear:both;
	width: 1000px;
	margin: 0 auto;
}

	#menuContainer {
		height: 36px;
		text-align: center;
	}

		#menu {
			margin: 0 auto;
		}

			#menu h2 {
			font: 14px arial, helvetica, sans-serif;
			color: #FFF;
			text-transform: capitalize;
			white-space: nowrap;
			border-left: 1px solid #164c92;
			border-right: 1px solid #0a203e;
			text-align: center;
			margin: 0;
			padding: 10px 5px;
			}

			#menu h2:hover {
				background-color: #003;
				margin: 0;
			}

			#menu a,#menu a:visited {
				font: 12px arial, helvetica, sans-serif;
				color: #FFF;
				display: block;
				border: 1px solid #006;
				border-top: none;
				background: #206FAF;
				text-decoration: none;
				height: 20px;
				white-space: nowrap;
				margin: 0;
				padding: 5px 10px 0;
			}

			#menu a:hover,#menu a:active {
				color: #FFF;
				background-color: #53A0DF;
				font-size: 12px;
			}

			#menu ul {
				list-style: none;
				float: left;
				margin: 0;
				padding: 0;
			}

			#menu li {
				position: relative;
				font-size: 12px;
			}

			#menu ul ul {
				position: absolute;
				z-index: 500;
				top: auto;
				display: none;
				width: 240px;
				text-align: left;
			}

			#menu ul ul ul {
				top: 0;
				left: -100%;
			}

				div#menu li:hover {
					cursor: pointer;
					z-index: 100;
				}

				div#menu li:hover ul ul,div#menu li li:hover ul ul,div#menu li li li:hover ul ul,div#menu li li li li:hover ul ul {
					display: none;
				}

			#menu a.x,#menu a.x:visited,#menu a.x:hover {
				background-image: url(/images/layout/arrow.gif);
				background-position: bottom left;
				background-repeat: no-repeat;
			}

#last {
	top: 0;
	right: 0;
}



#contentLt {
	color: #333;
	line-height: 18px;
	padding: 15px 275px 5px 5px;
}

	#contentLt h1 {
		color: #012C63;
		font: bold 20px Georgia, "Times New Roman", Times, serif;
	}

	#contentLt h2 {
		color: #012C63;
		font: bold 16px Georgia, "Times New Roman", Times, serif;
	}

	#contentLt h3 {
		color: #012C63;
		font: bold 14px Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	#contentLt h4 {
		color: #012C63;
		font: bold 12px Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	#contentLt a:link,#contentCenter a:visited {
		color: #300;
	}

	#contentLt div.ulContainer {
		float: left;
		width: 450px;
	}

		#contentLt div.ulContainer ul.paragraph li {
			list-style: decimal;
			margin: 0 0 5px;
		}

	#contentLt div.employment {
		margin: 20px 0 50px;
		padding: 0;
	}

		#contentLt div.employment div.application {
			width: auto;
			margin: 0;
			padding:0;
		}

			#contentLt div.employment div.application span {
				color: red;
				font-size: 10px;
				margin: 3px 0 0 50px;
			}

	#contentLt div.news {
		clear: left;
		margin: 10px 0 5px;
		padding: 2px 0;
	}

	#contentLt div#pages {
		text-align: right;
		clear: left;
		padding: 0 5px 10px 0;
	}

		#contentLt div#pages a,#contentLt div#pages div {
			text-decoration: none;
			font-weight: bolder;
			margin: 0;
			padding: 2px 5px;
		}

		#contentLt div#pages a:hover {
			color: #e30032;
			text-decoration: underline;
			margin: 0;
			padding: 2px 5px;
		}
		
	#contentLt .left {
		margin:0 10px 5px 0;
	}
	
	#contentLt .right {
		margin:0 0 5px 10px;
	}
	
	#contentLt img {
		margin:0 5px 5px;
	}
	
	#contentLt div.right {
		float: right;
	}

	#contentLt form.search ul {
		display: block;
		float: left;
		width: 230px;
		margin: 5px 5px 10px 0;
		padding: 0;
	}

		#contentLt form.search input {
			width: 210px;
			height: auto;
			padding: 2px;
		}

		#contentLt form.search select {
			width: auto;
			height:auto;
			padding:2px;
		}

			#contentLt form.search input.submit {
				width:75px;
				height:auto;
				float:left;
				background-color:#002b61;
				border:1px solid #4C79AF;
				color:#FFF;
				cursor:pointer;
				padding:2px 10px;
			}

	#contentLt form ul {
		display:block;
		float:left;
		width:455px;
		margin:5px 5px 10px 0;
		padding:0;
	}

	#contentLt form input {
		width:180px;
		height:auto;
		padding:2px;
	}

	#contentLt form input.submit {
		width:75px;
		height:auto;
		background-color:#002b61;
		border:1px solid #4C79AF;
		color:#FFF;
		cursor:pointer;
		padding:2px 10px;
	}

	#contentLt form textarea {
		width:451px;
		height:125px;
	}

	#contentLt form ul li {
		list-style:none;
		margin:5px 0;
	}

	#contentLt form ul label {
		float:left;
		width:65px;
		font-weight:700;
	}

	#contentLt form ul label.long {
		float:left;
		width:120px;
		font-weight:700;
	}

	#contentLt form ul label.question {
		display:block;
		float:left;
		width:150px;
	}

	#contentLt div.map {
		float:left;
		width:732px;
		height:372px;
		border:1px solid #e3b52b;
		background-color:#ebd34e;
		overflow:hidden;
		margin:10px auto 5px;
		padding:2px;
	}

	#contentLt div.myMap {
		position:relative;
		width:730px;
		height:370px;
		border:1px solid #e3b52b;
		overflow:hidden;
		margin:0 auto;
		padding:0;
	}

		div#contentLt div.sort {
			font-weight:400;
			padding:15px 0;
		}

		div#contentLt div.sort a {
			text-decoration:none;
			color:#6a0000;
			padding:0 10px;
		}

		div#contentLt div.sort a:hover {
			text-decoration:underline;
		}

		div#contentLt table.directory {
			width:98%;
			text-align:left;
		}

		div#contentLt table.directory td,div#contentLt table.directory th {
			padding:10px 5px;
		}

		div#contentLt table.directory th {
			font-size:14px;
			color:#009;
		}

		div#contentLt div.utility {
			float:right;
			margin:15px 10px;
		}

			* html div#contentLt div.utility {
				margin:15px 4px;
				padding:10px;
			}

#contentCenter {
	color:#797979;
	padding:5px 10px;
}

	#contentCenter h1 {
		font-size:18px;
		color:#A3CE00;
	}

	#contentCenter h2 {
		font-size:14px;
		color:#A3CE00;
	}

	#contentCenter h3 {
		font-size:12px;
		color:#A3CE00;
	}

	#contentCenter a:link,#contentCenter a:visited {
		color:#C30;
	}

	#contentCenter a:hover {
		color:#A3CE00;
	}

#contentRt {
	float:right;
	width:255px;
	display:inline-table;
	color:#000;
	padding:5px;
}

	#contentRt h1 {
		font-size:18px;
		color:#FFF;
		font:bold 16px Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		border-bottom:1px solid #FFF;
		padding:5px;
	}

	#contentRt h2 {
		font-size:14px;
		color:#300;
	}

	#contentRt h3 {
		font-size:12px;
		color:#333;
	}

#newsContainer {
	border:1px solid #CCC;
	border-top:8px solid #002b62;
	background-color:#FFF;
	padding:0 4px 4px;
}

	.newTitle {
		background-color:#E30133;
	}

	#newsBg li {
	margin:0 3px 6px -26px;
}

	#newsSearch {
		border:1px solid #006;
		margin-top:10px;
		padding:4px;
	}

	#newsSearch form {
		margin:0;
	}

	#newsSearch input {
		border:1px solid #e3b52b;
		color:#333;
		padding:3px;
	}

table#categoryTable {
	width: 99%;
	clear: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

	table#categoryTable img {
		margin: 0 10px 0 0;
		padding: 0;
	}
	
	table#newsData {
		width: 99%;
		background: #ebd34e;
		border: 1px solid #e3b52b;
		margin: 5px 0;
		padding: 2px;
	}

		table#newsData tr.header {
			font-weight: 700;
			letter-spacing: 1px;
			font-size: 14px;
			background: #FF9;
		}
	
		table#newsData tr.odd {
			background: #ffffe4;
		}
	
		table#newsData tr.even {
			background: #FFC;
		}
	
		table#newsData tr td {
			margin: 0;
			padding:5px;
		}
		
		#newsBg,#contactBg {
				background-color:#e3b52b;
				background-image:url(/images/layout/featurebox_bg.jpg);
				background-position:top left;
				background-repeat:repeat-x;
				border:1px solid #e3b52b;
				padding:5px;
			}
			
			#newsBg a:link,#newsContainer a:visited,#contactBg a:link,#contactBg a:visited {
				font-weight:700;
				color:#006;
			}
			
			#newsBg a:hover,#contactBg a:hover {
				font-weight:700;
				color:#03C;
			}
			
			#newsSearch h2,#contactForm h2 {
				color:#002b61;
				margin:0;
			}
			
			#newsSearch .submit,#contactForm .submit {
				background-color:#002b61;
				border:1px solid #4C79AF;
				color:#FFF;
				cursor:pointer;
				padding:2px 10px;
			}
			


.contactTitle, #contentContentTitle {
	background-color:#002b61;
}
	
	#contentContentContainer {
		border:1px solid #CCCCCC;
		border-top:8px solid #e6315b;
		background-color:#FFFFFF;
		padding:0px 4px 4px 4px;
	}
	
	#contentContentBackground {
		background-color:#e3b52b;
		background-image:url(/images/layout/featurebox_bg.jpg);
		background-position:top left; background-repeat:repeat-x;
		padding: 4px 4px 0 4px;
		border:1px solid #e3b52b;
	}
	
	#contentContentDetail {
		padding: 4px 4px 0 4px;
	}
	
	#contactForm {
		padding: 4px 4px 0 4px;
	}
	
		#contactForm p {
			margin:0 0 10px;
			padding:0 2px;
		}
		
		#contactForm form {
			display:inline;
			margin:0;
		}

		#contactForm input {
			border:1px solid #e3b52b;
			color:#333;
			margin:2px;
			padding:3px;
		}

		#contactForm select {
			border:1px solid #e3b52b;
			color:#333;
			margin:2px;
			padding:2px;
		}
		
		#contactForm textarea {
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			border:1px solid #e3b52b;
			color:#333;
			width:213px;
			height:100px;
			margin:2px;
			padding:2px;
		}

#footer {
	display:table;
	height:100px;
	width:100%;
	clear:both;
	background:url(/images/layout/footer_bg.jpg) top left repeat-x;
	color:#FFF;
	border-top:2px solid #FFF;
	font-size:10px;
	margin:0;
	padding:5px 0 10px;
}

	#footerContent {
		text-align:left;
		width:1000px;
		font-size:12px;
		margin:20px auto;
		padding:0;
	}

	#footer a:link,#footer a:visited {
		color:#FFF;
		line-height:15px;
	}

	#footer a:hover {
		color:#9cf;
	}

	#footer .right {
		float:right;
		text-align:right;
	}

.small {
	font-size:10px;
}

.photoFrame {
	border:1px solid #e3b52b;
	background-color:#ebd34e;
	padding:5px;
}

blockquote {
	clear:left;
	background:#FF9;
	border:1px solid #e3b52b;
	padding:5px;
}

blockquote p {
	margin:0;
	padding:0;
}

#navTop a:hover,#contentLt a:hover {
	color:#000;
}

div#menu li:hover ul,div#menu li li:hover ul,div#menu li li li:hover ul,div#menu li li li li:hover ul,#contentLt div.ulContainer ul {
	display:block;
}

#contentLt h1,#contentLt h2,#contentLt h3,#contentCenter h1,#contentCenter h2,#contentCenter h3,#contentRt h1,#contentRt h2,#contentRt h3 {
	font-weight:700;
	margin:0;
}



#inclind {
	font-size:11px;
	color:#333;
	text-align:right;
	clear:both;
	margin:auto;
	padding:10px 30px;
}

	#inclind a:link,#inclind a:visited {
		color:#900;
		text-decoration:none;
		font-weight:700;
		font-size:12px;
	}
	
	#inclind a:hover {
		color:#000;
		text-decoration:none;
	}