/* 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: #008400 url(css_img/mastbrowngrey.gif) repeat-x left top;
}

/* Mast - snow flake xmas graphic
#azservices .inner {background:transparent url(css_img/councilSnowBG.jpg) bottom right no-repeat;}
*/

/* Mast - The lion seal graphic */
#azservices .inner a#theSeal { position: absolute; top:0; left:23px; background: url(css_img/councilSeal.gif) no-repeat 0px 0px;display: block; width: 106px; height: 113px; }

#azservices ol li {color: #9C9;}

/* Wrapper - wraps entire width */
#wrapper {background: #fff url(css_img/mastshadow.gif) repeat-x left top; border-top: 1px solid #008400; margin-top: 0px;}

.storyImage {float: right;	padding-left: 4px; margin-top: 0.8em;}

#middle .clear {
	border-top: solid 1px #ddd;
}

#navigation ul li ul li {
	background:  #E6F3E5; 
}

#contentrightmenu {
	float: right;
	border: 1px dotted #999;
}

#secondarycontent h4 {
	background: transparent url(css_img/chev_green.gif) no-repeat scroll 0 5px;
	border-bottom: 2px solid #008400;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	margin-bottom: 0px;
}

#rightMenu h4 {
	background: #008400 url(css_img/topCorner_green.gif) no-repeat scroll top right;
	color: #FFF;
	padding: 4px;
	margin-top: 0.8em;
}

#rightMenu ul {
	background: url(css_img/navshadow.gif) repeat-x;
	padding-top: 4px;
	margin-top: -8px;
}

#rightMenu li {
	background: url(css_img/bllt_green.gif) no-repeat scroll 5px 0.5em;
	border-bottom: 1px solid #E5E5E5;
}

#rightMenu  li.nobgdecoration {
	background: none;
}

#rightMenu h4 {
	background: #008400 url(css_img/topCorner_green.gif) no-repeat scroll top right;
	color: #FFF;
	padding: 4px;
	margin-top: 0.8em;
}

#subrightmenu ul {
	background: transparent url(css_img/navshadow.gif) repeat-x scroll top left;
	margin-top: -4px; 
}

#subrightmenumargin ul li {
	background: url(css_img/bllt_green.gif) no-repeat scroll 5px 0.7em;
	border-bottom: 1px solid #D5D5D5;
	padding: 2px 0px 2px 1em;
}

#listOfWards ul li {
	display: inline;
	padding: 0px;
}

/* Councillor div styling */
.memberSummary {
	border: 1px solid #ddd;
	width: 130px;
	float: left;
	margin: 2px;
	padding: 2px;
	text-align: center;
	min-height: 240px;
}

.memberSummary img {
	height: 128px;
	margin: 0px auto;
}

.profileimage {
	float: right;
	padding: 29px 6px 0 0;
}

/* todo - refactor name as no longer yellow! */
#memberprofile .headeryellow {
	background-color: #008400;
}

#memberprofile .headerwhite {
	background-color: #033;
}

.headeryellow {
	color: #FFF;
	font-weight: bold;
	margin: 0 -26px 0 -19px;
	padding: 4px;
}

.headerwhite {
	color: #FFF;
	font-weight: bold;
	margin: 0 -26px 0 -19px;
	padding: 4px;
}

div #memberprofile {
	background-color: #E6F3E5;
	padding: 0 26px 8px 19px;
}

div.memberSearchCriteria form label {
	font-weight: bold;
}

div.memberSearchCriteria select .navmenu{
	margin: 0px;
	padding: 0px;
}

#partyLogo {
	float: right;
	margin: 7px 2px;
}

#virtualBill {
	border: 1px solid #008400;
	padding: 4px;
	background: #E6F3E5;
	margin: 0.85em 0;
}

#virtualBill .clear {
	border-top: none;
}

#virtualBill  .total {
	border-top: 1px solid #008400;
}

#virtualBill div.shiftLeft {
	float: left;
	margin: 0.3em;
}

#virtualBill div.shiftRight {
	text-align: right;
	float: right;
	width: 20%;
	margin: 0.3em;
	background: #FFF;
	font-weight: bold;
}

blockquote {
	border: 1px solid #777;
	background: #008400;
	width: 30%;
	margin: 0 0.75em;
	padding: 0.5em;
	float: right;
	color: #FFF;
}

#jobDocumentsDiv .jobdocpanelLeft {
	width: 25%;
	float: left;
}

#jobDocumentsDiv .jobdocpanelRight {
	width: 73%;
	float: right;
}