@charset "UTF-8";
/* bfenvironmental.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
p {
	padding-bottom:10px;
	}
td, th {
	padding:3px;
	}
body {
	width:1024px;
	background:#62737c url(../images/backgr.jpg) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	margin:0 auto;
	}
h1 {
	font-size:1.6em;
	font-family:Helvetica, Arial;
	color:#003366;
	line-height:1.3em;
	padding-bottom:10px;
	}
h2 {
	font-size:1.4em;
	font-family:Helvetica, Arial;
	color:#b28c07;
	line-height:1.4em;
	padding-bottom:10px;
	}
.site_map {
	width:902px;
	padding:10px;
	text-align:right;
	margin:0 auto;
	}
#body_container {
	width:922px;
	border:3px #414547 solid;
	background:#ffffff url(../images/body-bkg.jpg) repeat-y;
	margin:0 auto;
	}
#header {
	height:194px;
	width:922px;
	}
#left_sidebar {
	width:260px;
	background:#246f9a;
	float:left;
	padding:10px;
	color:#ffffff;
	}
#left_sidebar li {
	list-style:none;
	line-height:2.0em;
	font-size:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px dotted #ffffff;
	margin-bottom:5px;
	}
#left_sidebar a:link {
	color:#FFFF99;
	text-decoration:none;
	}
#left_sidebar a:visited {
	color:#FFFF99;
	text-decoration:none;
	}
#left_sidebar a:hover {
	color:#FFFF99;
	text-decoration:underline;
	}
.smaller_text {
	font-size:12px;
	line-height:1.4em;
	margin-left:10px;
	}
.text_area {
	background:#ffffff;
	width:615px;
	padding:10px;
	color:#333333;
	float:right;
	text-align:left;
	}
.text_area a:link {
	color:#003366;
	text-decoration:underline;
	}
.text_area a:visited {
	color:#003366;
	text-decoration:underline;
	}
.text_area a:hover {
	color:#003366;
	text-decoration:none;
	}
.text_area ul {
	margin-left:20px;
	padding-bottom:10px;
	}
.text_area ol {
	margin-left:20px;
	padding-bottom:10px;
	}
.right_sidebar {
	width:230px;
	background:#333333;
	float:right;
	padding:10px;
	color:#ffffff;
	margin:10px 0 10px 10px;
	}
.right_sidebar h1 {
	font-size:1.6em;
	font-family:Helvetica, Arial;
	color:#dcab01;
	line-height:1.4em;
	}
.right_sidebar ul {
	margin-left:20px;
	}
.right_sidebar li {
	padding-bottom:10px;
	list-style:square;
	}	
.right_sidebar p {
	margin-left:10px;
	}
#footer {
	padding:5px;
	border-top:1px dotted #333333;
	margin-top:5px;
	color:#ffffff;
	width:902px;
	margin:0 auto;
	text-align:center;
	font-size:0.9em;
	}
#footer a:link {
	color:#ffffff;
	text-decoration:underline;
	}
#footer a:visited {
	color:#ffffff;
	text-decoration:underline;
	}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
	}
#footer li {
	display:inline;
	padding-right:5px;
	text-align:center;
	}
.images {
	padding:10px;
	}
.caption {
	font-size:10px;
	color:#666666;
	border-bottom:1px dotted #666666;
	margin-bottom:10px;
	text-align:right;
	}
.editor_body {
	width:635px;
	background:#fff;
	}
.hzrule {
	margin:5px 0;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float - <br class="clearfloat" />
 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
