* {
	margin: 0px;
	padding: 0px;
}
body { /* text formatting done in customstyles.css for CMS */
	background: white url(../images/bodyBG.gif) repeat-x top left;
	height: 100%;
}

/* Named sitewide styles */
#container {
	margin: 0px auto 0px auto;
	width: 992px;
	height: 100%;
}
#header {
	position: absolute;
	top: 0px;
	margin-left: 0px;
	width: 1000px;
	height: 160px;
}
#contentHeader #globe {
	position: absolute;
	width: 130px;
	height: 94px;
	right: 20px;
	margin-top: -2px;
}
.logo_left {
	float: left;
	width: 299px;
	height: 65px;
	margin: 10px 0px 0px 45px;
}
.logo_right {
	float: right;
	right: 5px;
	width: 245px;
	height: 44px;
	margin-top: 14px;
	margin-right: 45px;
	text-align: right;
}
#covancelink a {
	color: #c5c5c5;
	font: normal 8pt Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#covancelink {
	position: absolute;
	margin-left: 810px;
	margin-top: 75px;
	width: 140px;
	height: 20px;
	text-align: right;
	color: #b1b1b1;
}
#header #toplevelnav {
	position: relative;
	top: 9px;
	left: 20px;
	padding: 0px 25px 0px 23px;
	text-align: center;
}
#header #toplevelnav a:link, #header #toplevelnav a:visited {
	text-decoration: none;
	color: #013C58;
/*	display: inline-block; */
	float: left;
	padding: 5px 18px;
	border-right: 1px solid #bababa;
	font: bold 8pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left: -4px;
	height: 24px; /* 34px */
	overflow: hidden;
}
#header #toplevelnav a.last { border: 0px; }
#header #toplevelnav a:hover {
	color: white;
	background: #013C58;
}
#header #locator {
	clear: left;
	float: left;
	width: 35%;
	margin: 2px 0px 0px 45px;
}
#header #locator span {
	float: left;
	height: 20px;
	margin-top: 2px;
	margin-right: 5px;
}
#header #countrylist {
	float: right;
	color: #98949a;
	width: 450px;
	margin: 2px 45px 0px 0px;
	text-align: right;	
}
#header #countrylist span {
	float: left;
	height: 20px;
	margin-top: 2px;
	margin-right: 5px;
	width: 100px;
}
#content {
	position: absolute;
	top: 142px;
	width: 992px;
	background: white url(../images/contentBG.jpg) repeat-y 0px 480px;
}
#contentHeader {
	position: relative;
	background: url(../images/topContentBG.jpg) no-repeat center top;
	width: 797px; /* 992px */
	height: 383px;
	padding: 0px 0px 0px 195px;
}
#contentHeader #taglines {
	position: absolute;
	margin: -50px 0px 0px 550px;
	width: 200px;
	text-align: left;
	z-index: 30;
	height: 50px;
}
#taglines #button {
	margin-top: -5px;
}
#taglines h1 {
	font: normal 18pt Arial, Helvetica, sans-serif;
	color: #ACACAC;
	margin: 0;
}
#taglines h1#tag {
	font-weight: bold;
	color: #464646;
}
#mainbody {
	float: left;
	width: 519px; /* 549px */
	margin-left: 195px;
	padding: 5px 10px;
	background: #ebebeb url(../images/mainBG.jpg) no-repeat left top;
	min-height: 450px;
	margin-top: -150px;
	position: relative; /* ie6 overflow fix */
}
#mainbody ul, #mainbody ol {
	margin: 0px 0px 10px 25px;
}
li {
	margin-bottom: 5px;
}
#textsidebar {
	float: left;
	width: 218px;
	margin: -120px 0px 20px 3px;
	position: relative; /* ie6 overflow fix */
}
#footer {
	width: 992px; /* 992px */
	height: 100px;
	position: relative;
	background: white url(../images/footer.jpg) no-repeat left top;
}
#footer .footer_links {
	position: absolute;
	width: 600px;
	margin-left: 45px;
	margin-top: 10px;
}
#footer a.rss { display: block; width: 53px; height: 22px; background: url(../images/rss_blue.jpg) no-repeat; }
#footer a.rss span { display: none; }

/* Floating accordian navigation (sitewide) */
#accordion {
	position: absolute;
	margin-left: 15px;
	top: 175px;
	width: 178px;
}
#accordion h2, #accordion a.single {
	background: #018fbe url(../images/navBG.jpg) no-repeat left top;
	padding: 5px 0px 5px 7px;
	border-top: 1px solid white;
	cursor: pointer;
	margin: 0px;
	display: block;
}
#accordion a {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
#accordion a:hover {
	color: #e1e1e1;
}
#accordion .pane, #accordion .staticpane {
	display: none;
	height: 130px;
	padding: 10px;
	width: 158px; /* 178px */
	background: #018fbe url(../images/navPaneBG.jpg) no-repeat center top;
	margin-left: 0px;
}
#accordion .pane ol, #accordion .staticpane ol {
	list-style: none outside none;
	margin-left: 5px;
}
.pane li, .staticpane li {
	min-height: 20px;
}
#accordion .tall {
	height: 230px;
}
#accordion .extratall { height: 280px; }
#accordion .extratallp20 { height: 370px; }
#accordion .mid { height: 190px; }
#accordion .pane ol li a:link, #accordion .pane ol li a:visited, #accordion .staticpane ol li a:link, #accordion .staticpane ol li a:visited {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}
#accordion .pane ol li a:hover, #accordion .staticpane ol li a:hover {
	text-decoration: underline;
}
#accordion h2.current a, #accordion .pane ol li a.selected:link, #accordion .pane ol li a.selected:visited {
	pointer: default;
	font-weight: bold;
}
#accordion h2.current, #accordion a.current { background: #034361; font-weight: bold; }

/* site-wide class styles */
.sidebarunit {
	border: 1px solid #C9C9C9;
	background: #F0FBFF url(../images/sbheaderBG.jpg) repeat-x left top;
	padding: 10px;
	width: 192px; /* 212px */
	margin-bottom: 15px;
}
.sidebarunit h2 {
	color: #005983;
	font: bold 11pt Arial, Helvetica, sans-serif;
	margin: 2px 0px 25px 0px;
}

.clearer {
	clear: both;
}
.selected {
	font-weight: bold;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */
	#header #toplevelnav a:link, #header #toplevelnav a:visited {
		padding: 5px 15px;	
	}
	#header #toplevelnav {
		left: 15px;
	}
}

