body {
	padding: 0px;
	margin: 0px;
	min-width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000033;
	background-color: #ffffff;
}

#fullouter {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 950px;
	background-image: url(/assets/images/misc/page_bg.gif);
	background-repeat: repeat-y;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: 75px;
	font-size: 0.7em;
}

#headerlogo {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 224px;
	height: 75px;
}

#headersearch {
	position: absolute;
	right: 20px;
	top: 8px;
	padding: 0;
	margin: 0;
	float: right;
	height: 60px;
	width: 178px;
}

.frmbutton {
	border: 1px solid #5598db;
	background-color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	color: #000033;
	padding: 0;
	margin: 0;
}

.frmtextarea {
	border: 1px solid #c0ccda;
	background-color: #ffffff;
	font-size: 1em;
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
}

.dottedbox {
	display: block;
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #5598db;
}

/* Fix IE. Hide from IE Mac \*/

* html .dottedbox {
	width:  auto;
}

/* End */

.searchtitle {
	background-image: url(/assets/images/misc/title_decoration.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 4px 4px 10px;
	width: 164px;
	margin: 0;
	text-indent: 11px;
	background-color: #e6ecf3;
	border-bottom: 1px dotted #5598db;
	color: #0066cc;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}

.boxtitle {
	background-image: url(/assets/images/misc/box_decoration.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-indent: 20px;
	background-color: #ffffff;
	border-bottom: 1px dotted #5598db;
	color: #0066cc;
	font-weight: bold;
	display: block;
	width: 100%;
	font-size: 1.1em;
	postion: relative;
}

.boxcontents {
	padding: 8px;
	margin: 0;
	font-size: 1.1em;
}

.mapboxcontents {
	padding: 8px 45px 8px 8px;
	height: 70px;
	margin: 0;
	font-size: 1.1em;
	background-image: url(/assets/images/misc/map_advert.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#navbarouter {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 180px;
	float: left;
}

.navbarouter {
	background-image: url(/assets/images/navbar/bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.85em;
}

#navcontainer {
	position: relative;
	left: 20px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 180px;
	float: left;
	font-size: 0.85em;
}

#navcontainer ul {
	padding: 0;
	margin: 6px 0px 0px 0px;
	font-weight: bold;
	list-style: none;
}
		
#navcontainer ul li a {
	display: block;
	height: 20px;
	width: 200px;
	line-height: 18px;
	vertical-align: middle;
	text-indent: 13px;
	background-image: url(/assets/images/navbar/button_up.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #5297db;
}
		
#navcontainer ul li a:hover {
	background-image: url(/assets/images/navbar/button_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000033;
}
		
#navcontainer ul li.selected a {
	background-image: url(/assets/images/navbar/button_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000033;
}

#navimage {
	position: relative;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 180px;
	float: right;
}

#mainouter {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-image: url(/assets/images/misc/page_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

h1 {
	color: #000033;
	background-color: #e6ecf3;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #5598db;
	font-size: 1.2em;
}

h2 {
	color: #000033;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.boldblue {
	color: #0066cc;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#otherlogos {
	top: 5px;
	left: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	height: 45px;
}

#otherlogos img {
	border: none;
}

#contentone {
 	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 726px;
	background: url(/assets/images/subnav/bar-bg.gif) repeat-y top left;
}

.content {
	font-size: 0.75em;
	color: #000033;
}

.content a {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	color: #0066cc;
	text-decoration: underline;
	font-weight: bold;
}

.content img {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0px 10px 5px 0px;
	border: 1px dotted #5598db;
}

#contenttwo {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 184px; 
	margin: 0;
	padding: 20px;
	display: block;
}

.contenttwo {
	font-size: 0.75em;
	color: #000033;
	background-color: #e6ecf3;
}

.contenttwo a {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}

.contenttwo a:hover {
	color: #000033;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 100%;
}

.footer {
	background: url(/assets/images/footer/bg.gif) repeat-x top left #4b90d5;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #93bde7;
	font-size: 0.6em;
	text-align: center;
}

.footer a {
	color: #93bde7;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#subnav {
	position: relative;
	float: left;
	left: 20px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: block;
}

.subnav {
	color: #0066cc;
	background-color: #e6ecf3;
	font-size: 1em;
}

.subnav a {
	color: #0066cc;
	font-weight: bold;
	text-decoration: none;
}

.subnav a:hover {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

#contentcolumn {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	width: 460px;
	padding: 20px;
	text-align: left;
}

/* Fix IE. Hide from IE Mac \*/

* html #submenu {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px -1px;
	padding: 0;
}

/* End */

#submenu {
	position: relative;
	top: 0px;
	left: 0px;
}

ul.submenu {
	padding: 8px;
	margin: 0;
	font-weight: bold;
	list-style: none;
	margin: 0;
	background-image: url(/assets/images/subnav/bg.gif);
	background-repeat: repeat-x;
	background-color: #4a91d6;
}
		
ul.submenu li a {
	display: block;
	width: 144px;
	padding: 2px 10px 5px 13px;
	background-image: url(/assets/images/navbar/button_up.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #5297db;
}
		
ul.submenu li a:hover {
	background-image: url(/assets/images/navbar/button_over.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000033;
}
		
ul.submenu li.selected a {
	background-image: url(/assets/images/navbar/button_over.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000033;
}

ul.submenu ul.sub { 
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

ul.submenu li ul.sub li a { 
	width: 164px;
	min-height: 20px;
	padding: 5px 0px 0px 0px;
	text-indent: 20px;
	display: block;
	color: #ffffff;
	background-image: none;
} 

ul.submenu li ul.sub li a:hover {
	width: 164px;
	display: block;
	color: #000033;
	background-image: none;
}

ul.submenu li ul.sub li.selected a {
	width: 164px;
	display: block;
	color: #000033;
	background-image: none;
}
				
/* Fix IE. Hide from IE Mac \*/
* html ul.submenu li {
	height: 20px;
}

* html ul.submenu li a {
	height: 20px;
}

* html ul.submenu li a:hover {
	height: 20px;
}

/* End */

.imagebox {
	color: #000033;
	background-color: #e6ecf3;
	padding: 0;
	margin: 0px 0px 10px 0px;
	border: 1px dotted #5598db;
	height: 150px;
	min-width: 450px;
}

.imageboximage {
	float: left;
	display: inline;
	min-width: 450px;
	width: 450px;
}

.newsbox {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 95%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
}

.newstitle {
	color: #0066cc;
	font-weight: bold;
	font-size: 1.0em;
	display: block;
}

.paging {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0;
	padding: 5px;
	width: 98%;
	text-align: right;
}

.paging a.current {
	color: #0066cc;
}

.searchbox {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
	background-color: #e6ecf3;
}

.jobsbox {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 97%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
}

.jobsboxtext {
	float: left;
	margin: 0;
	padding: 0px 10px 0px 0px;
}

.jobsboxlogo {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 10px;
	border: 0;
}

.border {
	border: 1px dotted #5598db;
}

.row {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 95%;
	display: block;
}

.label {
	float: left;
	width: 45%;
	text-align: right;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.0em;
}

.formw {
	margin-left: 5px;
	float: left;
	width: 50%;
	text-align: left;
}

.longrow {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 98%;
	display: block;
}

.wordbox {
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
	background-image: url(/assets/images/icons/word.gif);
	background-repeat: no-repeat;
}

.webbox {
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
	background-image: url(/assets/images/icons/web.gif);
	background-repeat: no-repeat;
}

.pdfbox {
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
	background-image: url(/assets/images/icons/pdf.gif);
	background-repeat: no-repeat;
}

.excelbox {
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
	background-image: url(/assets/images/icons/excel.gif);
	background-repeat: no-repeat;
}

.powerpointbox {
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	border: 1px dotted #5598db;
	background-image: url(/assets/images/icons/powerpoint.gif);
	background-repeat: no-repeat;
}

.lightblue {
	color: #93bde7;
}

.midblue {
	color: #5598db;
}

.locationsmap {
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.locationsmap img {
	float: none;
}

#seomain {
	position: relative;
	font-size: 0.8em;
	float: none;
	left: 0px;
	top: 0px;
	width: 97%;
	padding: 10px;
}

#seocenter {
	position: absolute;
	padding-bottom: 50px;
	top: 0px;
	width: 100%;
	top: 800px;
}

#seocenter a {
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}

#seocenter a:hover {
	color: #0066cc;
	text-decoration: underline;
}