* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 11px/16px Verdana, Arial, sans-serif;
	background: url(img/background.gif) repeat-x white;
}

a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc0000;
}

#main {
	text-align: left;
	width: 941px;
	margin: 47px auto 0 auto;
}


#mainTop {
	font-size: 1px;
	width: 941px;
	height: 3px;
	background: url(img/main_top.gif) no-repeat;
}


#mainLeft {
	float: left;
	width: 7px;
	height: 605px;
	background: url(img/main_left.gif) no-repeat;
}

#mainRight {
	float: right;
	width: 7px;
	height: 605px;
	background: url(img/main_right.gif) no-repeat;
}

#mainCenter {
	float: left;
	width: 927px;
	background: white;
	padding-bottom: 80px;
}

h1 span {
	display: none;
}

h1 {
	float: left;
	width: 927px;
	height: 114px;
	background: url(img/logo.gif) 54px 54px no-repeat;
}

#mission, #jobs {
	float: right;
	width: 660px;
}

#contact {
	float: left;
	width: 190px;
	padding-left: 54px;
	color: #0099ff;
}
p {
	width: 380px;
	margin: 11px 0;
	padding-left: 3px;
}

#contact p {
	width: 190px;
}

h3, h4 {
	width: 390px;
	background: bottom left no-repeat;
}

h3 {
	height: 27px;
	margin-top: 44px;
	margin-bottom: 25px;
	border-bottom: 1px solid;
}

h4 {
	height: 21px;
	border-color: #cc0000;
}

h3 span, h4 span {
	display: none;
}

h3 a, h4 a {
	display: block;
}

h3 span.over, h4 span.over {
	display: block;
	background: bottom right no-repeat;
}

h4 span.out {
	display: block;
	background: bottom left no-repeat;
}

h3 a, h3 span.over {	
	height: 27px;	
}

h4 a, h4 span.over, h4 span.out {
	height: 21px;	
}

h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited {
	background: bottom right no-repeat;
}

h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active,
#jobs h4 a:hover span.out, #jobs h4 a:active span.out {
	background-image: none;
}

#contact h3 {
	width: 190px;
	background-image: url(img/contact.gif);
}

#contact table {
	width: 185px;
	margin: 0 0 0 3px;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font: 11px/16px Verdana, Arial, sans-serif;
	color: #0099ff;
}

#contact th, #contact td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#contact th {
	width: 40px;
}

#contact td {
	width: 145px;
}

#contact tr.separated th, #contact tr.separated td {
	padding-bottom: 9px;
}

#mission h3 {
	background-image: url(img/mission.gif);
}

#jobs h3 {
	background-image: url(img/jobs.gif);
}

div.job {
	width: 631px;
}

div.job div.expanded {
	position: relative;
	margin-bottom: 10px;
}

div.expanded div.hr {
	width: 390px;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	border-top: 1px solid #cc0000;
	background: white;
}

p.info {
	position: absolute;
	top: 233px;
	right: 0px;
	text-align: right;
}

