@import url(media.css);
@import url(inlines.css);

body {
	position: static !important;
}

h2, .subheading {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
h4, h5, h6 {
	margin: 1.2em 0;
	padding: 0;
	line-height: 1.3em;
}
#bodyContent h2, #bodyContent .subheading { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 1.2em 0;}
#bodyContent h3 { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 1.2em 0;}
#bodyContent h4 { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 1.2em 0;}
#bodyContent h5 { font-family: Verdana, Arial, Helvetica, sans-serif; margin: 1.2em 0;}
#content h2, #content .subheading { margin: 1.2em 0; }
.printonly { display: none !important; }

#header a, .breadcrumbs a, #footer a, .left-column a, .right-column a {
	color: #000;
	text-decoration: none;
}
#rightextra a {text-decoration: underline;}

#header a:hover,.breadcrumbs a:hover,#footer a:hover,.left-column a:hover,.right-column a:hover {
}
#rightextra a:hover {text-decoration: none;}

#rightcolumn h2 {
	color: #000;
	font-weight: 700;
}

/* Reduce the text size for the header, footer, left/right columns */
#header, #footer, #homeFooter, #poweredby, .left-column, .right-column { font-size: 0.8em; }

/* Hidden access key links */

.hidelink {
	position: absolute;
	top: 35px;
	left: -9999px;
	overflow: hidden;
}

.hidelink:active,.hidelink:focus {
	color: #000;
	text-decoration: underline;
	background-color: #AAC8E0;
	padding: 15px 5px 5px 5px;
	border: solid 1px #000;
	left: 20px;
	top: -5px;
	z-index: 10;
}

.screenreaderonly {
	position: absolute;
	top: -9999em;
	width: 1px;
	height: 1px;
}

.audible {
	position: absolute;
	margin-left: -9999px;
}

/* Main Blocks */

#main-box {
	overflow: hidden;
}

* html #main-box {
	position: relative;
	margin-left: 1010px;
	height: 1px;
	overflow: visible;
}

* html #site-wrap {
	height: 1px;
	margin-left: -1010px;
	position: relative;
}

#header {
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/header-img.jpg);
}

#header h1 { margin: 0; }

#header img {
	display: inline;
	margin: 13px 0 3px 20px;
}

#intro {
	font-weight: bold;
}

/* top utilities bar style */

.top-utilities-bar {
	width: 100%;
	background: #aac8e0;
	clear: both;
	float: left;
}

.top-utilities-bar ul {
	float: left;
	padding: 8px 0 0 10px;
	margin: 0;
}

.top-utilities-bar li {
	list-style: none;
	float: left;
	padding: 0 10px;
	background: url(../images/split.gif) no-repeat 0 .2em;
	display: inline;
}

.top-utilities-bar li.last{background: none;}

.search-box {
	float: right;
	padding: 0;
	margin: 0;
	width : 250px;
}

.search-box input.btn {
	margin-left: 2px;
	display: inline;
}

.search-box form,.search-box fieldset {
	float: right;
}
.search-box fieldset legend {
	display:none;
}


.search-box label {
	margin-bottom: 1.3em;
	display: inline;
}

.search-box input {
	vertical-align: middle;
}

.search-box input.text {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-left: 8px;
	width: 14em;
	padding: 0.25em;
	display: inline;
}

/* Sharing links */

#social_media_share {
	float: right;
	padding: 4px 4px 3px;
}

.sharethispage {
	margin: 2px 0;
	float: left;
}

.facebookshare,
.printthispage,
.emailthispage,
.tweetshare {
	text-indent: -9999em;
	position: relative;
	background: url(../images/socialbar_sprite.png) no-repeat left 1px;
	padding: 3px;
	display: block;
	float: left;
	width: 11px;
	margin: 0 3px;
}

.facebookshare:hover {
	background-position: -17px 1px;
}
.tweetshare {
	background-position: left -18px;
}
.tweetshare:hover {
	background-position: -17px -18px;
}
.printthispage {
	background-position: left -36px;
}
.printthispage:hover {
	background-position: -17px -36px;
}
.emailthispage  {
	background-position: left -53px;
}
.emailthispage:hover {
	background-position: -17px -53px;
}




/* Breadcrumb style */

#breadcrumbs{
	float: left;
}

#breadcrumbs ul{
	width: auto;
	float: left;
	padding: 10px 0 10px 20px;
	margin: 0;
}
#breadcrumbs li{
	padding: 0;
	display : inline;
	list-style: none;
	margin : 0;
	background: url(../images/arrow.gif) no-repeat 0 0.45em;
}
#breadcrumbs li.firstone{
	background: none;
}
#breadcrumbs li.title{
	background: none;
	padding: 0;
	color: #ba5d00;
	font-weight: bold;
}
#breadcrumbs a{
	color: #366;
	font-weight: normal;
}
#breadcrumbs li.lastone{
	font-weight: bold;
	color: #366;
}
#breadcrumbs span.thispage, #breadcrumbs a{margin : 0 0 0 10px;}
#breadcrumbs li.firstone a{margin: 0;}

/* container */

#containerwrap {
	float: left;
	width: 100%;
}

#container {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

/* left column style */

.left-column {
	clear : left;
	float: left;
	width: 221px;
	margin-left: 13px;
	display: inline;
}
#hidden_nav {
	display: none;
}
.nav {
	margin-bottom: 25px;
	background: #dfeeef;
	padding: 0 5px;
	width: 211px;
	overflow: hidden;
}

.nav p.firstitem, .left-column .nav h2, .left-column .nav .subheading {
	margin: 0 -5px;
	padding: 6px 7px;
	background: #aac8e0;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 120%;
}

.nav ul {
	margin: 0 -5px;
	padding: 0;
	list-style: none;
}

.nav li {
	display: block;
	background: #dfeeef url(../images/arrow-green-left.gif) no-repeat 9px .8em;
	border-bottom: 1px solid #fff;
	padding: 6px 7px 6px 28px;
}

.nav li.active {
	background: #f7fbfb url(../images/arrow-blue-right.gif) no-repeat 9px .8em;
}

.nav a {
	color: #333;
}

.left-column .nav ul ul {
	margin: 6px -7px -7px -28px;
	border-top: 1px solid #fff;
}

.left-column .nav li li {
	padding-left: 43px;
	background: #dfeeef url(../images/arrow-green-right.gif) no-repeat 28px .8em;
}

.left-column .nav li li.active {
	padding-left: 43px;
	background: #f7fbfb url(../images/arrow-blue-right.gif) no-repeat 28px .8em;
}

.right-column .localise.nav li {
	background: none;
	border-bottom: none;
	padding: 0 7px 7px 7px;
}
.right-column .localise.nav li a {
	background: url('../images/arrow-green-right.gif') no-repeat left center;
	padding-left: 14px;
	margin-left: 3px;
}
.right-column .localise.nav p {
	padding: 0 7px;
}
.right-column .localise.nav p.selectedAddress {
	margin: 8px 0;
}
.right-column .localise.nav input.text {
	border: 1px solid #E1AC52;
	padding: 3px;
	width: 120px;
}
.right-column .localise.nav input.submit {
	background: url('../images/buttons/btn-submit.gif') no-repeat left center;
	border: none;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	*margin-left: -12px;
	width: 67px;
}

#cookieHelpPopup, #toggleCookieHelp {
	background: url('../images/buttons/circle.png') no-repeat 0 0 !important;
	color: #777;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	font-size: 10px !important;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	outline: none;
	padding: 0 !important;
	text-align: center;
	text-decoration: none !important;
	width: 16px;
	zoom: 1;
}

#toggleCookieHelp {
	border: none;
	bottom: 25px;
	position: absolute;
	right: 20px;
}

#cookieHelpPopup, #toggleCookieHelp:hover, #toggleCookieHelp:focus {
	background-position: 0 -16px !important;
	color: #333;
}

.ui-dialog-buttonset button {
	font-size: .85em !important;
} 

.banners {
	margin: 0 -4px 20px;
	padding: 0 4px;
	list-style: none;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banners li {
	float: left;
	margin-bottom: 20px;
	display: inline;
	padding: 0 8px;
}

.banners li.ladge {
	margin-left: -12px;
	margin-right: -12px;
	position: relative;
}

.banners img {
	float: left;
	display: inline;
}

/* Localisation Inline Styling */
.localisationInline {
	background: #C3DFF5;
	overflow: hidden;
}
.localisationInline h2.hidden {
	display: none;
}
.localisationInline .curvedbottomleft, .localisationInline .curvedbottomright, .localisationInline.curvedtopleft, .localisationInline .curvedtopright {
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.localisationInline .curvedbottomleft {
	background: url('../images/bottomleftcurve.png') no-repeat bottom left;
}
.localisationInline .curvedbottomright {
	background: url('../images/bottomrightcurve.png') no-repeat bottom right;
	padding: 0.7em;
}
.localisationInline.curvedtopleft {
	background: #C3DFF5 url('../images/topleftcurve.png') no-repeat top left;
}
.localisationInline .curvedtopright {
	background: url('../images/toprightcurve.png') no-repeat top right;
}
.localisationInline a.viewall, .localisationInline p.setaddress {
	float: right;
}
.localisationInline div {
	line-height: 1.4em;
	margin-bottom: 0.4em;
}
.localisationInline .loading {
	background: url('../images/loading.gif') no-repeat left bottom;
	margin-bottom: 0;
	overflow: hidden;
}

/* Localisation Inline Style - Right Content */
.right-column .localisationInline h2.hidden {
	display: block;
}
.right-column .localisationInline .curvedbottomleft, .right-column .localisationInline .curvedbottomright,
.right-column .localisationInline .curvedtopleft, .right-column .localisationInline .curvedtopright {
	background: none;
	padding: 0;
}
.right-column .localisationInline .contentpadding {
	overflow: hidden;
	margin: 5px 10px;
}
.right-column .localisationInline a.viewall {
	padding-top: 5px;
}

/********************************************** news blocks */

.yellownavnews {
	margin: 0;
	padding: 0;
}
#bodyContent .yellownavnews {
	overflow: hidden;
	height: 100%;
}
#bodyContent {
	margin-bottom: 2em;	
}

#rightextra .yellownavnews {
	margin: 18px 0 0 0;
}
.yellownavnews h2, .yellownavnews .subheading, #content .yellownavnews h2 {
	margin: 0;
	padding: 6px 5px;
	background-color: #aac8e0;
	overflow: hidden;
}
.yellownavnews ul {
	margin:0;
	padding:0;
	list-style: none;
}
.yellownavnews li {
	background: #dfeeef;
	border-bottom: 1px solid #fff;
}
.yellownavnews a {
	line-height: 1.3em;
}
.first_newsitem span.newschev {
	display: block;
	background: #dfeeef url(../images/arrow-green-right.gif) no-repeat scroll 0.8em;
	line-height: 1.3em;
	padding: 6px 7px 6px 28px;
}
.first_newsitem_image{
	background-color: #dfeeef; 
}
.first_newsitem_image img {
	margin: 0 auto;
	padding: 8px 0;
	width: 110px;
}
.yellownavnews span.newsdate {
	display: block;
	padding: 0 7px 6px 28px;
	font-style: italic;
}

/********************************************** right column style */

.right-column {
	float: right;
	width: 214px;
	margin-right: 13px;
	display: inline;
}

#rightextra {
	margin: 0 0 18px 0;
	width: 224px;
	overflow: hidden;
}

/*Right extra RSS feed back to yellow*/
#rightextra .yellownavnews li {
	background: #fdf5e5;
}

#rightextra .first_newsitem span.newschev {
	background: #fdf5e5 url(../images/arrow-green-right.gif) no-repeat scroll 0.8em;
}

.right-column .nav, .right-column .localisationInline {
	margin-bottom: 18px;
	background: #fdf5e5;
	width: 214px;
	padding: 0;
}

.right-column .nav h2, #rightextra .yellownavnews h2, .right-column .localisationInline h2 {
	background: #FC6;
	color: black;
	padding: 6px 7px;
	line-height: 120%;
	margin: 0;
	font-size: 110%;
	font-weight: 700;
}

.right-column .nav ul {
	margin:5px 0 0 0;
}

.right-column .nav li {
	background: #fdf5e5 url(../images/bullet.jpg) no-repeat 6px .4em;
	padding: 5px 10px 10px 30px;
}

.right-column .smalllinks li {
	background: url(../images/bullet2.gif) no-repeat 10px .6em;
}

.right-column .nav li.pdf {
	background: url(../images/ico-pdf.gif) no-repeat 6px .4em;
}

.right-column .nav li.doc {
	background: url(../images/ico-doc.gif) no-repeat 6px .4em;
}

.right-column .nav li.articleid {
	background-image:none;
}

.right-column .nav li.noimg {
	background-image: none;
	padding: 5px 10px;
}

.right-column .nav li.noimg img {
	padding-right: 7px;
	float: left;
}

.right-column .nav li.extra {
	background-image: none;
	padding: 2px 7px 10px 15px;
}

.right-column p {
	margin: 5px 0;
}

.right-column p.standardblock, .right-column p.block {
	margin: 0;
}

.nav.doitonline h2 {
	background: #aac8e0;
	border-bottom: 2px solid #fff;
}

.nav.doitonline img {
	display: block;
	margin: 0 -9px;
	border-bottom: 1px solid white;
}

/********************************************** Poll */
.poll legend span {
	padding: 10px;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	display: block;
	width: 190px;
	white-space: normal;
}

.poll ol {
	margin: 0;
	padding: 0;
}

.right-column .poll li {
	border: none;
	background-image: none;
}

.poll .buttons {
	text-align: center;
	padding: 7px 0;
}

.poll .buttons input {
	cursor: pointer;
}

.poll .vote {
	background: url(../images/buttons/btn-vote.gif) top left no-repeat;
	width: 67px;
	height: 26px;
	border: none;
}

.poll .results {
	background: url(../images/buttons/btn-results.gif) top left no-repeat;
	width: 67px;
	height: 26px;
	border: none;
}

/********************************************** center column style */

.center-column {
	margin: 0 250px;
}

#content {
	float: left;
	width: 100%;
	overflow-y:visible;

}

.tablewrap{
 	overflow-y:hidden;
 	overflow-x:auto;
 	max-width:100%; 
}

/********************************************** media list */

#medialist {
	float: right;
	margin-left: 1em;
}

#medialist div {
	text-align: center;
	margin-bottom: 1em;
}

/********************************************** Useful site wide styles */

.forwardlink {
	background: transparent url(../images/arrow-blue-right.gif) no-repeat scroll left 3px;
	padding-left: 17px;
}

.backlink {
	background: transparent url(../images/arrow-blue-left.gif) no-repeat scroll left 3px;
	padding-left: 17px;
}

.center-column p {
	line-height: 1.4em;
}

.center-column h1 {
	margin-bottom: 0.5em;
}

li#hidejavascript {
	display: none;
}

ol,ul,dd {
	padding-left: 2em;
}

ol {
	padding-left: 40px;
}

div.clear {
	clear: both;
}

/********************************************** footer style */

#footer {
	float : left;
	width: 100%;
}

/********************************************** Social toolbar blue */

#socialGroup {
	border: 1px solid #AAC8E0;
	width: 905px;
	margin: 0 auto;
}

#socialGroup h3 {
	font-family:Arial,Helvetica,sans-serif;
	background-color: #AAC8E0;
	font-size: 1.091em;
	line-height:120%;
	padding: 4px 10px;
	margin:0;
}

#socialToolbar {
	border-top: none;
	border-right: 1px solid #AAC8E0;
	border-bottom: 1px solid #AAC8E0;
	border-left: 1px solid #AAC8E0;
	width: 905px;
	margin: 0 auto;
	padding: 4px 0 0 0;
}

#footer_atoz {float: left;}

#footer_atoz ul {
	margin: 0;
	padding: 0;
}

#footer_atoz li {
	display: inline;
	list-style: none;
	padding: 0 0 0 4px;
}

#footer_atoz li.last {
	border-right: none;
}

#lastmodified {
	width: 21em;
	margin: 0 auto;
	padding: 1em 0.5em 0 0.5em;
	border-top: 1px solid #EBF4F9;
	text-align: center;
}

#poweredby {
	clear: both;
	margin:0 auto;
	padding-bottom: 1em;
	width:12em;
}

#poweredby a{
	color:black;
	text-decoration:none;
}
#poweredby:hover {
	text-decoration:underline;	
}


#socialRight li img {
	height:35px;
	width:90px;
	padding-left: 20px;
}
#atozindex {
	font-weight: bold;
}
#socitm_dorset_image {
	float: right;
}

ul, ol{
	margin : 0.5em 0;
		
}

p{
	margin : 0;
	padding : 0.25em 0;
}

/************************************************************/
/*           New site-wide items                            */
/************************************************************/

.hideitem{display: none;}

.azinfo{
	margin-right : 0.75em;
}

.topNavBox{
	float: left;
	width : 100%;
}

#footer_atoz{
	clear : left;
	margin: 0;
	width : 100%;
	background-color : #ebf4f9; 
}
#footer_atoz ul {
	margin: 0.5em 0.5em 0.5em 1.5em;
	float: left;
}

#footer .indent{
	margin : 4em 0em 2em 0em;
	padding: 0em 0 0 0;	
	height:34px;
	overflow:visible;
	background:#aac9df;
}

#footer .indent ul{
	padding: 0;
	margin : 0;
	text-align:center;
	position:relative; 
	top:-25px;
}
#footer .indent ul li{
	list-style:none;
	display:inline-block;
	zoom: 1; 
	*display: inline;
	padding:0 22px 0 22px;
}

#footer #utilfooter{
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px solid #f0f2f1;
}

#footer #utilfooter #govlogo{
	float:left; 
	width:17.5%;
	padding-left:0.5%;
}

#footer #utilfooter #footerutils{
	float:left; 
	width:64%;
}

#footer #utilfooter #footerutils ul{
	text-align:center;
}


#footer #utilfooter #footerutils ul li{
	list-style:none;
	display:inline-block;
	zoom: 1; 
	padding:0 5px 0 5px;
	border-right:1px solid #000;
	*display: inline;	
}

#footer #utilfooter #footerutils ul li.last{
	border-right:none;
}

#footer #utilfooter{
	overflow: auto;
}

#footer #utilfooter #textlogo{
	float:left;
	width:17.5%;
	padding-right:0.5%;
	text-align:right;
}

#google_translate_element{
	margin-right : 70px;
}


#kampylink{
	border:0; 
	text-decoration:none;
}

#kampylink img{
	border:0;
	text-decoration:none;	
}
/* Style to apply when printing the page: */
@media print{
	#kampylink{
		visibility: hidden;
	}
}


