div#content.home {width: 974px; text-align: left; line-height: 18px;}

div#additionallinks {display: none;}

#home_nav {width: 974px; height: 80px;}
#home_nav a {display: block; padding: 10px; -moz-box-shadow: 0px 1px 3px #777; -o-box-shadow: 0px 1px 3px #777; box-shadow: 0px 1px 3px #777; float: left; width: 188px; margin-left: 20px; height: 40px; line-height: 40px; text-align: center; font-size: 20px; text-decoration: none; border-radius: 4px;background: #eee;}
#home_nav a:hover {background: #91c468;}
#home_nav a:first-child {margin-left: 40px;}
#starttop {width: 974px; height: 273px; background: url(../images/headers/h_home_start.jpg) center top no-repeat;}

#start_actual {float: left; width: 400px; height: 270px; margin-left: 55px; overflow: hidden;}
#start_actual h3 {color: #333; margin-top: 100px;}
#actscroll {float: left; width: 390px; height: 200px; overflow: hidden; color: #fff; opacity: 0.9;}

.bx-wrapper {float:left; height: 272px; width: 477px;}
.bx-wrapper li {margin-left: 0px !important;}
.bx-wrapper li img {border-radius: 0px 8px 8px 0px;}
//.bx_wrapper .next {float: right; position: relative; left: 20px; bottom: 150px;}

.bx-controls {position:relative; top: -200px; left: 490px;}
.bx-pager-item {background: #92c569; color: #fff; width: 20px; height: 20px; line-height: 20px; text-align: center; margin-bottom: 15px; border-radius: 10px;}
.bx-pager-item a {text-decoration: none; color: #fff; font-weight: bold;}
.bx-controls-direction {display: none;}

#services {width: 190px;margin-left: 55px; padding-top: 50px; float: left;}
div#content.home #services h3 a {color: #fff;}


#starthome {padding-left: 40px; padding-right: 40px;}

#icons {margin-top: 30px; height: 100px; font-size: 0px;}
#icons > img:first-child {margin-right: 8px;}

#places {clear: both; background: url(../images/bottombg.jpg) left repeat-x;}
#placestd {text-align: center; font-size: 0px;}
#placestd img {cursor: pointer; margin: 0px; padding: 0px;}

#home_desc {color: #333; padding-left: 30px; padding-right: 30px; text-align: justify; margin-bottom: 50px;}
#home_desc h3 {font-size: 18px; color: #111;}
#ip {width: 358px; text-align: left; float: right; font-size: 13px; margin-left: 30px; padding: 20px; padding-top: 0px; background: #171717 url(../images/blacktop.jpg) top center no-repeat; color: #fff; margin-bottom: 30px;}
#home_desc #ip h3 {color: #7DB948;}

h4 {color: #222; font-size: 12px; font-style: italic;}
a h4:hover {text-decoration: underline;}

#rightcolumn50 {width: 47%; float: right; margin-left: 4%; margin-bottom: 40px;}
#rightcolumn50 h3 {margin-top: 0px;}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #7BAF4C;
}
.jScrollPaneDrag {
	position: absolute;
	background: #608F35;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #608F35;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #608F35;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #608F35;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}