/* $TopStyle:URL=http://www.sunderland.gov.uk/css/screen.css$ */

/* STANDARD LINKS */
	A:link {text-decoration: underline; color: #000;}		/* deep orange: FF3300  V3Blue: 003399 */
	A:visited {text-decoration: underline; color: #000;}
	A:active {text-decoration: underline;}
	A:hover {text-decoration: underline; color: #3A627E;}
	#midsection A B {font-size:1.12em; font-weight:600; text-decoration: none;}
	#midsection A:link B {text-decoration: none; color: #251252;}
	#midsection A:hover B {text-decoration: underline; color: #251252;}	
	#midsection A:visited B {text-decoration: none; color: #251252;}
/* FONT SIZES */
	body { font-size:100%; /* HAS TO BE 100% FOR CROSS BROWSER */
	font-family: Arial, Helvetica, sans-serif;
	}
	#rightcol { font-size:.84em;
	}
	table { font-size:1em;  /* use ems to avid opera bug! */
	}
	H3 { margin-bottom: .15em; margin-top:0px; font-size:1.5em; 
	}	
	.smalltext {
	font-size:85%;
	}	
	.mediumheader { /* menu, contactheader, featurestitle, themeheader */
	font-size: 0.9em;
	font-weight:bold;
	color:#000066;
	}
/* ----------- CORE BLOCKS ----------- */
	#container {
	width:750px; position:relative; margin:0px auto;
	}
	#midsection {
	background-color: #fff;
	}
	#leftcol {
		width:152px;
		float:left;
		background-color: #BADFF8;
		margin: 0px 0px 0px 0px;
		border:1px solid #BADFF8; /*ff6600 FFCC66*/
	}
	
	#rightcol {
	background-color: #FFFFFF;
	margin-left:160px;
	}
	/*hide from IE mac\*/
	* html #rightcol
	{
	height:1%;
	}
	/*end hide*/
	#masthead {
	width:100%;
	background-color:#3A627E;
	position:relative;
	}
	#textbar {
	color:#000;
	padding: 4px 6px 4px 6px;
	font-size:80%;
	position:relative;
	}
	#searchbar {
	background-color: #BADFF8;
	color:#000;
	padding: 4px 6px 4px 6px;
	font-size:80%;
	margin-top:2px;
	margin-bottom:8px;
	}
	#searchbox form {
	margin:4px;
	}
	.searchfield {
	font-size:79%;
	} 
	.searchbtn {
	width:5em;
	font-size:79%;	
	}	
	#footer {
	clear:both;
	padding: 4px 6px 4px 6px;
	font-size: 75%;
	color:#000;
	margin:12px 0px 0px 0px;
	border-top:1px solid #999999 /* FFCC66 999999 */
	}
	#footer img {
	vertical-align: middle;
	}	
	#contactsection {
	xmargin:8px 0px 0px 0px;
	padding:6px 0px 0px 8px;
	background-color: #BADFF8;	
	font-size: 75%;
	height:150px;
	}
	#wanttosection{
	padding:0px 4px 0px 4px;
	}
	hr {
	border-top: 1px dotted #999999;
	color: #fff;
	background-color: #fff;
	height: 4px;
	}
/* ----------- LINKS ----------- */	
	#searchbar A, #textbar A, .servicecolumn A, #footer A {
	color:#000;
	text-decoration: none;
	}
	#searchbar A:visited, #textbar A:visited, .servicecolumn A:visited, #footer A:visited {
	color:#000;
	text-decoration: none;
	} 		
	#searchbar A:Hover, #textbar A:Hover, .servicecolumn A:hover, #footer A:Hover {
	color:#000;
	text-decoration: underline;
	} 
/* ----------- VERSION 3 ----------- */	
	.paleBlue {    
	BACKGROUND-COLOR: #dde1ed; 
	}
	.titlebartext {    
	FONT-WEIGHT: bold; 
	FONT-SIZE:1em; 
	COLOR: #ffffff;
	FONT-STYLE: normal;
	BACKGROUND-COLOR: #000066;
	}
