  @charset "UTF-8";
*{
	padding:0;
	margin:0;
}
a{
	color: #6EAB23;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
body  {
	font: 85% Arial, Helvetica, sans-serif;
	background: #6EAB23;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
/*------------------*/
span.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:22px;
	text-decoration:none;
	color:#FFF;
	font-style:normal;
	margin:-2px 0px 0 3px;
	vertical-align:middle;
	padding-left: 3px;	
	
    padding-top:0px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}

span.button, span.button button{
    background-image:url(../images/formButton.gif);
}

span.button button{
	
	white-space:nowrap;
	cursor:pointer;
    color:#FFF;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:22px;
	padding:0 3px 0 0;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:5px;
	_margin-right:0px;	
	_display:block;
	_top:0;
	_right:-5px;
}

span.button button{
   line-height:1.5;/*Opera need this*/
}
@media screen and (-webkit-min-device-pixel-ratio:0){/*SAFARI ONLY CSS*/
	span.button{
	}
	
	span.button button{
		margin-right:-3px;
		padding-right: 5px;
	}
}

span.button button{
	padding-top:0px;
	line-height:1.5;/*Opera need this*/
}
span.inputSpan{
	margin: 0;
	height: 23px;
	display:block;
	position:relative;
	padding-right: 15px;
	#padding-right:0;
	margin-top:-1px;
	#margin-top:0;
}
span.inputAfter{
	width:5px;
	height: 23px;
	position:absolute;
	display:block;
	top:0px;
	#top:1px;
	right:1px;
	#right:0px;
	_right:-1px;
	background-image: url(../images/fieldRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*------------------*/
h1,h2,h3,h4{
	color: #003F73;
	margin-top: 1em;
}
h1 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.4em;
}
#centreCol h3{
	padding-bottom: 0.25em;
}
img{
	border: none;
}
input{
	width:100%;
	border:none;
	background:url(../images/inputBG.gif) left top no-repeat;
	background-repeat:no-repeat;
	height: 23px;
	padding: 4px 5px 1px;
	margin-bottom:1px;
}
input.normal {
	width: auto;
	height: auto;
}
.button {
	width:auto;
	height: auto;
	border-top: 1px solid #96d1f8; 
	background: #236FAA; 
/*	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)); 
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);*/
	padding:0.15em 10px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 11px; 
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; 
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0; 
	box-shadow: rgba(0,0,0,1) 0 1px 0; 
	text-shadow: rgba(0,0,0,.4) 0 1px 0; 
	color: white;
	text-decoration: none; 
	vertical-align: middle; 
} 
.button:hover { 
	background: #1F6397; 
} 
.button:active { 
	background: #287FC2;
}

p{
	margin-bottom: 1em;
}
td{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
	padding-right: 0.25em;
}
#container { 
	width: 930px;  
	#width: 970px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px;
	padding-top: 0;
} 
#header {
	background-image: url(../images/headBanner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 140px;
	#height: 160px;
	padding-top: 20px;
	margin-right: -10px;
} 
#header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo{
	margin-top: 14px;
}
#strapline{
	margin-top: 60px;
	margin-left:15px;
}
#nav{
	background-color: #6EAB23;
	color: #fff;
	background-image: url(../images/navRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 1em;
	position: relative;
}
#nav ul {
	background-image: url(../images/navLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px 14px;
	list-style-type: none;
	#height: 17px;
	position:relative;
	z-index:1000;
}
#nav li {
	padding-left: 1em;
	display: inline;
	_display: block;
	_float: left;
	margin-right: 1em;
	background-image: url(../images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position:relative;
}
#nav li.selected {
}
#nav li.last {
	position: absolute;
	right: 0px;
	_right: 10px;
	white-space:nowrap;
}
#nav a{
	color: #fff;
}
#nav ul li ul {
	display:none;
}

#nav ul li ul li {
	display:block;
	padding: 0.5em 0em 0em 0;
	background-color:#6EAB23;/**/
	background-image:none;
	font-size:0.9em;
	_float:none;
}
#nav ul li ul li.last{
	position:relative;
	right:auto;
	background-image:url(../images/subMenuRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	padding-bottom:0.75em;
	_padding-bottom: 1.25em;
}
#nav ul li ul li a,#nav ul li.selected ul li a {
	padding: 0em 1em;
	display:block;
	background-image: url(../images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;/**/
	_margin: 0;
	_line-height: 1;
	_float:none;
	_margin-top: -0.5em;
	_margin-bottom: -0.5em;
}
#nav ul li ul li a:hover,#nav ul li.selected ul li a:hover {
}
#nav ul li.selected ul li.selected a {
}

#nav ul li:hover ul,#nav ul li.over ul {
	padding: 0 0 0 0.5em;
	display:block;
	position:absolute;
	background-image:url(../images/subMenuLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	left:-0.5em;
	top: 1.2em;
	#top: 1.4em;
	_top: 1.7em;/**/
	white-space:nowrap;
	overflow:visible;
	z-index: 100;
	height:auto;
}
#nav ul li.last:hover ul,#nav ul li.last.over ul {
	left:auto;
	right:-1.5em;
	#left: -0.5em;
	#right: auto;
	#top: 1.0em;/**/
	#padding-top: 0.5em;
}
#nav ul li.over ul li {
	#display: list-item;
	#position: relative;
	#height: 1.4em;
	#margin-bottom: -0.1em;
}
#breadcrumbs {
	font-size: 90%;
	color: #003F73;
	margin-bottom: 1em;
}
#homeBanner {
	background-image: url(../images/headlineHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	margin-bottom: 1em;
	overflow: hidden;
	/*_height: 275px;*/
	z-index: 1;
}
#homeBanner h1 {
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 0.25em;
}
#homeBanner h2 {
	font-weight: normal;
	color: #333;
	margin-bottom: 0.75em;
}
#homeFooter {
	background-image: url(../images/headlineFooter.jpg);
	background-position: left bottom;
	/*height: 210px;*/
	background-repeat: no-repeat;
	padding-right: 200px;
	padding-bottom: 80px;
	padding-left: 20px;
	position: relative;
	zoom: 1;
}
#homeFooter p{
	margin-right: 60px;
}
#blueButton {
	background-color: #003F73;
	background-image: url(../images/blue_endArrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 19px;
	margin-left: -19px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	font-size: 110%;
	height: 1.4em;
	#height: 2.8em;
	margin-right: 100px;
	cursor: hand;
	display:block;
	overflow:hidden;
}
#blueButton a{
	color: #fff;
}
#logoStrip {
	position: absolute;
	left: 20px;
	bottom: 20px;
	_bottom:40px;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	color: #003F73;
	font-size: 90%;
	margin-bottom: 5em;
	#margin-bottom: 7em;
	position: relative;
	z-index:10;
}
#sidebar h3,#subNav h3{
	border-top: solid 1px #6EAB23;
	padding-top: 1em;
}
#sidebar #signupForm{
	margin-top: 0.6em;/**/
	margin-bottom: 0.6em;/**/
}
#mainContent {
	padding: 0 220px 20px 0; 
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	#padding-bottom: 200px;
	_padding-bottom:20px;
	position:relative;
	z-index:1;
	font-size:0.9em;
} 
.leftPad{/* padding for inclusion of left sub navigation, if it exists*/
	padding-left: 170px;
}
#mainContent ul {
	list-style-type: none;
	margin-bottom: 0.7em;
}
#mainContent li {
	padding-left: 1em;
	margin-right: 1em;
	background-image: url(../images/bullet-1green.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin-bottom: 0.35em;
}
#subNav {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	/*font-size: 90%;*/
}
#subNav ul {
	list-style-type: none;
}
#subNav li {
	padding-left: 1em;
	margin-right: 1em;
	background-image: url(../images/bullet-3green.gif);
	background-repeat: no-repeat;
	background-position: left 0.45em;
	line-height: 1.5em;
	margin-bottom: 0.35em;
}
#centreCol {
	padding-left: 160px;
}
#mainContent .greenBox {
	width: 146px;
	#width: 344px;
	float: left;
	padding-top: 14px;
	padding-right: 185px;
	padding-left: 14px;
	margin-bottom: 18px;
	height: 133px;
	#height: 145px;
	overflow: hidden;
	position: relative;
	font-size: 90%;
	cursor: pointer;
}
.greenBox h2 {
	margin-bottom: 0.25em;
	font-size: 1.2em;
	margin-top: 0px;
}
.greenBox img{
	position: absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.greenBox .greenMask {
	display:block;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/frontPageMask.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index:100;
	_width: 344px;
}
#footer {
	border-top: #6EAB23 solid 1px;
	color: #003F73;
} 
#footer a{
	font-weight: normal;
	color: #003F73;
}
#footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p.fltrt{
	text-transform:lowercase;
}
.right20{
	margin-right:18px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.absrt{/* this class to be used to absolutely position a div/span to the right of its parent div ### MAKE SURE PARENT IS POSITIONED RELATIVELY ### */
	position:absolute;
	display: block;
	right: 0;	
	#right:410px;
	top:0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft{
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearright{
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.rewt{
	z-index:10000;
}
iframe.newsbox{/*style for Meltwater News box 'legacy'? */
	width:100%;
	height: 20em;
}
.small{
	font-size: 0.8em;
}
.newsTop{
	float:none;
	position:relative;
}
.newsDate{
	font-size: 0.9em;
	font-weight: bold;
	margin:0;
	padding:0;
}
.hidden{
	display:none;
}
div.on{
	border-top: solid 1px #6EAB23;
}
/*--------- FORM STYLES ----------*/
input.checkbox{
	width: auto;
	float:left;
	margin-right: 0.5em;
	margin-top: -0.25em;
	margin-bottom: -0.25em;
}
label{
	padding-right: 0.5em;
}
/*------- END FORM STYLES --------*/
