@charset "utf-8";
/* CSS Document */
/* main global styles  */
/* resets - these classes override default browser styles and effectively neutralize non-standard behaviours  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}

/*  styles for Netscape 4 - who the hell still uses that?!  */
html  {
	background: #003300 /*url(../images/background.gif)*/;
	height: 101%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 140%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	}
h1 {
	font-size: 11px;
	font-weight: normal;
	color:#009900;

	}
h2 {
	font-size:11px;
	font-weight: normal;
	color:#009900;
	line-height: normal;	
	margin: 1.3em 0 0 0;
	padding: 0px;
	}
h3 {
	font-size: 11px;
	font-weight: normal;
	color:#009900;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	padding-top: 5px;
	}

/* styles that apply to everything but Netscape 4 */
/*/*/
a{}
body   {
	font-size: 0.7em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 0.7em;
	line-height: 140%;
	}
html>body {
	font-size: 0.7em;
	line-height: 140%;
	}
body h1 {
	font-size: 1em;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 1em;
	color:#009900;
	}
html>body h1 {
	font-size: 1em;
	color:#009900;
	}
body h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #009900;
	}
html>body h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
body h3 {
	font-size: 1.1em;
	font-weight: normal;
	color:#009900;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
html>body h3 {
	font-size: 1.1em;
	font-weight: normal;
	color:#009900;
	line-height: normal;
	margin: 0;
	padding: 0;
}
/* end NS4 hack */

/* main page container */
div#pagecontainer {
	text-align: left;
   	width: 960px; /* or whatever width */
	padding: 0px;
	margin: 15px auto;
	background: #fff;
	}

/* This class is to clear the page-container float and centre the page content */
#pagecontainer:after {
 	clear: both;
 	content: ".";
 	display: block;
 	height: 0px;
 	visibility: hidden;
}

/* skip link   */
.skip-link {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
}
.skip-link:active, .skip-link:focus {
  position: absolute;
  overflow: visible;
  width: auto;
  height: auto;
  /* link stands out when tabbed to			 */
  background-color: yellow;
  color: red;
  top: 5px;
  left: 5px;
  padding: 5px;
  font-weight: bold;
}


/* standard links */
a {
	color: #336600;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	}
a:hover {
	color: #cc9900;
	}

/* top header */
#topheader  {
	float: left;
	background: #14273c url(../images/top_bar_bg.jpg) left top no-repeat;
	width: 960px;
	height: 27px;
	}
#topleftcorner  {
	float: left;
	background: transparent;
	width: 9px; 
	}
#topmiddleleft  {
	float: left;
	background: transparent;
	width: 465px;
	text-align: left;
	padding: 7px 5px 3px 0;
	font-size: 1em;
	color: #cc9900;
	}
#topmiddleleft img {
	vertical-align: bottom;
	margin: 2px 0 -1px 0;
	}
#topmiddleleft a {
	color: #ffffff;
	text-decoration: none;
	}
#topmiddleleft a:visited {
	color: #e0e0e0;
	text-decoration: none;
	}
#topmiddleleft a:hover {
	color: #cc9900;
	text-decoration: none;
	}
#topmiddleright  {
	float: left;
	background: transparent;
	width: 467px;
	text-align: right;
	padding: 7px 5px 3px 0;
	font-size: 1em;
	color: #cc9900;
	}
#topmiddleright a {
	color: #ffffff;
	text-decoration: none;
	}
#topmiddleright a:visited {
	color: #e0e0e0;
	text-decoration: none;
	}
#topmiddleright a:hover {
	color: #cc9900;
	text-decoration: none;
	}
#toprightcorner  {
	float: left;
	background: transparent;
	width: 9px; 
	}

/* secondary header - logo and strapline */
#secondheader  {
	float: left;
	background: #256fb0;
	width: 960px;
	height: 121px;
	}
#logo  {
	float: left;
	background: transparent url(../images/header_left_bg.jpg) left top no-repeat;
	width: 509px;
	height: 121px;
	}
#logo h1  {
	height: 1px;
	left: 0px; 
	overflow: hidden; 
	position: absolute; 
	left: -500em; 
	width: 1px;
	}
#strapline  {
	float: left;
	background: transparent url(../images/header_left_bg.jpg) right top no-repeat;
	width: 451px;
	height: 121px;
	text-align: right;
	color: #ffffff;
	}
#strapline p.phone {
	padding: 10px 10px 0 5px;
	font-size: 1.6em;
}
#strapline p.mail {
	padding: 0 10px 0 5px;
}
#strapline p.name {
	padding: 55px 10px 0 5px;
	font-size: 1.4em;
}
/* top content - mission statement and picture */
#topcontent  {
	float: left;
	background: #ffffff;
	width: 960px; 
	height: 240px;
	}
#mission  {
	float: left;
	width: 960px;
	border-bottom: 1px solid #000000;
	}
#missiontext  {
	width: 665px;
	float: left;
	margin: 0 0 0 17px;
	line-height: 140%;
	color: #333333;
	}
#missiontext p {
	margin-top: 10px;
	margin-bottom: 8px;
	}
.missiontext1  {
	color: #669900;	
	font-size: 1.3em;
	line-height: 160%;
	}
#homepagepic  {
	background: #ffffff url(../images/dee.jpg) right top no-repeat; 
	float: right;
	width: 232px;
	height: 240px;
	}
#contentpic  {
	float: right;
	width: 314px;
	height: 71px;
	}



/* global navigation */

/*  navigation  */
#globalnav {
	float: left;
	margin: -1px 0 0 0;
	padding: 0;		
	width: 728px;	
}
#globalnav ul {
	float: left;	
	list-style: none;	
	margin: 0;
	height: 66px;
	padding: 0;
}
#globalnav ul li {
	float: left;
	margin: 0; padding: 0 0 0 5px;
	font: 1.3em/35px Arial, Sans-Serif;	
	color: #cc9900;
}
#globalnav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #336600;
	text-decoration: none;	
}
#globalnav ul li a:hover, 
#globalnav ul li a:active {
	border: none;
	color: #cc9900;
	background: transparent;
}
#globalnav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat left bottom;	
}
#globalnav ul li#current a {	
	color: #ffffff;
	background: transparent url(../images/right-tab.gif) no-repeat right bottom;	
}

/*   */

		
/* general homepage content layout */
#content  {
	float: left;
	background: #ffffff url(../images/content_header_bg.gif) top repeat-x;
	border-top: 1px solid #336600;
	}
#innercontent  {
	float: left;
	background: transparent url(../images/content_divider_bg.gif) 7px 0 repeat-y;
	width: 960px;
	margin-top: 50px;
	margin-bottom: 10px;	
	}
	
/*  homepage content layout - three main feature columns  */	
	
#contentleft  {
	float: left;
	background: transparent url(../images/header_news.gif) 20px 5px no-repeat;
	width: 320px;
	padding: 0 0 20px 5px;
	margin-top: -50px;
	}
#contentleft p  {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
	}
#contentleft h3  {
	font-size: 1.3em;
	color: #ffffff;
	padding: 5px 0 0 13px;
	margin: 0;
	}
#contentleft ul.left  {
	float: left;
	width: 135px;
	padding: 5px 0 0 15px;
	margin: 20px 0 10px 13px;
	}
#contentleft ul.left li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	padding-bottom: 8px;
	}
#contentleft ul.right  {
	float: right;
	width: 100px;
	padding: 5px 0 0 0;
	margin: 20px 15px 10px 0;
	}
#contentleft ul.right li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	padding-bottom: 8px;
	}
#contentmiddle  {
	float: left;
	background: transparent url(../images/header_case_studies.gif) 10px 5px no-repeat;
	width: 315px;
	padding-bottom: 20px;
	margin-top: -50px;
	}
#contentmiddle p  {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
	}
#contentmiddle ul  {
	padding: 5px 0 0 15px;
	margin: 20px 0 10px 13px;
	}
#contentmiddle ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	padding-bottom: 8px;
	}
#contentmiddle ul li a  {
	color: #336600;
	text-decoration: underline;
	}
#contentmiddle ul li a:visited  {
	color: #666666;
	text-decoration: underline;
	}
#contentmiddle ul li a:hover  {
	color: #cc9900;
	text-decoration: underline;
	}
#contentmiddle h3  {
	font-size: 1.3em;
	color: #ffffff;
	padding: 5px 0 0 13px;
	margin: 0;
	}
#contentright  {
	float: left;
	background: transparent url(../images/header_faqs.gif) 20px 5px no-repeat;
	width: 310px;
	padding:  0 0 20px 10px;
	margin-top: -50px;	
	}
#contentright p  {
	padding: 5px 15px 5px 13px;
	line-height: 140%;
	}
#contentright p.first  {
	margin-top: 20px;
	padding: 5px 15px 5px 13px;
	line-height: 140%;
	}
#contentright h3  {
	font-size: 1.3em;
	color: #ffffff;
	padding: 5px 0 0 13px;
	margin: 0;
	}
#contentright ul  {
	padding: 40px 0 0 10px;
	margin: 10px 0 10px 0;
	font-size: 1.2em;
	}	
#contentright ul li  {
	padding: 0 0 5px 0;
	}
#contentright ul li a  {
	color: #256fb0;
	text-decoration: underline;
	}
#contentright ul li a:visited  {
	color: #3b5572;
	}
#contentright ul li a:hover  {
	color: #cc9900;
	}
.featurebox  {
	float: left;
	width: 290px;
	margin: 15px 10px 0 10px;
	padding: 0 0 10px 0;
	background: #256fb0 url(../images/homepage_feature_bg.gif) repeat-x;
	}
#contentright h3.feature {
	position: relative;
	left: 0;
	overflow: visible;
	height: auto;
	width: auto;
	padding: 5px 0 0 15px;
	color: #ffffff;
	}
.featurebox img {
	margin: 10px 10px 0 11px; 
	}
.contentdivider  {
	float: left;
	width: 1px;
	height: 100%;
	background: transparent url(../images/content_divider.gif) top no-repeat;
	}

/* general content pages content layout */
#contentcontent  {
	float: left;
	background: #ffffff url(../images/contentpages_bg.gif) -12px 0 repeat-x; 
	}
#contentinnercontent  {
	float: left;
	background: transparent url(../images/contentpages_inner_bg.gif) bottom repeat-x; 
	width: 960px;
	margin-top: 50px;
	margin-bottom: 0;	
	}
#contentcontentsinglecolumn  {
	float: left;
	background: #ffffff url(../images/contentpages_bg_2.gif) -12px 0 repeat-x; 
	}
	
/* content pages content layout - two columns  */	
#contentleftcolumn  {
	float: left;
	width: 640px;
	padding: 0 0 20px 10px;
	margin-top: -50px;
	}
#contentleftcolumn p  {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
	}
#contentleftcolumn p img  {
	margin: 0 15px 15px 0;
	float: left
	}
#contentleftcolumn p.firstpara  {
	padding-top: 50px;
	}
#contentleftcolumn h3  {
	font-size: 1.4em;
	color: #336600;
	padding: 5px 0 10px 13px;
	margin: 0;
	}
#contentleftcolumn h4  {
	font-size: 1.2em;
	color: #336600;
	padding: 5px 0 0 15px;
	margin: 10px 0 10px 0;
	}
#contentleftcolumn h4.first  {
	font-size: 1.2em;
	color: #256fb0;
	padding: 40px 0 0 15px;
	margin: 10px 0 10px 0;
	}
#contentleftcolumn h4 a  {
	color: #336600;
	text-decoration: none;
	}
#contentleftcolumn h4 a:visited  {
	color: #666666;
	}
#contentleftcolumn h4 a:hover  {
	color: #cc9900;
	}
#contentleftcolumn ul  {
	padding: 5px 0 0 15px;
	margin: 20px 0 10px 13px;
	}
#contentleftcolumn ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	padding-bottom: 8px;
	}
#contentrightcolumn  {
	background: #ffffff url(../images/content_header_bg2.gif) 0 40px repeat-x; 
	float: left;
	width: 310px;
	padding-bottom: 20px;
	margin-top: -50px;	
	}
#contentrightcolumn p  {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
	}
#contentrightcolumn p img  {
	margin: 0 15px 15px 0;
	float: left
	}
#contentrightcolumn p.firstpara {
	padding-top: 20px;
	}
#contentrightcolumn p.firstparabold  {
	padding-top: 45px;
	color: #256fb0;
	font-size: 1.1em;
	}
#contentrightcolumn p.parabold  {
	padding: 5px 15px 5px 10px;
	color: #256fb0;
	font-size: 1.1em;
	}
#contentrightcolumn h3  {
	font-size: 1.4em;
	color: #336600;
	padding: 5px 0 10px 13px;
	margin: 0;
	}
#contentrightcolumn h4  {
	font-size: 1.2em;
	color: #336600;
	padding: 5px 0 0 15px;
	margin: 10px 0 10px 0;
	}
#contentrightcolumn h4.first  {
	font-size: 1.2em;
	color: #336600;
	padding: 15px 0 0 15px;
	margin: 10px 0 10px 0;
	}
#contentrightcolumn h4 a  {
	color: #256fb0;
	text-decoration: underline;
	}
#contentrightcolumn h4 a:visited  {
	color: #3b5572;
	}
#contentrightcolumn h4 a:hover  {
	color: #cc9900;
	}
#contentrightcolumn ul  {
	padding: 5px 0 0 15px;
	margin: 20px 0 10px 13px;
	}
#contentrightcolumn ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	padding-bottom: 8px;
	}
#contentrightcolumn ul li a  {
	color: #256fb0;
	text-decoration: underline;
	}
#contentrightcolumn ul li a:visited  {
	color: #3b5572;
	}
#contentrightcolumn ul li a:hover  {
	color: #cc9900;
	}
#contentleftcolumn ul.left  {
	float: left;
	width: 300px;
	padding: 5px 0 0 15px;
	margin: 5px 0 10px 13px;
	}
#contentleftcolumn ul.left li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	padding-bottom: 8px;
	}
#contentleftcolumn ul.right  {
	float: right;
	width: 280px;
	padding: 5px 0 0 0;
	margin: 5px 15px 10px 15px;
	}
#contentleftcolumn ul.right li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: square;
	padding-bottom: 8px;
	}
/* content pages content layout - single column  */	
#contentcolumn  {
	float: left;
	width: 940px;
	padding: 0 0 20px 10px;
	margin-top: -50px;
	}
#contentcolumn p  {
	padding: 5px 15px 5px 15px;
	line-height: 140%;
	}
#contentcolumn p img  {
	margin: 0 15px 15px 0;
	float: left
	}
#contentcolumn p.firstpara  {
	padding-top: 50px;
	}
#contentcolumn h3  {
	height: 1px;
	left: 0px; 
	overflow: hidden; 
	position: absolute; 
	left: -500em; 
	width: 1px;
	}
#contentcolumn h4  {
	font-size: 1.2em;
	color: #256fb0;
	padding: 5px 0 0 15px;
	margin: 10px 0 10px 0;
	}
#contentcolumn h4.first  {
	font-size: 1.2em;
	color: #256fb0;
	padding: 40px 0 0 15px;
	margin: 10px 0 10px 0;
	}
#contentcolumn h4 a  {
	color: #256fb0;
	text-decoration: underline;
	}
#contentcolumn h4 a:visited  {
	color: #3b5572;
	}
#contentcolumn h4 a:hover  {
	color: #cc9900;
	}
		
/* general page styles  */	
.featuretext  {
	margin: 40px 0 10px 0;
	color: #256fb0;
	font-size: 1.3em;
	}
.homepagemorelink  {
	text-align: right;
	font-size: 1.2em;
	margin-top: 10px;
	}
.homepagemorelink a  {
	color: #256fb0;
	text-decoration: underline;
	}
.homepagemorelink a:visited  {
	color: #3b5572;
	}	
.homepagemorelink a:hover  {
	color: #cc9900;
	}	
.pullquote {
	float: left;
	font-size: 125%;
	line-height: 140%;
	text-align: center;
	color:#256fb0;
	margin: 10px 20px 5px 10px;
	background: url(../images/quote_right.gif) no-repeat bottom right !important;
	background /**/:url(); /* removes quote graphic in IE5+ */
	padding: 0px 5px 5px 5px;
	}
.pullquote:first-letter {
	background: url(../images/quote_left.gif) no-repeat left top !important;
	padding: 5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resets padding in IE5+ */
	background /**/: url(); /* removes quote graphic in IE5+ */
	}
.inpagepullquote {
	float: left;
	font-size: 1em;
	line-height: 140%;
	text-align: left;
	color:#256fb0;
	margin: 10px 20px 5px 10px;
	background: url(../images/quote_right.gif) no-repeat bottom right !important;
	background /**/:url(); /* removes quote graphic in IE5+ */
	padding: 0px 5px 5px 5px;
	}
.inpagepullquote:first-letter {
	background: url(../images/quote_left.gif) no-repeat left top !important;
	padding: 5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resets padding in IE5+ */
	background /**/: url(); /* removes quote graphic in IE5+ */
	}
.quotename  {
	text-align: center;
	color: #666;
	}
.inpagequotename  {
	clear: both;
	text-align: left;
	color: #666;
	}
strong {
	font-weight: bold;
	}
ul.inpage  {
	padding: 10px 10px 5px 40px;
	}
ul.inpage li  {
	background: transparent url(../images/inpage_bullet.png) left 0.4em no-repeat;
	padding: 0 0 0 1.6em;
	}
ul.inpage li a  {
	color: #256fb0;
	text-decoration: underline;
	}
ul.inpage li a:visited  {
	color: #3b5572;
	}
ul.inpage li a:hover  {
	color: #ffcc33;
	}
.extfileinfo_word  {
	font-size: 0.8em;
	background: transparent url(../images/word_icon.gif) 2px 0 no-repeat;
	padding: 0 0 3px 20px;
	}
.extfileinfo_pdf  {
	font-size: 0.8em;
	background: transparent url(../images/pdf_icon.png) 2px 0 no-repeat;
	padding: 0 0 3px 20px;
	}
.clearfeaturebox  {
	float: left;
	width: 290px;
	margin: 5px 10px 0 10px;
	padding: 0 0 10px 0;
	}
.clearfeaturebox img {
	margin: 10px 10px 0 11px; 
	}
.rightalign  {
	text-align:right;
	}
.small  {
	font-size: 0.9em;
	}
.inactive  {
	color: #999999;
	}

/* styles for case study page */

.casestudy {
	float: left;
	width: 600px;
}
div.casestudy p img  {
	float: left;
	margin: 0 60px 0 0;
}
.casestudymain {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
.casestudyright  {
	float: left;
	width: 375px;
	margin: 10px 0 0 30px;
	padding: 0;
	}
.casestudymain img  {
	margin: 20px 0 0 15px;
	padding: 0;
	}
.casestudyright ul  {
	padding: 10px 10px 5px 10px;
	margin: 0;
	}
.casestudyright ul li  {
	background: transparent url(../images/inpage_bullet.png) left 0.4em no-repeat;
	padding: 0 0 0 1.6em;
	margin: 0;
	}
.casestudypullquote {
	float: left;
	font-size: 1em;
	line-height: 140%;
	text-align: left;
	color:#256fb0;
	margin: 10px 0 5px 0;
	background:url();
	padding: 0px 5px 5px 0;
	}
.casestudyquotename  {
	clear: both;
	text-align: left;
	color: #666;
	}	
/* styles for our people thumbnails and details panel */
	
#contentcolumn .thumbnailarray  {
	float: left;
	text-align: center;
	width: 160px;
		}
#contentcolumn .thumbnailarray p {
	text-align: center;
	}
#contentcolumn .thumbnailarray h4  {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1em;
	}
#contentcolumn .thumbnailarray img  {
	margin: 0 0 5px 0;
	float: none;
	}
		
#container	{
	position: relative;
	width: 450px;
	margin-left: 470px;
	margin-top: 93px;
	}

/* Id's for all swapping layers here, with commas between. */

#lyr1, #lyr2, #lyr3, #lyr4, #lyr5, #lyr6, #lyr7, #lyr8, #lyr9, #lyr10, #lyr11	{ 
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 1 }
	
/* table styling  */

table {
	border: thin solid #256fb0;
	border-spacing: 2px;
	border-style: outset;
	width: 900px;
	margin: 10px 0 10px 15px;
	}
table caption {
	color: #256fb0;
	font-size: 1.1em;
	}
table th {
	padding: 5px 10px 5px 10px;	
	background: #256fb0;
	color: #ffffff;
	font-size: 1.1em;
	}
table td {
	padding: 10px;
	vertical-align: top;
	}
table td ul  {
	padding: 0;
	}
table td ul li  {
	background: transparent url(../images/inpage_bullet.png) left 0.4em no-repeat;
	padding: 0 0 0 1.3em;
	}
table tr {
	border-bottom: thin solid #256fb0;
	}

	
				
/* footer - three footer columns */
#footertop  {
	float: left;
	width: 960px;
	background: #256fb0 url(../images/footer_top_bg.gif) top repeat-x; 
	}
#innerfooter  {
	float: left;
	background: transparent url(../images/footer_divider.gif) 7px 0 repeat-y;
	width: 960px;
	margin-top: 30px;
	margin-bottom: 10px;	
	}
#footerleft  {
	float: left;
	background: transparent url(../images/header_quick_contact.gif) 20px 5px no-repeat;
	width: 330px;
	padding-bottom: 20px;
	margin-top: -30px;
	}
#footerleft p  {
	padding: 10px 10px 5px 20px;
	line-height: 140%;
	color: #ffffff;
	}
#footerleft p.firstpara  {
	padding-top: 25px;
	}
#footerleft h3  {
	height: 1px;
	left: 0px; 
	overflow: hidden; 
	position: absolute; 
	left: -500em; 
	width: 1px;
	}
#footermiddle  {
	float: left;
	background: transparent url(../images/header_latest_blog.gif) 12px 5px no-repeat;
	width: 315px;
	padding-bottom: 20px;
	margin-top: -30px;
	}
#footermiddle p  {
	padding: 10px 10px 5px 10px;
	line-height: 140%;
	color: #ffffff;
}
#footermiddle p.firstpara  {
	padding-top: 20px;
	}
#footermiddle h3  {
	height: 1px;
	left: 0px; 
	overflow: hidden; 
	position: absolute; 
	left: -500em; 
	width: 1px;
	}
#footerright  {
	float: left;
	background: transparent url(../images/header_useful_links.gif) 15px 5px no-repeat;
	width: 310px;
	padding: 0 0 20px 5px;
	margin-top: -30px;	
	}
#footerright p  {
	padding-top: 10px;
	line-height: 140%;
	color: #ffffff;
	}
#footerright p.firstpara  {
	padding: 25px 0 0 15px;
	}
#footerright h3  {
	height: 1px;
	left: 0px; 
	overflow: hidden; 
	position: absolute; 
	left: -500em; 
	width: 1px;
	}
.footerdivider  {
	float: left;
	width: 1px;
	}
#footertop ul  {
	padding: 10px 10px 5px 10px;
	}
#footertop ul li  {
	background: transparent url(../images/footer_bullet.png) left bottom no-repeat;
	padding: 3px 0 0 0;
	}
#footertop ul li a  {
	color: #ffffff;
	text-decoration: underline;
	margin-left: 1.6em;
	}
#footertop ul li a:visited  {
	color: #cccccc;
	}
#footertop ul li a:hover  {
	color: #ffcc33;
	}

/* footer links */	
#footertop a {
	color: #ffffff;
	text-decoration: underline;
	}
#footertop a:visited {
	color: #cccccc;
	}
#footertop a:hover {
	color: #ffcc33;
	}

/* copyright  */
#footerbottom  {
	float: left;
	background: #14273c url(../images/top_bar_bg.jpg) left top no-repeat;
	width: 960px;
	height: 27px;
	}
#footerbottom p  {
	color: #ffffff;
	font-size: 0.85em;
	text-align: right;
	padding: 5px 10px 5px 10px;
	}


/* Button styling */

div.clearbutton 	{
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 1px;
	}


/* Green button */
a.GlobalGreenButton span 	{
	background: transparent url('../images/button_left.png') no-repeat 0 0;
	display: block;
	line-height: 17px;
	padding: 5px 0 7px 18px;
	color: #fff;
	}
	
a.GlobalGreenButton 	{
	background: transparent url('../images/button_right.png') no-repeat top right; 
	display: block;
	float: left;
	height: 29px;
	margin-left: 12px; 
	padding-right: 15px;
	text-decoration: none;
	font-size: 11px;
	}
a.GlobalGreenButton:hover span 	{
	background-position: 0 -29px;
	color: #fff;
}
a.GlobalGreenButton:hover 	{
	background-position: right -29px;
	}


/*  clear div - to break inherited floats */

.clear  {
	clear: both;
	}










