@import url("http://www.fatbeehive.com/beekeeper2/reset.css");
@import url("type.css");

body {
	background: url(../images/page_bg.gif) repeat-x left top;
	text-align: center;
}

#wrapper {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* @group Header */

#header {
	background-color: #fff;
	position: relative;
	width: 985px;
	height: 144px;
}

#header .home_link {
	display: block;
	width: 271px;
	height: 144px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}

#header .home_link span {
	display: none;
}



/* @end */

/* @group Main Nav */

#mainnav {
	height: 38px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#mainnav li {
	list-style-type: none;
	display: inline;
	background-image: url(../images/mainnav_l.gif);
}

#mainnav a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	background-position: right top;
	background-repeat: no-repeat;
	border-right: 1px solid #7ea781;
}

#mainnav li.last a {
	border-right-style: none;
}

#mainnav li.on a {
	background: url(../images/mainnav_l.gif) no-repeat;
}



/* @end */

#content_wrapper {
	background-color: #fff;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}

/* @group Sub Nav */

/*#subnav {
	float: left;
	width: 251px;
	padding-left: 20px;
	
}*/

#subnav_wrap {
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	width: 251px;
}

#subnav {
	margin: 0;
	padding: 0;
	/*padding: 0 0 0 20px;
	float: left;
	width: 251px;*/
}

#subnav li {
	list-style-type: none;

}

#subnav a {
	background: url(../images/subnav_closed.gif) no-repeat left top;
	padding-left: 25px;
	padding-bottom: 24px;
	display: block;
	width: 226px;
}

#subnav li.on a {
	background: url(../images/subnav_open.gif) no-repeat;
}

#subnav ul li.on ul a {
	background-image: none;
	padding-left: 45px;
}

#subnav ul ul a {
	background-image: none;
	width: 206px;
}



/* @end */

/* @group Content */

#content {
	padding-left: 40px;
	width: 455px;
	padding-right: 20px;
	float: left;
}

#content h1 {
	margin-top: 0;
}



/* @end */

/* @group Right Col */

#rightcol {
	width: 180px;
	float: left;
	/*padding-right: 20px;*/
}

#rightcol h4 {
	margin-bottom: 5px;
}



/* @end */

/* @group Footer */

#footer {
	clear: both;
	background: url(../images/footer.gif) no-repeat;
	height: 67px;
}



/* @end */

/* @group Home */

#home {
	padding-left: 20px;
	width: 674px;
	float: left;
	padding-right: 20px;
}

#home p.intro {
	background: url(../images/home_hr.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#company_links h4 {
	border-bottom: 1px solid #8cb89d;
}


#ajax-slideshow {
	background-color: #fff;
	margin-left: 20px;
}

#ajax-slideshow ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
}

#ajax-slideshow ul.crossfade li {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#ajax-slideshow li img {
	display: block;
}

#ajax-slideshow .ss-caption {
	font-size: 0.8em;
}


/* @end */



