/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
}

.yui-b .section_title {
  	padding: 6px 0 0 10px; 
    height: 27px;
    line-height: 27px;
}

.yui-b .section_title a:link, .yui-b .section_title a:visited , .yui-b .section_title a:hover  {
    font-size: 95%;
    font-weight: normal;
	text-decoration:none;
	color: #336699;
}
.yui-b .section_title a:hover  {
	color: red;
}


/* Very center, main page title */
div.center_content_title {
    padding: 10px 0;
    font-size: 120%;
}

div.main_text.center_column{
    padding: 10px 0px;

}
div.main_text p, div.main_text ul li{
    margin: 0px 10px;	
	line-height:1.4em;
	color: #330000;
}

div.main_text ul li{
    margin: 0px 0 10px 0;	
	line-height:1.4em;

}


div#minor_info.right_column{
	padding: 30px 0px;

}

div#minor_info div.right_column_item{
	padding: 5px 5px;
}
div#minor_info.right_column p{
	padding-bottom:0px;
	margin: 0px
}

div#minor_info.right_column p.right_column_title{
	font-weight:bold;
	padding-bottom:0px;
}

div#minor_info.right_column h4{
	font-size: 90%;
	padding: 0px 5px;	
}

div.yui-u.first p{
	margin-bottom: 10px;
}

#media_pubs div.news_item {
        margin: 3px 15px;   
        padding-bottom: 4px;
        background: url(../images/dotted_line.gif) repeat-x bottom;	
        font-size: 82%;
    }    
    
#media_pubs div.news_item a{
	margin-left: 10px;
}	
span.rq{
	padding-right: 10px;
}
.icon 
{
padding-left: 20px;
background-repeat: no-repeat;
background-position: left center;
background-position-y: top;
}
.download { background-image: url(/images/icons/downloadFile.gif) }
.pdf { background-image: url(/images/icons/pdf.gif) }
.info { background-image: url(/images/icons/info.gif) }
.alert { background-image: url(/images/icons/alert.gif) }
.secondary { background-image: url(/images/icons/secondary.gif) }



#tabs {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  margin-bottom: 20px;
  }
#tabs ul {
  margin:0;
  padding:10px 10px 0 20px;
  list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("/images/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("/images/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color:#000;
  }
#tabs a:hover {
  background-position:0% -42px;
  }
#tabs a:hover span {
  background-position:100% -42px;
  }
 ul.pubs{
   	margin-top: 20px;
 }
ul.pubs li{
	 	list-style: none !important;  
 }
 ul.pubs li a:link{

	color: #336699;	
 }
 dl#faq {
 	padding: 10px 0 10px 10px;
 }
 
 dl#faq dt{
	border: 1px solid #CCCCFF;
	height: 20px;
	padding: 2px 4px;
	margin: 4px;
	cursor: pointer;
	font-weight: 800;

 }
  dl#faq dd{
	height: 20px;
	padding: 2px 0px;
	margin: 4px;
 }
 div.left_column ul{
 	display:none;
 }
 div#gojFooter {
 	font-size: 11px;
	}
	
/* Site Map */

h2.sitemap, h2.maximise, h2.minimise
	{
	background : url(/man/images/icons/bullet_arrow_down.png) no-repeat center left;
	cursor : default;
	padding-left : 15px;
	}

/*
	Sitemap Styler 	 
*/

#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none !important;
	list-style-type:none !important;
	font-size: 12px;
}
#sitemap{}
#sitemap ul{
	display:none;
}
#sitemap li{
	line-height:200%;
	margin-top:1px;
	background:#eee;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
}

#sitemap li a{padding-left:28px;}
#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{background:url(/images/icons/collapsed.gif) no-repeat 0 0;} 
#sitemap li span.expanded{background:url(/images/icons/expanded.gif) no-repeat 0 0;}

/* second level */

#sitemap li li{
	background:#fff;
}
#sitemap li li a{padding-left:56px;}
#sitemap li li span{left:28px;}

/* third level */

#sitemap li li li a{padding-left:84px;}
#sitemap li li li span{left:56px;}

/* etc. */

/*  */

.content{
	width: 100%;
	background-color: #fff;
}

#search{
	float: left;
}