/*
   1. # Dark Blue ( #0D4B7C ); 
   2. # Light Blue ( #E5ECF2 )
   3. # Dark Red ( #8F001E ); 
   4. # Mid Blue ( #437CA9 );
*/
 
body {
	background: #0D4B7C;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #014F91;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;	
	margin-bottom: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1.1em;
}
p {
	padding-bottom: 5px;
}



a {
	color: #2B2924;
} 
a:hover {
	color: #B34211;
}
#container {
	background: #FFF;
	text-align: left;
	width: 980px;
	border: 1px solid #0D4B7C;
	border-top: none;
	margin: 0 auto;
	padding: 2px;
}
#header {
	background: url('../im/logo.gif') no-repeat left top;
	height: 163px;
}
#header img {
	float: right;
}
#tmenu {
	height: 27px;
	padding-top: 7px;
	background: url('../im/tm_bg.gif');
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;

}
#tmenu ul, #tmenu li {
	display: inline;
}
#tmenu li {
	margin-left: 15px;
}
#tmenu a {
	color: #FFF;
	text-decoration: none;
}
#tmenu a.active {
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
#tmenu a:hover {
	border-bottom: 1px solid #FFF;
}
#content {
	margin: 1px;
	font-size: 1.2em;
	background: #FFF;
}

#content p {
	line-height: 1.7em;
	margin-bottom: 1.7em;
}
#content strong {
       font-weight: bold;
}
#content table.lo {
	width: 100%;
}
#content table.lo td {
	width: 60%;
	padding: 5px 30px;
	vertical-align: top;

}
#content table.lo td.noright {
	width: 80%;
}
#content table.lo .lbox, #content table.lo .rbox {
	width: 199px;
	padding: 0 5px;	
}
#content .box {
	width: 199px;
	border: 1px solid #437CA9;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url('../im/sb_rbg.gif') no-repeat bottom left;
}
#content .box h2 {
	border-bottom: 1px solid #437CA9;
	background: url('../im/sb_bg.gif') repeat-y;
	padding: 3px;
	font-size: 1em;
	color: #000;
}
#content .box p {
	padding: 3px 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#content .box ul {
	margin: 0;
	padding: 0;
}

#content .box ul li {
	font-weight: bold;
	line-height: 2.0em;
}
h2.ljobs {
	height: 19px;
	padding: 2px 0 0 10px;
	margin: 0;
	font-size: 1.3em;
	color:#FFF;
	background: url('../im/bm_bg.gif');
}
#jobs {
	padding: 5px 3px 5px 11px !important;
	background: #C62159 url('../im/job_bg.gif') repeat-x;
	height: 160px;
	overflow: hidden;
}
#jobs div.job {
	width: 230px;
	margin-right: 10px;
	float: left;
	padding-bottom: 10px;
}
#jobs a {
	color: #0D4B7C;
}
#jobs div.jobs {
	width: 223px;
	height: 150px;
	background: #FFF;
	margin: 0 8px 8px 0;
	padding: 5px;
	float: left;
}
#jobs div.jobs h4 {
	font-size: 1.1em;
}
#jobs div.jobs:hover {
	background: #FFF url('../im/sb_rbg.gif') no-repeat bottom left; 
}
#jobs div.more a {
	text-decoration: none;
	width: 50px;
	float: right;
	font-weight: bold;
}
#jobs div.box {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	border: none;
}
#jobs div.box  h2{
	color: #FFF;
	background: none;
	border: none;
	font-size: 1.4em;
}
#footer {
	text-align: center;
	margin: 2px auto;
	width: 964px;
	color: #E5ECF2;
	padding: 2px 8px;
	font-size: 1.2em;
	font-weight: bold;
}

#footer a {
	color: #E5ECF2;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px solid #000;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
}
#footer ul li.first {
	margin-left: 0;
}
#footer .dev {
	float: right;
	text-align: right;
	width: 200px;
}
#footer .copy {
	float: left;
	text-align: left;
	width: 200px;
}
.clear {
	clear: both;
}
#joblist{
	margin: 20px;
	border: 1px solid #666666; 
	padding: 5px 5px 5px 5px;
	font-size: 0.9em;
}
#joblist ul {
	list-style: disc;
	margin-left: 3em;
	padding-left: 1em;
}
#joblist p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	line-height: 1.4em;
}
#joblist p.jfoot {
	height: 9px;
}
#joblist h3 {
	text-align: center; 
	padding: 5px; 
}