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

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

h1 {color:#00b5d4;}
h3 {color:#00b5d4;}
h4 {color:#333333;}
h5 {color:#333333;}
h6 {color:#333333;}

a, a:link, #dnn_contentpane table a, #dnn_contentpane table a:link {color:#00b5d4;}
a:hover, #dnn_contentpane table a:hover {color:#000000;}

#dnn_contentpane .DarwinContactUsSubmitButtonContainer { clear: both; }

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

#dnn_contentpane {
	width:100%;}
	
#logo {
	background:url(../../images/logo-blue.gif) no-repeat top;
	}
	
#subnav a:hover, #subnav a.active {
	color:#00b5d4;
	}
#dnn_contentpane table {
	clear:both;
	width:auto;
	border:none;
	margin:0px;
	display:block;
	/* 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; }



	

