@charset "utf-8";
/* CSS Document */

.divSection{
	margin: 0px 0px 4px 12px;
}

.divSection ul{
	padding-left:10px;
	list-style-type:circle;
}

h3 a{
	text-decoration:none;
}

div#announcements {	
	background-color: #f4ebe1;
	border-top: 1px solid #eadccc;
	border-bottom: 1px solid #eadccc;
	padding: 15px 20px;
	}
	
div#announcements h2 {
	color: #8b8986;
	font-size: 70%;
	font-weight: bold;
	margin: 0;
	}
	
div#announcements p {
	color: #292929;
	font-size: 75%;
	font-weight: bold;
	margin: 10px 0 0;
	line-height: 150%;
	}
	
div#announcements dl {
	margin: 0;
	padding: 0;
	}

div#announcements dt {
	display: inline;
	font-weight: bold;
	font-size: 75%;
	}
	
div#announcements dd {
	margin: 0 0 0 8px;
	display: inline;
	font-size: 75%;
	color: #494949;
	}

ul#menu {
	background: #f4f4f4;
	list-style-type: none;
	margin: 7px 0 0;
	border-top: 1px solid #e1e1e1; 
	border-bottom: 1px solid #e1e1e1; 
	height: 14px;
	padding: 14px 0 14px 7px;
	}
	
ul#menu li {
	display: inline;
	padding: 0 10px !important;
	height: 14px;
	background-image: none !important;
	border-right: 1px solid #e4e4e4;
	}
	
ul#menu li.last {
	border: none;
	}
	
body#businessOffice table.format {
	margin: 0 0 20px 0;
	}
	
table.format th, table.format td {
	padding: 5px;
	}
	
#content div.blockListinig {	
	margin: 0 0 20px 0;
	}
	
#content ul.listing {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	}
	
#content ul.listing li  {
	color: #494949;
	font-size:100%;
	line-height: 160%;
	background: url(/images/general/bullet_square-gray.gif) no-repeat 0px 7px;
	padding: 0 0 0 12px;
	margin: 0 0 3px 0;
	}
	
.floatLeft {
	float: left;
	margin: 0 15px 0 0 !important;
	}
	
html>/**/body .floatLeft {
	margin: 0 0 15px 0 !important;
	}
	
.floatRight {
	float: right;
	}
#businessOffice #mainContainer #contentContainer #content p .style15 {
	font-size: 12px;
}
