@charset "utf-8";
/* CSS Document */

body{margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#e4e5d5;}

h1{font-size:18px; margin:0px; margin-bottom:5px; padding:0px; color:#56651b;}
h2{ font-size:14px; margin:0px; padding:0px;}
h3{ font-size:14px; margin:15px 0px 5px 0px; color:#56651b;}

a{ color:#364b03; text-decoration:none;}
a:hover{color:#000000;}

img{border:none;}

b{color:#ff6600; font-weight:bold;}

.container{width:775px; margin-left:auto; margin-right:auto;}

.logo{height:104px; width:210px; float:left;}

.nav{width:565px; height:104px; float:right;}

.banner{width:775px;}
.banner_index{width:775px; margin-left:-32px;}

.card{
width:775px;
height:167px;
background-image:url(images/banner_index_middle.jpg);
}

.card_text{
width:120px;
height:130px;
color:#010100;
padding-top:35px;
margin-left:18px;
font-size:11px}

.outside_left{
background-image:url(images/outside_left.jpg);
width:32px;
height:184px;
margin-left:-32px;
margin-top:192px;
float:left;}

.bodycontent{background-color:#56651b; height:141px; margin:0px; padding:0px; border-top:#364b03 solid 8px;}
.bodycontent p {margin:0px; padding:10px;}

.rightbuckets{float:right; width:318px; margin-left:10px; margin-top:-8px;}

.bottom{background-color:#ebe8df; height:100%; float:left; width:775px;}

/*.service_buckets{width:457px; float:left;}*/
.service_buckets{margin-left:20px; margin-right:8px; margin-top:18px;}

.news{width:318px; float:right; margin-top:18px; color:#56651b;}

.copyright{background-color:#d0d0b8; height:22px;  width:735px; padding:20px; color:#657736; z-index:1000; float:left; margin-bottom:20px;}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
	background-color:#d0d0b8;
}

.services{width:530px; text-align:center; }
.services img{margin-left:20px; margin-right:8px; margin-top:18px;}

.gallery img{padding:10px;}

.buckets{background-color:#f0f1e8; color:#56651b; border:1px solid #d7d7c3; width:213px; height:100%; padding:8px; margin-left:20px; margin-top:18px; margin-bottom:20px; float:left;}
.bucket_container{ width:775px; height:100%; float:left;}
.buckets strong{text-transform:uppercase;}

.displace{position:absolute; left:-1000px;}

.bee a{width:64px; height:64px; background-image:url(images/bee.jpg); background-position:0px 0px; display:block; float:right; margin-top:-10px;}
.bee a:hover{background-position:0px 64px;}

/*subpage*/

.left_menu_links{background-color:#e6b873; color:#FFFFFF; padding:15px; padding-left:30px; line-height:22px;}
.left_menu_links a{color:#FFFFFF;}
.left_menu_links a:hover{color:#4d4d4d;}

.sub_page_middle{background-color:#ebe8df; overflow: hidden;}

.subpage_submenu{float:left; width:212px; background-color:#56651b; margin-bottom: -2000px; padding-bottom: 2000px; z-index:-1000;}

.subpage_copy{float:right; background-color:#ebe8df; width:533px; color:#4d4d4d; padding-right:15px; padding-left:15px; padding-top:16px; padding-bottom:20px;}
.subpage_copy a{text-decoration:underline;}
.subpage_copy a img{text-decoration:none;}

.nosidebars_copy{background-color:#ebe8df; color:#4d4d4d; padding-right:15px; padding-left:15px; padding-top:16px; padding-bottom:20px;}
.nosidebars_copy a{text-decoration:underline;}
.nosidebars_copy a img{text-decoration:none;}


.buckets_sub{height:98px; width:207px; background-color:#f2e1c6; padding-left:5px; padding-top:6px; border-top:#e6b873 solid 8px; }

.submenu_links{background-color:#56651b; width:182px; height:auto; margin:0px; margin-bottom:20px; border-top:#364b03 solid 8px; padding-left:30px; padding-top:10px;}
.submenu_links img{margin-top:5px;}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	height:46px;
	margin-left:0px;
	}

#menuh
	{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	/*float:left;
	margin:2em;
	margin-top: 1em;*/
	}
	
#menuh a
	{
	text-align: center;
	display:block;
	margin:0;
	padding: 0;
	font-weight:bold;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:#465919;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#FFFFFF;
	text-decoration:none;
	}	
/*
#menuh a.top_parent, #menuh a.top_parent:hover   //attaches down-arrow to all top-parents 
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}*/
/*	
#menuh a.parent, #menuh a.parent:hover 	 //attaches side-arrow to all parents 
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}*/

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:113px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	/*padding: 1em;
	margin:-1em 0 0 -1em;*/
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}
	
#menuh ul li ul li
	{
	background-image:url(images/dropmenu_bg.gif);
	background-repeat:repeat-y;
	height:25px;
	width:113px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

.menu_buttons{width:113px; height:31px; padding-top:15px; background-image:url(images/menu_bg.jpg);}
.menu_buttons_selected{width:113px; height:31px; padding-top:15px; background-image:url(images/menu_bg_selected.jpg);}


/* End CSS Drop Down Menu */

