html, body {
	height: 100%;
}
body {
	background: #e99d10 url('tpl_images/new-bg.png') left top repeat-x;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #006633;
	line-height: normal;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}
h6 {
	font-size:12px;
}
a {
	color: #E66C1D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	padding: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
ul {
	padding-left: 10px;
	margin-left: 0;
	list-style-type: none;
}
ul li {
	background: url('tpl_images/list.png') 0 6px no-repeat;
	padding: 0 0 5px 13px;
}

/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a {
	color: #fff;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}
#footer_links a {
	padding: 0;
	text-decoration: none;
}
/****** HORIZONTAL MENU STYLES ******/

#menu li {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
/****** COMMON MENU STYLES ******/

#menu {
	width: 100%;
	float: left;
}
#menu ul {
	width: 100%;
	float: left;
}
#menu li.first_main_menu_item, #menu li.middle_main_menu_item, #menu li.last_main_menu_item {
	background: none;
	padding: 0;
	margin: 0;
}
#menu li a {
	padding: 4px 0 3px;
	margin: 0;
	color: #006633;
	font: bold 14px/18px Tahoma, Geneva, sans-serif;
	text-transform: capitalize;
	text-decoration: none;
}
* html #menu li a {
	float: left;
}
#menu li:hover, #menu li:hover a, #menu li a:hover, #menu li.selected_main_menu_item a {
	text-decoration: none;
}
#menu li ul {
	width: 160px;
	left: 0;
	background-color: #FFEFEF;
	padding: 4px 0;
	border: 1px solid #58666D;
}
* html #menu li ul {
	top: 0px;
}
#menu li ul li {
	width: 142px;
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-image: none;
	text-align: left;
}
#menu li ul li a, #menu li:hover ul li a {
	height: auto;
	min-height: 1px;
	background:none;
	text-align: left;
	padding: 4px 7px 5px 0;
	color: #3F474D;
	font: normal 11px/14px Helvetica,Arial,sans-serif;
	text-decoration: none;
	text-transform: none;
}
#menu li ul li a:hover, #menu li:hover ul li a:hover {
	background: none;
	color: #3F474D;
	text-decoration: underline;
}

/****** MAIN LAYOUT STYLES ******/
#wrapper_center {
	width: 956px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 127px;
	float: left;
	position: relative;
	z-index: 1000;
}
a#logo {
	width: 150px;
	position: absolute;
	top: 5px;
	left: 40px;
}
#phone {
	height: 41px;
	position: absolute;
	bottom: 9px;
	right: 38px;
	background: url('tpl_images/phone.png') left top no-repeat;
	color: #fff;
	font: bold 22px/38px Tahoma, Geneva, sans-serif;
	text-indent: 46px;
	text-shadow: #333333 1px 1px 2px;
}
#top_menu {
	width: 100%;
	height: 52px;
	float: left;
	background: url('tpl_images/wrapper_top.jpg') left top no-repeat;
}
#top_menu_padding {
	width: 894px;
	float: left;
	padding: 4px 20px 0 30px;
}
#wrapper_repeat {
	width: 100%;
	float: left;
	background: url('tpl_images/wrapper_repeat.png') left top repeat-y;
}
#wrapper_bottom {
	width: 100%;
	float: left;
	background: url('tpl_images/bottom_bg.jpg') center bottom no-repeat;
}
#wrapper_padding {
	width: 920px;
	float: left;
	padding: 0 17px;
}
#banner {
	width: 100%;
	height: 273px;
	float: left;
	position: relative;
}
#banner_inner {
	width: 442px;
	float: right;
}
#banner_overlay {
	width: 100%;
	height: 273px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url('tpl_images/new-banner-overlay.png') left top no-repeat
}
#mainbody {
	width: 100%;
	float: left;
}
#left_col {
	width: 216px;
	float: left;
	position: relative;
	margin: -2px 0 0;
}
#left_menu {
	width: 100%;
	float: left;
}
#left_menu_padding {
	width: 175px;
	float: left;
	padding: 0 19px 46px 22px;
}
#info {
	width: 100%;
	float: left;
	color: #005924;
}
#info_padding {
	width: 175px;
	float: left;
	padding: 0 19px 11px 22px;
}
#info p, #info td, #info ul, #info li {
	color: #005924;
}
#middle_col {
	width: 433px;
	float: left;
}
#middle_col_padding {
	width: 100%;
	float: left;
	padding: 0 0 28px;
}
#middle_col_full {
	width: 704px;
	float: left;
}
#middle_col_full #middle_col_padding {
	width: 682px;
	padding: 0 22px 28px 0;
}
#right_col {
	width: 271px;
	float: left;
}
#right_col_padding {
	width: 220px;
	float: right;
	padding: 0 15px 6px 36px;
}
#footer {
	width: 100%;
	height: 50px;
	float: left;
}
#footer_padding {
	width: 914px;
	float: left;
	padding: 28px 6px 0 0;
	text-align: right;
}

/* Top Menu */
#top_menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#top_menu ul li {
	float: left;
	background: none;
	padding: 0;
}
#top_menu ul li a {
	height: 48px;
	float: left;
	padding: 0 12px;
	color: #2F8259;
	font: bold 15px/48px Tahoma, Geneva, sans-serif;
	text-decoration: none;
}

/* Weather */
#weather_area {
	height: 88px;
	overflow: hidden;
	background: url('tpl_images/weather_widget.jpg') left top no-repeat;
	padding: 8px 0 0 8px;
}
#weather_area img {
	float: left;
	padding: 0 8px 0 0;
}
#weather_area a {
	width: 79px;
	float: left;
	margin: 25px 0 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#mainbody ul li p {
	margin: 0;
}

