html{overflow-y:scroll}

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, tahoma;
	color: #555555;
	font-size: 12px;
	}
	
a {
	color: #098217;
	text-decoration: underline;
	}
	
a:hover {
	color: #41ac4d;
	}
	
.clear{clear: both}
.float_left{float:left}
.float_right{float:right}
	
.pl_button {
	float: left;
}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	margin: 0;
	margin-top: 30px;
	min-height: 80px;
	}
	
#header .phone {
	float: right;
	width: 200px;
	color: #a4a4a4;
	font-family: Garamond, Georgia,Serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	padding-top: 16px;
	}
	
#header .logo {
	float: left;
	}
	
#header .logo h1 {
	font-family: Arial Black, Arial, Tahoma, Verdana;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #606060;
	}
	
#nav {
	background: #FFFFFF url(images/nav_main.gif) top left repeat-x;
	border: 0;
	border-top: 4px solid #098217;
	font-size: 13px;
	font-weight: bold;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	}
	
#nav ul li a {
	display: block;
	float: left;
	padding: 14px 10px;
	color: #a4a4a4;
	text-decoration: none;
	line-height: 200%;
	}
	
#nav ul li a:hover {
	color: #098217;
	background: #efefef;
	}
	
#nav ul li.current a {
	background: #cccccc;
	color: #FFFFFF;
	}
	
#mainwrap {
	background: #FFFFFF url(images/sidebar_border.gif) top left repeat-y;
	}
	
#sidebar {
	width: 260px;
	float: left;
	}
	
#sidebar .sidebar_module {
	border-top: 1px solid #CCCCCC;
	}
	
#sidebar .sidebar_module .module_icon {
	float: left;
	width: 50px;
	padding: 10px 0px;
	}

#sidebar .sidebar_module .module_content {
	float: right;
	width: 200px;
	padding: 14px 5px;
	}

#content {
	float: right;
	width: 700px;
	border: 0;
	border-top: 1px solid #cccccc;
	}
	
#content .content_wrap {
	padding: 20px;
	}
	
#content .thumbnail_left {
	float: left;
	padding: 0px 16px 16px 0px;
	}
	
#footer {
	clear: both;
	background: #efefef;
	border-top: 1px solid #cccccc;
	padding: 26px 10px;
	text-align: right;
	}
	
#footer a {
	color: #535353;
	}
	
#footer a:hover {
	color: #098217;
	}
	
table, td {font-size: 100%;}

.tborder {
	background: #fff;
	border: 1px solid #d3d3d3;
}

.tcat {
	background: #3e3e3e;
	padding: 8px;
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
}

.tcat a {
	color: #FFFFFF;
	}
	
.tcat a:hover  {
	color: #cecece;
	}

.thead {
	background: #cacaca;
	padding: 6px;
	color: #343434;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	font-size: .8em;
}

.trow1 {
	background: #f7f7f7;
	color: #474747;
	padding: 8px;
}

.trow2 {
	background: #ededed;
	color: #474747;
	padding: 8px;
}

.ddmenu_subcats {
	text-align: left;
	position: absolute;
	display:none;
	border: 1px solid #dadada;
	border-bottom: 0;
	font-size: 12px;
	line-height: 26px;
	z-index: 100;
	background: #FFFFFF;
	width: 160px;
	margin: 0;
	padding: 0;
}

.ddmenu_subcats a {
	text-align: left;
	color: #000000;
	display: block;
	border-bottom: 1px solid #dadada;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.ddmenu_subcats a:hover {
	background: #efefef;
	color: #545454;
}

.dd_menu span {
	background: transparent url(images/ddarrow.png) center bottom no-repeat;
	display: block;
}