
/*------------------------------------------------------ABOUT US--------------------------------------*/
.twoColFixLtHdr #container_about { 
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #FFFFFF 10px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 5390px;
}
.twoColFixLtHdr #sidebar2_about {
	float: left; 
	width: 240px; /* since this element is floated, a width must be given */
	background: #9FBFD0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height:5279px;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar2_about h3, .twoColLiqLtHdr #sidebar2_about p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
 
.twoColFixLtHdr #mainContent_about { 
	margin: 10px 0 0 10px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	float:left;
	position:relative;
	height: auto;
	width:462px;
	background:#FFFFFF;
	padding: 10px 10px 0 10px;
	margin-top: 0;
	background-image:url(../graphics/BG_gray2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
} 

.twoColFixLtHdr #mainContent_about p {
	font-size:14px;
	color:#666666;
	margin: 10px 0 10px 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent_about H2 {
	color:#00446A;
	font-size:20px;
}
.twoColFixLtHdr #mainContent_about H3 {
	color:#00446A;
	font-size:20px;
}
.twoColFixLtHdr #mainContent_about a {
	color: #666666;
	font-size:14px;
	text-decoration:underline;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent_about a:hover {
	color: #666666;
	text-decoration:underline;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#mainContent_about ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#mainContent_about li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#mainContent_about li li {
	color:#FFFFFF;
	list-style:none;
	font-size:12px;
	text-align:left;	
	}
#mainContent_about ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#mainContent_about ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }
#apDiv4_about {
	float:left;
	position:relative;
	left:10px;
	width:229px;
	height:5005px;
	z-index:2;
	background:#A5A47F;
	/*background:#659481;*/
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}

#apDiv4_about a {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

#apDiv4_about p {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

#apDiv4_about a:hover {
	color: #C9C994;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#apDiv4_about ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#apDiv4_about li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#apDiv4_about li li {
	color:#FFFFFF;
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#apDiv4_about ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#apDiv4_about ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }

/********************/