html {overflow-y:scroll}

body {
	background: #303030 url(images/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, tahoma;
	color: #131313;
	font-size: 12px;
	}
	
a {
	color: #2e8366;
	text-decoration: underline;
	}
	
a:hover {
	color: #f77b29;
	text-decoration: underline;
	}
	
.clear {
	clear: both;
	}
	
.float_right {
	float: right;
	}
	
.float_left {
	float: left;
	}
	
.pl_button {
	float: left;
}
	
h1 {
	color: #f77a28;
	font-family: "Times New Roman", Calibri, Georgia;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	}
	
h2 {
	color: #65bb9d;
	font-family: "Times New Roman", Calibri, Georgia;
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	}
	
h3 {
	color: #959000;
	font-family: Verdana, Arial, Tahoma;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	}
	
hr {
	height: 1px;
	background: #cecece;
	color: #cecece;
	width: 100%;
	border: 0;
	}
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	padding: 3px;
	background: #f1efa5;
	}
	
#header .logo h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #121212;
	margin: 0;
	padding: 20px 0 20px 8px;
	}
	
#main {
	float: left;
	width: 714px;
	margin-left: 1px;
	text-align: left;
	}
	
#nav {
	font-size: 13px;
	font-weight: bold;
	background: url(images/nav_bg.gif) bottom left repeat-x;
	}

#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: #000000;
	text-decoration: none;
	line-height: 130%;
	border: 0;
	}
	
#nav ul li a:hover {
	color: #ada90c;
	}
	
#nav ul li.current a {
	background: #FFFFFF;
	color: #897816;
	border-bottom: 1px solid #FFFFFF;
	}
	
#content {
	background: #FFFFFF;
	border: 0;
	border-bottom: 1px solid #bab978;
	}
	
#content .content_wrap {
	padding: 20px;
	}
	
img.banner {
	margin: 10px 0;
	}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 1px;
	text-align: left;
	}
	
#sidebar .sidewrap {
	padding: 10px;
	padding-top: 24px;
	margin: 0;
	color: #FFFFFF;
	font-size: 1.6em;
	}
	
#sidebar .sidewrap .sidesmall {
	font-size: .7em;
	}
	
#sidebar .companyinfo_main strong {
	color: #988a28;
	}
	
#sidebar .contactus_main {
	background: url(images/contactus_main.jpg) top left no-repeat;
	width: 240px;
	height: 144px;
	}
	
#sidebar .companyinfo_main {
	background: url(images/companyinfo_main.jpg) top left no-repeat;
	width: 240px;
	height: 144px;
	}
	
#sidebar .companyinfo_main .sidewrap {
	color: #473f08;
	}
	
#sidebar .hours_main {
	background: url(images/hours_main.jpg) top left no-repeat;
	width: 240px;
	height: 144px;
	}
	
#sidebar .hours_main .sidewrap, #sidebar .contactus_main .sidewrap {
	padding-top: 30px;
	}
	
#sidebar .sendmessage {
	float: right;
	}
	
#sidebar .sendmessage a {
	color: #FFFFFF;
	font-weight: bold;
	}
	
#sidebar .sendmessage a {
	text-decoration: underline;
	}
	
#sidebar .sendmessage img {
	vertical-align: middle;
	}
	
#footer {
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
	width: 960px;
	margin: 0 auto;
	}
	
#footer a {
	color: #dddddd;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #2e8366;
	text-decoration: none;
	}
	
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;
}
