/*
    screen-modern.css: MODERN BROWSER (v5+) SCREEN
    ------------
    Job:			D.Wardle (Plant) Limited
    Produced by:		Richard Thomas @ Mando Group
    Start date:			11/12/2006
    ------------
    COLOUR SPEC:
    Blue:				#213975
    Yellow:				#FED130
    Dark Yellow:			#8C814A
    ------------
    TOC:
    1.	type selectors
    2.	structural
    3.	navigation
    4.	forms
    5.  tables
    6.	hacks
*/

/* =1. type selectors */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	text-transform: uppercase;
	letter-spacing: -0.2px;
	color: #FBD12E;
	font-family: Impact, Arial, Helvetica, Geneva, sans-serif;
	font-size: 2.7em;
	font-weight: normal;
	margin-bottom: 9px;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font: 1.5em/19px Impact, Arial, Helvetica, Geneva, sans-serif;
	color: #213975;
	padding-bottom: 8px;
	padding-top: 5px;
}

h3 {
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: -0.01em;
	font: bold 1em/14px Impact, Arial, Helvetica, Geneva, sans-serif;
	color: #213975;
	margin-bottom: 2px;
}
acronym
	{
	border-bottom: 1px dotted #213975;
	}
.list_page h3 {
	margin-bottom: 3px;
	margin-top: 3px;
}

h3 a {
	color: #213975;
	font-weight: bold;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

p {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 16px;
	padding: 0px;
	text-align: left;
}

p strong {
	font-weight: bold;
	line-height: 17px;
}

.content a:link, .list_page a:link, .download_container a:link {
	color: #263A75;
}

.content a:hover, .list_page a:hover, .download_container a:hover {
	color: #675F36;
}

.list_page p {
	color: black;
}

.download_box p {
	color: #9F9254;
}

p.dwnld_print a:hover {
	color: white;
}

p.dwnld_print a {
	color: #FBD12E;
	background: #9F9254;
	text-transform: uppercase;
	text-decoration: none;
}

.date {
	color: #A0A8BE;
	font-size: 1em;
	line-height: 16px;
}

#sec_nav_container p {
	background: url(../images/sec_nav_footer.gif) no-repeat left bottom;
	margin-bottom: 0px;
	height: 30px;
}

#news_section p {
	color: #8C814A;
	font-size: 1em;
	line-height: 12px;
}

.information_access p {
	color: #8C814A;
	font-size: 1em;

}

.black {
	color: #000000;
}

.welcome_box a:link {
	color: #FED130;
}
.welcome_box h2 {
	background: url(/_common/images/welcome.gif) no-repeat 0 0;
	height:1.57em;

}
.welcome_box h2 span {
	position:absolute;
	left:-10000px;
}
.welcome_box a:hover {
	color: #4E4729;
}

p.dwnld_print {
	color: #000000;
	background: #9F9254;
	padding: 12px;
	text-transform: uppercase;
}

/* =2. structural */

body {
	font-size: 76%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: white;
}

#container {
	width: 765px;
	float: left;
	text-align: left;
	background-color: #ffffff;
	clear:both;
}

#header {
	margin: 0 auto;
	height: 25px;
	background: #ffffff url(../images/bg.gif) repeat-x;
}

#hero 
{
	position: relative;
	width: 726px;
	height: 272px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#hero img 
{
	position: absolute;
}

#hero h1 {
	text-indent: -10000em;
}
#sub_hero {
	position: relative;
	}
#sub_hero p.logout, #sub_hero p.login {
	position:absolute;
	right:45px;
	top:70px;
	}

#sub_hero a#home-link 
{
	position: absolute;
	width: 340px;
	height: 100px;
	left: 38px;
	display: block;
	z-index: 10;
	
}

p.logout a {
	background:url(/_common/images/logout.gif) no-repeat 0 0;
	height:19px;
	width:56px;
	display:block;
}
p.login a {
	background:url(/_common/images/login.gif) no-repeat 0 0;
	height:19px;
	width:56px;
	display:block;
}
p.logout a span, p.login a span {
	position: absolute;
	left: -5000px;
	}
#news_section {
	width: 175px;
	padding: 8px 0 0 0;
	float: left;
}


#footer {
	margin: 0 auto;
	padding: 9px 0px 13px 20px;
	clear: left;
	height: 12px;
	text-align: left;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat;
}

#footer a:hover {
	color: #ffffff;
	background-color: #2F374F;
}

.content, .list_page, .downloads {
	margin-top: -4px;
	margin-left: -6px;
	width: 475px;
	padding-left: 30px;
	float: left;
	background: url(../images/content_header_bg.jpg) no-repeat left top;
	margin-bottom: 20px;
}

.download_container {
	
}

.welcome_box a:hover {
	color: #EBD887;
}

.list_page hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.download_list 
{
	margin-top: 10px;
	padding: 5px;
	list-style: none;
}

.download_list li 
{
	text-indent: 18px;
	height: 20px;
	margin: 5px 0;
}

li.doc {
	background: url(../images/word.gif) top left no-repeat;
}

li.pdf {
	background: url(../images/pdf.gif) top left no-repeat;
}

.download_list li a {
	color: #213975;
	font-weight: bold;
	text-decoration: none;
}

.download_list li a:hover {
	text-decoration: underline;
}


.case_studies_wrapper {
	
}

.download_box {
	padding: 5px 5px 0px 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	width: 205px;
}

.download_box h3 
{
	margin-top: 10px;
}

.download_box img {
	border: 2px solid #9F9254;
}

.download_box img:hover {
	border: 2px solid #000000;
}

.information_access {
	width: 286px;
	float: left;
	margin: 7px 6px 0 52px;
}

.welcome_box {
	width: 347px;
	padding: 0 23px 30px 23px;
	float: left;
	/*background: #9F9254 url(../images/welcome_footer.gif) no-repeat left bottom;*/
}

#sec_nav_container {
	float: left;
	clear: left;
	background: url(../images/sec_nav_header.jpg) no-repeat left top;
	font-size: 0.95em;
	font-weight: bold;
	width: 200px;
	text-indent: 15px;
	padding-top: 85px;
	margin-top: -3px;
	margin-left: 45px;
	margin-right: 6px;
	background-color: #9F9254;
}

.list_page img {
	float: left;
	margin: 4px 12px 12px 0px;
	clear: left;
}

.thumbnails img, .thumbnails img a {
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #8C814A;
}

.thumbnails img:hover {
	border: 1px solid black;
}

.news_section_container {
	
}

hr {
	background: url(../images/hr.gif) repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 2px;
	clear: both;
}

.content img {
	float: right;
	margin: 12px;
}

/* =3. navigation */

/* Primary navigation */

#prim_nav {
	font-weight: bold;
	height: 22px;
	width: 740px;
	padding-left: 45px;
	padding-top: 6px;
	float: left;
	background: url(../images/nav_bg.gif) no-repeat;
	text-transform: uppercase;
}

#prim_nav ul {
	color: #ffffff;
	font-size: 0.95em;
	list-style: none;
	width: 710px;
	float: left;
}

#prim_nav ul a {
	color: #263976;
	height: 14px;
	background: url(../images/nav_separater.gif) no-repeat right;
}

#prim_nav ul a:hover, #prim_nav ul a.selected {
	color: #F2D35F;
	background-color: #A0A8BE;
}

#prim_nav li a {
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}

#prim_nav ul li {
	float: left;
}

/* Secondry navigation */

#sec_nav ul {
	list-style-type: none;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
}

#sec_nav li {
	
}

#sec_nav li a {
	color: #FBD12E;
	padding-top: 2px;
	display: block;
	text-decoration: none;
	background: url(../images/sec_nav_hr.gif) repeat-x bottom right;
}

#sec_nav li a:hover {
	color: #ffffff;
}

/* Tertiary Navigation */

#tertiary_nav ul {
	list-style-type: none;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

#tertiary_nav li {
	
}

#tertiary_nav li a {
	color: #FBD12E;
	text-indent: 26px;
	display: block;
	text-decoration: none;
	background: url(../images/sec_nav_hr.gif) repeat-x bottom left;
	padding-bottom: 3px;
	background-color: #8C814A;
}

#tertiary_nav li a:hover {
	color: #ffffff;
}

/* Footer Navigation */

#footer ul {
	color: #A0A8BE;
	list-style: none;
	width: 740px;
	float: left;
}

#footer ul a {
	text-decoration: none;
	color: #FBD12E;
	height: 14px;
}

#footer li {
	font-size: 0.8em;
	padding-right: 5px;
	padding-left: 6px;
	text-decoration: none;
}

#footer ul li {
	float: left;
}

/* =4. forms */

form {
	width: 180px;
}

.submit {
	font-weight: bold;
	height: 30px;
	margin-top: 6px;
	width: 180px;
	background: url(../images/bg_submit.gif) no-repeat;
	padding: 5px 5px 1px 6px;
	clear: both;
	float: left;
	text-align: left;
}
#submit
	{
	width: auto;
	height: auto;
	border: none;
	}
.form_title {
	color: #9F9254;
	text-transform: uppercase;
}

.col {
	width: 180px;
	float: left;
	margin: 0;
	background: url(../images/bg_textfield.gif) no-repeat;
}

.arrow {
	background: url(../images/arrow.gif) no-repeat;
	text-indent: 15px;
}

.login {
	color: #273D83;
	background: none;
}

.input {
	background-color: #FFF7CA;
	font: 11px/14px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9F9254;
	margin: 4px 0 5px 0px;
	padding: 1px;
	border: 1px solid #9F9254;
}
form#contact ul, form#jobs ul
	{
	list-style-type: none;
	}
form#contact li, form#jobs li
	{
	margin-bottom: 1em;
	clear: left;
	}
li input, li textarea, form#jobs input#laterdate
	{
	border: 1px solid #9f9254;
	background-color: #f8f4df;
	width: 25em;
	margin-top: .35em;
	padding: 1px;
	}
textarea
	{
	height: 8em;
	font-size: 1em;
	}
form#contact label, form#jobs label, form#jobs strong
	{
	color: #736222;
	font-weight: bold;
	}
form#jobs
	{
	width: auto;
	}
form#jobs label
	{
	float: left;
	width: 10em;
	margin: 3px 0 0;
	}
form#jobs ul ul li
	{
	float: left;
	clear: none;
	width: 200px;
	}
form#jobs ul ul input
	{
	width: auto;
	border: none;
	}
form#jobs ul ul label
	{
	float: none;
	color: #000;
	font-weight: normal;
	}
form#jobs strong
	{
	display: block;
	padding: 2em 0 1em;
	}
form p
	{
	clear: left;
	}
/* =5. tables */

/* =6. hacks */

.cf:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */
 