@charset "UTF-8";
/* CSS Document */



/*----------------------------[ Structure/Layout ]--------*/

body {
	background: #E4DFD3;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5em;
}

form{
	padding: 0;
	margin: 0;
}

form li{
	list-style:none;
}

a {
	color:#95131F;
	text-decoration: none;
}

a:hover {
	color: #95131F;
	text-decoration: underline;
}

#main {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(/media/tmp_bg_content.jpg);	
}


#content {
	width: 760px;
	background-image:url(/media/tmp_bg_content.jpg);
	padding: 20px 25px 0px 25px;
	margin: 0;
	/*clear: both;*/
}

#footer {
	background-image:url(/media/tmp_bg_content.jpg);
	margin: 0;
	padding: 0;
	clear: both;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#999999;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#navWrapper {
	float: right;
	text-align: left;
	}

#articleNav {
	width: 205px;
	float: left;
	padding-top: 35px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/*----------------------------[ Nav ]--------*/

#menuBar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:block;
}

#menuBar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#menuBar li a {
	font-size: 11px;
	/*line-height: 11px;*/
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 7px 10px 7px 10px;
	text-transform: uppercase;
}

#menuBar li.home a { background: #006464; }
#menuBar li.aboutus a { background: #320032; }
#menuBar li.whatwedo a { background: #c96400; }
#menuBar li.publications a { background: #003561; }
#menuBar li.news a { background: #976500; }
#menuBar li.careers a { background: #650032; }
#menuBar li.resources a { background: #00529d; }
#menuBar li.newsletter a { background: #6D0A77; }
#menuBar li.contactus a { background: #970000; }
	
	
	
#menuBar li a:hover {
	color: #333;
	background: #ccc;
}

/*-------[ Article menu ]-------*/

#articleNav ul#articleMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 205px;
}

#articleNav ul#articleMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	color: #030303;
}

#articleNav ul#articleMenu li a {
	display: block;
	margin: 0;
	padding: 15px 30px 15px 15px;
	background: url(/images/article-nav-bg.gif) no-repeat center;
	text-align: right;
	color: #000;
	text-decoration: none;
}

#articleNav ul#articleMenu li a:hover {
	color: #970000;
	text-decoration: none;
	background: url(/images/article-nav-bg2.gif) no-repeat center;
}


/*----------------------------[ Typography ]--------*/
.noindent{
	list-style-type:none;
	margin:0;
	padding:0;
}

.Contentheader {
	font-size: 3.5em;
	line-height: 38px;
	color: #970000;
	clear: both;
	font-weight: normal;
	/*margin-left: 265px;
	margin-top: 0;*/
	margin-bottom: 10px;
}

.ContentheaderHome {
	font-size: 2em;
	line-height: 20px;
	color: #970000;
	font-weight: normal;
}

.subheader, .header{
	color:#003663;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:20px;
	margin-top:0pt;
}

#articleNav h1 {
	padding: 4px;
	font-size: 1.4em;
	line-height: 1em;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #fff;
	background: #003663;
	border-bottom: 3px solid #fff;
	margin: 0;
	}

#contentArea h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.8em;
	line-height: 1.2em;
	width: 325px;
	color: #003663;
	font-weight: normal;
}

#contentArea h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.25em;
	width: 325px;
	color: #363636;
	font-weight: bold;
}
	
#contentArea p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.25em;
	width: 325px;
	color: #000;
}

#contentArea ul {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.25em;
	width: 325px;
	color: #000;
}

#contentArea ul li {
	margin-top: 0;
	margin-bottom: 6px;
}

#contentArea a {
	color: #970000;
	text-decoration: none;
	}

#contentArea a:hover {
	color: #666;
	text-decoration: underline;
	}


/*----------------------------[ Misc. ]--------*/

#contentArea p.caption {
	font-size: 90%;
	color: #666;
	width: 155px;
	padding-right: 5px;
	padding-top: 5px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.paddedL {
	padding: 0px 0px 10px 10px;
}

.paddedR {
	padding: 0px 10px 10px 0px;
}


/* LEFT CONTENT PANE */
#contentPaneLeft {
	float:left;
	/*width:19em;*/
	width: 205px;
	height:inherit;
	margin: 0 0 0 0;
}

#contentPaneLeft .divider {
	margin: 0 0 0 0;
	height: 0px;
}


/* RIGHT CONTENT PANE */
#contentPaneRight {
	margin:0 0 0 19em;
	padding-left: 20px;
	padding-right: 20px;
	color:#000000;
	height:100%;
	overflow:visible;
}

#contentPaneRight div {
	overflow:visible;
}

#breadCrumb {
	float:right;
	text-align:left;
	font-size: 90%;
	padding:0 1.1em;
	margin-bottom: 20px;
}

#breadCrumb a:link, #breadCrumb a:visited, #breadCrumb a:active    {    
	text-decoration:    none;
	color:    #333399;
	}    

#breadCrumb a:hover    {  
	text-decoration:    underline;
	color:    #3333cc;
	}

/** converted to our names */

.innerContentBox {
	background:#F4F4F4;
	border:1px solid #CCCCCC;
	padding:1em;
}

#contentPaneLeft .innerContent .header {
	text-transform:uppercase;
	padding: 4px;
	font-size: 1.4em;
	line-height: 1em;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #fff;
	background: #003663;
	border-bottom: 3px solid #fff;
	margin: 0;
	display:block;
}

#contentPaneLeft #SideNavigation ul, #sideNavigationCats ul {
	list-style: none;
	text-indent: -1em;
	margin: 0; 
	padding: 0;
}

a.HeaderLink {
	display: block;
	margin: 0;
	padding: 8px 30px 8px 15px;
	background: url(/media/article-nav-bg.gif) no-repeat center;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	margin-left: 0; 
	padding-left: 0;
	border-bottom:1px solid #FFFFFF;
}

a.HeaderLink:hover {
	color: #970000;
	text-decoration: none;
	background: url(/media/article-nav-bg2.gif) no-repeat center;
}


.ital{
	background-color:#E0E0E0;
	font-style:italic;
	text-align: right;
	margin-left: 0; 
	padding-left: 0;
	display: block;
	margin: 0;
	padding: 0px 30px 8px 15px;
}


#contentPaneLeft #SideNavigation  li, .catItem, .artItem {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	color: #030303;
}

#contentPaneLeft #SideNavigation li a, .catItem a {
	/*display: block;
	margin: 0;
	padding: 15px 30px 15px 15px;
	text-align: right;
	color: #000;
	text-decoration: none;
	background-color:#E0E0E0;*/
	display: block;
	margin: 0;
	padding: 8px 30px 8px 15px;
	background: url(/media/article-nav-bg.gif) no-repeat center;
	text-align: right;
	color: #000;
	text-decoration: none;
}

.artItem a {
	/*display: block;
	margin: 0;
	padding: 15px 30px 15px 15px;
	text-align: right;
	color: #000;
	text-decoration: none;
	background-color:#E0E0E0;*/
	display: block;
	margin: 0;
	padding: 8px 30px 8px 15px;
	background: url(/media/article-subnav-bg.gif) no-repeat center;
	text-align: right;
	color: #000;
	text-decoration: none;
}

#contentPaneLeft #SideNavigation li a:hover, .catItem a:hover {
	color: #970000;
	text-decoration: none;
	background: url(/media/article-nav-bg2.gif) no-repeat center;
}

.artItem a:hover {
	color: #970000;
	text-decoration: none;
	background: url(/media/article-subnav-bg2.gif) no-repeat center;
}

#contentPaneLeft H2 {
	background:#003663 none repeat scroll 0%;
	border-bottom:3px solid #FFFFFF;
	color:#000;
	font-family:"Trebuchet MS",Arial,Verdana;
	font-size:1.4em;
	font-weight:bold;
	line-height:1em;
	margin:0pt;
	padding:4px;
	text-align:right;
}

a.printLink {
	background: url(/media/article-nav-bg3.gif) no-repeat scroll center;
	border-bottom:1px solid #FFFFFF;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 8px 30px 8px 15px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
}

a.printLink:hover {
	color: #FFF;
	text-decoration: none;
	background: url(/media/article-nav-bg4.gif) no-repeat scroll center;
	border-bottom:1px solid #FFFFFF;	
}

.search_header{
	color: #003A6B;
	font-weight:bold;
	font-size: 110%;
}

.dummy {
	height:0px;
	display:none;
}

.bullets {
	background-image: url(/media/img_bullet.gif);
	background-repeat:no-repeat;
	vertical-align:top;
	font-weight:normal;
	padding-left: 1em;
	display:inline;
}


#LogoutStyle a:active,
#LogoutStyle a:visited,
#LogoutStyle a:link,
#LogoutStyle a:hover
{
	float:right;
	display:block;
	padding: 7px;
	text-decoration: none;
}

#LogoutStyle a:active,
#LogoutStyle a:visited,
#LogoutStyle a:link
{
	border: 1px solid #970000;
	color: #970000;
}

#LogoutStyle a:hover
{
	background-color:#970000; 
	color: #FFFFFF;
}

.indexRow { padding: 8px 5px 8px 5px; font-size:14px; }
.altRowColour { background-color: #E9E9E9; }
