
/* ===GENERICS */

.section {
	width: 960px;
	margin: 0 auto;
}

.no_display {
	display: none;
}

#overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height:100%;
	width: 100%;
	background: rgb(0, 0, 0); 					/* ie */
	background: rgba(0, 0, 0, 0.75);		/* css3 supported */
}

iframe {
	border: 1px solid #777;
	margin-bottom: 32px;
}



/* ===ACCESSIBILITY ===*/

.accessibility_nfd,
.accessibility_nfd a,
.accessibility_nfd a:hover,
.accessibility_nfd a:visited
 {	
/* Hide content for standard display, but not for screen readers */
	position: absolute;
	left: -999px;	
}

/* Position content for top of page */
.nfd_top {
	top: 0;
}

/* Position content for bottom of page - centered in footer */
.nfd_bottom { 
	float: left;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 100%;
}

.accessibility_nfd  a:focus,
.accessibility_nfd  a:active{	
/* Show links for non-mouse navigation */
	border: 1px solid #FFFFFF;
	background-color: #2C2C2C;
	padding: 6px;
	color: #FFFFFF;
	min-width: 150px;
	outline: none;
	text-align: center;
	
	/* CSS3 enhancements */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 2px 2px 5px #5F5F5F;
	-webkit-box-shadow: 2px 2px 5px #5F5F5F;
	box-shadow: 2px 2px 5px #5F5F5F;
}

.nfd_top a:focus,
.nfd_top a:active {
	position: absolute;
	left: 1150px; /* relative to container so -999px + 1150px = left: 151px */
	top: 8px;
}

.nfd_bottom a:focus,
.nfd_bottom a:active {
	left: 1000px; /* relative to container so -999px + 1000px = left: 1px */
	position: relative;
}


/* ===HEADER */

#header_container {
	float: left;
	width: 100%;
	min-width: 960px;
	background-color: #2586C5;
	padding: 10px 0;
}

#header .header_logo {
	float: left;
	width: 480px;
}

#header .header_logo h1 {
	margin: 0;
}

#header .header_logo h1 a {
	display: block;
	height: 54px;
	width: 182px;
	background: url(sclogo.jpg) no-repeat;
	border-bottom: none;
	text-indent: -9999px;
	outline: none;
}



/* ===NAVBAR */

#navbar_container {
	float: left;
	width: 100%;
	min-width: 960px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #E9E9E9;
	border-top: 1px solid #FFFFFF;
}

#navbar ul {
	float: left;
	width: 100%;
	list-style: none outside none;
	margin: 0;
	padding: 8px 0;
}

#navbar ul li {
	float: left;
	margin-right: 20px;
	padding-bottom: 2px;
}

#navbar ul li#launch_shortcuts {
	float: right;
	margin-right: 0;
	padding: 0;
}

#navbar ul li#launch_shortcuts a {
	padding: 6px 20px 6px 10px;
	border-radius: 4px;
	border: 1px solid #ddd;	
}

#navbar ul li#launch_shortcuts a.launch_shortcuts_down {
	background: #e9e9e9 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/small_down_arrow.png) no-repeat right 9px;
}

#navbar ul li#launch_shortcuts a.launch_shortcuts_up {
	background: #e9e9e9 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/small_up_arrow.png) no-repeat right 9px;
}

#navbar ul li#launch_shortcuts a:hover, 
#navbar ul li#launch_shortcuts a:focus, 
#navbar ul li#launch_shortcuts a:active {
	border: 1px solid #aaa;
}

#navbar ul li a {
	border-bottom: none;
	font-size: 0.875em;
}



/* SHORTCUTS */

/* dropdown */
#shortcuts_container {
	float: left;
	width: 100%;
	min-width: 960px;
	background-color: #2c2c2c;
}

#shortcuts_container #shortcuts {
	display: none;
	padding: 25px 0 5px;
}

#shortcuts_container #shortcuts div {
	float: left;
	width: 180px;
	padding-right: 80px;
}

#shortcuts_container #shortcuts div.shortcuts_col_last {
	float: right;
	padding: 0;
}

#shortcuts_container #shortcuts h2 {
	font-size: 114%;
	color: #bbb;
}

#shortcuts_container #shortcuts ul {
	font-size: 0.79em;
	list-style: none outside none;
	margin: 0;
	padding-bottom: 20px
}

#shortcuts_container #shortcuts ul li a {
	color: #fff;
	border-bottom: none;
}

#shortcuts_container #shortcuts ul li a:hover, #shortcuts_container #shortcuts ul li a:focus, #shortcuts_container #shortcuts ul li a:active {
	color: #FFFF00;
}

/* page */
#page #shortcuts {
	float: right;
    width: 720px;
    font-size: 0.875em;
} 

#page #shortcuts h1 {
	margin-left: 20px;
}

#page #shortcuts div {
	float: left;
}

#page #shortcuts div div {
	width: 327px;
	padding-left: 33px;
}


/* === PAGE */

#page_container {
	float: left;
	width: 100%;
	min-width: 960px;
	padding: 40px 0;
}



/* ===NAVIGATION */

#index .navigation {
	float: left;
	width: 190px;
	font-size: 0.875em;
}

#level2 .navigation,
#content_page .navigation {
	float: left;
	width: 220px;
	font-size: 0.875em;
}

#index .navigation ul {
	margin-right: 20px;
}

.navigation ul li ul {
	margin-left: 0;
}

.navigation ul li ul li ul {
	margin-left: 1.29em;
	margin-bottom: 1em;
}

.navigation a,
.navigation span.current {
	display: block;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 4px 0 4px 10px;
}

.navigation a.parent {
	background: #f4f4f4 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/small_down_arrow.png) no-repeat 200px 12px;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	padding-right: 24px;
}

.navigation span.parent {
	display: block;
	background: #ffffd3 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/small_down_arrow.png) no-repeat 200px 12px;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	margin: 0;
	padding: 4px 24px 4px 10px;
}

.navigation a:hover.parent, .navigation a:focus.parent, .navigation a:active.parent {
	background: #f4f4f4 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/small_down_arrow.png) no-repeat 200px 12px;
}

.navigation span.current, .navigation a.current {
	background-color: #ffffd3;
}

.navigation a:hover, .navigation a:focus, .navigation a:active {
	background-color: #f4f4f4;
}

.navigation li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}



/* ===NEWSFLASH */

#newsflash {
	float: left;
	width: 700px;
	margin: 0 0 40px 20px;
}

#newsflash h1 {
	font-size: 1.29em;
	margin: 0;
}

#newsflash a {
	display: block;
	color: #fff;
	background-color: #BD1E41;
	border: none;
	padding: 10px;
}

#newsflash a:hover, #newsflash a:focus, #newsflash a:active {
	background-color: #2c2c2c;
	color: #fff;
}

#newsflash a span {
	display: block;
	font-size: 0.79em;
}



/* ===LEVEL2 */

#level2 .content {
	float: right;
	width: 720px;
	font-size: 0.875em;
}

#level2 .category_list,
#level2 h1#page_title {
	margin-left: 20px;
}

/* .feature_container and children are also used on DBHOMEPAGE for the mini-features */
.feature_container,
.content_feature_container {
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}

.feature_container .feature {
	float: left;
	width: 220px;
	margin-left: 20px;
}

.content_feature_container .content_feature {
    float: left;
    width: 185px;
	margin-right: 20px;
}

.feature_container .feature .feature_caption img {
	width: 220px;
	height: 90px;
}

.content_feature_container .content_feature .content_feature_caption img {
	float: none !important;
    width: 185px !important;
    height: 75px !important;
	margin: 0 !important;
}

.feature_container .feature .feature_caption a, 
.content_feature_container .content_feature .content_feature_caption a {
	display: block;
	border: none;
}

.feature_container .feature .feature_caption .feature_title {
	float: left;
	display: block;
	width: 220px;
	border-bottom: 4px solid #FFFFFF;
}

.content_feature_container .content_feature .content_feature_caption .content_feature_title {
    display: block;
    float: left;
	border-bottom: 4px solid #FFFFFF;
    width: 185px;
}

.feature_container .feature .feature_caption .feature_title h2 {
	float: left;
	display: inline;
	font-size: 1.29em;
	margin: 0;
}

#index .feature_container .feature .feature_caption .feature_title h2, 
#level2 .feature_container .feature .feature_caption .feature_title h2 {
	font-size: 1.09em;
	font-weight: bold;
}

.content_feature_container .content_feature .content_feature_caption .content_feature_title h2 {
    display: inline;
    float: left;
    font-size: 0.954em;
	font-weight: bold;
    margin: 0;
}

.feature_container .feature .feature_caption span {
	display: block;
	padding: 10px;
	background-color: #f4f4f4;
}

.content_feature_container .content_feature .content_feature_caption span {
    display: block;
	font-size: 0.85em;
    background-color: #F4F4F4;
    padding: 10px;
}

.feature_container .feature .feature_caption p {
	padding: 10px 0;
	margin: 0;
}

.feature_container .feature .feature_caption a:hover span, 
.feature_container .feature .feature_caption a:focus span, 
.feature_container .feature .feature_caption a:active span, 
.content_feature_container .content_feature .content_feature_caption a:hover span, 
.content_feature_container .content_feature .content_feature_caption a:focus span, 
.content_feature_container .content_feature .content_feature_caption a:active span {
	background-color: #e4f6ff;
}

.feature_container .feature a .feature_sub,
.content_feature_container .content_feature a .content_feature_sub {
	color: #2c2c2c;
}

.feature_container .feature ul {
	list-style-position: inside;
	padding-top: 10px;
}

.feature_container .feature ul li {
	clear: both;
}

.feature_container .feature ul span {
	/*display: block;
	float: right;
	width: 40%;
	text-align: right;
	padding-bottom: 4px;*/
	/* date alignment on right - may change */
}

/* pay for it */
#level2 div.pay_section {
	float: left;
	width: 100%;
	padding-bottom: 32px;
}

#level2 div.pay_section div {
	float: left;
	width: 340px;
	margin-left: 20px;
}

#level2 div.pay_section div div.pay_now {
	width: 286px;
	background-color: #f4f4f4;
	border: 1px solid #e9e9e9;
	padding: 16px;
	margin-left: 0;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

#level2 div.pay_section div div.pay_now ul li {
	padding-bottom: 8px;
}

#level2 div.pay_section div div.pay_now #payButton a {
	float: right;
	display: block;
	color: #333;
	font-size: 1.3em;
	line-height: 1;
	cursor: pointer;
	border: 1px solid #999;
	padding: 6px 10px;
	text-shadow: white 0px 1px 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #ddd;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(221,221,221)), color-stop(1, rgb(255,255,255)));
	background: -moz-linear-gradient(center bottom, rgb(221,221,221) 0%, rgb(255,255,255) 100%);
}

#level2 div.pay_section div div.pay_now #payButton a:hover, 
#level2 div.pay_section div div.pay_now #payButton a:focus, 
#level2 div.pay_section div div.pay_now #payButton a:active {
	background-color: #ccc;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(240,240,240)), color-stop(1, rgb(220,220,220)));
	background: -moz-linear-gradient( center bottom, rgb(220,220,220) 100%, rgb(240,240,240) 0%);
}

#level2 div.pay_section div span {
	display: block;
	margin-bottom: 8px;
}

#level2 div.pay_section div ul {
	margin-left: 16px;
}

#level2 div.pay_section div.pay_cards {
	float: left;
	width: 248px;
	margin-left: 0;
}

#level2 div.pay_section div.pay_cards img {
	width: 51px;
	margin: 0 8px 8px 0;
}

/* have your say */
#level2 a.get_involved:link, #level2 a.get_involved:visited {
	display: block;
	float: left;
	background: #2586C5 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/32x32/white/handtool.png) no-repeat 5px 50%;
	border: 2px solid #2586C5;
	color: #fff;
	font-size: 1.29em;
	margin: 0 0 20px 20px;
	padding: 2px 10px 2px 40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: inset 0 0 2px #ddd;
	-webkit-box-shadow: inset 0 0 2px #ddd;
	box-shadow: inner 0 0 2px #ddd;
}

#level2 a.get_involved:hover, #level2 a.get_involved:focus, #level2 a.get_involved:active {
	background-color: #73A142;
	border-color: #73A142;
}

#level2 .social_media_buttons {
	float: left;
	margin: 0 0 40px 20px;
}

#level2 .social_media_buttons div {
	float: left;
	width: 175px;
	margin-bottom: 10px;
}

#level2 .social_media_buttons div a {
	float: left;
	width: 115px;
	border: none;
	padding: 10px 10px 10px 40px;
}

#level2 .social_media_buttons div a.twitter:link, #level2 .social_media_buttons div a.twitter:visited {
	background: #F4F4F4 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/twitter_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons div a.facebook:link, #level2 .social_media_buttons div a.facebook:visited {
	background: #F4F4F4 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/facebook_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons div a.youtube:link, #level2 .social_media_buttons div a.youtube:visited {
	background: #F4F4F4 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/you_tube_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons div a.flickr:link, #level2 .social_media_buttons div a.flickr:visited {
	background: #F4F4F4 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/flickr_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons div a.twitter:hover, #level2 .social_media_buttons div a.twitter:focus, #level2 .social_media_buttons div a.twitter:active {
	background: #E4F6FF url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/twitter_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons div a.facebook:hover, #level2 .social_media_buttons div a.facebook:focus, #level2 .social_media_buttons div a.facebook:active {
	background: #E4F6FF url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/facebook_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons div a.youtube:hover, #level2 .social_media_buttons div a.youtube:focus, #level2 .social_media_buttons div a.youtube:active {
	background: #E4F6FF url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/you_tube_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons div a.flickr:hover, #level2 .social_media_buttons div a.flickr:focus, #level2 .social_media_buttons div a.flickr:active {
	background: #E4F6FF url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/flickr_colored_32.png) no-repeat 5px 50%;
}

#level2 .social_media_buttons a.social_info {
	float: right;
	font-size: 0.79em;
}

/* also in this category */
#level2 .category_list {
	float: left;
	width: 700px;
}

#level2 .cats_list {
	list-style-position: inside;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

/* rss */
#level2 .rss {
	float: left;
	width: 680px;
	background: #fafafa url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/rss_32.png) no-repeat 648px 50%;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px 20px;
	padding: 10px;
}

#level2 .rss p {
	margin: 0;
}

#level2 .rss_list {
	margin-left: 13px;
}



/* ===DBHOMEPAGE */

#hpage_feature {
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
}

#hpage_feature img {
	float: left;
	margin-right: 20px;
}

#hpage_feature a {
	float: left;
	background-color: #f4f4f4;
	border-bottom: none;
}

#hpage_feature a:hover, #hpage_feature a:focus, #hpage_feature a:active {
	border-color: transparent;
	background-color: #e4f6ff;
}

#hpage_feature .feature_text {
	float: left;
	width: 330px;
}

#hpage_feature .feature_text .title {
	display: block;
	font-size: 1.74em;
	line-height: 1.3em;
	margin: 20px 20px 0.6em 0;
}

#hpage_feature .feature_text .caption {
	display: block;
	color: #2c2c2c;
	margin: 0 20px 0.6em 0;
}

#hpage_text {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.news_container {
	float: left;
	overflow: hidden;
	width: 100%;
}

.news_container .news,
.news_container .events,
.news_container .links {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 40px;
}
.news_container h2 a:after {
	content: '\00A0\00BB'; 
}

.news_container h2 {
	font-size: 1.29em;
}

.news_container ul {
	margin-left: 20px;
}

.news_container .events ul li {
	clear: both;
}

.news_container .events ul span {
	/*display: block;
	float: right;
	width: 40%;
	text-align: right;
	padding-bottom: 4px;*/
	/* date alignment on right - may change */
}



/* ===PAGE STATUS */

#content_page .status-draft {
	background: url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/status-draft.jpg) repeat;
}

#content_page .status-approval {
	background: url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/status-approval.jpg) repeat;
}

#content_page .status-denied {
	background: url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/status-denied.jpg) repeat;
}

#content_page .status-archived {
	background: url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/status-archived.jpg) repeat;
}

#content_page .status-deleted {
	background: url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/status-deleted.jpg) repeat;
}



/* ===CALL TO ACTION */

.cta {
	background-color: #fafafa;
	border: 1px solid #e9e9e9;
	padding: 1em;
	margin-bottom: 2em;
}

.cta a {
	display: block;
	width: 85%;
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #008a0e;
	border-bottom: none;
	padding: 0.33em 1em;
	margin: 0 auto;
	border-radius: 4px;
}

.cta a:hover,
.cta a:focus,
.cta a:active {
	background-color: #197322;
}


/* ===CONTENT */

#content_page .content {
	float: right;
	width: 700px;
}

/* This is a candidate for changing with media queries - perhaps the measure, leading and text size should adjust for screen size? */
#content_page .content .text {
	float: left;
	width: 620px;
	font-size: 1em;
}

/* Smaller sreen sizes (less than 900px)*/
/*#content_page .content .text {
	float: left;
	width: 420px;
	font-size: 0.875em;
}*/

#content_page .content .text img {
	float: right;
	width: auto;
	max-width: 350px;
	margin: 0 0 20px 20px;
}

/* override for rich content pages */
#content_page .content .text table.zebra thead tr {
		background-color: #e8f4fa;
}

#content_page .content .text table.zebra tr:nth-child(2n) {
		background-color: #f4f4f4;
}

#content_page .content .text table img {
	float: left;
	width: auto;
	margin-left: 0;
}

#content_page .content .text table font {
	clear: both;
}

#content_page .content .text ul span {
	display: block;
	/*text-align: right;*/
	font-size: 0.85em;
	padding-bottom: 8px;
}

#content_page .content .text ul li ul {
	list-style-type: circle;
	margin-bottom: 0.3em;
}

#content_page .content .text ul li ul li ul {
	list-style-type: square;
}

#content_page .content .page_element {
	float: left;
	width: 680px;
}

#content_page .content .page_extra .page_element {
	background-color: #f4f4f4;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	padding: 20px 15px 0 15px;
	margin-left: -15px;
	margin-bottom: 20px;
}

#content_page .content .page_extra span {
	font-size: 0.75em;
	padding-left: 4px;
}

#content_page .content .page_element h2 {
	font-size: 1.29em;
	color: #454545;
}

#content_page .content .text .page_info {
	display: block;
	float: left;
	width: 680px;
	color: #777;
	font-size: 0.875em;
	border-top: 1px dotted #777;
	padding-top: 4px;
	margin-bottom: 1.6em;
}

#content_page .content .text .page_info .page_updated {
	float: left;
}

#content_page .content .text .page_info .print_page {
	float: right;
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/print.png) no-repeat 0px 4px;
	padding-left: 20px;
	margin-left: 10px;
}

#content_page .content .text .skip_up {
	float: left;
}

ul.attachments {
	list-style: none outside none;
	margin-left: 20px;
}

ul.attachments li {
	padding-left: 27px;
	margin-left: -27px;
	margin-bottom: 0.6em;
}

ul.attachments li {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/standard_bullet.png) 8px 6px no-repeat;
}

ul.attachments li.forms {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/edit.png) 4px 4px no-repeat;	
}

ul.attachments li.pdf,
ul.attachments li.doc {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/download.png) 4px 4px no-repeat;
}

ul.attachments li.external_link {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/out_alt.png) 6px 6px no-repeat;
}

ul.attachments li.twitter_link {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/twitter_colored_16.png) no-repeat 6px 4px transparent;
}

ul.attachments li.facebook_link {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/facebook_colored_16.png) no-repeat 6px 4px transparent;
}

.contact {
	margin-bottom: 2.2em;
}

.contact .contact_telephone,
.contact .contact_fax,
.contact .contact_email,
.contact .contact_name,
.contact .contact_address {
	margin-bottom: 0.6em;
	padding-left: 22px;
}

.contact .contact_telephone {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/phone.png) 0 4px no-repeat;
}

.contact .contact_fax{
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/fax.png) 0 4px no-repeat;
}

.contact .contact_email {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/mail.png) 0 6px no-repeat;
}

.contact .contact_name {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/user.png) 0 4px no-repeat;
}

.contact .contact_address {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/company.png) 0 4px no-repeat;
}

/* share with us */
#share {
	margin-bottom: 1.6em;
}

#share div {
	float: left;
	padding-left: 22px;
	margin-right: 50px;
}

#share div.share_email {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/mail.png) no-repeat left 50%;
}

#share div.share_facebook {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/facebook_colored_16.png) no-repeat left 50%;
}

#share div.share_twitter {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/twitter_colored_16.png) no-repeat left 50%;
}

/* webcams */
#content_page .content .text .webcam_image a {
	display: block;
	border: none;
}

#content_page .content .text .webcam_image img {
	float: none;
	width: 580px;
	max-width: 580px;
}

#content_page .content .text .webcam_message {
	font-size: 1.2em;
	color: #ff0000;
}



/* ===BREADCRUMB */

#breadcrumb,
#breadcrumb ul li a:link {
	color: #5F5F5F;
}

#breadcrumb ul li {
	display: inline;
	font-size: 1em;
	padding-left: 5px;
	padding-right: 5px;
}

#breadcrumb ul li:after {
	content: '\00A0\00BB';
}

#breadcrumb ul li.home {
	background: none;
	padding-left: 0;
}

#content_page #breadcrumb {
	font-size: 0.875em;
}

#index #breadcrumb, 
#level2 #breadcrumb {
	margin-left: 20px;
}

#breadcrumb ul li a:hover, #breadcrumb ul li a:focus, #breadcrumb ul li a:active {
	color: #000;
}



/* ===REVIEW WARNING */

#review_alert {
	background: url("http://images.static.shropshire.gov.uk/shropshire/v5.0.4/img/graphics/alert_alt_grey_oy_70x60.png") no-repeat scroll 16px 50% #FFFFD3;
	border: 1px solid #FFE65D;
	margin-bottom: 16px;
	padding: 16px 16px 16px 104px;
}



/* ===VIDEOS */

#videos {
	margin-bottom: 1.6em;
}

#videos p {
	clear: both;
	/*font-size: 0.79em;*/
	margin-bottom: 0;
}

#videos div.video_container {
	float: left;
	width: 100%;
	padding-bottom: 24px;
}

#videos div.video_container h3 {
	font-size: 0.875em;
	font-weight: 600;
}

#videos div.video_container iframe {
	margin-bottom: 8px;
}

#videos div.video_container img.youtube {
	float: left;
	width: 120px;
	margin: 0 10px 0 0;
}

#videos a {
	font-size: 0.875em;
	margin: 0;
}

#videos div.video_options {
	float: left;
	width: 180px;
}

#videos div.play, #videos div.youtube {
	width: auto;
	padding-left: 24px;
}

#videos div.play {
	background: transparent url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/movie.png) no-repeat left 3px;
	margin-bottom: 8px;
}

#videos div.youtube {
	background: transparent url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/movie_alt.png) no-repeat left 3px;
}

#videos div.position_helper {
	display: none;
	position: fixed;
	top: 15%;
	left: 0;
	height: 100%;
	width: 100%;
}

#videos div.video_window {
	position: relative;
	width: 640px;
	background-color: #2C2C2C;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.85);
}

#videos div.video_window a {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 28px;
	width: 28px;
	border: none;
	outline: none;
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/close-window.png) no-repeat;
}

#videos div.video_window a:hover, #videos div.video_window a:focus, #videos div.video_window a:active {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/close-window_hover.png) no-repeat;
}

#videos div.video_window object {
	height: 385px;
	width: 640px;
}



/* ===JOBS */

#jobs_page table {
}

#jobs_page td {
	padding: 15px;
	margin: 0;
}

#jobs_page td.title {
	width: 60%;
}

#jobs_page td.salary {
	width: 25%;
}

#jobs_page td.posted {
	width: 15%;
}

#jobs_page tr.even {
	background-color: #f4f4f4;
}

#jobs_page th {
	display: none;
}

#jobs_page th,
#jobs_page td {
	border-right: none;
	border-left: none;
}



/* ==INVEST IN SHROPSHIRE */

/* homepage */
#index h1#page_title {
	margin-left: 20px;
}

#hpage_image {
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
}

#hpage_image img {
	float: left;
}

#iis_feature {
	float: left;
	width: 700px;
	height: 220px;
	background: transparent url(http://images.static.shropshire.gov.uk/investinshropshire/v1.0.1/img/graphics/home/iis-banner.jpg) no-repeat;
	margin: 0 0 40px 20px;
}

#iis_feature h1 {
	text-indent: -9999px;
}

#index div.category_list {
	float: left;
	width: 700px;
	margin-left: 20px;
}

#index .cats_list {
    list-style-position: inside;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

/* content - rich page images */
#content_page .content .text img.auto_width {
	float: none;
	width: auto;
	height: auto;
	max-width: none;
	margin-left: 0;
}

/* content - testimonial */
.testimonial {
	float: left;
	width: 100%;
	padding: 16px 0 32px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #ccc;
}

.testimonial .testimonial_column1 {
	float: left;
	width: 290px;
}

.testimonial .testimonial_column2, 
.testimonial .testimonial_column3 {
	float: left;
	width: 163px;
}

.testimonial span {
	font-size: 0.85em;
}

.testimonial blockquote {
	float: none;
	width: auto;
	font-size: 0.85em;
	margin: 0;
	padding-top: 10px;
}

#content_page .content .text .testimonial img {
	width: 125px;
	margin-bottom: 0;
}

/* view from my office */
div.iis_view {
	float: left;
	padding-bottom: 16px;
}

#content_page .content .text div.iis_view img {
	margin-bottom: 32px;
	width: auto;
	height: auto;
}

#content_page .content .text div.iis_view img.auto_width_left {
	float: left;
	margin-left: 0;
	margin-right: 32px;
}

#content_page .content .text div.iis_view img.auto_width_right {
	float: right;
	margin-left: 32px;
}

div.iis_view p {
	margin-bottom: 32px;
}

div.iis_view blockquote {
	float: none;
	width: auto;
	font-size: 1.1em;
	margin: 0;
}



/* ===ERROR */

#error ul {
	list-style: disc inside none;
}

#error #search-box {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 1.6em;
}

#error #search-box input {
	float: left;
}

#error #search-box #q {
	
	
	height: 26px;
	width: 500px;
	font-size: 1.2em;
	padding: 4px 3px 2px;
	border: 1px solid #ccc;
	margin-right: 4px;
}

#error #search-box #q:hover, #error #search-box #q:focus, #error #search-box #q:active {
	border: 1px solid #6FB7DF;
	outline: 1px solid #6FB7DF;
}

#error #search-box #btnsearch {
	height: 34px;
	width: 80px;
	font-size: 1.2em;
	background-color: #F4F4F4;
	border: 1px solid #ccc;
}

#error #search-box #btnsearch:hover, #error #search-box #btnsearch:focus, #error #search-box #btnsearch:active {
	background-color: #DDF0FA;
	border: 1px solid #6FB7DF;
	outline: 1px solid #6FB7DF;
}

#error div.contact_card {
	margin-bottom: 1.6em;
	background-color: #E4F6FF;
	padding:20px;
}

#error div.code {
	background-color: #F8F8F8;
	border: 1px solid #E9E9E9;
	padding: 8px 16px;
}



/* ===FOOTER */

#footer_container {
	float: left;
	width: 100%;
	min-width: 960px;
	background-color: #2c2c2c;
	color: #bbb;
	padding: 16px 0 36px;
}

#footer #contact_details {
	float: left;
	min-width: 550px;
	padding-right: 20px;
}

#footer a {
	color: #fff;
	border-bottom: none;
}

#footer a:active, #footer a:focus, #footer a:hover {
	color: #FFFF00;
}

#footer .cost {
	color: #bbb;
	font-size: 0.45em;
}

#footer .email,
#footer .tel {
	display: block;
	font-size: 174%;
}

#footer .email {
	padding-top: 8px;
}

#footer .street-address {
	display: inline;
}

#footer .adr {
	padding-top: 5px;
}

/* footer primary links */
#footer .footer_primary_links {
	float: left;
	width: 246px;
}

#footer .footer_primary_links ul {
	list-style: none outside none;
	font-size: 1.095em;
	margin: 0;
}

#footer .footer_primary_links ul li {
	padding: 4px 0;
}

#footer .footer_primary_links ul li a {
	padding: 3px 0 3px 36px;
}

#footer .footer_primary_links ul li.footer_maps a {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/footer-maps.png) no-repeat left 50%;
}

#footer .footer_primary_links ul li.footer_webcams a {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/footer-webcams.png) no-repeat left 50%;
}

#footer .footer_primary_links ul li.footer_jobs a {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/footer-jobs.png) no-repeat left 50%;
}

#footer .footer_primary_links ul li.footer_maps a:hover, 
#footer .footer_primary_links ul li.footer_maps a:focus, 
#footer .footer_primary_links ul li.footer_maps a:active {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/footer-maps_hover.png) no-repeat left 50%;
}

#footer .footer_primary_links ul li.footer_webcams a:hover, 
#footer .footer_primary_links ul li.footer_webcams a:focus, 
#footer .footer_primary_links ul li.footer_webcams a:active {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/footer-webcams_hover.png) no-repeat left 50%;
}

#footer .footer_primary_links ul li.footer_jobs a:hover, 
#footer .footer_primary_links ul li.footer_jobs a:focus, 
#footer .footer_primary_links ul li.footer_jobs a:active {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/footer-jobs_hover.png) no-repeat left 50%;
}

/* footer feedback */
#footer #feedback {
        display: none;
	float: right;
	width: 144px;
	padding-top: 8px;
}

#footer #feedback h2 {
	font-size: 1.29em;
	margin-bottom: 12px;
}

#footer #feedback #govmetric form {
	float: left;
}

#footer #feedback #govmetric form input {
	float: left;
	color: #fff;
	border: 2px solid #2C2C2C;
	margin-right: 8px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}

#footer #feedback #govmetric form input:active,
#footer #feedback #govmetric form input:focus,
#footer #feedback #govmetric form input:hover {
	border: 2px solid #FFFF00;
}

/* footer secondary links */
#footer .footer_secondary_links {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 36px 0 0;
}

#footer .footer_secondary_links ul {
	font-size: 0.75em;
	list-style: none outside none;
	margin: 0;
}

#footer .footer_secondary_links ul li {
	display: inline;
	padding: 0 8px;
}



/**************************************************************
	Temporary styles for external template
**************************************************************/

#ext_template_footer {
	float: left;
	width: 100%;
	border-top: 1px dotted #C2C2C2;
	padding: 10px 0;
}

#ext_template_footer ul {
	width: 650px;
	font-size: 0.9em;
	list-style: none outside none;
	margin: 0 auto;
}

#ext_template_footer ul li {
	display: inline;
	padding-right: 20px;
}

#ext_template_footer .copyright {
	width: 190px;
	color: #AAAAAA;
	font-size: 0.7em;
	margin: 0 auto;
}

/***********  End external template styles  *****************/

/**************************************************************
	Job Vacancies page styles
**************************************************************/
.desc_results {
	display: inline;
	float: left;
}

.controls {
	margin: 5px 0;
}

.controls label {
	display: inline;
	float: left;
	margin: 0 3px;
}

#browseBy {
	display: inline;
	float: left;
	margin-top: 3px;
}

.n_p_controls {
	float: right;
	padding: 3px 0;
}

.n_button, .p_button {
	border: 1px solid #FFFFFF;
	font-size: 1em;
	margin-left: 5px;
}
.n_button, .n_button:link {
	background: #F9F9F9 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/silk/arrow_right.png) no-repeat scroll 50px 50%;
	padding: 5px 30px 5px 10px;
}

.n_button, .n_button:link, .n_button:visited,
.p_button, .p_button:link, .p_button:visited {
	border: 1px solid #E9E9E9;
}

.p_button , .p_button:link{
	background: #F9F9F9 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/silk/arrow_left.png) no-repeat scroll 5px 50%;
	padding: 5px 10px 5px 30px;
}

.n_button:active, .n_button:hover, .n_button:focus, 
.p_button:active, .p_button:hover, .p_button:focus {
	text-decoration: none;
	border: 1px solid #000000 !important;
}

#sc_vacancies_table {
	clear: both;
}

#sc_vacancies_table .divider {
	border: none;
	padding: 5px;
}

#sc_vacancies_table tr.list-section-title {
	background-color: #DDF0FA;
	border: 1px solid #DDF0FA;
}

#sc_vacancies_table tr.list-column-title {
	background-color: #F4F4F4;
}

#sc_vacancies_table tr.list-column-title th {
	font-size: 0.75em;
	padding: 2px;
}

/* Header widths when viewed by category, date or closing date */
th.vac_jobtitle, th.vac_salary {
	width: 30%;
}

th.vac_ref {
	width: 4%;
}

th.vac_closing_date {
	width: 10%;
}

th.vac_directorate {
	width: 26%;
}

/* Header widths when viewed by directorate */
th.vac_4c_jobtitle {
	width: 45%;
}

th.vac_4c_salary {
	width: 35%;
}

th.vac_4c_closing_date {
	width: 16%;
}

/* Vacancy details */

.jv_back {
	text-align: right;
	padding: 10px 0;
}	

#vacancies table {
	width: 100%;
	border: none;
}

#vacancies td {
	padding: 0.5em;
}

#vacancies .desc {
	width: 28%;
	background-color: #F4F4F4;
	text-align: left;
	font-size: 0.8em;
}

.right_align {
	text-align: right;
}

#joblink {
	background: url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/silk/pencil.png) no-repeat scroll 5px 50% #9CBC53;
	border: 1px solid #30834D;
	color: #2C2C2C;
	font-size: 1.4em;
	padding: 5px 10px 5px 30px;
}

#joblink:hover, #joblink:focus {
	background-color: #DDF0FA;
	border: 1px solid #82B6E0;
	color: #2C2C2C;
}
/***********  End Job Vacancies page styles  *****************/


/* CSS3 cross-browser effects */
.rounded-corners {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}


/*****************************************************************************************************
* New UI features
******************************************************************************************************/
/*
 *	9. Tabs
 */
 
.tab_container {
	margin-bottom: 40px;
	margin-left: 20px;
	float: left;
	width: 96%
 }
 
.tabs.enabled {
	float: left;
	list-style: none outside none;
	padding: 0 0 0 1%;
	width: 96%;
	/* margin-bottom: 2em; */
	margin-bottom: 0;
	margin-left: 1%;
}

.tabs.enabled li {
	padding-bottom: 0;
	font-weight: bold;
}

.tabs.enabled li a:hover,
.tabs.enabled li a:focus,
.tabs.enabled li a:active {
	background-color: #dbedfb;
	color: #000;
}

.tabs.enabled li a {
	background-color: #fafafa;
	color: #666;
	display: block;
	float: left;
	margin-right: 0.5em;
	padding: 0.3em 0.5em;
	position: relative;
	border: 0;
	text-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
	border-radius: 5px 5px 0 0;
}

.tabs.enabled li a.active-tab {
	color: #2C2C2C;
	background-color: #edf6fd;
	text-shadow: none;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}

.tab {
	float: left;
	padding: 18px 0 0 26px;
	width: 96%;
	background-color: #edf6fd;
	border-radius: 5px;
}

/* Custom display for the Have your say tabbed consultation lists */
#consultation_lists .tab ul {
	margin-bottom: 0.7em;
}
	#consultation_lists .tab ul li {
		list-style:none outside none;
		padding-bottom: 8px;
	}


/* ***************************************************************************************************
 * START RICH TEXT CMS TABLES
 */

/** customer service stats **/
/* table navigation */
.csps_nav, 
.csps_links {
	font-size: 79%;
}

.csps_nav {
	color: #777;
	margin-bottom: 8px;
}

.csps_links {
	float: left;
	width: 480px;
	list-style: none outside none;
	margin-bottom: 16px;
}

.csps_links li {
	float: left;
	width: 72px;
	margin-left: 8px;
}

/* table */
.csps_container {
	float: left;
	margin-bottom: 32px;
	border-bottom: 1px solid #e9e9e9;
}

.csps {
	width: 480px;
	font-size: 85%;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	margin: 0;
}

.csps_odd {
	background-color: #f4f4f4;
}

.csps th, .csps td {
	border: 0;
	padding: 6px 8px;
}

.csps th {
	font-weight: bold;
	text-align: left;
}

.csps th a {
	float: right;
	height: 16px;
	width: 16px;
	background: #e9e9e9 url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/helveticons/16x16/grey/arrow_up.png) no-repeat 50% 50%;
	border: 1px solid #ddd;
}

.csps th a:hover, 
.csps th a:focus, 
.csps th a:active {
	border: 1px solid #aaa;
}



/**  Supporting childcarers common core **/ 
div.common_core_container {
	float: left;
	margin-bottom: 32px;
}

table.common_core {
	width: 600px;
	font-size: 85%;
	margin: 0;
}

table.common_core th, 
table.common_core td {
	border: 1px solid #e9e9e9;
	padding: 6px 8px;
}

table.common_core th {
	font-weight: bold;
	text-align: left;
	background-color: #f9f9f9;
}

table.common_core th.core_1 {
	width: 60%;
}

table.common_core th.core_2 {
	width: 20%;
}

table.common_core th.core_3 {
	width: 20%;
}

/*
 * END RICH TEXT CMS TABLES
/* ***************************************************************************************************/


/******************************************************************************************************************************************************************************************************
 * START OLD INDEX STYLE 
 * this section updates the 'old' style index page for the v5 design - if we use the new index design (see mockups) then this entire section can be deleted without effectiving anything
 * the new index styles are already contained within this css file
 * NOTE: this section should always be at the bottom of this css file
 */

/* ===SEARCH - OLD HEADER SEARCH */
#header .header_search {
	float: right;
	width: 480px;
	padding-top: 12px;
}

#header .header_search form #q, 
#header .header_search form #s {
	float: left;
	height: 22px;
	width: 374px;
	font-size: 116%;
	border: 1px solid #FFFFFF;
	padding: 4px 3px 2px;
	margin-left: 16px
}

#header .header_search form #btnsearch {
	float: right;
	height: 30px;
	width: 75px;
	font-size: 109%;
	color: #FFFFFF;
	border: 1px solid #005785;
	background-color: #005785;
}

#header .header_search form #q:hover, #header .header_search form #q:focus, #header .header_search form #q:active {
	outline: 1px solid #6FB7DF;
}

#header .header_search form #btnsearch:hover, #header .header_search form #btnsearch:focus, #header .header_search form #btnsearch:active {
	background-color: #DDF0FA;
	border: 1px solid #6FB7DF;
	color: #2C2C2C;
	outline: 1px solid #6FB7DF;
}

/* ===NAVIGATION - WIDTH OVERRIDE */
#index .navigation {
	float: left;
	font-size: 0.875em;
	width: 220px;
}

#index .navigation ul {
	margin-right: 0;
}

/* ===NAVIGATION - SERVICE BUTTONS */
#service_buttons {
	margin-top: 40px;
}

#service_buttons div {
	border-bottom: 3px solid #FFFFFF;
}

#service_buttons div a {
	width: 220px;
	padding: 0;
	border-bottom: none;
	outline: 0;
}

#service_buttons div a:link, #service_buttons div a:visited {
	color: #2C2C2C;
}

#service_buttons a.apply {
	background: #F8EFD7 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-apply.png) no-repeat;
}

#service_buttons a.pay {
	background: #E9F6E9 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-pay.png) no-repeat;
}

#service_buttons a.report {
	background: #F5E7F5 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-report.png) no-repeat;
}

#service_buttons a.say {
	background: #DFEEF5 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-say.png) no-repeat;
}

#service_buttons a.apply:hover,
#service_buttons a.apply:focus,
#service_buttons a.apply:active {
	background: #F6E2D3 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-apply_hover.png) no-repeat;
}

#service_buttons a.pay:hover,
#service_buttons a.pay:focus,
#service_buttons a.pay:active {
	background: #F6E2D3 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-pay_hover.png) no-repeat;
}

#service_buttons a.report:hover,
#service_buttons a.report:focus,
#service_buttons a.report:active {
	background: #F6E2D3 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-report_hover.png) no-repeat;
}

#service_buttons a.say:hover,
#service_buttons a.say:focus,
#service_buttons a.say:active {
	background: #F6E2D3 url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/service-say_hover.png) no-repeat;
}

#service_buttons div a span {
	display: block;
	padding: 0 10px 5px;
	font-size: 0.875em;
}

#service_buttons span.service_title {
	font-size: 1em;
	padding: 3px 10px 0;
	color: #5F5F5F;
}

#service_buttons span.service_title span.title {
	display: inline;
	font-size: 1.29em;
	font-weight: bold;
	padding: 0;
}

#service_buttons a.apply .title {
	color: #E0800F;
}

#service_buttons a.pay .title {
	color: #30834D;;
}

#service_buttons a.report .title {
	color: #C10076;
}

#service_buttons a.say .title {
	color: #2586C5;
}

#service_buttons a:hover .title,
#service_buttons a:focus .title {
	color:#dd4400;
}

#index .twitter-follow-button, 
#level2 .twitter-follow-button {
	width: 204px !important;
	border: 0;
	margin: 40px 0 0 10px;
}

/* ===CONTENT COLUMN */
#index #content {
	float: right;
	width: 720px;
	font-size: 0.875em;
}

#hpage_newsroom {
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
}

#hpage_newsroom h2 {
	margin: 0;
}

#hpage_newsroom a {
	display: block;
	width: 700px;
	height: 90px;
	text-indent: -9999px;
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/shropshire-newsroom.jpg) no-repeat;
	border-bottom: none;
	outline: none;
}

#hpage_newsroom a:hover, #hpage_newsroom a:focus, #hpage_newsroom a:active {
	background: transparent url(http://images.static.shropshire.gov.uk/shropshire/v5.0.7/img/graphics/shropshire-newsroom_hover.jpg) no-repeat;
}

#hpage_extras {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

#hpage_extras #spotlight_on,
#hpage_extras #whats_on {
	position: relative;
	float: left;
	width: 700px;
	padding-bottom: 30px;
}

#hpage_extras h2 {
	font-size: 1.29em;
	margin-bottom: 4px;
}

#hpage_extras h2 a:after {
	content: '\00A0\00BB'; 
}

#hpage_extras a.rss {
	position: absolute;
	right: 0;
	top: 4px;
	height: 16px;
	width: 16px;
	background: transparent url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/rss_16.png) no-repeat;
	border-bottom: none;
}

#hpage_extras div.hpage_extras_content {
	float: left;
	width: 700px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#hpage_extras div.feature_sub {
	float: left;
	width: 410px;
	padding: 10px 20px 10px 10px;
}

#hpage_extras div.feature_sub img {
	float: left;
	width: 175px;
	margin-right: 20px;
}

#hpage_extras div.feature_sub_title, 
#hpage_extras div.feature_sub_caption {
	float: left;
	width: 215px;
}

#hpage_extras div.feature_sub_title {
	padding-bottom: 5px;
}

#hpage_extras .feature_date {
	float: left;
	width: 35px;
	text-align: center;
	border-right: 1px dotted #ccc;
	padding-right: 10px;
	margin-right: 10px;
}

#hpage_extras .feature_date span.feature_date_day, 
#hpage_extras .feature_date span.feature_date_month {
 	float: left;
	width: 100%;
}

#hpage_extras .feature_date span.feature_date_day {
	font-size: 2em;
	line-height: 1em;
}

#hpage_extras .feature_date span.feature_date_month {
	clear: left;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
}

#hpage_extras .feature_sub_title a {
	font-size: 1.29em;
	line-height: 1.4em;
}

#hpage_extras ul {
	float: left;
	margin: 0;
	padding: 10px 10px 0 20px;
}

#hpage_extras ul li {
	float: left;
	clear: both;
	width: 100%;
}

#spotlight_on ul {
	width: 210px;
	padding-left: 40px;
}

#whats_on ul {
	width: 230px;
	list-style: none outside none;
}

#whats_on ul li {
	padding-bottom: 15px;
}

/******************************************************************************************************************************************************************************************************
 * END OLD INDEX STYLE
 */


/* DROPDOWNS */

select{
	width:490px;
	font-size: 1.05em;
	padding:3px;
	background-color: #fff;
	border:1px solid #ccc;
}

#content-container{
	background-color: #f4f4f4;
	padding: 24px 32px;
	width: 580px;
	margin-bottom:10px;
	border-radius:8px;
}

#generic-dd{
	margin: 0 auto;
	text-align:center;
}

a.button,
.button {
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	border-color: #ccc #ccc #bbb;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	line-height: normal;
	padding: 4px 10px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	margin-left:10px;
}

a.button.primary,
.button.primary {
	background-color: #0064cd;
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.button:hover, 
.button:focus, 
.button:active {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #fff;
	background-color :#2c2c2c;
}

/*** Elgin embedded roadworks map fix ***/

#erwMap{
	height: 600px;
	width: 100%;
	margin-bottom: 2em;
}



/* ****************************************************************************************************************************
 *	11. Hide / reveal  (From UI Pattern Library - used on FAQs)
 */

.hide-reveal.enabled h1,
.hide-reveal.enabled h2,
.hide-reveal.enabled h3,
.hide-reveal.enabled h4,
.hide-reveal.enabled h5,
.hide-reveal.enabled h6 {
	cursor: pointer;
	padding-left: 20px;
	background: transparent url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/small_right_arrow.png) 0 0.4em no-repeat;
	font-size: 1.4em;
}

.hide-reveal.enabled div {
	padding-left: 20px;
}	

.hide-reveal.enabled h1.down,
.hide-reveal.enabled h2.down,
.hide-reveal.enabled h3.down,
.hide-reveal.enabled h4.down,
.hide-reveal.enabled h5.down,
.hide-reveal.enabled h6.down {
	background: transparent url(http://images.static.shropshire.gov.uk/shared/v1.0.1/img/icons/custom/small_down_arrow.png) 0 0.4em no-repeat;
}
/* additional */

/* additional override */
#content_page .content .text .hide-reveal.enabled img {
	margin: 20px 0;
	float: left;
}

div#breadcrumb ul li.current:after
{
	content: "" !important;
}

/* ****************************************************************************************************************************/
