/*Accessibility considerations from the Good People at Standard Ease - www.standardease.co.uk*/

/* The file below is read by ALL browsers
	but the hacks contained within it further target 
	IE6 and 7 for Windows. See file for details. */
@import url('ie6win.css');
@import url('ie7win.css');
/* -- Generic Initiation items not covered in "undothml.css" -- */
body
{
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;    
	background-color: #D7D6D5;
	color:#323232;
}

h1, h2, h3, h4, h5, h6, p
{
	position: relative;
}

.reveal h1, h2, h3, h4, h5, h6, p
{
	position: static;
}

u
{
	text-decoration: none;
}
legend
{
	display: none;
}

.invisible
{
	display: none;
}
.hide
{
	position: absolute;
	top: -9999px;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.clearBoth
{
	clear: both;
}
/*	Clearfix method for floated elements	*/
.clearFix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*	IE7 hack */
.clearFix
{
	display: inline-block;
}
.clearFix
{
	display: block;
}
/*	Clear floats on a background */
.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}
/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html */
.replace
{
	position: relative;
	margin: 0px;
	padding: 0px; /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /* */
}
.replace span
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /*for Opera 5 and 6*/
}
/*Example HTML - all elements that require replacement use the .replace class then
set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span
{ 
	width:300px;
	height:100px; 
	background-image: url(head.png); 
} 
*/
/* begin normal CCS*/

#container
{
    background-color: #fff;
    width: 964px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0px;
    padding-top: 7px;
    padding-bottom: 7px;

}

#branding
{
    background-color: #fff;
    width: 950px;
    background-image: url(../../Images/Common/brandingBG.jpg);
    background-repeat: no-repeat;
    height: 200px;
    margin:  0 7px 24px 7px;
    position: relative;
    
}

#primaryNavigation
{
    position: relative;
}

#primaryNavigation ul,
#primaryNavigation a, 
#primaryNavigation a span
{
	background-image:url(../../Images/Common/primaryNavigation.gif);
	outline: none;	
}


#primaryNavigation ul
{
    width: 472px;
	height: 16px;
	position: absolute;
	top: 129px;
	left: 16px;
	background-repeat:no-repeat;
	list-style-type:none;
	margin-left: 0;
	margin-bottom: 0;
}

#primaryNavigation ul li
{
    float:left;
}

#primaryNavigation ul li a
{
	display: block;
	cursor:pointer;
}



/*section 01 Home*/

#navHome, 
#navHome span
{
	width:45px;  
	height:16px; 
	background-repeat:no-repeat;
	background-position: 0 -16px;
}

#navHome span:hover,
li.ieHover #navHome span,
body.sectionHome #navHome span,
#navHome:focus span,
#navHome:active span
{
	background-position: 0 0;
}

/*section 02 About Us*/

#navAboutUs, 
#navAboutUs span
{
	width:81px;  
	height:16px; 
	background-repeat:no-repeat;
	background-position: -45px -16px;
}

#navAboutUs span:hover,
li.ieHover #navAboutUs span,
body.sectionAboutUs #navAboutUs span,
#navAboutUs:focus span,
#navAboutUs:active span
{
	background-position: -45px 0 ;
}

/*section 03 About Us*/

#navOurPeople, 
#navOurPeople span
{
	width:90px;  
	height:16px; 
	background-repeat:no-repeat;
	background-position: -126px -16px;
}

#navOurPeople span:hover,
li.ieHover #navOurPeople span,
body.sectionOurPeople #navOurPeople span,
#navOurPeople:focus span,
#navOurPeople:active span
{
	background-position: -126px 0 ;
}

/*section 04 Services*/

#navServices, 
#navServices span
{
	width:72px;  
	height:16px; 
	background-repeat:no-repeat;
	background-position: -216px -16px;
}

#navServices span:hover,
li.ieHover #navServices span,
body.sectionServices #navServices span,
#navServices:focus span,
#navServices:active span
{
	background-position: -216px 0 ;
}

/*section 05 News and Views*/

#navNewsAndViews, 
#navNewsAndViews span
{
	width:122px;  
	height:16px; 
	background-repeat:no-repeat;
	background-position: -288px -16px;
}

#navNewsAndViews span:hover,
li.ieHover #navNewsAndViews span,
body.sectionNewsAndViews #navNewsAndViews span,
#navNewsAndViews:focus span,
#navNewsAndViews:active span
{
	background-position: -288px 0 ;
}

/*section 06 Careers*/

#navCareers, 
#navCareers span
{
	width:62px;  
	height:16px; 
	background-repeat:no-repeat;
	background-position: -410px -16px;
}

#navCareers span:hover,
li.ieHover #navCareers span,
body.sectionCareers #navCareers span,
#navCareers:focus span,
#navCareers:active span
{
	background-position: -410px 0 ;
}

#content
{
    margin: 0 22px 0 22px;

}

#primaryContent
{
    min-height: 460px;
}

#siteInformation
{
    margin:  0 7px 0 7px;
}

#skipLinks

{
	position: absolute;
	left: 0;
	text-indent: -9999em;
	font-size: 1.33em;
}

#skipLinks ul
{
	list-style-type:none;
	margin: 0;
}

#skipLinks a:focus
{
	position:absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	width: 150px;
	padding: 10px;
	margin: 10px;
	z-index: 100;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	background-color:#5A6C34;
	border: 1px solid #fff;
	padding:10px;
	color:#fff;
	/*non standard*/
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	outline: none;
}


/*basic typography*/
h1
{
    font-size: 1.5em;
    color: #55672D;
}

p.teaser
{
    font-size: 4.0em;
    margin: -10px 0 40px -0.05em;
}

p
{
    font-size: 1.33em;
    line-height: 1.42em;
    margin: 0 0 2.3em 0;
}

ul.genericList
{
    font-size: 1.33em;
    list-style-type:disc;
    list-style-position:inside;
    line-height:1.42em;
    margin: 0 0 2.3em 0;
}

h2
{
    color: #000;
    font-size: 1.6em;
    margin: 0.4em 0 0.8em 0;
}

h3.position
{
    font-size: 1.6em;
    font-style:italic;
    color:#5A6C34;
    margin: -0.6em 0 1.6em 0;
}

/*basic generic item - a basic box*/
.genericItem
{
   
}

.genericItem .genericImage
{
    float: left;
    margin: 0 1.6em 0.8em 0;
    border: 1px solid #D7D6D5;
    padding: 8px;
}

.last .genericImage
{
    margin: 0;
}

.column
{
    width: 48%;
}

.genericItem .column
{
    float: left;
}

.genericItem .last
{
    float: right;
}

/*site information*/

.genericContact
{
    background-color: #73B31A;
    float: left;
    padding:15px;
    width:443px;
}

#siteInformation .genericContact p,
#siteInformation .genericContact h3,
#siteInformation .genericContact address
{
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    color: #fff;
}

#siteInformation .genericContact address,
#siteInformation .genericContact h3
{
    display: inline;
}

#siteInformation .genericContact h3,
#siteInformation .genericContact p span
{
    color: #241812;
    font-weight: normal;
}

#siteInformation .genericContact p.telephony
{
    padding-top: 1.8em;
    margin-bottom: 0.8em;
}

#siteInformation .genericContact p a
{
    color: #fff;
}

#siteInformation .genericContact a:hover,
#siteInformation .genericContact a:focus
{
    background-color: #fff;
    color:#73B31A;
}

/*company information*/
#companyInformation
{
    position: relative;
}

#companyInformation img
{
    position: absolute;
    bottom: 7px;
    right: 3px;
}

#companyInformation p
{
    padding: 15px;
    margin: 0;
    font-size: 1.1em;
}

#companyInformation p,
#companyInformation a
{
    color: #000;
}

/* services page specific*/
#pageServices .column h2
{
    color:#5A6C34;
    font-size:1.6em;
    margin:-0.6em 0 0.4em;   
}

/*news and views page specific*/
#pageNewsAndViews .column h2
{
    color:#5A6C34;
    font-size:1.6em;
    margin:0em 0 0.4em;   
}

/*home page specific*/
#pageHome #primaryColumn
{
    width: 684px;
    background-image: url(../../Images/PageSpecific/Home/homePageBackground-crocus.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 481px;
    margin-top: -25px;
    padding-top: 25px;
}

#pageHome #primaryColumn p
{
    width: 450px;
    font-size: 1.4em;
}

#pageHome #secondaryColumn
{
    width: 218px;
    margin-top: -25px;
    padding-top: 25px;
}

#pageHome #primaryColumn .teaser
{
    font-size: 4em;
    margin-bottom: 70px;
}

#pageHome .column h2
{
    color:#5A6C34;
    font-size:1.6em;
    margin:-0.6em 0 0.4em;   
}

#pageHome #secondaryColumn p
{
    font-size: 1.1em;
}

#pageHome #secondaryColumn h3
{
    font-size: 1.1em;
    color: #7FC41E;
}

a.iconLink
{
    color: #FF3300;
    text-decoration: none;
    background-image: url(../../Images/Icons/iconArrow.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
}

a.iconLink:hover,
a.iconLink:focus
{
    text-decoration: underline;
}

/*add extra home link with jQuery*/
#iconHomeLinkClone
{
    width: 189px;
    height: 70px;
    display:block;
    position: absolute;
    top: 21px;
    left: 9px;
    text-indent: -9999em;
    overflow:hidden;
}

#tooltip{
	position:absolute;
	background-color:#5A6C34;
	border: 1px solid #fff;
	padding:3px 5px;
	color:#fff;
	display:none;
	/*non standard*/
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	}
	

/*blockquote*/
blockquote
{
    font-size: 1.8em;
    font-style: italic;
    background-image: url(../../Images/Icons/iconQuote.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    padding-right: 34px;
}

/*careers page specific*/
#pageCareers .column h2
{
    color:#5A6C34;
    font-size:1.6em;
    margin:-0.6em 0 0.4em;   
}

.applicationform
{
	width: 100%;
}

table.applicationform td
{
	font-size: 1.33em;
}

.applicationform .dropdown
{
	float: right;
	width: 175px;	
}
.applicationform .textbox
{
	float: right;
	width: 250px;
}
.applicationform .mtextbox
{
	width: 248px;
	float: right;
	height: 60px;
}
table.applicationform th
{
	font-size: 1.33em;
	text-align: left;
}

