/*
	Style sheet for Design Imaging
	Last updated: 29/02/2008
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #3a3a3a;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 100%;
	text-align: center;
	font-size: 80%; 
    background-image: url('/media/background.gif'); 
	background-repeat: no-repeat;
	}

#wrapper {
	margin:0px auto;
	padding: 0;
	width: 955px;	 
	background-color: #fff;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 166px;
	background:#fff;
	border-bottom: 10px solid #136162;
	}

#navigation {
	width:955px;
	padding: 0;
	margin: 0;
	background:#99cccc;
	height: 100%;
	}
	
#banner {
	width: 955px;
	padding: 15px 0 0 0;
	margin: 0;
	height: 185px;
	}
	

#sidenavigation {
	width:373px;
	padding: 25px 0 20px 0;
	height: 100%;
	vertical-align:top;
	color: #00263d;
	}

#maincontent	{
	padding: 20px 10px 20px 10px;
	vertical-align:top;
	width: 562px;
	background-repeat: no-repeat;
	background-position: top-left;
	}

#footer {
	clear: both;
	width: 955px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	background-repeat: no-repeat; 
	background-position: top;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #00263d;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 115%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}

#footer p {
	padding:5px;
	color: #000;
	text-align: left;
	line-height: 20px;
	}
	
#sidenavigation p {
	color: #00263d;
	}



.small{
	font-size:85%;
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: underline;
	color: #117dc2;
	background: transparent; 
    }
	
#maincontent strong {
    text-decoration: underline;
	color: #117dc2;
	background: transparent; 
    }

#maincontent strong a:hover  {
    text-decoration: underline;
	color: #fff;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #fff;
	background-color: #117dc2;
    }
	
#footer a {	
	text-decoration:none;
	padding:1px 1px 0 1px;
	color: #000;
	border-bottom: 1px dotted #00263d;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px 1px 0 1px;
	background-color: #00263d;
	color: #fff;
	}

.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #3d3d3d ;
	background-color: transparent;
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px dotted #ccc;
	height: 1px;
    margin-top: 0;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}


.floatright {
	float:right;
	margin-left: 5px;
	}
	
.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#00263d;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #99cccc 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #3f7190 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0;
	text-align:left;
	font
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #4f4c4c;
	}

#topnav a:link, #topnav a:visited{
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	color: #5d5d5b;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #99cccc;
	}

#topnav a:hover {
	color: #117dc2; 
	}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
