/* Version:	3.1 - 8 March 2010 */
/* Notes:	defra-main.css */

/* IMPORT reset.css - resets most html entities' margins and padding to 0 */
@import url('defra-reset.css');

/* IMPORT styles.css - top level styling for all html entities, plus class derivatives and colours */
@import url('defra-styles.css');


/* ALWAYS SHOW Y-SCROLLBAR */

html
{ 
	overflow-y: scroll;
}


/* TEMPLATE LAYOUT */

body {
	background:#fff url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/background-grey.gif) repeat-x;
	font-family: verdana, geneva,sans-serif;
	font-size: 80%;
}

#wrap {
	width:963px;
	margin:0px auto;	
}


/* HEADER */

#header  {
	width: 952px;
}

#header img {
	border: 0;
	float:left;
}

#secondary-nav { /* Header navigation */
	float:right;
	padding:8px 0px;
}

#secondary-nav li {
	display:inline;
	padding-left: 6px;
	border-left: 1px solid black;
}

#secondary-nav li.bordernone {
	border-left: 0px;
}

#secondary-nav li a {
	color:#000;
}

#header form {
	clear:right;
	float:right;
	margin-top:10px;
	padding: 10px 10px 10px 10px;
	background:#929308;
}

#header form span.gobutton{
	margin:0px 0px 0px 9px;
	padding: 4px 0px 5px 0px;
	background-color:#74112b;
	text-align:center;
	width:41px;
	display:inline-block;
	color:white;
}

#header form .searchbutton{
	cursor:pointer;
	border:0px;
	background:#600;
	color:#fff;
	font-weight:bold;
}

.access {position: absolute; left: -900em;text-indent: -9000em;}

/* MAIN MENU - CONTAINS ALL GLOBAL NAV */

#main-nav {
	clear:both;	
	display: block;
	width:961px;
	height: auto;
	min-height:35px;
	background: #390E19 url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/mainnav-background.gif) repeat-x top left;
}

#main-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	list-style-type:none;
	float:left;
	width:961px;
	height:1%;
	min-height:35px;
	display:block;	
}

#main-nav li {
	margin: 0px 0px 0px 1px;
	min-height:35px;
	list-style-type:none;
	background: #390E19 url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/divider-right-grey.gif) no-repeat top right;
	float:left;
	text-align:center;
	display:block;
}

#main-nav li a {
	padding: 7px 10px 9px 10px;	
	margin-left: auto;
	margin-right: auto;	
	text-align:center;
	display:block;	
	background: url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/divider-left-grey.gif) no-repeat 0 0;
	min-height:18px;
	height:1%;
	font-size:1.1em;
	font-weight: bold;
	color: white;
}

#main-nav a:hover{
	text-decoration:underline;
}

#main-nav #menu1 {
	width: 97px;
}
#main-nav #menu2 {
	width: 125px;
}
#main-nav #menu3 {
	width: 165px;
}
#main-nav #menu4 {
	width: 176px;
}
#main-nav #menu5 {
	width: 208px;
}
#main-nav #menu6 {
	width: 163px;
}

#main-nav li.active {
	margin-left: -1px;
	margin-right: -1px;
	background: url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/divider-right-active.gif) no-repeat top right;
}

#main-nav li.active a
{
	padding: 7px 10px 9px 11px;	
	color: #555859; /*changed 7 October 2010*/
	background: url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/divider-left-active.gif) no-repeat top left;
}


#main-nav #menu1.active {
	width: 100px;
}
#main-nav #menu2.active {
	width: 127px;
}
#main-nav #menu3.active {
	width: 168px;
}
#main-nav #menu4.active {
	width: 178px;
}
#main-nav #menu5.active {
	width: 210px;
}
#main-nav #menu6.active {
	width: 165px;
}


/* END HEADER */


/* CONTENT AREA */
#content {
	clear:both;
	border-left:1px solid #afc3c9;
	border-right:1px solid #afc3c9;
	background:#fff;
	padding:10px;
}

#crumb
{
	clear:both;
	font-size: 0.85em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:6px;
	position:relative;
	text-align:left;
}

#crumb ul { display: inline; padding-left: 0; margin-left: 0;  }
#crumb ul li {font-weight: bold; display: inline;}
#crumb ul li a:link,  #crumb ul li a:active, #crumb ul li a:visited { 
	padding: 0px 12px 0px 0px; 
	margin-right:2px; 
	background-image: url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/aro-black.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 40%;
}
#crumb ul li a:hover { text-decoration: underline;}


#crumb a
{
	font-weight: normal;
}


/* COLUMNS */

#leftnav { 
	width:222px;
	float:left;
	padding:0px 0px;
	margin-top:15px;
	margin-right:8px;
	background-color:#e9efef;
}
#center {
	width: 500px;
	float:left;
	padding:16px 0px;
}
#center-landing-img {
	margin-bottom:10px;
}
#center-2col {
	width: 711px;
	float:left;
	padding:16px 0px;
}
#center-1col {
	width: 941px;
	float:left;
	padding:16px 0px;
}
#rightnav {
	width: 202px;
	float:right;
	padding:16px 0px;
}

#home-col1 {
	width:630px;
	float:left;
}

#home-col2 {
	width:300px;
	float:right;
}

#home-subcol1 {
	width:326px;
	float:left;
}

#home-subcol2 {
	width:295px;
	float:right;
}


/* LEFT NAVIGATION STYLING */

#leftnav h3{
	background:url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/bullet-red-down.gif) no-repeat 3px 11px;
	font-size:0.95em;
	font-weight: bold;
	color: black;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	border-bottom: 2px solid white;
}
#leftnav h3#menuactive{
	background:url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/bullet-white-down.gif) no-repeat 3px 11px;
	background-color:#555;
	color:white;
}
#leftnav h3 a{
	font-size:1.0em;
	font-weight: bold;
	color: black;
	margin: 0px 0px 0px 0px;
}
#leftnav h4{
	background:url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/bullet-red-down.gif) no-repeat 3px 11px;
	font-size:0.95em;
	font-weight: bold;
	color: black;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 15px;
	border-bottom: 2px solid white;
	background-color: #eee2e5;
}
#leftnav h4#menuactive{
	background:url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/bullet-white-down.gif) no-repeat 3px 11px;
	background-color:#999;
	color:white;
}
#leftnav h4 a{
	font-size:0.95em;
	color: black;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#leftnav ul{
	margin-top:0px;
}
#leftnav ul li {
	border-bottom: 2px solid white;
}
#leftnav li#menuactive{
	background:url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/bullet-white.gif) no-repeat 6px 3px;
	background-color:#8c2d42;	
	color:#FFF;
}


/* HOME PAGE BOXES */

#home-banner {
 	margin-bottom: 10px;
	padding-bottom: 0px;
	background: url(/ukgwa/20110318163943oe_/http://www.defra.gov.uk/images/resources/home-welcome-bkg.gif) bottom right;
	color:#fff;
	font-weight:bold;
}

#home-banner img {
	padding:0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	display:block;
	float:left;
}

#home-banner h1 {
	clear:both;
	font-size:1.2em;
 	color:#fff;
 	padding:0.5em 0.5em 0.4em 0.5em ;
	line-height:1.5em;
	display:inline-block;
}

#recommended-pages {
	border-left: 1px solid #820024;	
	border-right: 1px solid #820024;	
	border-bottom: 1px solid #820024;	
	background-color: #e8e8ce;
	margin-bottom: 12px;
}

#popular-pages {
	border-left: 1px solid #909108;	
	border-right: 1px solid #909108;	
	border-bottom: 1px solid #909108;	
	background-color: #e8e8ce;
	margin-bottom: 12px;
}

div.topic-container {
	clear:both;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.topic-container img {
	border: 0;
	float:left;
}

div.topic-container p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:right;
	width:200px;
	line-height:1.25em;
}

div.topic-container p strong {
	font-size:1.1em;
	font-weight:bold;
}

/* Created new div format to allow for "Copenhagen Calendar" or other large display space on home page. */

div.topic-container-big {
	clear:both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.topic-container-big img {
	border: 0;
	float:left;
}

div.topic-container-big p {
	padding: 4px 8px 4px 8px;
	margin: 2px 0px 2px 0px;
	line-height:1.25em;
}

/* New div format ends here */

#news-splash {
	margin-bottom: 15px;
	padding:10px;
	background: #dfe5e5;
}

#news-splash #video-embed{
	margin-bottom: 18px;
}

#news-splash #video-embed-nosubhead{
	margin-bottom: 18px;
}

#news-splash ul{
	margin: 0px 0px 0px 0px;	
}
#news-splash ul li{
	margin: 0px 0px 0px 0px;	
}

#working-together {
	border: 1px solid #dee3e3;
	font-size: 0.75em;
	margin-bottom:15px;
	height: auto;
	min-height:154px;
}

#working-together img {
	border: 0;
	margin-bottom:7px;
}

#working-together a {
	color: #333;
}

div.smallbox-container {
	width:138px;
	float:left;
	display:inline;
	margin:7px;
	margin-right:0px;
}

#home-subcol2 ul{
	margin-bottom:8px;
}

/* LANDING PAGE BOXES */

div.box-container-wide {
	border:1px solid #b1b185;
	border-top-style:none;
	width:498px;
	margin:0px 8px 9px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxtable-container {
	border:0px;
	border-top-style:none;
	min-height:140px;
	width:500px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxtable-container table{
	border: 0px;
	margin:0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}
div.boxtable-container table th{
	border: 0px;
	padding: 6px 8px 6px 10px;
	font-size: 0.95em;
	line-height: 1.4em;
}
div.boxtable-container td.nopadding{
	padding: 0px;
}
div.boxtable-container td{
	border: 0px;
	padding: 8px 8px 8px 8px;
}
div.boxtable-container table th a{
	color: white;
	font-size: 0.95em;
}
	
div.rhs-box {
	margin-right:0px;
}

div.box-container img, div.box-container-wide img {
	margin:9px;
	margin-bottom:0px;
}

div.box-container ul, div.box-container-wide ul {
	margin:0px 0px 0px 9px;
	padding:0px 0px 4px 9px;
	
	display: block;
}

div.box-container ul li, div.box-container-wide ul li {
	margin:0px 0px 4px 9px;
	padding:0px 0px 4px 9px;
	
	display: block;
}

/* RIGHT NAVIGATION STYLING */

#rightnav h2 {
	margin: 0 0 0 0;
	font-size:0.95em;
	font-weight: bold;
	color: black;
}

#mini-right-banner {
	margin:16px 0px;
}

div.red-box {
	background-color: #eee2e5;
	padding: 0px 3px 4px 6px;
	margin-bottom: 15px;
}

div.red-box ul {
	padding:8px 2px 0px 0px;
	margin-bottom:8px;
}

div.red-box hr {
	margin:0px 15px;
	color: #c2b9bb;
	background-color: #c2b9bb;
	height: 1px;
}

#partner-box {
	border: 1px solid #dee3e3;
	padding: 7px;
}

#partner-box h2 {
	margin: 0 0 0.5em;
	color:#333333;
}

#partner-box ul li {
	margin-bottom: 3px;
	padding: 7px;
	font-size: 0.85em;
	color: #333;
	background: #dee3e3;
	list-style-type:none;
	line-height:1.2em;
}

#partner-box ul li a {
	color:#333;
}


/* FOOTER */

#footer {
	clear:both;
	background:#e9efef;
	border:1px solid #afc3c9;
	border-top-style:none;
}

#footer ul {
	width:700px;
	padding:7px 7px;
	font-size:0.95em;
}

#footer ul li {
	display:inline;
	color:#000;
	padding-left: 6px;
	border-left:1px black solid;
}

#footer ul li.bordernone{
	border-left:0px;
}

#footer ul li a {
	color:#000;
}

#help-line {
	float:right;
	width:310px;
	margin-top:-28px;
}

#help-line p {	
	text-align:left;
	font-size:0.8em;
	line-height:1.25em;
}

#help-line p strong {
	font-size:1.2em;
	font-weight:bold;
}

#help-line span {
	display:block;
	margin-top:-1.60em;
	margin-bottom:0.3em;
	margin-left:7.45em;
	font-size:1.4em;
	font-weight:bold;
}

#help-line a {
	color: black;
}

/* TOOLS */
div.clearfix {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/* New div for embedding videos or similar in web pages */ 

.object-right	{
	overflow:hidden;
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.object-left	{
	overflow:hidden;
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* embedding videos div ends here */

/* BEGIN BANNER STYLES - 07/05/10 */

#banner-crumb{
	clear:both;
	font-size: 1.05em;
	font-weight:bold;
	padding:3px 3px 6px 3px;
	position:relative;
	text-align:center;
	background-color: #d9f0f7;
	color: #000;
	line-height:normal;
	border: 1px solid #000;
}

#banner-crumb a {
	text-decoration: underline;
}

#banner-crumb-home{
	clear:both;
	font-size: 1.05em;
	font-weight:bold;
	padding:3px 3px 6px 3px;
	margin:5px 0px 15px 5px;
	position:relative;
	text-align:center;
	background-color: #d9f0f7;
	color: #000;
	line-height:normal;
	border: 1px solid #000;
}

#banner-crumb-home a {
	text-decoration: underline;
}

div.banner-centre-red {
	border:1px solid #74112b;
	background-color: #74112b;
	padding: 12px 12px 12px 8px;
	margin-bottom:6px;
	font-size: 1.1em;
	font-weight:normal;
	color: #FFFFFF;
	line-height:normal;
	text-align:center;
}



div.banner-centre-red a {
color:#fff;
text-decoration: underline;
}


/* END BANNER STYLES - 07/05/10 */

/* Blue background colour - color: #20a6d2; */