body {
	margin: 0;
	padding: 0;
	background: url("/img/bg.gif") repeat-x #fff;
	color: #1b1b1b;
	font-size: 90%;
	font-family: Verdana;
	text-align: center;
} 
p {
	margin: 0 0 1em 0;
}
a {
	color: #009dc4;
	font-weight: bold;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.top {
	height: 36px;
	background: url("/img/text_top.gif") no-repeat 190px 0px;
}
.top a {
	display: block;
	margin-left: 595px;
	width: 128px;
	height: 36px;
	background: url("/img/link_top.gif") no-repeat;
	text-indent: -9999px;
}
.header {
	position: relative;
	height: 236px;
}
.header .logo {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 9999;
}
.header ul {
	margin: 0;
	padding: 0 0 0 180px;
	list-style-type: none;
	z-index: 8888;
}
.nav {
	float: right;
	height: 36px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav li {
	float: left;
	height: 36px;
}
.nav li a {
	display: block;
	float: left;
	height: 36px;
	background-position: top left;
	text-indent: -9999px;
}
.nav li a:hover {
	background-position: bottom left;
}
.nav li a.nav_home {
	width: 72px;
	background-image: url("/img/nav_home.gif");
}
.nav li a.nav_about {
	width: 96px;
	background-image: url("/img/nav_about.gif");
}
.nav li a.nav_services {
	width: 124px;
	background-image: url("/img/nav_services.gif");
}
.nav li a.nav_mission {
	width: 167px;
	background-image: url("/img/nav_mission.gif");
}
.nav li a.nav_employment {
	width: 125px;
	background-image: url("/img/nav_employment.gif");
}
.nav li a.nav_contact {
	width: 111px;
	background-image: url("/img/nav_contact.gif");
}
.main {
	clear: both;
	background: url("/img/bg_main.gif") repeat-y;	
}
.side {
	float: left;
	width: 174px;
	padding: 50px 10px 10px 10px;
	background: url("/img/bg_side.gif") no-repeat;	
	color: #d4d0f6;
	font-size: 70%;
}
.side a {
	font-weight: bold;
	color: #d4d0f6;
}
.side .hr {
	margin: 10px 0;
	border-top: 1px solid #504b8d;
}
.side ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.side ul li {
	margin: 5px 5px 5px 10px;
}
.content {
	float: left;
	width: 714px;
	padding: 28px 20px 20px 30px;
}
.content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 150%;
	color: #009dc4;
	font-family: Century Gothic, Sans-Serif;
	font-weight: bold;
}
.content .title_welcome {
	width: 343px;
	background-image: url("/img/title_welcome.gif");	
}
.content .img_right {
	float: right;
	padding: 1px;
	margin: 0 0 10px 20px;
	background: #fff;
	border: 1px solid #ddd;
}
.icon_pdf {
	display: block;
	height: 36px;
	padding: 0 0 0 46px;
	background: url("/img/icon_pdf.gif") no-repeat;	
}
.content .map {
	float: right;
	width: 275px;
	height: 280px;
	margin: 0 0 0 20px;
	border: 1px solid #e0e0e0;
}
.content form {
	margin: 0;
	padding: 0px;
}
.content .contact_form {
	margin: 0;
	padding: 0;
	border: 0;
}
.content .contact_form label {
	clear: left;
	float: left;
	width: 200px;
	margin: 2px 0 10px 0;
	font-weight: bold;
	font-size: 90%;
}
.content .contact_form .input {
	float: left;
	width: 350px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.content .contact_form select {
	float: left;
	margin-bottom: 10px;
	width: 356px;
}
.content .contact_form .buttons {
	clear: both;
	padding: 0 0 0 200px;
}
.content ul {
	margin: 0;
	padding: 0;
}
.content ul li {
	margin: 0 0 1em 0;
}
.footer {
	clear: both;
	height: 50px;
	padding: 10px;
	background: url("/img/bg_footer.gif") repeat-x;	
	color: #fff;
	font-size: 70%;
}
.footer ul {
	float: right;
	height: 36px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer ul li {
	float: left;
	margin: 0 0 0 1em;
}
.footer ul li a {
	color: #fff;
}
/* Info/Error msgs for forms */
.error {
	background-color: #FFDDDD;
	border: 1px solid #B00000 !important;
}
.msg_info {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #DDFFF7;
	border: 1px solid #4C91CE;
	text-align: left;
	font-size: 85%;
}
.msg_info a {
	color: #4C91CE;
	text-decoration: none;
	border-bottom: 1px dotted #4C91CE;
}
.msg_fail {
	clear: both;
	margin-bottom: 1em;
	padding: 5px;
	color: #000;
	background-color: #FFDDDD;
	border: 1px solid #B00000;
	text-align: left;
	font-size: 85%;
}
.flash {
	float: left;
	margin-top: 1px;
}
.flash_text {
	margin-left: 2em;
}
.flash_text a {
	color: #dd0000;
}
.flash_text ul {
	margin: 0.5em;
	padding: 0 1em;
}
.flash_text li {
	margin: 0;
	padding: 0;
}
