/* 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: #30639C url(css_img/mastbrowngrey.gif) repeat-x left top;
}
/* Mast - snow flake xmas graphic 
#azservices .inner {background:transparent url(css_img/newsSnowBG.jpg) bottom right no-repeat;}
*/

/* Mast - The lion seal graphic */
#azservices .inner a#theSeal { position: absolute; top:0; left:23px; background: url(css_img/newsSeal.gif) no-repeat 0px 0px;display: block; width: 106px; height: 113px; }

#azservices ol li {color: #AAC7E6;}

/* Wrapper - wraps entire width */
#wrapper {background: #fff url(css_img/mastshadow.gif) repeat-x left top; border-top: 1px solid #30639C; 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:  #EAEFF5; 
}

#secondarycontent h4 {
	background: transparent url(css_img/chev_blue.gif) no-repeat scroll 0 5px;
	border-bottom: 2px solid #30639C;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	margin-bottom: 0px;
}

#rightMenu h4 {
	background: #30639C url(css_img/topCorner_navy.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;
}

#subrightmenu ul, #cuttings ul {
	background: transparent url(css_img/navshadow.gif) repeat-x scroll top left;
	margin-top: -4px; 
}

#subrightmenumargin ul li, #cuttings 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;
}

/* News items ... */
.newsitem {
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
	margin: 2px 5px 2px 5px;
	padding: 5px;
	background-color: #FFF;
}

.newsitemtitle {
	width: 98%;
	float: left;
	position: relative;
	padding: 2px;
	/* background-color: #c9dede; */
	background-color: #EAEFF5;
}

.newsitemcontent {
	float: left;
	position: relative;
	padding: 2px;
}

.newsitemcontent img {
	float: left;
	position: relative;
	margin: 4px 4px 0px 0px;
}

#middle p.left {
	float: left;
	width: 46%;
}

#middle p.right {
	float: right;
	width: 46%;
}

.clearnews {
	clear: both;
}

blockquote {
	border: 1px solid #777;
	background: #30639C;
	width: 30%;
	margin: 0 0.75em;
	padding: 0.5em;
	float: right;
	color: #FFF;
}
