/* Follow jadu services site css conventions - should allow easier future updates */
@import url('default.css');

/* ########### FROM STRUCTURE.CSS */

/* Mast - Strip containing site name, search box and A-Z */
/* NCC - add one pixel bottom border */
#azservices {
	background: #03694E url(css_img/mastbrowngrey.gif) repeat-x left top;
}

/* Mast - The lion seal graphic */
#azservices .inner a#theSeal { position: absolute; top:0; left:23px; background: url(css_img/homepageSeal.gif) no-repeat 0px 0px;display: block; width: 106px; height: 113px; }

#azservices ol li {color: #9C9;}

#search fieldset {
	margin: 0px;
	padding: 0px;
}

/* Wrapper - wraps entire width */
#wrapper {background: #fff url(css_img/mastshadow.gif) repeat-x left top; border-top: 1px solid #3D7677; margin-top: 0px;}

.storyImage {float: right;	padding-left: 4px; }

#middle .clear {
	border-top: solid 1px #ddd;
}

a.businessLink, a.businessSubLink {
	color: #3D7677;
}

a.cityLink, a.citySubLink {
	color: #008400;
}

a.learningLink, a.learningSubLink {
	color: #C61B37;
}

a.livingLink, a.livingSubLink {
	color: #ECBD01;
}

a.newportLink, a.newportSubLink {
	color: #ECBD01;
}

a.newportLink, a.newportSubLink {
	color: #019DC2;
}

a.newsLink, a.newsSubLink {
	color: #30639C;
}

a.visitingLink, a.visitingSubLink {
	color: #30639C;
}

#middle h2 {
	border-bottom: 1px solid #000;
}

div.sitemapSection ul {
	margin-top: -0.2em;
}

div.sitemapSection ul {
	background: url(css_img/navshadow.gif) repeat-x;
}

div.sitemapSection ul li {
	background: url(css_img/bllt_green.gif) no-repeat scroll 0px 1em;
	margin-top: 0;
	padding-top: 0.5em;
}

div.sitemapSection ul li ul {
	background: none;
}

div.sitemapSection ul li a {
	
}

div.sitemapSection ul li ul li{
	background: url(css_img/SecondLevelListItem.gif) no-repeat scroll 0.1em 1em;
}

#feedbackForm label {
	display: block;
	padding: 0.3em 0px;
	font-weight: bold;
}


