* {
	padding: 0;
	margin: 0;
	}
html, body {
    	height: 100%;
	font-size: 0.95em;
}
body	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; 
	margin: 0;
	background-repeat:repeat-x;
	}
#flashcontent {
	width: 279px;
	height: 139px;
	}

/* ******************************  */
/* Styles for general positioning */
/* ******************************  */

/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display:inline-table;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

.clearAll{
	clear: both;
}
.clearNone{
	clear: none;
}
.clearBox{
	clear: both;
	font: 1px/1px sans-serif;
	width: 100%;
}
.floatRight{
	display: inline;
	float: right;
}
.floatLeft{
	display: inline;
	float: left;
}
.alignLeft {
	text-align: left;
	float: left;
}
.alignCenter {
	text-align: center;
}
.halfWidth {
	width: 48.5%;
	float: left;
}
.closeLink {
	float: right;
}

/* ******************************  */
/* Global Page Layout */
/* ******************************  */

/*Page*/
#pageWrapper { 
	width: 920px; }
#page { 
	width: 940px; 
	margin: 0 auto; 
	background-color:#FFFFFF; }

/* FORM */

#inputBox{
	width: 100px;
	height: 17px;
	border:1px solid #CCCCCC;
	padding-left: 5px;
}

/*TOP BARS*/
#searchBar { 
	width: 940px; 
	height: 80px; 
	}
#searchArea2 { 
	width: 760px; 
	padding-top: 0px; 
	float: right;
	}
#searchArea { 
	width: 760px; 
	height: 30px; 
	float: right;
	}	
#pageNav { 
	width: 350px; 
	padding-top: 10px;
	height: 30px; 
	float: left;
	}		
#logoBar { 
	width: 940px; 
	height: 160px;
	}
#logoImg { 
	width: 180px; 
	height: 160px;
	float: left;
	}
#bannerImg { 
	width: 760px; 
	height: 160px;
	float: left;
	}
#navBar { 
	width: 940px; 
	height: 22px;
}

/*SEARCH MENU*/
		
.listMenu {
	float:left;
	font-size: 0.85em;
	color: #999999;
}
.listMenu ul {
	height: 40px;
	width: 350px;
}
.listMenu li {
	display: inline;
}
.listMenu li a {
	padding: 0px 6px 0px 6px;
	color: #999999;
	text-decoration:none;
}
.listMenu li a:hover {
	color: #000000;
	text-decoration:underline;
}
.datebox {
	float:right;
	font-size: 0.85em;
	width: 550px;
	color: #999999;
	text-align: right;
	padding-right: 7px;
	padding-top: 10px;
	padding-bottom: 3px;
}
.forgotbox {
	float:right;
	font-size: 0.85em;
	width: 550px;
	color: #999999;
	text-align: right;
	padding: 0px 7px 0px 6px;
}
.forgotbox  a {
	color: #999999;
	text-decoration:none;
}
.forgotbox a:hover {
	color: #000000;
	text-decoration:underline;
}
/*LOGIN BAR*/

.txtPadding {
	padding: 0px 6px 0px 0px;
	color: #999999;
	font-size: 0.85em;
	text-decoration:none;
}
#custLogin { 
	padding-top: 10px;
	width: 280px; 
	height: 30px; 
	float: right;
	color: #999999;
	}
	
/*NAV BAR*/

#navBar { 
	width: 940px; 
	height: 22px;
	
}
#topMenu { 
	width: 760px; 
	height: 22px;
	float: right;
	background-color:#063; 
}

/*HORZ NAV*/
#horzNav{
	margin: 0;
	padding: 0;
	float: left;
	background-color:#063;
	font-size: 0.95em;
	font-weight: normal;
}
#horzNav li{
	display: inline;
}

#horzNav li a{
	float: left;
	color: #FFFFFF; /*padding of tabs*/
	text-decoration: none;
	padding-top: 2px;
	padding-right: 45px;
	padding-left: 45px;
	height: 20px;
}

#horzNav li a#leftmostitem{ /*Extra CSS for left most menu item*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#horzNav li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right-width: 1px solid #FFFFFF; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#horzNav li a:visited{
color: #FFFFFF;
}

#horzNav li a:hover{
	color: #FFFFFF; /*background image swap on hover*/
	background-color: #BE001E;
}

/*CONTENT AREA*/

#contentBox {
	width: 940px;
	background-color: #FFFFFF;
	margin-top: 12px;
}
#leftnavBox {
	width: 170px;
	margin-right: 10px;
	float: left;
	margin-top: 30px;
}
.navspacer {
	width: 170px;
	float: left;
	}
#rightCol {
	width: 175px;
	float: right;
/*	margin-left: 20px; */

/*	EMAIL BOX*/
}
#emailsignup {
	width: 155px;
	background-color: #D6EBD6;
	margin-bottom: 10px;
	border: 1px;
	border-color: #999999;
	float: right; 
	padding: 10px;
}
.emailheading {
	font-size: 0.9em;
	font-weight: bold;
	color: #BD001C;
}
.emailheading a{
	color: #BD001C;
	text-decoration: none;
}
.emailheading a:visited {
	color: #BD001C;
}
.emailheading a:hover {
	color: #006633;
	font-size: 1em;
}
.emailsubheading {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}
.emaildate {
	font-size: 0.95em;
	font-weight: normal;
	color: #006633;
}
.emailcontent {
	font-size: 0.9em;
	font-weight: normal;
	color: #006633;
}
/*	BANNERS */
#banners {
	width: 175px;
	float: right; 
}
.bannerImage {
	width: 175px;
	float: right;
	margin-bottom: 10px; 
}
#middlecontentBox {
	width: 565px;
	font-size: 0.9em;
	float: left;
}

#middlecontentBox p {
	margin-bottom: 0.9em;
}
#middlecontentBox ul li {
	margin-left: 25px;
	color: #006633;
}
#vacancies img {
	border-color:#FFFFFF;
	border-width: 10px;
	}

/*FOOTER*/

#footerBox { 
	width: 940px; 
	margin-top: 20px; 
	}
#footerLine { 
	width: 940px; 
	height: 10px; 
	background-color: #006633; 
	}
#footerTxt { 
	width: 750px; 
	padding: 10px;
	margin-left: 170px;
	font-size: 0.8em;
	color: #999999; 
	}

/* ******************************  */
/* Home Page Layout*/
/* ******************************  */

#mainfeature {
	width: 560px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}
#mfimg {
	height: 216px;
	width: 275px;
	padding-right: 10px;
	float: left;
}
#mftext{
	height: 216px;
	width: 275px;
	float: right;
}
.title {
	font-size: 1.3em;
	font-weight: normal;
	color: #006633;
	text-decoration: none;
}
.title a {
	color: #006633;
	text-decoration: underline;
}
.title a:hover {
	color: #BD001C;
	text-decoration: none;
}
#doublefeature {
	width: 560px;
	padding-bottom: 10px;
}
.doublebox{
	width: 270px;
	float: left;
	padding-right: 0px;
	margin-right: 10px;
}
.doublepic{
	float: left;
	width: 80px;
	}
.doubletext {
	width: 170px;
	float: right;
	
}
#triplefeature {
	width: 560px;
	margin-bottom: 10px;
	background-color: #D5EBD6;
}
.triplebox{
	width: 156px;
	float: left;
	padding: 10px;
	margin-right: 10px;
}
.tripleboxmiddle{
	width: 166px;
	float: left;
	padding: 10px 5px 0px 5px;
}
.tripleetext {
	width: 100px;
	float: right;
	
}
#quadfeature {
	width: 560px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}
.quadbox{
	width: 270px;
	float: left;
	padding-right: 0px;
	margin-right: 10px;
}
.quadpic{
	float: left;
	width: 50px;
	overflow: hidden;
	}
.dquadtext {
	width: 200px;
	float: right;
}
/* ******************************  */
/* DYNAMIC NAV */
/* ******************************  */

/* side_bar */
#paging {
color:#999999;
width:565px;
}
.leftmenuchapter {
	text-align: left;
}
/*.left_nav	{*/
#main ul, #main ol	{
/*	margin-left: 40px;*/
	list-style: none;
	}	
#sidebar ul	{
	list-style: none;
	}

ul.left_nav	li	{
	color: #fff;
	list-style: none;
	border-top: 1px solid #999999;
	font-size: 0.95em;
	text-align:right;
	}
	
/*
ul.left_nav	li aon	{
	color: #fff;
	list-style: none;
	border-top: 1px solid #999999;
	font-size: 0.95em;
	text-align:right;
	background-color:#000000;
	}
*/

.margin {
	color : #303030;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	text-decoration:none;	
	margin-bottom : 0px;
}

/*  LEVEL 1 NAV STYLES*/
ul.left_nav li a {
/*	color: #999999; */
	text-decoration: none;
	padding: 4px 10px 4px 0px;
	display: block;
/* 	border: 0px solid #006633; */
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image: url(../images/global/arrow.jpg);
	background-repeat:no-repeat;
	background-position:right;
	list-style: none;
}

ul.left_nav li a:hover {
	color: #BD001E;
	text-decoration: none;
	padding: 4px 10px 4px 0px;
	display: block;
	margin-bottom: 0px;
	list-style: none;
}

.aon {
	color: #BD001E;
	list-style: none;
	text-align:right;
/*	font-weight:bolder; */
	}
	
	
/*	Layout fix for IE*/	
* html ul.left_nav li ul li li {
	margin-bottom: 20px;
	}
ul.left_nav li ul li li a:hover	{
	background: #FFFFFF;
	}
* html ul.left_nav li ul li li a	{
	margin: 0 0 -20px 0;

/*  LEVEL 2 NAV STYLES*/	
}
ul.left_nav li a.leftmenucontent	{
	background: #FFFFFF;
	color: #006633;/* blue */
	font-weight: bold;
	font-size: 0.8em;
	padding: 4px 10px 4px 0px;
	padding-left: 10px;
	list-style: none;
/*  background-image: url(); */
	background-repeat: repeat-x;
	}
ul.left_nav li a.leftmenucontent:hover	{
	background: #FFFFFF;
	color: #BD001C;
	text-decoration: none;
	padding: 4px 10px 4px 0px;
	padding-left: 10px;
	}
#side_bar li {
	list-style: none;
	font-weight: bold;
}

/*  LEVEL 3 NAV STYLES*/	
ul.left_nav li a.leftmenusub {
	background: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	color: #BD001C;
	padding: 4px 10px 4px 0px;
	padding-left: 2px;
	list-style: none;
/*  background-image: url(); */
	background-repeat: repeat-x;
}
ul.left_nav li a.leftmenusub:hover {
	background: #FFFFFF;
	font-weight: bold;
	color: #006633;
	padding: 4px 10px 4px 0px;
	padding-left: 2px;
}
	
/* ******************************  */
/* CMS CSS TAGS */
/* ******************************  */

/* NEWS  & VACANCIES */
.pagecontent{
	font-weight: normal;
	color: #000000;
}
.groupheading {
	font-size: 1em;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}
.groupheading a{
	color: #006633;
	text-decoration: underline;
}
.groupheading a:visited {
	color: #006633;
	text-decoration: underline;
}
.groupheading a:hover {
	color: #BD001C;
}
.newsheading {
	font-size: 1em;
	font-weight: bold;
	color: #BD001C;
}
.newsheading a{
	color: #BD001C;
	text-decoration: none;
}
.newsheading a:visited {
	color: #BD001C;
}
.newsheading a:hover {
	color: #006633;
	font-size: 1em;
}
.newssubheading {
	font-size: 0.9em;
	font-weight: bold;
	color: #AAFF66;
}
.newsdate {
	font-size: 0.95em;
	font-weight: normal;
	color: #006633;
}
.newscontent {
	font-size: 1em;
	font-weight: normal;
	color: #006633;
}
.newscontent2 {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
}
.newstype {
	font-size: 1em;
	font-weight: normal;
	color: #006633;
}
.newslink {
	font-size: 1em;
	font-weight: normal;
	color: #006633;
}
.newslink a{
	color: #BD001C;
}
.newslink a:visited {
	color: #BD001C;
}
.newslink a:hover {
	color: #006633;
}
.newsbreak {
	padding-bottom: 10px;
}
.iconRight{
	float: right;
}

/* DOCUMENTS */
.doccontent {
	font-size: 0.9em;
	font-weight: normal;
	color: #006633;
}
HR {
	height: 1px;
	margin: 10px 0 10px 0;
	color: #006633;
}

/* TESTIMONIALS */
.testimonialheading {
	font-size: 0.9em;
	font-weight: bold;
	color: #1B4F76;
}
.testimonialdate {
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
}
.testimonialcontent {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
}

/* ARTICLE SUMMARY COLS */

#articlecolm{
	width: 565px;
}/* 
.directorybox {
	height: 150px;
	width: 255px;
	float: left;
	padding-right: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	margin-right: 15px;
}*/
.directoryboxmain{
	width: 272px;
	float: left;
	margin-right: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}
.articlebox{
	height: 145px;
	width: 255px;
	float: left;
	padding-right: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	margin-right: 15px;
}
.articlefull img{
	border-color:#FFFFFF;
	border-width: 10px;
	}
.articlebox100{
/*	width: 500px;*/
	width: 530px;
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
	margin-right: 0px;
}
.articletitle {
	font-size: 1.3em;
	font-weight: normal;
	color: #006633;
	padding-bottom: 10px;
	height:50px;
}
.articletitleline {
	font-size: 1.3em;
	font-weight: normal;
	color: #006633;
	padding-bottom: 10px;
}
.articletitleline a {
	color: #006633;
	text-decoration: none;
}
.articletitleline a:hover {
	color: #BD001C;
	text-decoration: underline;
}
.articletitle a {
	color: #006633;
	text-decoration: none;
}
.articletitle a:hover {
	color: #BD001C;
	text-decoration: underline;
}
.articletitleBig {
	font-size: 1.5em;
	font-weight: normal;
	color: #006633;
	padding-bottom: 10px;
}
.articletitlewide {
	font-size: 1.3em;
	font-weight: normal;
	color: #006633;
	padding-bottom: 10px;
/*	height:50px; */
}
.articletitlewide a {
	color: #006633;
	text-decoration: none;
}
.articletitlewide a:hover {
	color: #BD001C;
	text-decoration: underline;
}
.articletitleBigwide {
	font-size: 1.5em;
	font-weight: normal;
	color: #006633;
	padding-bottom: 10px;
}
.articlepic {
	float: left;
	width: 80px;
	padding-right: 15px;
	overflow: hidden;
	}
.articletext {
	width: 160px;
	float: right;
	height:130px;
}
.articletext100 {
	width: 435px;
	float: right;	
}
.articleintro {
	float: left;
	width: 100p%;
	}

/* ARTICLE FULL */

.articlefull{
	width: 95%;
	float: left;
	padding-right: 20px;
}

/* DIRECTORY */

.directorytitle {
	font-size: 1.2em;
	font-weight: normal;
	color: #006633;
	padding-top: 10px;
}
.directorytitle a {
	color: #999999;
	text-decoration: none;
}
.directorytitle a:hover {
	color: #BD001C;
	text-decoration: none;
}
.directorypic{
	float: left;
	width: 272px;
	}
.directorybox{
	width: 272px;
	height: 150px;
	float: left;
	margin-right: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}
.dirsearch{
/*	width: 500px;*/
	width: 530px;
	float: left;
	padding: 10px;
	margin-bottom: 15px;
	background-color:#D5EBD6;
}
.dirbox{
/*	width: 500px;*/
	width: 50%;
	float: left;
}

.atoz{
/*	width: 500px;*/
	width: 530px;
	float: left;
	padding: 10px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 15px;
}

/* ******************************  */
/* TEXT STYLES */
/* ******************************  */

h1 {
	font-size: 1em;
	font-weight: bold;
	color: #006633;
}
h2	{
	font-size: 0.9em;
	font-weight: bold;
	color: #006633;
}
h3{
	font-size: 0.8em;
	font-weight: bold;
	color: #006633;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #BD001C;
}
h5	{
	font-size: 0.9em;
	font-weight: bold;
	color: #BD001C;
}
h6	{
	font-size: 0.9em;
	font-weight: normal;
	color: #BD001C;
}
a 	{
	font-size: 0.95em;
/*	color: #006633; */
	color: #909090; 

} 
a:hover {
	font-size: 0.95em;
	color: #BD001C;
}
.pagetitle {
	font-size: 1.3em;
	color: #BD001C;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	text-decoration: none;
	width: 550px;
}
.pagetitle a {
	color: #006633;
	font-size: 1em;
	text-decoration: underline;
}
.pagetitle a:hover {
	color: #BD001C;
	text-decoration: none;
}
.break {
	padding-bottom: 20px;
}
.smalltext {
	font-size: 0.7em;
	color: #999999;
}


	


