/* CSS Document */

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

#logo {
	margin-left:  75px;
}


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;
}


#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;
}

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

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

	#contentLt div.ulContainer {
		float:  left;
		width:  450px;
	}
	
	
	#contentLt div.employment {
		margin:  20px 0 50px;
		padding:  0;
	}
		
		#contentLt div.employment div.application {
			width:  auto;
			margin:  0;
			padding: 0;
		}

	#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 .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 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 ul {
		display: block;
		float: left;
		width: 455px;
		margin: 5px 5px 10px 0;
		padding: 0;
	}	
	
	#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 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 input.submit {
			width: 75px;
			height: auto;
			float: left;
			background-color: #002b61;
			border: 1px solid #4C79AF;
			color: #FFF;
			cursor: pointer;
			padding: 2px 10px;
		}

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



#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 table.directory td,div#contentLt table.directory th {
	padding: 10px 5px;
}

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;
}

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


#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;
}
			
#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;
}
			
#contactContainer {
	border: 1px solid #CCC;
	border-top: 8px solid #e6315b;
	background-color: #FFF;
	padding: 0 4px 4px;
}

#contactTitle {
	background-color: #002b61;
}

#contactForm {
	padding: 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;
	}

#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;
}

	#footer a{
		color:#FFFFFF;
	}

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

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

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

div.formError {
	display:block;
	padding:20px;
	margin:5px 0 10px;
	border:2px solid #990000;
	background:#FFFF99;
	font-size:1.2em;
	font-weight:700;
	color:#990000;
}
