@charset "utf-8";
/* LakesDisposal.com CSS Document */
body
{
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

p
{
	padding: 5px 0;
	margin: 0;
}
form
{
	padding: 0;
	margin: 0;
}
h1
{
	font-family: Times New Roman, Times, serif;
	font-size: 23px;
	color: #303A7F;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}
a
{
	color: #2A367E;
	text-decoration: underline;
}
a:hover
{
	color: #336DEA;
	text-decoration: underline;
}	
#left-border
{
	background: #2A367E url(images/border-left.jpg) repeat-y right;
}
#right-border
{
	background: #2A367E url(images/border-right.jpg) repeat-y left;
}
#wrapper
{
	background: #FFFFFF;
	width: 840px;
}
#topbar
{
	background: url(images/top-bar.jpg) repeat-x top;
	height: 129px;
	padding: 0 20px;
}
#content-area
{
	padding: 10px 1px;
}
#leftpane
{
	background: #2A367E url(images/leftpane-top.jpg) no-repeat top;
	padding: 10px 1px 0 1px;
	width: 198px;
}
#leftpane ul
{
	margin: 0;
	padding: 0;
}
#leftpane li
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#leftpane li a
{
	display: block;
	background: url(images/menuitem-off.jpg) no-repeat;
	width: 170px;
	line-height: 27px;
	text-decoration: none;
	color: #3A5269;
	padding-left: 28px;
}
#leftpane li a:hover
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 170px;
	line-height: 27px;
	text-decoration: none;
	color: #333333;
	padding-left: 28px;
}
#leftpane li a.selected
{
	display: block;
	background: url(images/menuitem-on.jpg) no-repeat;
	width: 170px;
	line-height: 27px;
	text-decoration: none;
	color: #333333;
	padding-left: 28px;
}
#submenus
{
	background: #86A7C4;
	border-bottom: solid 1px #2A367E;
}
#submenus td
{
	border-bottom: dotted 1px #FFFFFF;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#submenus td a
{
	color: #D8E9FC;
	text-decoration: none;
}
#submenus td a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
	
#leftpane-bot
{
	background: url(images/leftpane-bot.jpg) no-repeat top;
	height: 9px;
}
#contentpane
{
	padding: 0 15px;
}

#footer
{
	background: #2A367E url(images/footer-bg.jpg) repeat-x top;
	padding: 10px 0 7px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8D7FA;
	line-height: 14px;
}
#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
