/**************************************************************************
 *Column Containers
 **************************************************************************/
#contentContainer{
  clear: both;
  float: left;
  width: 980px;
  margin: 0 auto;
  padding: 0px;
  background-color: white;
  border: none;
}

/**************************************************************************
 *Contnet Columns
 **************************************************************************/
 #column1 {
  position: relative;
  clear:left;
  float: left;
  width: 153px;
  padding: 0px;
  margin: 0px;
  background-color: white;
  z-index:1;
}

#column1 .topImage{
  width:152px;
  border-bottom: 1px solid #fff;
}

#column1 .overlay{
  margin: -33px 0px 0px 0px;
  z-index:2;
}

#column1 .menu{
  width:152px;
  background-color: #0156a6;
}

#column1 .bottomImage{
  width:152px;
}

 #column2 {
  position: relative;
  float:left;
  width:674px;
  padding:0px;
  margin: 0px;
  background-color: white;
  z-index:0;
}

#column2 .title{
  height: 52px;
  text-align: center;
  vertical-align: top;
  color: #6f6f6f;
	border-bottom: dotted;
	border-bottom-color:#cccccc; 
	border-bottom-width:thin;
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
}

#column2 .leftContentTitle{
  float: left;
  width: 336px;
  height: 70px;
  background-image: url(/live/digitalAssets/3/3705_bgLeftContentTitle.jpg);
  background-repeat: repeat-x; 
	border-right-style: dotted; 
	border-right-color:#cccccc; 
	border-right-width:thin;
}

#column2 .leftContent{
  float: left;
  width: 316px;
  padding: 0px 10px 0px 10px; 
	border-right-style: dotted; 
	border-right-color:#cccccc; 
	border-right-width:thin;
  color:#999999;
}

.leftContent a:link{color: #00679B; text-decoration: none; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}
.leftContent a:visited{color: #00679B; text-decoration: none; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}
.leftContent a:hover{color: #00679B; text-decoration: underline; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}
.leftContent a:active{color: #00679B; text-decoration: none; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}

#column2 .rightContentTitle{
  float: left;
  width: 330px;
  height: 70px;
  background-image: url(/live/digitalAssets/3/3706_bgRightContentTitle.jpg);
  background-repeat: repeat-x;
  border: none;
}

#column2 .rightContent{
  float: left;
  width: 300px;
  padding: 0px 10px 0px 23px;
	color:#999999;
}

.rightContent a:link{color: #BB9E25; text-decoration: none; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}
.rightContent a:hover{color: #BB9E25; text-decoration: underline; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}
.rightContent a:visited{color: #BB9E25; text-decoration: none; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}
.rightContent a:active{color: #BB9E25; text-decoration: none; font-family: Verdana, arial, sans-serif; font-size: 11px;  font-weight : normal;}

 #column3 {
  position: relative;
  float: right;
  width:152px;
  padding:0px;
  margin: 0px;
  background-color: white;
  border-left: 1px solid #fff;
  z-index:1;
}
 #column3 .topImage{
  width: 152px;
  border-bottom: 1px solid #fff;
}

#column3 .overlay{
  margin: -33px 0px 0px 0px;
  z-index:2;
}

#column3 .menu{
  width:152px;
  background-color: #80763b;
}

#column3 .bottomImage{
  width:152px;
}