body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 0.8em;
	color: #313131;
	background-color: #AAAAAA;
	text-align: center;
}
html * table {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1em;
	color: #313131;	
}
#pageContainer {
	width: 826px;
	margin:auto;
	margin-top: 28px;
	text-align: center;
	border: 1px solid #323232;
	border-top: 0px;
/*	border-bottom: 6px solid #323232;*/

	padding:0;
}
.bannerImg{
	white-space: nowrap;
}
#bannerImg {
	background: white url(../img/bannerBG.gif) top left repeat-x;
	width:100%;
	height:121px;
	white-space: nowrap;
}
#picturalogo{
	position:relative;
	top:45px;
	left:28px;
	display:block;
}
.content {
	background-color: White;
	font-family: Arial, Verdana, Helvetica;
	font-size: 1em;
	color: #313131;
	height: 337px;
}
.content a{
	color: Black;
}
.basicContent {
	vertical-align:top;
	width:auto;
	height:100%;
	padding:25px;
	background-color:white;
/*	background-color:#cccccc;*/

}
.basicContentDiv {
	height: 337px;
	width:100%;
	overflow: auto;	
	margin:auto;
	padding:auto;
	padding-right: 15px;
}

.sidenav {
	vertical-align:top;
	width:25%;
	background-color:white;
	padding:25px;
	padding-top:18px;
	padding-right: 15px;
	text-align:right;
	font-size:11px;
	line-height:18px;
	border-right: 1px solid #777777;
}
.sidenav strong, .sidenav h3{
	font-size: 12px;
	color: #303030;
	line-height: 1.5em;
	margin: 4px 0px 0px;
}
.sidenav a{
	text-decoration:none;
	font-weight: bold;
	color: #777777;
	line-height: 1.6em;
}
.sidenav a:hover{
	text-decoration:none;
	color: black;
	font-weight: bold;	
}
.sidenav h3 a{
	font-size:12px;
	color: #f37a1f;
	line-height: 1em;
}

a {
	font-family: Arial, Verdana, Helvetica;
	color:#313131;	
}
html * a.orange:link{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#f37a1f;	
	text-decoration: none;
}
html * a.orange:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#f37a1f;	
	text-decoration: none;
}
html * a.orange:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}
html * a.orange:active {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}
html * a.blue:link{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#00539f;	
	text-decoration: none;
}
html * a.blue:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#00539f;	
	text-decoration: none;
}
html * a.blue:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}
html * a.blue:active {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}

html * a.red:link{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#c4112f;	
	text-decoration: none;
}
html * a.red:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#c4112f;	
	text-decoration: none;
}
html * a.red:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}
html * a.red:active {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}
html * a.green:link{
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#339900;	
	text-decoration: none;
}
html * a.green:visited {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#339900;	
	text-decoration: none;
}
html * a.green:hover {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}
html * a.green:active {
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:#777777;	
	text-decoration: none;
}
a.readmore {
	font-size:11px;
	text-decoration:none
}
a.readmore:hover {
	text-decoration:underline
}
/* section colors */
.about, .services{
	background-color:#00539f;	
}
a.aboutLinks, .aboutLinks, a.servicesLinks, .servicesLinks{
	color:#00539f;	
}
.info, .product{
	background-color:#f37a1f;	
}
a.infoLinks, .infoLinks, a.productLinks, .productLinks{
	color:#f37a1f;	
}
.portfolio{
	background-color:#c4112f;	
}
a.portfolioLinks, .portfolioLinks{
	color:#c4112f;	
}
.sustainability{
	background-color:#339900;	
}
a.sustainabilityLinks, .sustainabilityLinks{
	color:#339900;	
}	
/* end section colors */

#navLevel2{
	height: 39px;
	width:100%;
/*
	height: 28px;
	border-bottom: 5px solid #ABABAB;
	border-top: 5px solid #ABABAB;
*/
	text-indent:28px;
	white-space: nowrap;
}
#navLevel2 #navLevel2Title{
	display: block;
	float: left;
	width:auto;
	position: relative;
	color:white;
	font: bold 16px Arial, Verdana;
	line-height:39px;
	letter-spacing:1px;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#navLevel2 #navLevel2Links{
	display: inline;
	float: right;
	text-align:right;
	width:auto;
	margin:auto;
	position: relative;
	color:white;
	font: bold 11px Arial, Verdana;
	line-height:39px;
	letter-spacing:1px;
	margin-right:28px;
	white-space: nowrap;
}
#navLevel2 #navLevel2Links a.redHighlight {
	color: #E79EAA;
}
#navLevel2 #navLevel2Links a.blueHighlight {
	color: #98BAD8;
}
#navLevel2 #navLevel2Links a.orgHighlight {
	color: #FACBA8;
}
#navLevel2 #navLevel2Links a.greenHighlight {
	color: #99CC33;
}

#navLevel2 #navLevel2Links a{
	color:#2f3130;
	font: bold 11px Arial, Verdana;
	line-height:39px;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
}
#navLevel2 #navLevel2Links a:hover{
	text-decoration:none;
	color:#ffffff;
}
#navLevel2 #navLevel2Links a.selected{
	color:#ffffff;
	font: bold 11px Arial, Verdana;
	line-height:39px;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
}


#navLevel3{
	text-align: right;
	vertical-align: middle;
	clear: both;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
	background: #C7C7C7 url(../img/lev3BG.gif) repeat-x top left;
}
#navLevel3 #navLevel3Links{
	width:auto;
	font: bold 11px Arial, Verdana;
	line-height:28px;
	letter-spacing:1px;
	margin-right:28px;
	padding-top:2px;
}
#navLevel3 #navLevel3Links a{
	font: bold 11px Arial, Verdana;
	text-decoration:none;
	vertical-align: middle;
	line-height:28px;
	padding-left:6px;
	padding-right:6px;
}
#navLevel3 #navLevel3Links a:hover{
	text-decoration: none;
	color:white;
}
#navLevel3 #navLevel3Links a.selected{
	font: bold 11px Arial, Verdana;
	line-height:28px;
	text-decoration: none;
	color:white;
}

#navLevel3 #navLevel3Links a.port{
	font: bold 11px Arial, Verdana;
	text-decoration:none;
	padding-left:6px;
	padding-right:6px;
	width:12px;
	height:12px;
	background-color: #c61130;
	color:white;
}
#navLevel3 #navLevel3Links a.port:hover{
	text-decoration: none;
	background-color: White;
	color:#c61130;
}
#navLevel3 #navLevel3Links a.portSelected{
	font: bold 11px Arial, Verdana;
	text-decoration: none;
	background-color: White;
	color:#c61130;
	height:12px;
}
#navLevel3 #navLevel3Links a.portSelected:hover{
	font: bold 11px Arial, Verdana;
	text-decoration: none;
	background-color: White;
	color:#c61130;
}
#footer {
	font-size:11px;
	font-weight:normal;
	line-height:18px;
	color:#AAAAAA;
	display: block;
	width: 826px;
	background-color: #323232;
	height:18px;
	color:#AAAAAA;
	text-align: right;
	margin: auto;
	border: 1px solid #323232;
	letter-spacing: 2px;
	white-space: nowrap;
}

/* POrtfolio stuff */
.PortfolioBorder{
	border-bottom:4px solid white;
	border-right:4px solid white;
	margin: 0;
	padding:0;
}
.PortfolioLeftCol{
	vertical-align: top;
/*	background-color:#AFAFAF;*/
	background-color:White;
	width:283px;
	text-align: left;
}
.PortfolioCenterCol{
	background-color:#5E5E5E;
	width:77px;
}
.PortfolioRightCol{
	background-color: #303030;
	width: auto;
}
.PortfolioColBlank{
	background-color: White;
	width: 92px;
	height: 92px;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
	line-height:92px;
	}
.PortfolioBlankImg{
	vertical-align: top;
	width: 92px;
	height: 92px;
	margin: 0;
	padding: 0;
}
.PortfolioLrgImg{
	border-left:4px solid white;
	border-right:4px solid white;
}

/* AcfctMgmt stuff */
.AccMgmtBorder{
	border-bottom:4px solid white;
	border-right:4px solid white;
	margin: 0;
	padding:0;
}
.AccMgmtLeftCol{
	vertical-align: top;
/*	background-color:#AFAFAF;*/
	background-color:White;
	width:232px;
	text-align: left;
}
.AccMgmtCenterCol{
	background-color:#5E5E5E;
	width:82px;
}
.AccMgmtRightCol{
	background-color:White;
	width: auto;
}
.AccMgmtContentCol{
	background-color: White;
	width: 243px;
	vertical-align: top;
	padding:20px;
}
.AccMgmtColBlank{
	background-color: White;
	width: 73px;
	height: 73px;
	border-bottom: 4px solid white;
	border-right: 4px solid white;
	line-height:92px;
	}
.AccMgmtBlankImg{
	vertical-align: top;
	width: 73px;
	height: 73px;
	margin: 0;
	padding: 0;
}
.AccMgmtLrgImg{
	border-left:4px solid white;
	border-right:4px solid white;
}
.prodThumbBorder{
	border:1px solid #8C8C8C;
	margin:0;
	padding:0;
	margin-top:3px;
}

.grayRule{
	height: 1px;
	width:100%;
	color: #777777;
	margin-top:20px;
	margin-bottom:20px;
}
