/*****************************************/
/* WIP Website                           */
/* Header Layout Style Definitions       */
/* Chris Sercombe 26-07-07               */

#Header {
	margin: 0px;
	padding: 0px;
}
img.headerPhoto {
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-right-width: 9px;
	border-bottom-width: 4px;
	border-left-width: 9px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
	float: right;
}
img.headerLogo {
	margin: 8px 0px 9px;
	padding: 0px;
	float: left;
}img.headerStrapline {
	padding: 0px;
	margin: 9px 34px 9px 0px;
	float: right;
}
#HeaderBar {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	background-image: url(header_navigation_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	display: block;
}
ul.councilsList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
	display: inline;
}
ul.councilsList li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	display: inline;
}
ul.councilsList li img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#HeaderNavigation {
	clear: both;
	float: none;
}
div.leftLinkButton {
	background-color: #90AFC2;
	font-size: 12px;
	line-height: 24px;
	width: 108px;
	position: relative;
	top: -10px;
	float: left;
}
div.leftLinkButton a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 4px 11px 4px 11px;
	padding: 0px;
}
div.leftLinkButton a:hover {
	text-decoration: underline;
}
#Bread {
	color: #000;
	background-image: url(breadcrumb_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	width: 625px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -11px;
	float: right;
	line-height: 24px;
	font-size: 12px;
}

#Bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

#Bread ul li {
	margin: 0px;
	padding: 4px 0px 4px 4px;
	border: none;
	list-style: none;
	display: inline;
}
	
#Bread ul li.first {
	padding: 4px 20px 4px 5px !important;
	background-color: #475E69;
	background-image: url(bc_first_bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
	
#Bread ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #0067AD;
}
	
#Bread ul li a:hover {
	text-decoration: underline;
}
	
#Bread ul li.first a {
	color: #FFFFFF;
}

