/*
EMPLOYEE OWNERSHIP ASSOCIATION CSS
By Direct Design
-------------------------------------
July 2010
-------------------------------------
matt@dda.co.uk
mattg@dda.co.uk
keiran@dda.co.uk
neil@dda.co.uk
*/

/*
DEFAULTS
--------------------------------------*/

@charset "UTF-8";

*{
	padding:0;
	margin:0;
}

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;
}

img{
	border: none;
}

p{
	margin-bottom: 1em;
}

td{
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

/*
LINKS
--------------------------------------*/

a{
	color: #6EAB23;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

/*
HEADINGS & TEXT
--------------------------------------*/

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;
}

/*
DOM ELEMENTS (MAIN STRUCTURE)
--------------------------------------*/

/* Container */

#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 */

#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 */

#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 */

#breadcrumbs {
	font-size: 90%;
	color: #003F73;
	margin-bottom: 1em;
}

/* Sidebar - Main right hand sidebar */

#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;/**/
}

/* Main Content - Wide right hand content region */

#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;
}

/* Main Content > Subnav - left hand menu (optional) */

#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;
}

/* Centre Col - Main content region if using 3 column view */

#centreCol {
	padding-left: 160px;
}

/* Footer */

#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;
}

/*
SPECIFIC STYLES
--------------------------------------*/

/* Homepage specific */


#homeBanner {
	background-image: url(/images/homeBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	margin-bottom: 10px;
	height:360px;
	width:705px;
	z-index: 1;
	position:relative;
}
#homeBanner h1 {
	padding-top:20px;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 0.25em;
}
#homeBanner h2 {
	font-weight: normal;
	color: #333;
	margin-bottom: 0.75em;
}
#homeFooter {
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
#homeFooter p{
	margin-right: 60px;
}
#blueButton a {
	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;
	padding-bottom: 0;
	font-size: 15px;
	line-height:42px;
	height: 42px;
	width:420px;
	cursor: hand;
	display:block;
	overflow:hidden;
}

#blueButton a:hover{
	color:#7f9fb9;
	text-decoration:none;
}

.image_bank{
	width:414px;
}

/*#logoStrip {
	position: absolute;
	left: 20px;
	bottom: 20px;
	_bottom:40px;
}
*/

/* Green Box styling */

#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;
}
#mainContent .greenBox.odd {
	background-color: transparent;
	background:none;
}
.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;
}
#mainContent .styledList{
	float:left;
	position:relative;
	/*background-color:#66FFFF;
	#width: 540px;
	margin-left: 200px;*/
}
#mainContent .styledList .greenBox{
	width:270px;
	height:110px;
	padding:0;
	margin:0;
	margin-bottom:12px;
}

#mainContent .styledList .greenBox h2{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#mainContent .styledList .greenBox p{
	padding-left:10px;
	padding-right:10px;
}

.styledList .greenBox .greenMask{
	background-image: url(/images/styledMask.gif);
	width:270px;
	height:110px;
	padding:0;
	margin:0;
}

.greenBox.even{
	margin-left:12px;
}

#mainContent .styledList .greenBox.even{
	margin-left:10px;
}

/* News article */

iframe.newsbox{/*style for Meltwater News box 'legacy'? */
	width:100%;
	height: 20em;
}

.newsTop{
	float:none;
	position:relative;
}
.newsDate{
	font-size: 0.9em;
	font-weight: bold;
	margin:0;
	padding:0;
}
.article img,
.newsArticle img{
	float:left;
	margin: 0 10px 10px 0;
}

/* Contact */

.contactForm{
	width:290px;
	padding-top:10px;
	margin-bottom:10px;
	float:left;
	position:relative;
}
.singleForm{
	padding-bottom:20px;
	margin: 0 auto 10px auto;
	float:none;
}
.contact-details{
	float:right;
	width:210px;
	padding-right:20px;
}

/* Quotes */

.quoteBox{
	padding:10px;
	background: #E1EED2;
	margin-bottom:4px;
	padding-bottom:5px;
	border-top:1px dotted #A8CD7B;
	border-bottom:1px dotted #A8CD7B;
}

.quoteBox.odd{
	background:#F7FbF4;
}

.quote p{
	color:#333;
}

.quoteBox .signOff{
	text-align:right;
	font-weight:bold;
	color:#6EAB23;
	padding-bottom:0;
	margin-bottom:0;
}

/* News */

.newsListings{
	padding:10px;
	margin:0;
	background: #E1EED2;
	margin-bottom:4px;
	padding-bottom:5px;
	padding-top:2px;
	border-top:1px dotted #A8CD7B;
	border-bottom:1px dotted #A8CD7B;
}

.newsListings p.newsDate,
.newsListings.odd p.newsDate,
.newsListings.even p.newsDate{
	color:#333;
	display:block;
	position:relative;
	margin-bottom:0;
	padding-bottom:0;
	text-align:right;
}

.newsListings h3{
	margin-top:0;
}

.newsListings.odd{
	background:#F7FbF4;
	margin-left:0;
}


/*
FORMS
--------------------------------------*/

input.textBox{
	width:100%;
	border:none;
	background:url(/images/inputBG.gif) left top no-repeat;
	height: 23px;
	padding: 2px 5px 2px;
	margin-bottom:0px;
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
input.textBox#id_email{
}
textarea{
	border:2px solid #BEDF94;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	width:100%;
}

/*input.checkbox{
	width: auto;
	float:left;
	margin-right: 0.5em;
	margin-top: -0.25em;
	margin-bottom: -0.25em;
}
*/
/*
span.inputSpan{
	margin: 0;
	height: 23px;
	display:block;
	position:relative;
	padding-right: 15px;
	#padding-right:0;
	margin-top:-1px;
	#margin-top:0;
}*/
span.inputSpan{
	position:relative;
	/*#position:inherit;
	_position:relative;*/
	min-height:23px;
	height:auto!important;
	height:23px;
	display:block;
	padding-right: 15px;
	#padding-right:0;
	margin-top:-1px;
	#margin-top:0;
}
form#signupForm div.formRow{/*width adjust for signup Form input components*/
	width: 77%;
	#width: 71%;
	float:left;
}
div.formRow{
}
span.inputAfter{
	margin:0;
	width:5px;
	height: 23px;
	position:absolute;
	display:block;
	top:1px;
	#top:2px;
	right:1px;
	#right:0px;
	_right:-1px;
	background-image: url(../images/fieldRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

label{
	padding-right: 0.5em;
}

.error{
	background:#FFCCCC;
	color:#FF0000;
	border:1px solid #FF0000;
	display:block;
	padding:5px;
	margin: 3px auto;
}

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:-3px 0px 0 3px;
	#margin-top:0px;
	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*/
}
form#signupForm span.button{
	margin-top:0px;
	#margin-top:2px;
}
div.contactForm span.button{
	position:absolute;
	bottom:-30px;
	margin-left:0;
}
#signupForm .label{
	display:none;
}

/*
HELPERS
--------------------------------------*/

.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;
}
.small{
	font-size: 0.8em;
}

.hidden{
	display:none;
}

.right20{
	margin-right:18px;
}

div.on{
	border-top: solid 1px #6EAB23;
}

