@charset "utf-8";
/* CSS Document */
html {
overflow: -moz-scrollbars-vertical;
	min-height: 100%;
	height: auto;
}
body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bg-tree2.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	background-position: bottom;
	background-color: #50A9FD;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#innerWrapper {
	background-image: url(../images/dots.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 870px;
}

#header {
	margin: 0px;
	padding: 0;
}
#header #top {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #bottom {
	margin: 0px;
	background-image: url(../images/bg-header-company.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	padding-top: 112px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#header #bottom #textBlock {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-left: 250px;
	color: #CC3300;
	width: 350px;
	margin-right: auto;
	font-size: 18px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftbar {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#leftbar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftbar li {
	margin-bottom: 8px;
	width: 150px;
	margin-left: 22px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/bg-navbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	margin-right: 0px;
}
#leftbar li.navOn {
	background-image: url(../images/bg-on.gif);
}
#leftbar  a:link, #leftbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#leftbar a:hover {
	color: #0F1D37;
	text-decoration: none;
}
#mainContent {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 14px;
	background-color: #FFFFFF;
	float: left;
	margin: 0;
	width: 385px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
#mainContent p {
	line-height: 18px;
	font-size: 12px;
}
#rightbar {
	float: right; /* since this element is floated, a width must be given */
	width: 208px;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin: 0px;
	height: 420px;
	background-image: url(../images/bg-grey.gif);
	background-repeat: no-repeat;
	background-position: 6px 15px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 870px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer li {
	display: inline;
	background-image: url(../images/footer-pipe.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#footer .noPipe {
	display: inline;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 15px;
	margin-right: 3px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#footer a:link, #footer a:visited {
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #99CC00;
}
#footer a:hover {
	text-decoration: none;
	color: #0F1D37;
}
#mainContent h3 {
	color: #99CC00;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8E174;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#mainContent  .firstPara  {
	margin-top: 14px;
}
#mainContent  a:link, #mainContainer a:visited {
	color: #99CC00;
}
#mainContent ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.greenTxt {
	color: #89B700;
	display: inline;
	padding-right: 3px;
}
#mainContent li {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 6px;
}


#mainContent a:hover {
	color: #0F1D37;
	text-decoration: none;
}
#rightbar a {
	font-size: 12px;
	color: #FFFFFF;
}
legend {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
fieldset {
	padding: 2px;
	background-color: #FFFFFF;
	margin: 0px;
}
label {
	font-size: 11px;
	display: block;
}

#container #innerWrapper #rightbar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#container   #innerWrapper  #rightbar  img {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#container #innerWrapper #leftbar .ibc {
	font-size: 9px;
	line-height: 10px;
}