/*----------------------------------------------

Gateshead Council 
Home Page Style Sheet
---------------------


----------------------------------------------*/

/*  Top Nav Tab selection - Home */
 
#top_navigation UL LI A.home {
	TEXT-ALIGN: center;
	WIDTH: 105px;
	DISPLAY: block;
	BACKGROUND: #fff;
	HEIGHT: 29px;
	COLOR: #007fd0;
	PADDING: 6px 15px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-radius: 10px 10px 0px 0px;
  -pie-border-radius: 10px 10px 0px 0px; 
 behavior: url(/SiteElements/styles/border-radius.htc);
	border:none !important;
}
#top_navigation UL LI A.home:hover {
	border:none!important;
  color:#fff;
}

/* Top Nav Tab selection - The Rest */

#top_navigation ul li a.azservices {
	PADDING: 6px 15px 0 0 ;
	DISPLAY: block;
	BACKGROUND: #57b8f5 url(http://www.gateshead.gov.uk/images/structure/ArrowDown.png) no-repeat 100px 15px;
	WIDTH: 105px;
	COLOR: #fff;
	HEIGHT: 29px;
	TEXT-ALIGN: center;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-radius: 10px 10px 0px 0px;
  -pie-border-radius: 10px 10px 0px 0px; 
 behavior: url(/SiteElements/styles/border-radius.htc);
}

#top_navigation ul li a.azservices:hover {
	background: #0068aa url(http://www.gateshead.gov.uk/images/structure/ArrowDown.png) no-repeat 100px 15px;
	COLOR: #fff;
  border-radius: 10px 10px 0px 0px; 
  -pie-border-radius: 10px 10px 0px 0px; 
 behavior: url(/SiteElements/styles/border-radius.htc);
}


/* Features */

#features {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_features_bg.gif) no-repeat;
	float: left;
	height: 421px;
	left: -10px;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	top: 0;
	width: 970px;
	z-index: 1;
}

* html #features {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_features_bg.gif) no-repeat;
	float: left;
	height: 431px;
	left: -10px;
	margin: 0 -20px 0 0;
	padding: 10px 20px;
	position: relative;
	top: 0;
	width:970px;
	z-index: 0;
}

#features .feature_image {
	float: left;
	height: 401px;
	overflow: hidden;
	position: relative;
	width: 668px;
}

#features .feature_image .feature_info {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
}

* html #features .feature_image .feature_info {
	bottom: -1px;
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
}

#features .feature_image .feature_info .text_block {
	background: #000;
	padding: 14px;
	width: 640px;
}

#features .feature_image .feature_info .text_block span {
	display: none;
}

#features .feature_image .feature_info .text_block h2 {
	color: #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1em;
}

#features .feature_image .feature_info .text_block p {
	color: #fff;
	font-size: 0.8em;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1em;
}

#features .feature_image .feature_info .text_block h2 a, #features .feature_image .feature_info .text_block h2 a:visited, #features .feature_image .feature_info .text_block h2 a:hover  {
	color: #fff;
	text-decoration: none;
}

#features .feature_image .feature_info .text_block p a {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_features_cta.png) no-repeat left top;
	color: #fff;
	font-weight: 700;
	padding: 2px 0 10px 32px;
}

#features .thumb_image {
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	float: left;
	width: 301px;
}

#features .thumb_image ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#features .thumb_image ul li {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_features_listitembg.gif) repeat-x;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #fff;
	cursor: pointer;
	float: left;
	height: 65px;
	margin: 0;
	padding: 13px 0 0 12px;
	position: relative;
	width: 289px;
}

#features .thumb_image ul li:hover {
	background: #eee;
}

#features .thumb_image ul li.active, #features .thumb_image ul li.active:hover { 
	background: #fff;
}

#features .thumb_image ul li div.activearrow, #features .thumb_image ul li div.activearrow span {
	display: none;
}

#features .thumb_image ul li.active div.activearrow {
	background: url(http://www.gateshead.gov.uk/images/structure/1003featuresactive.png) no-repeat;
	display: block;
	height: 24px;
	left: -20px;
	position: absolute;
	top: 28px;
	width: 20px;
}

#features .thumb_image ul li a img {
	background: #fff;
	border: 1px solid #d3d3d3;
	float: left;
	padding: 4px;
}

#features .thumb_image ul li .text_block {
	float: left;
	margin: 0 0 0 10px;
	width: 170px;
}

#features .thumb_image ul li .text_block span {
	color: #000;
	font-size: 0.8em;
	margin: 4px 0 0;
	padding: 0;
}

#features .thumb_image ul li .text_block p {
	color: #000;
	display: none;
	font-size: 0.8em;
	margin: 0;
	padding: 10px;
	line-height: 1em;
}

#features .thumb_image ul li .text_block .randomstuff {
	display: none;
}


#features .thumb_image ul li .text_block h2 {
	color: #be0000;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 0 2px;
	line-height: 1em;
}

#features .thumb_image ul li .text_block h2 a, #features .thumb_image ul li.active .text_block h2 a:visited, #features .thumb_image ul li.active .text_block h2 a:hover { 
	color: #be0000;
	text-decoration: none;
}

#signupmessage {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_signuparrow.png) no-repeat;
	height: 60px;
	left: 22px;
	position: absolute;
	text-indent: -99999px;
	top: 0px;
	width: 206px;
}

/* News area */

#news_area {
	float: left;
	position: relative;
	width: 990px;
	line-height: 1.2em
}

#news_area #column1, #news_area #column2 {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 334px;
}

#news_area #column3 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 302px;
}

.newslisting, .eventslisting, .councilnews {
	background: #f4f4f4;
	float: left;
	margin: 0 0 10px;
	position: relative;
}

.newslisting h2, .eventslisting h2, .councilnews h2 {
	margin: 0;
	padding: 0;
}

.newslisting h2 a, .eventslisting h2 a, .councilnews h2 a, .newslisting h2 a:visited, .eventslisting h2 a:visited, .councilnews h2 a:visited {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_headerbg.gif) no-repeat;
	color: #fff;
	display: block;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	height: 23px;
	letter-spacing: -1px;
	margin: 0;
	padding: 7px 0 0 10px;
	width: 324px;
}

.newslisting h2 a:hover, .eventslisting h2 a:hover, .councilnews h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.councilnews img {
	position: absolute;
	right: 5px;
	top: 7px;
}

.councilnews p {
	font-size: 0.8em;
	margin: 0 0 10px;
	padding: 10px;
}

.councilnews ul {
	margin: 0;
	padding: 0;
}

.councilnews ul li  {
	font-size: 0.8em;
	margin: 0 0 0 30px;
	padding: 0;
}

.newslisting ul, .eventslisting ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newslisting ul li, .eventslisting ul li {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_linkicon.gif) no-repeat 10px 12px;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 10px 10px 34px;
	width: 290px;
}

.newslisting ul li a, .newslisting ul li a:visited, .eventslisting ul li a, .eventslisting ul li a:visited {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	letter-spacing: -1px;
	text-decoration: none;
}

.newslisting ul li a:hover, .eventslisting ul li a:hover {
	text-decoration: underline;
}

.eventitem {
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #fff;
	float: left;
	width: 334px;
}

.eventimg {
	display: inline;
	float: left;
	margin: 10px;
	padding: 0;
	width: 70px;
}

.eventimg img {
	background: #fff;
	border: 1px solid #d3d3d3;
	padding: 4px;
}

.eventdesc {
	float: left;
	font-size:0.8em;
	line-height: 1.5em;
	margin: 10px 0 0;
	padding: 0 0 10px;
	width: 214px;
}

.eventdesc a, .eventdesc a:visited {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	letter-spacing: -1px;
	text-decoration: none;
}

.eventslisting a:hover {
	text-decoration: underline;
}

.eventslisting P {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	letter-spacing: -1px;
	text-decoration: none;
	padding: 0 10px 0 10px;
	line-height: 1.5em;
}

.rssfeed {
	border-top: 1px solid #fff;
	float: left;
	margin: 0;
	padding: 10px;
	width: 314px;
}

.rssfeed a, .rssfeed a:visited {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_rssfeed.gif) no-repeat 0 100%;
	color: #000;
	display: block;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.95em;
	height: 22px;
	letter-spacing: -1px;
	margin: 0;
	padding: 6px 0 0 8px;
	text-decoration: none;
	width: 92px;
}

.rssfeed a:hover {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_rssfeed.gif) no-repeat 0 0;
	color: #ff5c00;
	text-decoration :none;
}

/* Scrolling sections */

#web_sections {
	display: inline;
	float: left;
	margin: 0 0 10px;
	width: 302px;
}

#web_sections h2 {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}

#web_sections p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 10px;
	padding: 0;
}

#section_scroller {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_scroller_bg.gif) no-repeat 0 10px;
	float: left;
	height: 120px;
	position: relative;
	width: 302px;
}

#section_scroller ul {
	list-style: none;
	margin: 27px 0 0 10px;
	padding: 0;
}

#section_scroller ul li {
	display: none;
	margin: 0;
	padding: 0;
	width: 282px;
}

#section_scroller ul li span {
	color: #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	letter-spacing: -1px;
}

#section_scroller ul li span a:link, #section_scroller ul li span a:visited, #section_scroller ul li span a:active {color: #FFF}

#section_scroller ul li p {
	color: #000;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0;
	padding: 13px 0 0 8px;
}

#section_scroller div.scroll_up {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_scroller_up.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 21px;
	left: 141px;
	position: absolute;
	top: 0;
	width: 21px;
}

#section_scroller div.scroll_down {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_scroller_down.gif) no-repeat;
	bottom: 0;
	cursor: pointer;
	display: block;
	height: 21px;
	left: 141px;
	position: absolute;
	width: 21px;
}

#section_scroller div.scroll_up span, #section_scroller div.scroll_down span {
	display: none;
}

/* Do it online */

#do_it_online {
	display: inline;
	float: left;
	margin: 0 0 20px;
	width: 302px;
}

#do_it_online h2 {
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -1px;
}

#do_it_online p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 10px;
	padding: 0;
}

#do_it_online ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#do_it_online ul li a {
	display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 302px;
}

#do_it_online ul li.bins a {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_online_bins.gif) no-repeat;
}

#do_it_online ul li.lights a {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_online_streetlight.gif) no-repeat;
}

#do_it_online ul li.address a {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_online_address.gif) no-repeat;
}

#do_it_online ul li.bulky a {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_online_bulky.gif) no-repeat;
}

/* My Gateshead Sign in */

#mygateshead_login {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_myghd_loginbg.gif) no-repeat;
	display: inline;
	float: left;
	height: 130px;
	margin: 0 0 20px;
	width: 302px;
}

#mygateshead_login h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 10px 10px 7px 10px;
	padding: 0 0 4px;
}

#mygateshead_login label {
	clear: left;
	color: #fff;
	float: left;
	font-size: 0.8em;
	margin: 0 0 5px 10px;
	padding: 3px 0 0;
	width: 70px;
}

#mygateshead_login input {
	background: #FFFFFF url(http://www.gateshead.gov.uk/images/structure/1001_form_textbg.gif) repeat-x scroll left top;
	border: 1px solid #ddd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	float: left;
	margin: 0 0 5px 10px;
	padding: 3px;
	width: 194px;
}

#mygateshead_login input[type=submit], #mygateshead_login input.signin {
	clear: left;
	float: right;
	margin: 0 10px 0 0;
	width: 60px;
}

#mygateshead_login p {
	clear: left;
	color: #fff;
	font-size: 0.7em;
	margin: 5px 0 0 10px;
}

#mygateshead_login p a, #mygateshead_login p a.visited {
	color: #fff;
	text-decoration: none;	
}

#mygateshead_login p a:hover {
	color: #fff;
	text-decoration: underline;	
}

#mygateshead_login #login_btn, #mygateshead_login #reg_btn {
	float: left;
	margin: 3px 0 0 0;
}

#mygateshead_login #login_btn a, #mygateshead_login #login_btn a:visited {
	background: url(http://www.gateshead.gov.uk/images/structure/1003homeloginbtn.gif) no-repeat 0 100%;
	color: #fff;
	display: block;
	height: 48px;
	margin: 0 0 0 49px;
	text-indent: -99999px;
	width: 102px;
}

#mygateshead_login #login_btn a:hover {
	background: url(http://www.gateshead.gov.uk/images/structure/1003homeloginbtn.gif) no-repeat 0 0;
}

#mygateshead_login #reg_btn a, #mygateshead_login #reg_btn a:visited {
	background: url(http://www.gateshead.gov.uk/images/structure/1003homesignupbtn.gif) no-repeat 0 100%;
	color: #fff;
	display: block;
	height: 48px;
	text-indent: -99999px;
	width: 102px;
}

#mygateshead_login #reg_btn a:hover {
	background: url(http://www.gateshead.gov.uk/images/structure/1003homesignupbtn.gif) no-repeat 0 0;
}

#mygateshead_login #login_btn a span, #mygateshead_login #reg_btn a span {
	display: none;
}

/* Contact us */

#council_contacts {
	background: #0068aa url(http://www.gateshead.gov.uk/images/structure/1001_home_contactbg.gif) no-repeat top center;
	display: inline;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 302px;
}

#council_contacts h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 10px;
	padding: 0 0 4px;
}

#council_contacts p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px 10px;
}

#council_contacts p a {
	color: #fff;
	text-decoration: underline;
}

#council_contacts p a:hover {
	color: #fff;
	text-decoration: none;
}

#council_contacts span.bottombg, #councillors span.bottombg {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_contactbgbt.gif) no-repeat;
	float: left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 302px;
}

#council_contacts span.bottombg small, #councillors span.bottombg small {
	display: none;
}

#council_contacts1 {
	background: #0068aa url(http://www.gateshead.gov.uk/images/structure/1001_home_contactbg.gif) no-repeat top center;
	display: inline;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 302px;
}

#council_contacts1 h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 10px;
	padding: 0 0 4px;
}

#council_contacts1 p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px 10px;
}

#council_contacts1 p a {
	color: #fff;
	text-decoration: underline;
}

#council_contacts1 p a:hover {
	color: #fff;
	text-decoration: none;
}

#council_contacts1 span.bottombg, #councillors span.bottombg {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_home_contactbgbt.gif) no-repeat;
	float: left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 302px;
}

#council_contacts1 span.bottombg small, #councillors span.bottombg small {
	display: none;
}

/* Councillors */

#councillors {
	background: #0068aa url(http://www.gateshead.gov.uk/images/structure/1001_home_contactbg.gif) no-repeat top center;
	display: inline;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 302px;
}

#councillors p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px 10px;
}

#councillors h2 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 10px;
	padding: 0 0 4px;
}

#councillors p {
	color: #fff;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px 10px;
}

#councillors p a {
	color: #fff;
	text-decoration: underline;
}

#councillors p a:hover {
	color: #fff;
	text-decoration: none;
}

#councillors select {
	border: 1px solid #d3d3d3;
	width: 234px;
	margin: 0 2px 10px 12px;
	padding: 2px;
}

#councillors input[type="button"] {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_form_submitbg.gif) repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding: 3px;
	border: none;
	color: #fff;
	width: auto;
}

#councillors input.submitform {
	background: url(http://www.gateshead.gov.uk/images/structure/1001_form_submitbg.gif) repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding: 3px;
	border: none;
	color: #fff;
	width: auto;
}

#councillors input[type="button"]:hover {
	cursor: pointer;
}

/* Maps */

#gateshead_maps {
	display: inline;
	float: left;
	margin: 0 0 20px;
	padding: 0;
	width: 302px;
}

#gateshead_maps h2 {
	border-bottom: 1px solid #fff;
	font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 10px 10px 10px 0;
	padding: 0 0 4px;
}

#gateshead_maps p {
	float: left;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px 10px 0;
}

#gateshead_maps_txt {
	float: left;
	margin: 0;
	width: 228px;
}

#gateshead_maps_img {
	float: left;
	margin: 0;
	width: 74px;
}

#gateshead_maps p a {
	text-decoration: none;
}

#gateshead_maps p a:hover {
	text-decoration: underline;
}

iframe#ad_homepage {
	/* display this one */
	height: 60px;
	width: 468px;
}

iframe#ad_benefits, iframe#ad_building, iframe#ad_business, iframe#ad_care, iframe#ad_council, iframe#ad_education, iframe#ad_environment, iframe#ad_leisure, iframe#ad_housing, iframe#ad_jobs, iframe#ad_people, iframe#ad_transport {
	/* hide these */
	display: none;
}

/* in an emergency */

#sys_emergencyblock {
	width: 968px;
	height: 399px;
	border: 1px solid #d3d3d3
}

h1#sys_emergencytitle {
	font-size: 2.2em;
	padding: 20px;
	border-bottom: 1px solid #d3d3d3
}

#sys_emergencyblock-right {
	float: right;
	width: 290px;
	margin: 20px
}

#sys_emergencyblock-left {
	float: left;
	width: 610px;
	margin: 20px 0px 20px 20px
}

#sys_emergencyblock P { line-height: 1.5em; font-size: 0.8em;}

