@charset "utf-8";
/* CSS Document */

body {
	background:url(../../images/green_pagebg.gif) top repeat-x #000000;
	}
	
/**********************************************************************************************/
/* Heading/font sizes, colours and links */

#container
{
    width: 972px;
	text-align:left;
	background-color:#ffffff;
	padding-bottom:16px;  
}

#maincontent 
{
	float:left;
	width:972px;
	margin:auto;
	background-color:#ffffff;
	padding-top:0px;
	margin-top: 0px;
}

#middlecol
{
    width: 775px;
    display:inline;
	background-color:#ffffff;
    margin-left: 0px;
    padding-right: 3px;
	padding-top:13px;
	padding-left: 0px;
}

#rightcol
{
    display:inline;
	float:left;
	width:176px;
	/*padding-top:13px;*/
	height:740px;
	background:url(../../images/right-col-bg.png) no-repeat;
	padding-left:8px;
	margin-left: 10px;
}


#dnn_centreImagePane, #dnn_contentpane
{
    width:775px;
}

#dnn_centreImagePane
{

    margin-bottom:13px;
    height: 387px;
}

#dnn_rightHandColPane
{
    width:176px;
}

#footer-container
{   
    margin-top: 0px;
}

#footerSilos {
	width:775px;
	display:inline;
	float:left;
	margin-bottom:22px;
	}

#dnn_footerPane
{
    width:775px;
}

#browsealoud
{
    top: 1px;
}

h1 {color:#49353e;}
h3 {color:#089176;}
h4 {color:#333333;}
h5 {color:#333333;}
h6 {color:#333333;}

a, a:link, #dnn_contentpane table a, #dnn_contentpane table a:link {color:#49353e;}
a:hover, #dnn_contentpane table a:hover {color:#000000;}

#dnn_contentpane .DarwinContactUsSubmitButtonContainer { clear: both; }

#dnn_contentpane table p {padding-left:0px;}

#logo {
	background:url(../../images/logo-green.gif) no-repeat top;
	}
	
#subnav a:hover, #subnav a.active {
	color:#089176;
	}

#dnn_contentpane table {
	clear:both;
	width:auto;
	border:none;
	margin:0px;
	/* added float: none to fix news article issue where the date of the news article was rendering at the top right of the content pane. */
	float: none;
	}
	
/* For new centreImagePane added to subpage-blue - 12-05-09 */
/*middlecol .cssDarwin_Image_Image { margin-left: -13px; margin-top: -13px; padding-bottom: 10px; }*/