/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    font-family:Verdana;
    font-size:10px;
    color:#666666;
    background:#6c9b25;
    line-height:17px;
}

a
{
    text-decoration:none;
    color:#7e7e7e;
    outline:0;
}

a:hover
{
    text-decoration:none;
    color:#90be4c;
}

img
{
    border:0px;
}

p
{
    margin:5px 0 15px 0;
}

h2, h3
{
    font-family: Myriad Pro, Droid Sans, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color:#003570;
}

/*colours*/

.green
{
    color:#77aa2d;
}

.dark-green
{
    color:#446217;
	font-size:11px;
	margin-bottom:3px;
}

.blue
{
    color:#003570;
}


		/*---------------------layout--------------------*/
#header-wrapper
{
    float:left;
    width:100%;
    height:20px;
    background:url(images/header-strip.jpg) repeat-x;
}

#content-wrapper
{
    float:left;
    width:100%;
    min-height:520px;
    height:auto !important;
    height:520px;
    background:#fff;
}

#footer-wrapper
{
    clear:both;
    width:100%;
    height:216px;
    background:url(images/footer-bg.jpg) repeat-x;
}

.container 
{
    width:860px;
    margin:0 auto;
    height:auto;
}

#language 
{
    width: 200px;
    height: 80px;
    float: right;
    background: url(images/language.png) bottom center no-repeat;
    margin: -80px 0 -15px 0;
    padding: 35px 0 0 0;
}

#language select 
{
    border: 1px solid #e6e6e6;
    width: 145px;
    height: 20px;
    margin: 10px 0 0 0;
    font-family: Verdana, Sans-Serif;
    font-size: 10px;
    color: #6a9728;
    line-height: 20px;
}

		/*----------------------nav-----------------------*/
        
.nav
{
    float:left;
    width:200px;
    padding-top:3px;
}

.nav img
{
    float:left;
    padding:2px 0 3px 0;
}

.subnav
{
    float:left;
    width:180px;
    margin:0;
    padding:5px 0 14px 20px;
}

.subnav li
{
    float:left;
    width:180px;
    line-height:16px;
}

.subnav li a
{
    color:#7e7e7e;
    width:180px;
    display:block;
}

.subnav li:hover,
.subnav li.current,
.subnav li a:hover,
.subnav li a.current
{
    color:#90be4c;
    text-decoration:none;
}

		/*---------------------content--------------------*/

#logo
{
    width:860px;
    text-align:center;
    margin:27px auto 13px auto;
}

#content-left
{
    float:left;
    width:200px;
}

#content-right
{
    float:right;
    width:640px;
    padding-bottom:20px;
}

#content-right-leftcol
{
    float:left;
    width:423px;
}



#content-right-leftcol a
{
    color:#90be4c;
    text-decoration:none;

}

#content-right-leftcol a:hover
{
    color:#90be4c;
    text-decoration:underline;
}

#content-right-rightcol
{
    float:right;
    width:202px;
}
.case-studies
{
    float:left;
    width:199px;
    margin-bottom:15px;
}

.case-studies-image
{
    float:left;
    width:42px;
    height:42px;
    border:solid 1px #07467c;
}

.case-studies-text
{
    float:right;
    width:110px;
    padding-right:35px;
    color:#003570;
    line-height:12px;
}

.case-studies-text a
{
    float:left;
    margin-top:8px;
    color:#7e7e7e;
}

.case-studies-text a:hover,
.case-studies-text a.current
{
    color:#90be4c;
}

.case-study-title
{
    float:left;
    margin-bottom:10px;
    font-size:13px;
    color:#003570;
}

.news-archive
{
    float:left;
    width:180px;
    margin:0;
    padding:5px 0 14px 15px;
}

.news-archive li
{
    float:left;
    width:180px;
    line-height:16px;
}

.news-archive li a
{
    color:#7e7e7e;
    width:180px;
    display:block;
}

.news-archive li:hover,
.news-archive li.current,
.news-archive li a:hover,
.news-archive li a.current
{
    color:#90be4c;
    text-decoration:none;
}

.news
{
    float:left;
    width:419px;
    margin-bottom:15px;
}

.news-image
{
    float:left;
    width:77px;

}

.news-image img
{
        border:solid 1px #07467c!important;
}

.news-text
{
    float:right;
    width:330px;
    line-height:16px;
}

.news-title
{
    float:left;
    width:330px;
    font-size:13px;
    color:#003570;
    font-weight: bold;
}

.news-date
{
    float:left;
    width:330px;
    color:#90be4c;
    margin-bottom:5px;
}

.news-nav
{
    float:left;
    width:637px;
    text-align:center;
}

.news-nav a
{
    color:#7e7e7e;
    margin:0 2px;
}

.news-nav a:hover,
.news-nav a.current
{
    color:#8fbe4c;
}

#form
{
    width:420px;
}

.td1
{
    width:60px;
    text-align:right;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align:top;
}

.td2
{
    width:340px;
    padding-bottom:5px;
}

.td3
{
    width:20px;
    vertical-align:top;
    padding-bottom:5px;
}

.textbox
{
    width:330px;
    height:15px;
    padding:5px 5px;
    border:1px solid #003570;
}

textarea
{
    font-family:Verdana;
    overflow:auto;
}

.item3 {
    float:left;
    display:block;    
    height: 15px;  
    width: 15px;
    margin-right:5px;
    background:url(images/slide-off.jpg);  
}  
   
.item3selected
{
    background:url(images/slide-on.jpg); 
} 
.imgborder
{
    border:1px solid #003570;
    clear: both;
}

#login-form
{
    float:left;
    width:363px;
    margin:10px 0;
    padding:0 30px;
}

#login-form td
{
    height:19px;
}

.lb1
{
    text-align:right;
    padding-right:10px;
}

.lb2
{
    width:204px;
}

.lb3
{
    vertical-align:top;
    color:#8ebd4b;
}


#login-form input
{
    border:1px solid #01356f;
    padding:2px;
    margin-bottom:5px;
    width:200px;
    height:15px;
}

#login-link
{
    float:left;
    width:423px;
    text-align:center;
    color:#8ebd4b;
}

#login-link a
{
    color:#8ebd4b;
    text-decoration:underline;
}

		/*---------------------footer---------------------*/

#footer-top
{
    clear:both;
    width:863px;
    color:#fff;
    padding:18px 0 0 0;
}

.footer-box
{
    float:left;
    width:200px;
    margin-right:20px;
    min-height:160px;
    height:auto !important;
    height:160px;
}

.footer-box a {
    color: #003570;
}
.footer-box a:hover {
    color: #fff;
}

.footer-list
{
    margin:0;
    padding:5px 0;
    list-style-type:circle;
}

.footer-list li
{
    line-height:17px;
}

.footer-list li a
{
    color:#fff;
}

.footer-list li a:hover
{
    color:#7e7e7e;
}

#footer-bottom
{
    width:860px;
    color:#395213;
    text-align:center;
}

.footer-bottom-text
{
    display:block;
    padding:13px 0 16px 0;
}

#footer-bottom a
{
    color:#395213;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/** Logo additions **/
#logo a img.logo-main {
    margin-left: 90px;
}
#logo div
{}
#logo-groups {
    float: left;
    width: 200px;
    text-align: left;
    margin-top:20px;
}
#logo div#logo-groups a img.logo-parsons-group {
    margin-bottom: 10px;
}
#logo div#logo-groups a img.logo-rapid-water {
    
}
#logo div#logo-groups a img.logo-doyle {
    
}

#caseStudyDetails p {
    font-weight: bold;
}

p.pdf-download img
{
    float: left;
    margin-right: 15px;
}
p.pdf-download 
{
    line-height: 48px;
}

.pager-options 
{
    clear: both;
    text-align: center;
}