p, ul, ol, li, h1, h2, h3, h4, table, tr, td {
	margin: 0;
	padding: 0;
	text-align: left;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #081320 url(gfx/background.jpg) no-repeat top center;
}
#wrap {
	margin: 0 auto;
	width: 1000px;
}
#header {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	height: 447px;
	background: transparent url(gfx/header.jpg) no-repeat center center;
}
#content-header {
	margin: 0 auto;
	width: 831px;
	height: 49px;
	background: transparent url(gfx/content-header.png) no-repeat center center;
}
#content-header h2 {
	margin: 0 50px;
	padding: 10px;
	color: #aab;
	font-size: 23pt;
	font-weight: normal;
}
#content-wrap {
	margin: 0 auto;
	width: 830px;
	background: transparent url(gfx/column.png) repeat-y center center;
}
#content {
	margin: 0 50px;
	padding: 10px 0;
	color: #444;
}
#content p {
	padding: 5px;
	font-size: 11pt;
	text-align: justify;
	font-family: "Georgia", "Minion", "Times", serif;
}
#content p:first-letter {
	font-size: 18pt;
}
#content li {
	font-size: 10pt;
}
#content ul {
	padding-left: 20px;
}
#content .body-image {
	margin: 5px 15px;
	padding: 1px;
	width: 300px;
	border: 1px solid #bbd;
}
#content .body-image span {
	display: block;
	margin: -5px 0 0 0;
	padding-right: 4px;
	width: 296px;
	color: #fff;
	background-color: #bbd;
	text-align: center;
	font-size: 9pt;
}
#content .body-image img {
	border-width: 0;
}
#content .gallery {
	width: 575px;
	margin: 10px auto;
}
#content .gallery-image {
	float: left;
	margin: 5px;
	padding: 1px;
	width: 175px;
	border: 1px solid #bbd;
}
#content .gallery-image img {
	border-width: 0;
}
#content .gallery-image span {
	display: block;
	margin: -5px 0 0 0;
	padding-right: 4px;
	width: 171px;
	color: #fff;
	background-color: #bbd;
	text-align: center;
	font-size: 9pt;
}
#content .notice {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 200px;
	background-color: #13366b;
	font-weight: bold;
	color: #fff;
	border: 1px dashed #fff;
}
#content .notice a {
	text-decoration: none;
	color: #ffd6d3;
}
#content hr {
	width: 290px;
	border: 1px dotted #ddd;
}
#content .clear {
	clear: both;
}
#content-footer {
	margin: 40px 50px 0 50px;
	padding: 10px 180px;
	border-top: 4px double #ddd;
	font-size: 9pt;
	color: #889;
}
#content-footer img {
	float: left;
}
#content-close {
	margin: 0 auto;
	width: 830px;
	height:30px;
	background: transparent url(gfx/content-footer.png) no-repeat center center;
}
#nav {
	margin: 0 auto;
	padding: 0 15px 0 0;
	width: 734px;
	text-align: right;
}
#nav ul {
	float: right;
	list-style-type: none;
}
#nav li {
	margin-bottom: -1px;
	padding: 2px;
	float: left;
}
#nav a {
	padding: 2px 10px 0 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #c6939d;
}
.news-item {
	margin: 20px;
	padding: 5px;
	border-bottom: 1px dotted #bbb;
}
.news-item h5 {
	margin-top: -15pt;
	font-weight: normal;
	text-align: right;
}
.news-item p {
	text-align: justify;
}
.news-item p:first-letter {
	font-size: 16pt;
	font-weight: bold;
}
.form {
	margin: 10px auto;
	width: 350px;
}

.active {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #236;
}
.active a {
	background-color: #fff;
	color: #236 !important;
}
.none {
	display: none;
}
.block {
	display: block;
}

#jobapp, #jobapp p {
	font-size: 9pt;
	font-family: Consolas, "Lucida Console", mono;
	color: #000;
	background-color: #eee;
}
#jobapp p:first-letter { 
	font-size: 9pt !important;
}
#jobapp input, select, textarea {
	padding: 0;
	margin: 1px;
	font-size:8pt;
	color: #111;
	background-color: #ccc;
	border: 1px solid #999;
}
#jobapp input:focus, select:focus, textarea:focus {
	background-color: #fff;
}
#jobapp table {
	margin: 1px 0;
	border-collapse: collapse;
}
#jobapp td {
	padding: 2px;
	vertical-align: top;
}
#jobapp textarea {
	font-size: 9pt;
}
#jobapp .alt {
	background-color: #ddd;
}
#jobapp .section td{
	border-top: 1px solid #fff;	
}
#jobapp h2 {
	margin-top: 15px;
	border-top: 1px dotted #999;
}

