@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #808080;
	margin: 25px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/containBG.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left;
} 

/*holds the curved top, logo, header navigation*/
#header { 
}

/*top with curve*/
#headerCurve {
	height:30px;
}

/*contain floated headerLeft and right*/
#headerWrap{
	padding:0;
	margin:0;
	}

/*left header contains the logo*/
#headerLeft{
	width:465px;
	padding: 0;
	float:left;
	margin: 0px 0px 0 22px;
	height:103px;
} 

/*right header contians the navigation*/	
#headerRight{
	width:450px;
	float:right;
	padding: 0;
}

/* contains the header nav*/
#headerNavWrap { 
	margin:0;
	padding: 0 0px 0 0px/*positions header nav to the right*/
} 

/*header nav begins*/
#headerNav{
	margin:0;
	padding:0 0 0 0px;
	color:#231f20;
	font-size:10px;
}
	 	
#headerNav li{
	display: inline;
	list-style-type:none;
}

#headerNav a:link {
	color:#231f20;
	text-decoration: none;
}

#headerNav a:visited{
	color:#231f20;
	text-decoration:none;	
}

#headerNav a:hover {
text-decoration:underline;
}

#headerNav img{
border:none;
margin:0px 2px -5px 0;
}

.border {
	padding: 0 10px 0 5px;
	border-right: 1px solid #231f20;
	}
.third {
	padding: 0 10px 0 0px;
	border-right: 1px solid #231f20;
	}
	
.first {
	padding: 0 10px 0 10px;
	border-right: 1px solid #231f20;
	border-left: 1px solid #231f20;
}
	
	
.last {
/*border:none;*/
border-right: 1px solid #231f20;
padding: 0 10px 0 8px;
}
/*header nav ends*/


/*contains main content/navigation*/
#mainContent { 
	margin: 0 32px 0 23px;
	width:905px;	
}

.tableinfo{
border:none;
font-size:11px;}


/*wraps around all bottom content with borders*/
#mainWrap{
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	padding: 0;
	margin:0;
	width:905px;
	min-height:350px;
	border-top:1px solid #808080;
	}

/*headline bottom below gradient in black*/
h1{
	font:100% Arial, Helvetica, sans-serif;
	color:#231f20;
	padding: 10px 0 0 0px;
	margin:0;
	font-size:20px;
}

/*sidebar text in red*/
h2{
	font:100% Arial, Helvetica, sans-serif;
	color:#ED1c24;
	font-size:12px;
	font-weight:normal;
	padding:5px 0 0 0;
	margin:0;
}

/*bottom in the media black text above images*/
h3{
	font:100% Arial, Helvetica, sans-serif;
	color:#231f20;
	padding: 0;
	margin:0;
	font-size:13px;
	font-weight:bold;
	}

/*small red text*/	
h4{
	font-size:12px;
	color:#ED1c24;
	font-weight:normal;
	padding: 0 10px 0 0;
	margin:0;
	}

/*sidebar black text*/	
h5{
	font-size:12px;
	font-weight:normal;
	}

h5 a:link {
	text-decoration:underline;}
	
h5 a:hover{
	text-decoration:none;}

/*sustainablity green italic*/	
.green {
	color:#9CBC3C;
	font-size:12px;
	padding: 0px;
	font-weight:bold;
	font-style:oblique;
}
/*main content*/
p{	
	font-size:11px;
	padding: 0 25px;
	
}


/*header image top*/
#headerImage{
	height:119px;
	margin:0;
	padding:0;
}

/*bottom gradient below flash*/
#bottomGradient{
	background-image:url(../images/gradientInterior1.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	height: 14px;
	}

/*contains the left and right floated linked images*/
#bottomWrap{
	width:905px;}

/*main content bottom left*/
#bottomLeft{
		width:606px;
	padding:0 0 0 82px;
	margin:0;
	float:left;
}


#bottomLeft i{
	/*color:#ED1c24;*/}


/*padding on image headline with descendors*/
.padding {
	margin: 0 0 -3px 0;
}

/*site map third level navigation*/
.navThird {
	padding: 0 0 0 10px;
}

/*site map fourth level navigation*/
.navFour {
	padding: 0 0 0 20px;
}

/*list style for about us our people navigation*/
#bottomLeft ul {
	list-style:none;
	display:block;
	padding:0px 15px 0px 25px;
	margin:0;
	
}

#bottomLeft a:link {
	color:#231F20;
	font-size:11px;
	text-decoration:underline;
}
	
#bottomLeft a:visited {
	color:#231F20;
	font-size:11px;
	text-decoration:underline;
	}	
	
#bottomLeft a:hover {
	text-decoration:none;}
/*end people navigation list*/


/*list style indented*/
#listStyleIndent {
	padding:0;
	margin:0;
	font-size:11px;}
	
#listStyleIndent li {
	/*border:1px solid #990066;*/
	margin:10px 15px 0px 24px;
	list-style:none;
	padding:0;}
	
/*list style bullet*/
#listStyleBullet {
	padding:0;
	margin:0;
font-size:11px;
	/*border:1px solid #9933FF;*/}
	
#listStyleBullet li{
/*	border:1px solid #99FF00;*/
	list-style:disc;
	margin: 8px 15px 8px 24px;
	padding:0;}

/*footnote point size smaller italic*/
.footNote{
	font-size:10px;
	font-style:oblique;
	padding: 25px 15px 0 25px;}	



/*sidebar right */
#bottomRight{
	width:130px;
	margin: 0px 0 0 485px;
	padding: 40px 0 0 0;
}

/*red link*/
#bottomRight a:link{
	color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
}

#bottomRight a:visited{
	color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	}
	
#bottomRight a:hover{
	color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-decoration:none;}
/*red link ends*/

/*sidebar navigation starts*/
#bottomRightNav ul {
	display:block;
	list-style:none;
	padding: 0;
	margin:0;}

#bottomRightNav a:link{
	color:#231F20;
	font-size:11px;
	font-weight:normal;
	padding: 0;
	margin:0;
	text-decoration:none;
	}

#bottomRightNav a:visited{
	color:#231F20;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-decoration:none;
	}
	
#bottomRightNav a:hover{
	color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-decoration:underline;}
	
#bottomRightNav a.selected {
color:#ED1c24;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	text-decoration:underline;}

#greenNav {display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	letter-spacing:-1px;
	font-size:11px;
	font-weight:normal;
	}
#greenNav li {
padding: 5px 0 0 0;
}
#greenNav a:link{
	color:#9CBC3C;
	text-decoration:underline;
	}

#greenNav a:visited{
	color:#9CBC3C;
	text-decoration:underline;
	}
	
#greenNav a:hover{
	color:#9CBC3C;
	text-decoration:none;}
	
	
	
/*sidebar navigation ends*/

/*puts a padding on the image right with large border*/
#bottomRight img {
	padding: 0 0px 0 0;
	margin:5px 0 5px 0;
	/*border:5px solid #808080;*/
	}
.borderRight {
	border:5px solid #808080;}

/*client news in the media contains the three images in the media border top and bottom*/
#bottomClients{
	margin: 10px 25px 0 25px;
	border-top:1px solid #808080;
	}
	
#bottomClients a:link{
	Font:100% Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
	}
	
/*link bottom underline visited*/	
#bottomClients a:visited{
	Font:100% Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
	}
	
/*link hover bottom underline*/	
#bottomClients a:hover{
	Font:100% Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#231f20;
	text-decoration:none;
	}

table{
margin: 10px 0 0 0px;
padding:0;}

/*multiple rows border bottom last*/
table.bottom{
	/*border-bottom:1px solid #808080;*/}

/*align all of the images*/
.position{
width:185px;
height:195px;}

	
	
table th{
padding: 10px 0 10px 0;
margin:0;
}

table td{
/*border-bottom:1px solid #808080;*/
padding: 0;
margin:0;}

/*space div*/
.borderImage {
	border:1px solid #000;
	margin: 0 0 10px 0;
	padding:0;}


/*contains curved bottom*/ 
#footer { 
	padding:0px; 
	height:55px;
	margin:0;
	background: #808080;
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*main navigation*/
#menuwrapper {
	font:100% Arial Rounded MT, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	height:20px;
	width:915px;
}

/*clears floats*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar {
	/*width: 36em;*/
}
/*drop down contain*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 100% Arial Rounded MT, Arial, Helvetica, sans-serif;
}
/*controls link*/
#p7menubar a {
	display: block;
	text-decoration: none;
	/*padding: 5px 10px 5px 10px;*/
	font-size: .85em;
	color: #CCCCCC;

}

/*controls dropdowns large tab*/
#p7menubar a.trigger{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
/*	width: 97px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
/*	padding:0;*/
	background: url(../images/tabLarge4.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
		width: 115px;
	height:18px;
	/*border:1px solid #CC00FF;*/
	
}

/*controls dropdowns Xlarge tab*/
#p7menubar a.triggerXL{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
/*	width: 97px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
/*	padding:0;*/
	background: url(/images/tabXLarge.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
		width: 125px;
	height:18px;
	/*border:1px solid #CC00FF;*/
}

/*controls dropdowns medium tab*/
#p7menubar a.triggerMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 73px;
	height:16px;*/
	/*padding:2px 5px 0 5px;*/
	padding:3px 0 0 0;
	/*padding:0;*/
	background: url(../images/tabMedium.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	width:87px;
	height:18px;
/*	border:1px solid #3300FF;*/
}

/*controls dropdowns small tab*/
#p7menubar a.triggerSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;/*
	padding: 5px 0px 5px 0px;*/
	/*tab grey*/
	/*width: 61px;*/
	height:18px;
	width:73px;
	/*padding:0;*/
	/*padding:2px 10px 0 5px;*/
	padding:3px 0 0 0;
	background: url(../images/tabSmall.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#231f20;
	/*border: 1px solid #FF0000;*/
}

/*controls selected dropdowns*/
#p7menubar a.triggerSelectSmall {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*paddin: 5px 0 5px 0;*/
	/*tab grey*/
	width: 73px;
	height:18px;
	padding:3px 0 0 0;
	margin:0;
	background: url(../images/tabSmall2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

/*controls dropdowns medium tab*/
#p7menubar a.triggerSelectMedium {
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 87px;
	height:18px;
	padding:3px 0 0 0;
	background: url(../images/tabMedium2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;	
}

/*controls dropdowns large tab*/
#p7menubar a.triggerSelectLarge{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 113px;
	height:18px;
/*	padding:0;*/
	padding:3px 0 0 0;
	background: url(../images/tabLarge2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

/*controls dropdowns large tab*/
#p7menubar a.triggerSelectXL{
	font-weight:bold;
	font-size:13px;
	text-align:center;
	/*tab grey*/
	width: 125px;
	height:18px;
/*	padding:0;*/
	padding:3px 0 0 0;
	background: url(/images/tabXLarge2.jpg) 0 0 no-repeat;
	text-decoration: none;
	color:#fff;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li {
	position: relative;}

/* hide from IE mac \*/
#p7menubar li {
	position: static; 
	width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
/*	width: 12em;*/
	width:200px;
}
/*drop down spacing vertically*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 5px 12px 5px 16px;
}

/*padding top dropdown*/
#p7menubar ul li a.first  {
	color: #565656;
	border-right: 0;
	padding: 8px 12px 5px 16px;	
}

/*dropdown background*/
#p7menubar li ul {
	font-size:13px;
	color:#FFFFFF;
	position: absolute;
	display: none;
	background: url(../images/dropBG2.jpg) repeat-x;/*gradient BG drop down*/
}

/*curved corners on bottom our capabilities*/
#p7menubar li ul .last{
	height:5px;
	padding:0;
	margin:-8px 0 0 0;
	image:no-repeat;
	}
	
/*rollover main nav*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	/*tab red rollover*/
	background-position: 0 -22px;
    color:#fff;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

/*dropdown font style*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color:#FFFFFF;
	background-color: transparent;
}

/*hover drop down*/
#p7menubar ul a:hover {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected drop down*/
#p7menubar ul a.selected {
	background-color: #231f20!important;
	color: #FFFFFF !important;
}

/*selected top*/
#p7menubar ul a.selectedFirst {
	background-color: #231f20!important;
	color: #FFFFFF !important;
	/*padding: 8px 12px 3px 16px;*/
	padding: 8px 12px 5px 16px;	
}

/*mainNav ends*/















