div#aboutBox {
  /* height:350px;  */
  float:left;
  }
.contentBox p {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    margin-top:6px;
    margin-bottom: 11px;
}

div#areaSwitcher {
  background:#444;
  width:644px;
  height:350px;
  margin-right:0;
  border:1px solid #ccc;
  }
div#areaSwitcher ul {
  float:right;
  color:white;
  font-weight:bold;
  list-style:none;
  list-style-position:outside;
  margin: 0;
  padding: 0;
  border: none;
  text-indent:-10px; 
  margin-top:10px;
  }
div#areaSwitcher ul li {
  width:278px;  
  margin:0;
  padding:0;
  text-align:left;
  text-indent: 10px;
  margin-bottom:1px; 
  width:180px;    
  }
  
div#areaSwitcher ul li a {
    color:white;
    text-decoration:none;
    display:block;
    padding: 4px 0px 7px 12px;
    height:11px;
    background:url(areaSwitchBG3.png);
    background-position:0 0;
    _width:193px; /* IE6 needs this to expand link to full area */
    white-space:no-wrap;
}
div#areaSwitcher ul li a:hover {
   background-position: 0 22px;  
}
div#areaSwitcher ul li.active a {
   background-position: 0 22px;  
}
div#areaSwitcher div {
  width:370px;
  height:350px;
  background:#444;
}
div#areaSwitcher h2, 
div#areaSwitcher p {
  color:white;
  margin:0;
  padding:0 10px;
  background:none;
  font-size:10px;
}
div#areaSwitcher h2 a{
	color:white;
}
div#areaSwitcher h2 {
  margin-top:6px;
  margin-bottom:6px;
  font-size:14px;
} 
div#areaSwitcher p {
  margin-bottom:3px;
}
.homefeature{
	padding:0;
	margin:0;
}
.homefeature li.toprow img{
	padding: 1px;
	border:1px solid #ccc;  
}
.homefeature li.toprow .toprowcontent{
	float:left;
	padding:0 0 0 4px;
	width:175px;
}
.homefeature li.toprow .toprowcontent a{
	font-size:13px;
	font-weight:700;
}
.homefeature li.listrows{
	padding:2px 0 2px 13px;
	background:url(../../images/dot-li2.png) top left no-repeat;
	margin:3px 0;
	/*height:18px;*/
}