/* === set all margins and paddings to 0 for consistency === */
/** {
	margin: 0;
	padding: 0;
} */
/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}
/* ------------ relative font sizes --------------- */

h2 {
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	color: #006;
}
/* ------------ line heights ---------------------- */
/*p, .newsbody, li {
	line-height: 1.6em;
}
ul.box li {
	line-height: 1.4em;
}*/
/* ------------ margins --------------------------- */
h2, h3, h4, h5, h6 {
	margin-bottom: 0.2em;
	font-family: 'arial narrow', arial, helvetica, sans-serif;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
p {
	margin: 1em 0 0 0;
}

/* ------------ misc elements --------------------- */
img {
	border: none;
	display: block;
}
img.left-align {
	margin-bottom: -20px;
	margin-top: 10px;
}

a:link, a:visited {
	color: #1598ff;
}
a:active, a:hover {
	color: #ff9900;
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #ccc;
	font-size: .9em;
}
/* ============  MAIN PAGE BLOCKS ================= */
#header {
	width: 903px;
	margin: 0 auto;
}
#headerPadding {
	margin: 0 11px;
	border-top: 3px solid #004a84;
	position: relative;
}
#navStrip {
	width: 100%;
	background: #f2f2f2;
}
#navStripInner {
	width: 903px;
	margin: 0 auto;
}
#contentBannerHome {
	background-color: #fff;
	margin: 0 10px;
	position: relative;
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff;
}
#contentBannerHome h2 {
	position: absolute;
	top: 1.8em;
	right: 3em;
	color: #a2956a;
	text-transform: uppercase;
	line-height: 1.7em;
	font-size: 1.3em;
	font-weight: bold;
}
#contentBanner {
	background-color: #ddd09a;
	margin: 0 10px;
	padding: 20px 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff;
}
#contentBanner ul {
	margin: 0;
	padding: 0;
}
#contentBanner ul li {
	list-style-type: none;
	display: inline;
	padding: 0 4px 0 11px;
	background-image: url( ../images/breadcrumb_separator.gif );
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}
#contentBanner li.first {
	background-image: none;
}
#contentBanner li a:link, #contentBanner li a:visited {
	color: #134973;
}
#contentBanner li a:hover, #contentBanner li a:active {
	color: #3695df;
}
#pageContentBody {
	width: 903px;
	margin: 0 auto;
} 
#pageContentBodyPadding {
	margin: 1px 11px;
	padding: 20px 0;
	border-width: 3px 0;
	border-style: solid;
	border-color: #004a84;
}
#footer {
	width: 903px;
	margin: 0 auto;
}
#footerPadding {
	background: #ddd09a;
	margin: 1px 11px;
	padding: 10px;
}
/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/

/* ============ boxes ============================= */
/*h4.box a:link, h4.box a:visited {
	color: #CA8C20;
}
h4.box a:hover {
	color: #fff;
}
h4.box a:active {
	color: #ffc;
}*/
ul.box {
	padding: 0em 0 0 0.7em;
	margin: 1em 1em 1em 1.5em;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
}
ul.box li{
	margin-bottom: 1em;
}

/* ============ top level nav bar content ========= */
#topNav {
	margin: 0 10px;
	background-color: #134973;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #fff;
}
#topNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0 20px;
}
#topNav li {
	float: left;
	text-align: left;
	padding: 10px 0;
	/*background-image: url( ../images/nav_arrow_1.gif );
	background-repeat: no-repeat;
	background-position: left center;*/
}
#topNav a {
	width: 100%;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	padding-left: 9px;
	background-image: url( ../images/nav_arrow_1.gif );
	background-repeat: no-repeat;
	background-position: left center;
	/*background-color: #f00;*/
}
#topNav span {
	/*display: block;*/
	text-align: left;
	/*background-color: #0f0;*/
}
#topNav a:link, #topNav a:visited {
	color: #fff;
}
#topNav a:hover, #topNav a:active {
	color: #fff;
	background-image: url( ../images/nav_arrow_2.gif );
}

#bannerRight {
	position: absolute;
	bottom: 17px;
	right: 10px;
	background: transparent;
}
#topNav2 ul {
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#topNav2 li {
	list-style-type: none;
	display:inline;
	padding: 0 10px 0 7px;
	text-decoration: none;
	background-image: url( ../images/nav_arrow_1.gif );
	background-repeat: no-repeat;
	background-position: left center;
	
}
#topNav2 a, #headerContact a {
	text-decoration: none;
	color: #134973;
}
#topNav2 a:hover, #headerCopntact a:hover {
	text-decoration: underline;
}

/* header contact text */

#headerContact {
	position: relative;
	text-align: right;
	font-size: 1.5em;
	font-weight: normal;
	color: #134973;
}
#headerContact ul {
	margin-bottom: 0.6em;
}
#headerContact li {
	list-style-type: none;
}
#headerContact .label {
	color: #dfcc7b;
	font-size: 1em;
	font-weight: normal;
}


/* ============ sub nav bar content =============== */
#subnavcontainer { margin-left: 0px; }

#subnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, Helvetica, sans-serif;
}

#subnavcontainer li { margin: 0; }
#subnavcontainer li div {
	display: block;
}
#subnavcontainer li div.first {
	width: 203px;
	background-image: url( ../images/bg_dotted_line_grey_2.gif );
	background-repeat: repeat-x;
	background-position: top;
	/*border-top: 1px solid #3695df;*/
}
#subnavcontainer a span {
	display: block;
	padding: 5px 0;
}
#subnavcontainer a
{
display: block;
padding: 2px 0;
width: 203px;
color: #000;
/*background-color: #ccc;*/
background-image: url( ../images/bg_dotted_line_grey_2.gif );
background-repeat: repeat-x;
background-position: bottom;
text-decoration: none;
border-top: 0px solid #fff;
border-left: 0px solid #dedede;
border-bottom: 0px solid #b2b2b2;
border-right: 0px solid #dedede;
font-weight: normal;
font-size: 1em;
}

/*#subnavcontainer li.active a {
	background-image: url(../images/nav_subnav_arrow3.gif);
	background-color: #bbbbbb;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #7d7d7d;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}*/
/*#subnavcontainer li.active a {
	padding: 5px 0;
	width: 193px;
}*/
#subnavcontainer li.active a span {
	/*border-left: 3px solid #45a5ec;*/
	padding-left: 8px;
	background-image: url(../images/nav_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: normal;
	font-style: italic;
	color: #3695df;
	
}
#subnavcontainer li.active a:hover span, #subnavcontainer li.active a:active span, #subnavcontainer ul li a:hover span {
	background-image: url(../images/nav_arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #f5f5f5; 
}
#subnavcontainer li.active a:hover, #subnavcontainer li.active a:active, #subnavcontainer ul li a:hover {
	text-decoration: none;
}
ul.bullet {
	list-style: none;
	padding-left:0px
	
}
ul.bullet li {
	background: url(../images/nav_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left:10px;
	
}

/*#subnavcontainer ul ul li { margin: 0; }

#subnavcontainer ul li ul li a
{
display: block;
padding: 5px 5px 5px 30px;
width: 188px;
color: #000;
background-image: none;
background-color: #ededed;
text-decoration: none;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
font-weight: normal;
font-size: 0.9em;
}
#subnavcontainer ul li.active ul li a {
	background-image: none;
	background-color: #ededed;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}

#subnavcontainer ul li ul li a:hover
{
color: #000;
background-color: #fff;
text-decoration: none;
}*/

/* ============ generic content styles ============ */
h3.colSectionHeader, h2.colSectionHeader {
	border-width: 3px 0 0 0;
	border-style: solid;
	border-color: #3695df;
	padding: 10px 0;
	font-size: 1.3em;
	margin: 0;
	/*color: #3695df;*/
}
#subNavCol h2.colSectionHeader {
	font-size: 1.1em;
	margin-right: 10px;
	padding: 20px 0;
}
h4.colSectionItem {
	font-weight: normal;
	font-family: arial, "Arial Unicode MS", helvetica, sans-serif;
	font-size: 1.5em;
	padding: 10px 0;
	margin: 0;
	background: url( ../images/bg_dotted_line_blue_2.gif ) repeat-x bottom;
}
.contBlock-fProj h3.colSectionHeader {
	border-bottom-width: 1px;
}
/*p.contentNav {
	
	
}*/
p.contentNav a {
	background: url( ../images/nav_content_arrow_blue.gif ) no-repeat 0 0.3em;
	padding: 0.3em 0 0.3em 19px;
}
.thumbSectionBox {
	background-color: #f1eece;
	padding: 5px;
	margin-bottom: 10px;
}
.thumbSectionBox img {
	float: left;
	margin-right: 10px;
}
.thumbSectionBox h3 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
.thumbSectionBox p {
	margin: 0;
}
.thumbSectionBox p.contentNav {
	float: left;
}
.thumbSectionBox a:link, .thumbSectionBox a:visited {
	color: #134973;
}
.thumbSectionBox a:hover, .thumbSectionBox a:active {
	color: #ff6633;
}
/* ============ home page ========================= */
.pageContent-Home {
	background-image: url( ../images/bg_home_side_col_right_border.gif );
	background-repeat: repeat-y;
	background-position: left;
}
.pageContent-Home .mainServices {
	width: ;
}
.pageContent-Home .contentColMainLeft {
	width: 592px;
	float: left;
	/*background-color: #f00;*/
	/*border-right: 1px solid #d7dadd;*/
}
.pageContent-Home .contentColMainLeft .contentPadding {
	margin-right: 10px;
	/*background-color: #f0f;*/
}
.pageContent-Home .contentColSideRight {
	width: 289px;
	float: left;
	/*background-color: #0f0;*/
}
.pageContent-Home .contentColSideRight img {
	display: block;
}
.pageContent-Home .contentColSideRight .contentPadding {
	margin-left: 10px;
	/*background-color: #ff0;*/
}
.pageContent-Home .mainBlock .leftCol {
	float: left;
	width: 296px;
	/*background-color: #0ff;*/
}
.pageContent-Home .mainBlock .rightCol {
	float: left;
	width: 285px;
	/*background-color: #f0f;*/
}
.pageContent-Home .mainBlock .leftCol .contentPadding {
	margin-right: 11px;
	/*background-color: #f00;*/
}
.pageContent-Home .mainBlock .rightCol .contentPadding {
	margin-left: 5px;
	margin-right: 0;
	background-color: #f00;
}
/* ------- environmental focus box -------- */
.pageContent-Home .mainBlock .envFocus {
	background: #e1f0a6;
	padding-bottom: 10px;
}
.pageContent-Home .mainBlock .envFocus .colSectionHeader {
	border-color: #6bae00;
	color: #6bae00;
}
.pageContent-Home .mainBlock .envFocus p, .pageContent-Home .mainBlock .envFocus h3 {
	padding-left: 10px;
	padding-right: 10px;
}
.pageContent-Home .mainBlock .envFocus .contentNav a {
	background-image: url( ../images/nav_content_arrow_green.gif );
	background-position: 0 1em;
	padding: 1em 0 1em 19px;
}
.pageContent-Home .mainBlock .envFocus .contentNav {
	background-image: url( ../images/bg_dotted_line_grey_2.gif );
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
/* ------- customer comments box -------- */
.pageContent-Home .mainBlock .Bulletins {
	background: #ffe6fa;
	color: #000;
	padding-bottom: 10px;
}
.pageContent-Home .mainBlock .Bulletins .colSectionHeader {
	border-color: #e488d3;
	color: #e488d3;
}
.pageContent-Home .mainBlock .Bulletins h3 {
	padding-left: 10px;
	padding-right: 10px;
}
.pageContent-Home .mainBlock .Bulletins p {
	font-family: georgia, 'times new roman', serif;
	font-size: 1.1em;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}
.pageContent-Home .mainBlock .Bulletins .contentNav a {
	background-image: url( ../images/nav_content_arrow_blue.gif );
	background-position: 0 1em;
	padding: 1em 0 1em 19px;
	font-family: arial, geneva, sans-serif;
	font-style: normal;
	font-size: 1em;
}
.pageContent-Home .mainBlock .Bulletins .contentNav {
	background-image: url( ../images/bg_dotted_line_grey_2.gif );
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	margin-top: 10px;
}
/* ============ pages with sub nav ================ */
#subNavCol {
	width: 216px;
	float: left;
}
#contentColMain {
	width: 665px;
	float: left;
}
#contentColMain .contentPadding {
	margin-left: 10px;
}
#pageContent-SubNav {
	background-image: url( ../images/bg_side_col_subnav_border.gif );
	background-repeat: repeat-y;
	background-position: left;
	/*background-color: #f00;*/
}
/* ============ misc styles ======================= */
div.pagePhotoHeader {
	background-color: #f1eece;
	padding-right: 10px;
}
div.pagePhotoHeader h2 {
	font-family: 'arial narrow', arial, helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 1em;
	margin-bottom: 0;
	margin-left: 232px;
}
div.pagePhotoHeader img {
	display: block;
	float: left;
}
div.pagePhotoHeader p {
	margin-left: 232px;
	margin-bottom: 0;
	font-size: 1.1em;
}
div.pagePhotoHeader br {
	clear: both;
}
h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}

div.picFloatLeft {
	float: left;
	/*padding-bottom: 10px;*/
}
div.picFloatLeft img, div.picFloatLeft .caption {
	margin: 0 10px 0 0;
}
div.picFloatRight {
	float: right;
	/*padding-bottom: 10px;*/
}
div.picFloatLogo {
	float: right;
	margin: -10px 10px 0 10px;
	/*padding-bottom: 10px;*/
}
div.picFloatRight img, div.picFloatRight .caption {
	margin: 0 0 0 10px;
}
div.picNoFloat img, div.picNoFloat caption {
	margin: 0;
}
div.picFloatLeft .caption,  div.picFloatRight .caption, div.picNoFloat .caption {
	font-size: 0.9em;
	background: #f2f2f2;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #e9e9e9;
	padding: 0.2em;
	margin-bottom: 10px;
}
div.picFloatRight img, div.picFloatLeft img, div.picNoFloat img {
	display: block;
}

div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}
.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#footer p {
	margin: 0;
	float: left;
	width: 430px;
	/*background-color: #0f0;*/
}
#footer .right {
	text-align: right;
	/*background-color: #f00;*/
}


/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #ccc;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;  
}
.sig {
	color: #ccc;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 0 auto;
	width: 903px;
	padding: 10px;
}



