* { 
  margin: 0; 
  padding: 0; 
  color: #808080;
}

html, body, #bg, #bg table, #bg td, #divBackgroundContainer {
  height:100%;
  width:100%;
  overflow:hidden;
}

#bg { 
  position: fixed; 
}

#bg div {
  height:200%;
  left:-50%;
  position:absolute;
  top:-50%;
  width:200%;
}

#bg td {
  text-align:center;
  vertical-align:middle;
}

#bg img {
  margin:0 auto;
  min-height:50%;
  min-width:50%;
  opacity: 0.75;
}

#divBackgroundContainer {
  position:absolute;
  top:0;left:0;
  z-index:70;
  overflow:auto;
}

.classBox { 
  margin: 0 auto; 
  width: 1064px;
  padding: 0px;
  position: relative;
  height: 100%;
}

#divMainContentContainer{
 float:right;
 margin: 0;
 padding: 0;
 width: 939px;
 background: url('../images/content/contentBackground.png') repeat-y;
 height: auto;

}
#divHeader {
  height:94px;
  position:relative;
  left:71px;
  width:100%;
}

#divLogo {
  padding: 19px 30px; 
  float: left;
}
#divLogo a img {
  text-decoration:none;
  border:0;
}
#divLogosHeader {
  position: absolute;
  top: 24px;
  left: 721px;
}
#divLogosHeader img {
  border:0;
}

#divUserArea {  
  position: absolute;
  top: 0px;
  left: 730px;
}
#divUserArea a {
  text-decoration: none;
  font: 10px Arial;
  color: #730058;
}

#cleardiv {
  height: 0px;
  clear: both;
}

.cleardiv {
  height: 0px;
  clear: both;
}

#mediaFrame {
  height: 449px;
	position:relative;
	left: 71px;
}
.main {
  background: white;
}
.articleContent {
  background: white;
  float: left;
  width: 472px;
  padding:30px 30px 60px 30px;
	position: relative;
	left: 71px;
}

.articleContent  h1{
  color: #590058;
  font: normal 16px Arial;
  padding-bottom: 20px;
}
.articleContent  h2{
  color: #590058;
  font: bold 12px Arial;
  padding-bottom: 10px;
}
.articleContent p {
  text-align: left;
  font: 12px Arial;
  color: #808080;
  line-height: normal;
  padding-bottom: 13px;
}
.articleContent p a {
  color: #440058;	
}
.articleContent p a img{
  border: 0;
}
.articleContent ul {
  text-align: left;
  font: 12px Arial;
  color: #808080;
  padding-bottom: 10px;
  list-style-position: inside;
}
.imageLinksContent {
	position: relative;
	left: -70px;
  float:right;
  width:266px;
}
.imageLinksContent a {
	border: 0;
	display: block;
	width: 266px;
	height: 144px;
}
.imageLinksContent a#imgPromo_0 {
	height:144px;
	width:266px;
	background: url('../images/content/featureBoxes/awards.jpg') 0 0 no-repeat;

}
.imageLinksContent a#imgPromo_0:hover {
	background-position: 0 -144px;
}
.imageLinksContent a#imgPromo_1 {
	height:144px;
	width:266px;
	background: url('../images/content/featureBoxes/enviro.jpg') 0 0 no-repeat;;
}
.imageLinksContent a#imgPromo_1:hover {
	background-position: 0 -144px;
}
.imageLinksContent a#imgPromo_2 {
	height:144px;
	width:266px;
	background: url('../images/content/featureBoxes/request.jpg') 0 0 no-repeat;;
}
.imageLinksContent a#imgPromo_2:hover {
	background-position: 0 -144px;
}

.subMenu{
  display:none;	
}

.subMenu.currentBranch{
  display: block;
}

#divMenuContainer {
  position: absolute;
  top: 150px;
  left: 17px;
}

#divMenuContainer .hidden {
  display:none;	
}

#mainMenuList > li {
 border-bottom: solid 1px transparent;	
}
/*
a.mainMenu {
	border-bottom: solid 1px transparent;
}
*/
#divMenuContainer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font: bold 10px Arial;
  width:100%;
  height:100%;
}

#divMenuContainer li a {
  display: block;
  font: bold 10px Arial;
  color: #ffffff;
  text-transform: uppercase;
  width: 160px;
  padding: 3px 10px;
  text-decoration: none;  
  background: url('../images/content/menuBackground.jpg') repeat-x scroll;
}
#divMenuContainer li a:hover {
  background: purple;
  width:160px;
}

#divMenuContainer li li a {
  display: block;
  font: bold 10px Arial;
  color: #590058;
  text-transform: uppercase;
  background: url('../images/content/submenuBackground.jpg') repeat-x scroll;
  height:100%;
}
#divMenuContainer li li .current {
  background: url('../images/content/submenuHoverBackground.jpg') repeat-x scroll;
}
#divMenuContainer li li a:hover {
  background: url('../images/content/submenuHoverBackground.jpg') repeat-x scroll;
}

#divMenuContainer li li li a {
	  display: block;
	  padding: 3px 0px 3px 19px;
	  font: normal 9px Arial;
}
#divFooter{
	background: url('../images/content/backgroundFooter.png') repeat-x scroll;
	position: relative;
	width: 939px;
	text-align:left;
	left:1px;
	height:215px;
	font: 12px Arial;
}
.footerHeader {
	margin-top:20px;
	color: #99cc33;
	font: normal 16px Arial;
}
#divRightFooter {
	float:left;
	width: 337px;
	position: relative;
	left:70px;
}
#divRightFooter ul {
	list-style-type: none;
	margin: 20px 10px 10px 25px;
}
#divRightFooter li {
	margin-top: 10px;
}
#divRightFooter a {
	color:white;
	font: bold 12px Arial;
}
#divRightFooter a.greenLink {
	color: #99cc33;
}
#divCopyright {
	font: normal 9px Arial;
	color: white;
	margin: 20px 10px 10px 25px;
}
#divCenterFooter {
	float:left;
	width: 288px;
}
#divCenterFooter p {
	width: 235px;
  color: white;
  margin-top: 10px;
  font: normal 10px Arial;
  line-height: 19px;
}
#divLeftFooter {
	float:left;
	width: 236px;
	
}
#divLeftFooter p {
  color: white;
  margin-top:7px;
  font: normal 12px Arial;
}
#divLeftFooter p .bold {
	color: white;
  font: bold 12px Arial;
}
#divFooterAddress h4 {
	margin-top:14px;
	margin-bottom: 8px;
	color: white;
	font: bold 12px Arial;
}

#divFooterAddress p {
  color: white;
  font: normal 10px Arial;
  line-height: 12px;
  margin-top: 3px;
}

#focus-stealer      { position: absolute; left: -9999px; }

.news_item h3{
  padding-top: 20px;
  color: #590058;
  font: bold 14px Arial;
}
.news_item p{
  padding-top: 5px;
}
div.articleContent ul li a{
  color: #440058;	
}

