html{overflow-y:scroll}

body {
	background: #852424 url(images/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, tahoma;
	color: #FFFFFF;
	font-size: 12px;
	}
	
a {
	color: #e41b1b;
	text-decoration: underline;
	}
	
a:hover {
	color: #e41b1b;
	text-decoration: none;
	}
	
.clear {
	clear: both;
	}
	
.float_left {
	float: left;
	}
	
.float_right {
	float: right;
	}
	
.pl_button {
	float: right;
	}
	
h1 {
	color: #852424;
	font-family: "Times New Roman", Calibri, Georgia;
	margin: 0;
	padding: 0;
	font-size: 2em;
	}
	
#wrapper {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	}

#header .phone {
	float: right;
	width: 200px;
	color: #FFFFFF;
	font-family: Garamond, Georgia,Serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	padding-top: 40px;
	}
	
#header .logo {
	float: left;
	}
	
#header .logo h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding: 40px 0 32px 4px;
	}
	
#nav {
	background: #8faf3b url(images/nav_main.jpg) top left repeat-x;
	border: 0;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #6e8d1d;
	}

#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: #FFFFFF;
	text-decoration: none;
	line-height: 200%;
	}
	
#nav ul li a:hover {
	color: #cadc9a;
	}
	
#nav ul li.current a {
	color: #000000;
	}
	
#banner {
	margin: 4px 0;
	}
	
#mainwrap {
	background: #f0e2c8 url(images/content_main.jpg) top left no-repeat;
	color: #292929;
	}
	
#sidebar {
	width: 260px;
	float: right;
	padding: 10px;
	}

#content {
	float: left;
	width: 670px;
	border: 0;
	}
	
#content .content_wrap {
	padding: 20px;
	}
	
#content .thumbnail_left {
	float: left;
	padding: 0px 16px 16px 0px;
	}
	
#sidebar ul.sidebar_menu {
	line-height: 140%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul.sidebar_menu a {
	display: block;
	overflow: auto;
	padding: 8px 4px 8px 18px;
	margin: 0;
	text-decoration: underline;
	background: #FFFFFF url(images/menu_item.gif) center left no-repeat;
	border: 1px solid #a89673;
	border-top: 0px;
	border-bottom: 0px;
	color: #000000;
	font-weight: bold;
	}
	
#sidebar ul.sidebar_menu a:hover {
	color: #394d05;
	text-decoration: none;
	background: #eef7d8 url(images/menu_item.gif) center left no-repeat;
	}
	
#sidebar ul.sidebar_menu li { width: 260px; float: left; height: 1%; }
#sidebar ul.sidebar_menu a { height: 1%; }

#sidebar .sidebar_wrap {
	background: #FFFFFF url(images/sidebar_wrap.gif) top left repeat-y;
	width: 260px;
	}
	
#sidebar .sidebar_wrap p {
	margin: 0;
	padding: 4px;
	}

#sidebar img.titleimg {
	clear: both;
	display: block;
	}
	
.page_bot_main {
	background: url(images/page_bot_main.jpg) top left repeat-x;
	height: 16px;
	}
	
.page_bot_left {
	background: url(images/page_bot_left.jpg) top left no-repeat;
	height: 16px;
	}
	
.page_bot_right {
	background: url(images/page_bot_right.jpg) top right no-repeat;
	height: 16px;
	}

#footer {
	clear: both;
	padding: 20px 0px;
	color: #f3c6c6;
	}
	
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
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 #101010;
	border-bottom: 0;
	font-size: .7em;
	line-height: 26px;
	z-index: 100;
	background: #404040;
	width: 160px;
	margin: 0;
	padding: 0;
}

.ddmenu_subcats a {
	text-align: left;
	color: #dddddd;
	display: block;
	border-bottom: 1px solid #101010;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.ddmenu_subcats a:hover {
	background: #101010;
	color: #ffffff;
}

.dd_menu span {
	background: transparent url(images/ddarrow.png) center bottom no-repeat;
	display: block;
}