#content #about{
   position: inherit;
   float: left;
   width: 523px;
   height: 100%;
}

#content #about h3{
   color: #FFF;
   font-size: 1.5em;
   line-height: 1;
}

#content #about p{
   clear: left;
   color: #545454;
   font-size: 1.2em;
}

#content #about p ul{
   clear: left;
   color: #545454;
   font-size: 0.8em;
}

#content #about p li{
   float: none;
   margin-right: 4px;
   font-weight: none;
   text-transform: none;
   text-align: left;
   line-height: 1;}

#content #about p.lead{
   font-size: 1.3em;
}

#content #about p.more{
   position: absolute;
   bottom: 11px;
   right: 11px;
   margin: 0;
   font-weight: bold;
   text-transform: lowercase;
   text-align: center;
}

#content #about p.more a{
   display: block;
   width: 68px;
   height: 21px;
   padding-top: 3px;
   background: url(../images/bg_about_more.gif) no-repeat;
   color: #266573;
   text-decoration: none;
}

#content #about ul{
   float: left;
   margin: 6px 0 15px;
   list-style: none;
   
}

#content #about li{
   float: left;
   margin-right: 0px;
   font-weight: bold;
   font-size: 0.9em;
   font-family: Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   text-align: center;
   line-height: 1;
}

#content #about li a{
   display: block;
   width: 86px;
   padding: 5px 4px;
   background-color:#76b1d4;
   background: url(../images/bg_about_nav_off.gif) no-repeat;
   color: #666;
   text-decoration: none;
}

#content #about li a:hover{
	background-color: #76b1d4;
	color: white;	
}

#content #about li a.selected{/*selected main tab style */
	color: #76b1d4;	
}

#content #about li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color: #F3F3F3;
}

#content #about li a.current{
   background: url(../images/bg_about_nav_on.gif) no-repeat;
   color: #76b1d4;
}

#content #about img{
   display: inline; /* IE6 double margin float bug hack */
   float: right;
   margin: 0 9px 5px 5px;
   padding: 2px;
   border: 1px solid #686868;
}

#content #about-dbr p{
   clear: left;
   color: #545454;
   font-size: 1.2em;
}

#content #about-dbr p ul{
   clear: left;
   color: #545454;
   font-size: 1.2em;
}

#content #about-dbr ul{
   float: left;
   margin: 6px 0 15px;
   list-style: none;
}

#content #about-dbr li{
   float: left;
   margin-right: 4px;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   line-height: 1;
}

#content #about-dbr li a.current{
   background: url(../images/bg_about_nav_on.gif) no-repeat;
   color: #76b1d4;
}

#content #about-dbr li a{
   display: block;
   width: 115px;
   padding: 8px 0;
   background:none;
   color: #666;
   text-decoration: none;
}

#content #about-dbr #br ul{
   float: left;
   display: list-item;
   text-transform:none;
   font-size:1.0em;
   
}

#content #about-dbr #br li{
   float: left;
   width: 482px;
   margin-right: 4px;
   line-height: 1.2;
   text-transform:none;
   font-weight:normal;
   text-align:left;
   font-size: 1.2em;
}

#content #text #inside ul{
   margin:0 0 15px 30px;
	list-style-type:none;	
}

#content #text #inside li{
   font:11px Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
	line-height:15px;
	background:none;
	padding:0 0 0 15px;
	list-style:none;
}




/* --------------------------------------------------------------- */