@charset "utf-8";
/* CSS Document */
@import url("default.css");
@import url("navigation.css");
@import url("footer.css");

button.siteSearch {
	outline: none;
	width: 18px;
	height: 18px;
	background: url(/images/btn_find.png) no-repeat 0 0;
	cursor: pointer;
	cursor: hand;
	border:none;
	margin-left: 2px;
	vertical-align: middle;
}

button.siteSearch:hover {
	outline: none;
	background: url(/images/btn_find.png) no-repeat 0 -18px;
	cursor: pointer;
	cursor: hand;
	border:none;
}

#mainBody {
	top: 10px;
	position: relative;
	margin-top: 22px;
	padding: 0px 0px 30px 30px;
	margin-bottom: 2em;
	font-size: .8em;
}  /* must be same height as the footer */


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#slogo {
	position: relative;
	height: 180px;
	top: 22px;
	*top: 19px;
	width: 100%;
	left: 0;
	background: #0099CC url("/images/slogo_bg.png") 0 0 repeat-x;
	z-index: 10;
}

.BeginSector {
	width: 70%;
	overflow: hidden;
}

.BeginSector a {
	color: #006699;
	text-decoration: none;
}

.BeginSector a:hover {
	text-decoration: underline;
}

.BeginFiles {
	width: 98%;
	overflow: hidden;
}

.files {
	width: 960px;
	line-height: 30px;
	background: #F7F7F7;
	border-bottom: 1px #CCCCCC solid;
}

.fileslist {
	background: #F7F7F7;
	border-bottom: 1px #CCCCCC solid;
}
.fPreview {
	width: 100px;
	float: left;
	text-align: left;
}

.fName {
	width: 278px;
	float: left;
}

.fSize {
	width: 202px;
	float: left;
}

.fType {
	width: 145px;
	float: left
}

.fOptions {
	width: 125px;
	float: left;
}

.fSelect {
	width: 5%;
	float: left;
}

.office {
    	font-weight: bold;
	font-size: .9em;
	padding: 6px;
	overflow: hidden;
}

.office ul li {
	padding-left: 12px;
}

.section {
	font-weight: bold;
	font-size: .9em;
	width: 100%;
	height: 20px;
	background-color: #f7f7f7;
	padding: 2px 0 2px 30px;
	overflow: hidden;
}

.microsection {
	font-weight: bold;
	font-size: .8em;
	width: 100%;
	height: 20px;
	background-color: #E8E8E8;
	padding: 2px 0 2px 50px;
	overflow: hidden;
}

.sector {
	border: #000 1px solid;
	margin-bottom: 6px;
	overflow: hidden;
}

.sectorHead {
	font-weight: bold;
	font-size: .9em;
	width: 100%;
	height: 20px;
	background-color: #E4E4E4;
	padding: 3px 0 3px 16px;
	overflow: hidden;
}

#leftColumn {
	width: 360px;
	float: left;
}

#rightColumn {
	float: right;
}

#linkPath {
	padding: 3px 0 3px 16px;
	background: #f7f7f7;
	font-size: .8em;
	font-weight: bold;
	margin-top: 2px;
}

#linkPath a {
	color: #666666;
	text-decoration: none;
}

#linkPath a:hover {
	text-decoration: underline;
}

#pcontent {
	width: 100%;
	background: #F7F7F7 url(/images/bg_content.gif) repeat-x 0 0;
	overflow: auto;
	*overflow: visible;
}

#pageContent {
	padding: 16px 12px 18px 12px;
}

#pageContent h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5;
	font-family: Georgia, sans-serif;
	/*color: #0782C0;*/
	color: #CC0000;
}

#pageContent h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	font-family: Georgia, sans-serif;
	/*color: #0782C0;*/
	color: #CC0000;
}

#pageContent h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	font-family: Georgia, sans-serif;
	/*color: #0782C0;*/
	color: #0782C0;
}

#pageContent h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	font-family: Georgia, sans-serif;
	/*color: #0782C0;*/
	color: #CC0000;
}

#pageContent p {
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: normal;
	font-size: .9em;
	line-height: 18px;
	color: #333;
}

#pageContent a {
	color: #DD5800;
	text-decoration: none;
}

#pageContent a:hover {
	text-decoration: underline;
}

#column_l {
	width: 170px;
	margin: 0;
	float: left;
	min-height: 620px;
	margin-top: 12px;
	display: block;
}

#column_c {
	float: left;
	width: 56%;
}

#column_r {
	width: 252px;
	float: right;
}

.homeServicesTitle {
	margin-left: 12px;
	margin-bottom: 6px;
	width: 528px;
	float: left;
	font-family: Georgia, serif;
	color: #666;
	font-size: 1em;
	font-weight: bold;
}

.homeServices {
	margin-left: 12px;
	width: 467px;
	float: left;
}

.serviceBox {
	border: 1px solid #DEDEDE;
	background: #FEFEFE;
	width: 133px;
	padding: 6px 2px 6px 2px;
	float: left;
	margin-right: 3px;
	text-align: center;
}

.serviceTitle {
	font-weight: normal;
	font-size: .9em;
}

.nHeadline {
	font-weight: bold;
}

.nArchiveTitle {
	margin-top: 3em;
	font-weight: bold;
}

.nArchive {
	margin-top: 4em;
	font-size: .8em;
}

.nArchive a {
	font-weight: bold;
	color: #DD5800;
	text-decoration: none;
}

.nArchive a:hover {
	text-decoration: underline;
}

.archiveItem {
	margin-top: .8em;
}

#wmap {
	z-index: -5;
	top: 0;
	right: 0;
	height: 181px;
	width: 480px;
	background: url(/images/worldmap.gif) no-repeat 0 0;
	position: absolute;
}

.accreditation {
	width: 100%;
	text-align: center;
	line-height: 24px;
	padding: 200px 0px 0px 0px;
	*padding: 20px 0px 0px 0px;
}

.accreditation img {
	border: none;
	margin-top: 6px;
}

#usefulTools {
	width: 250px;
        margin-top: 12px;
        overflow: hidden;
        margin-right: 13px;
}

#usefulTools .topper {
        width: 250px;
        height: 28px;
        background: url(/images/bg_loginbox_top.png) no-repeat top;
}

#usefulTools .toolsTitle {
        background: url(/images/head_box_1.png) no-repeat 0 0;
        color: #fff;
        height: 28px;
        line-height: 28px;
}

#usefulTools .toolsTitle p {
        padding-left: 12px;
        font-size: 12px;
        font-weight: bold;
}

#usefulTools .toolsForm {
        font-size: 11px;
        font-weight: normal;
        background: url(/images/bg_loginbox.png) no-repeat bottom;
        color: #333333;
        padding: 2px;
}

#usefulTools a {
	color: #FF6600;
        text-decoration: none;
        font-weight: bold;
}

#usefulTools a:hover {
	text-decoration: underline;
}

.toolList {
	padding: 6px;
	line-height: 16px;
}
