.MacIE {
	background-color: #ffffff;
	/* mock style for bug in mac IE */
}
/*
	GENERAL STYLES
*/

body, td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	line-height: 16px;
	/*background-image: url(images/grey_interface_sidebar.jpg);
	background-repeat: repeat-y;*/
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000033;	
	text-align: center;
}

ul {
	margin: 0 0 0 13px;
	padding: 0;
}

li {
	margin: 0;
	padding: 5px 0 5px 0;
	line-height: 15px;
	text-indent: 0;
	list-style: url(images/offices_list_bullet.gif);
	
}

form {
	display: inline;
}

a {
	text-decoration: underline;
	color: #00164B;
}

a:visited {
	color: #00164B;
}

a:hover {
	color: #027DA7;
}

a img
{
    border: 0;
}

hr {
	color: #CCCCCC;
}

h1 {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #027DA7;
	clear: both;
	
}

h2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 14px;
	color: #00164B;
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	clear: both;
	
}

h3 {
	display: block;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #027DA7;
	clear: both;
}

h4 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	clear: both;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.event {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.featured-thumbnail {
	float: right;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;

}

.legend {
}

.legend th {
	background-color: #eee;
	font-weight: bold;
	color: #000;
}

.legend td {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.pager {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	color: #000;
}

#clear {
	clear: both;
}





/* PAGE HEADER */

#navlogo {
	padding: 4px 4px 0px 4px;
	height: 84px;
	
}

#header {
	background-color: #333366;
	height: 84px;
}

#pageheader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CECECE;
}

#breadcrumb {
	padding: 10px 3px 3px 0px;
	text-align: left;
	color: #666666;
	background-repeat: repeat-x;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 2px;
	margin-right: 50px;
}

#printable {
	margin-bottom: 20px;
	margin-right: 50px;
	text-align: right;
}
#breadcrumb a {
    color: #00164B;
	 text-decoration: none;
}

#breadcrumb a:hover {
    color: #027DA7;
}

#breadcrumb a:visited {
    color: #00164B;
}

td.darkline {
	background-color: #5A5A5A;
}

td.lightline {
	background-color: #FFFFFF;
}

#siteborder {
/*
	border-top: 1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	border-left: 1px solid #5A5A5A;
*/
}

.download {
	font-weight: bolder;
}






/*
	LEFT NAVIGATION STYLES
*/

#navmenu {
	color: #332C62;
	background-image: url(images/sidenav_bg.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	/*padding-top: 62px;*/
	margin-bottom: 20px;
	width: 143px;
}

#navmenu-ad {
	padding: 5px 0px 5px 10px;
}

select.browsenav {
	display: block;
	font-size: 9px;
	width: 120px;
}

* html .navLink
{
    width: 143px; /* for IE5 and IE6 in quirks mode */
    w\idth: 133px; /* for IE6 in standards mode */
}

/* Default Navigation Item (Section or Module Link) */
.navitem {
	display: block;
	padding: 8px 3px 8px 0px;
	color: #00164B;
	text-decoration: none;
	text-align: left;
	border-bottom: thin solid #cccccc;
	margin-left: 1px;
	border-bottom-width: 1px;
	font-size: 11px;
	line-height: 16px;
}


a.navitem:visited, a.navitem:link, a.navitem:active {
	color: #00164B;
}

a.navitem:hover {
	color: #027DA7;
	
}

/*a.navitem:visited {
	color: #332C62;
}*/

.navitem span
{
    display: block;
}

/* Selected Navigation Item (You are here) */
.navitem-sel {
	display: block;
	padding: 8px 3px 8px 0px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	border-bottom: thin solid #ffffff;
	margin-left: 1px;
	border-bottom-width: 1px;
	font-size: 11px;
	line-height: 16px;
	background-color: #DBDCE9;
}

a.navitem-sel:visited, a.navitem-sel:link, a.navitem-sel:active {
	color: #666666;
}

span.navitem-sel {
	background-color: #C5C6D2;
}

a.navitem-sel:hover {
color: #027DA7;
}

.navitem-sel span
{
    display: block;
	 font-weight: normal;
	 color: #01174C;
}

.navitem_browse {
	font-weight: normal;
	text-indent: 20px;
	color: #000000;
}

.navBrowse {
	padding-left: 20px;
}

#gobutton {
	padding-right: 82px;
	text-align: right;
}



/* CONTENT */

#main-home {
	padding-left: 20px;
	margin-right: 4px;
	padding-top: 0px;
	/* padding-bottom adds space for height of nav on small pages */
	background-color: #ffffff;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: top right;
	
}

#main {

	padding-left: 20px;
	margin-right: 4px;
	padding-top: 0px;
	/* padding-bottom adds space for height of nav on small pages */
	background-color: #ffffff;
	vertical-align: top;
	
}


#maincontainer { 
	
	padding-right: 9px;
	padding-bottom: 3px;

	
	
}

#maincontainer-home { 
	padding: 50px 9px 3px 0px; 
	
	
}

td.pagetitle {
	background-color: #CECECE;
}

#pagetitle {
	display: block;
	padding: 3px 3px 13px 0px;
	background-color: #ffffff;

}

tr.dash {
	border-bottom: 1px dashed #000;
}




/* RIGHT SIDE BAR */

#sidebar {
	float: right;
	/*width: 247px;*/
/*	margin: 5px 0 9px 9px;*/
	padding: 0px;
	background-color: #ffffff;

/*	min-height: 300px;*/
		
}

#sidebar-content {
	padding: 5px 5px 5px 10px;

}

#sidebar-bannerad {
	padding: 5px 5px 5px 5px;
	text-align: center;
}

#sidebar-search {
	background: url(images/searchbox_bg.jpg);
	height: 36px;
	padding-left: 95px;
	padding-top: 5px;
	background-repeat: no-repeat;
	vertical-align: text-top;
}

#searchfield {
	margin-bottom: 8px;
}

#sidebar h3 {
	color: #333;
}

input.searchbox {
	
}

/* The pager / pagination */
.pager a {
	color: #000000;
}

.pager a:hover {
	color: #000000;
}

.pager a:visited {
	color: #000000;
}

/* Related Links in Sidebar */

.related-links {
	border: 1px dashed #ccc;
	background-color: #eee;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
}

.related-links h2 {
	margin: 0px 0px 0px 0px;
}

.summary {
	padding-bottom: 10px;
}

.bio {
	font-style: italic;
}

.fulltext {
	font-weight: normal;
	padding-bottom: 10px;
}

.date {
	font-style: italic;
}

.source {
	font-style: italic;
}

.listitem {
	/* not styles yet */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.listitem h2 {
	margin: 0px 0px 0px 0px;

}

.listitem h3 {
	display: inline;
	margin: 0px 0px 0px 0px;
}

.listitem .date {
	font-style: italic;
}

.listitem .source {
	font-style: italic;
}

.listitem .author {
	/* */
}

.listitem .description {
	font-size: 11px;
}

.listitem .location {
	/* no style */
}

.listitem .organisation {
	font-style: italic;
}

.indented {
	padding-left: 15px;
}

.image-float {
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}


/* FOOTER */





#test {
	bottom: 0;
	vertical-align: bottom;
	position: absolute;
	width: 100%;
}



/* ADMIN */
.admin-toolbar {
	color: #C13F45;
	border-top: 1px dashed #C13F45;
	padding: 2px 2px 2px 2px;
}

.admin-toolbar a {
	color: #C13F45;
}

.admin-toolbar a:hover {
	color: #027DA7;
}

.admin-toolbar a:visited {
	color: #C13F45;
}





/* used for detail pages */
td.label {
	font-weight: bold;
	text-align: right;
}

/* Specific to ERROR module */

.error {
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
	/*border: 1px dashed #999999;*/
	/*width:200px;*/
	color: #BB0000;
}

.error h1 {
	color: #BB0000;
}

.error .src {
}

.error .msg {
}

.error-message {
	color: #BB0000;
	font-weight: bold;
}




/* HOME PAGE */

#home-logo {
	background-image: url(images/f1logo_home3.gif);
	width: 200px;
	height: 33px;
	background-repeat: repeat-x;
	float: left;
	margin-left: 10%;
	position: absolute;
	top: 50px;
	
}

.welcome {
	text-align: left;
	font-weight: bold;
	color: #333;
	padding: 3px 3px 3px 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #aaa;
	background-color: #eee;
}

.welcome a {
	color: #333;
}

.welcome a:hover {
	color: #333;
}

.welcome a:visited {
	color: #333;
}

#pagelayout {
	background-color: #ffffff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

.newsletter {
	 border: 4px double #ffffff;
	 background-color: #C2E36B;
	 margin-top: 10px;
}

div.OfficeList ul {
	margin: 0 0 0 25px;
}

div.OfficeList li {
	font-size: 10px;
}

#footer {
	line-height: 25px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	color: #BFBFCC;
	text-align: right;
	border-top: 1px solid #ffffff;
}

#footer a {
	color: #BFBFCC;
}

#footer a:hover {
	color: #027DA7;
}

#successStoryHome {
	width: 458px;
}

#successHomeImage {
	 border: 3px double #666;
	 float: left;
	 margin-right: 15px;
}

.bodyImage, #featuredNewsHomeImage, #latestNewsHomeImage, .listImage, .featured-thumbnail {
	 border: 3px double #666;
	 margin-right: 15px;
	 margin-bottom: 3px;
}

.listImage, #featuredNewsHomeImage, #latestNewsHomeImage, .featured-thumbnail {
	float: left;
	margin-top: 0px;
}

#latestNewsHomeImage {
	float: left;
	margin-top: 10px;
}

li.listItem {
	clear: both;
}

#successStoryListHome {
	font-weight: bold;
	margin-right: 50px;
}

#newsletterHomeImage {
	float: left;
	margin-right: 20px;
	
}

#latestNewsletterHome {
	
}

h3.LatestNewsletter {
	color: #333333;
	margin-top: 20px;
	text-transform: none;
}

.navLink {

}

ul.depth2 {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: disc;
	list-style: disc none;
}

li.depth2 {
	margin: 0;
	padding: 0px 0 0px 0;
	line-height: 15px;
	text-indent: 0;
	list-style-type: disc;
	list-style: disc none;
}

ul.depth3 {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: circle;
	list-style: circle none;
}

li.depth3 {
	margin: 0;
	padding: 0px 0 0px 0;
	line-height: 15px;
	text-indent: 0;
	list-style-type: circle;
	list-style: circle none;
}

ul.depth4 {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: square;
	list-style: square none;
}

li.depth4 {
	margin: 0;
	padding: 0px 0 0px 0;
	line-height: 15px;
	text-indent: 0;
	list-style-type: square;
	list-style: square none;
}