html {
height: 100%;
}
* html #wrap {
height: 100%;
}
body {
font-size: 62.5%;
margin: 0;
padding: 0;
height: 100%;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
}
#wrap {
min-height: 100%;
width: 760px;
margin: auto;
position: relative;
font-size: 1.2em;
}
#header {
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position: center;
height: 79px;
}
	#header h1{
	display: none;
	}
#menuList{
padding-left: 37px;
margin: 0px;
}
	#menuList li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	}
	#menuList a {
	display: block;
	height: 54px;
	overflow: hidden;
	text-indent: 10000em;
	margin-right: 26px;
	}
	#menuList a:hover {
	background-position: 0 -54px;
	}
	#menuList #mnuWelcome {
	background-image: url(images/menu/welcome.gif);
	width: 91px;;
	}
	#menuList #mnuServices {
	background-image: url(images/menu/services.gif);
	width: 84px;
	}
	#menuList #mnuLocations {
	background-image: url(images/menu/locations.gif);
	width: 105px;
	}
	#menuList #mnuEmployment {
	background-image: url(images/menu/employment.gif);
	width: 126px;
	}
	#menuList #mnuAbout {
	background-image: url(images/menu/about.gif);
	width: 62px;
	}
	#menuList #mnuContact {
	background-image: url(images/menu/contact.gif);
	width: 88px;
	}
#content {
background-image: url(images/bg-content.jpg);
background-position: center 0px;
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding-right: 110px;
padding-left: 110px;
padding-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #616161;
line-height: 1.4em;
}
	#content h1{
	margin: 0 0 .5em 0;
	font-size: 2.1em;
	color: #495981;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}
	#content h2{
	margin: 0;
	font-size: 1.3em;
	color: #232a3d;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	}
	#content p{
	margin: 0 0 1em 0;
	}
	#content a{
	color: #495981;
	font-weight: bold;
	}
	#content a:hover{
	color: #746A5C;
	}
	#content li{
	margin: 0 0 1em 0;
	}
#menu {
height: 54px;
width: 100%;
}
#footer {
width: 430px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #dfdfdf;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
}
	#footer p{
	color: #bfbfbf;
	padding-bottom: 10px;
	text-align: center;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	}
	#footer a{
	color: #bfbfbf;
	}
.imgBorder {
border: 1px solid #8b8b8b;
}
.imgPad {
border: 1px solid #8b8b8b;
margin: 0 0 5px 5px;
}
#FormTable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #2F3953;
	border-left-color: #2F3953;
	margin-bottom: 1em;
}
#FormTable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2F3953;
	border-bottom-color: #2F3953;
}
#FormTable th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #2F3953;
	border-bottom-color: #2F3953;
	background-color: #495881;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
}
#FormTable img {
	margin-right: 4px;
	margin-left: 4px;
}

.errorMessage {
	padding:10px;
	border:3px solid #CD0000;
	background-color:#fae5e5;
	color:#CD0000;
	margin: 0 0 10px;
	font-weight:bold;
}
.passedMessage {
	padding:10px;
	border:3px solid #29A329;
	background-color:#D9F2D9;
	color:#29A329;
	margin: 0 0 10px;
	font-weight:bold;
}
	.passedMessage p, .errorMessage p{
		margin:0 !important;
	}
.required {
	color:#FF0000;
}