/* CSS Document */

body {
	background-color:#bac1c6;
	font-family:Arial, Helvetica, sans-serif;	
}

#banner {
	height:100px;
	border-bottom:#000000 6px solid;
}

.grasscarelogo {
	padding:15px 10px 10px 15px;
}

#container {
	width:775px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/background.jpg);
}

#imagearea {
	border-bottom:#000000 6px solid;
	height:252px;
}

#searchbox{
	float:right;
	margin:80px 15px 0 0;
	width:270px;
	height:150px;
}

.dropdownbox {
	width:110px;
	font-size:11px;
}

.dropdownbox1 {
	width:90px;
	font-size:11px;
	padding:2px 0 0 0;
}

.featureboxtext {
	height:22px;
	padding:3px 3px 5px 3px;
}

.furtherlinksarea {
	float:left;
	width:250px;
	margin:10px 0px 0px 30px;
	height:124px;
	background-color:#000000;
}

#feature1 {
	float:left;
	margin:10px 0px 0px 10px;
	width:150px;
	background-color:#fff684;
}

#feature2 {
	float:left;
	margin:10px 0px 0px 10px;
	width:150px;
	background-color:#fff684;
}

#feature3 {
	float:left;
	margin:10px 0px 0px 10px;
	width:150px;
	background-color:#fff684;
}

#textarea {
	height:170px;
}

#footer {
	clear:both;
	float:none;
	height:10px;
	border-top:6px solid #000000;
	text-align:center;
	color:#FFFFFF;
	background-color:#3b963a;
}
.selectdiv {
	width:110px;
	padding:0 10px 0 20px;
	float:right;
}
.searchboxrow {
	height:21px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
#contentarea {
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 10px; 
	padding-top: 20px; 
	height: auto; 
	background-color: #fff;
}

input.branchbuttons {
	width:270px;
	color:#003954;
	font-size:11px;
	text-align:left;
	padding-left:10px;
}

/* ######### Drop Down Menu Area ######### */


.menustyle{
	width: 775px;
	font-weight: normal;
	padding:6px 0px 8px 0px;

}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0;
	text-align: center;
}

.menustyle ul li{
	display: inline;
}

.menustyle ul li a{
	color: #494949;
	padding: 2px 15px 2px 15px;
	margin:4px 0px 4px 0px;
	text-decoration: none;
	font-size:12px;
	color:#FFF;
}

.menustyle li a {
	border-right: 1px solid #DADADA;
}


.menustyle ul li a:hover, .menustyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:#3b963a;
	color: #f9a034;
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:4px;
	border: 1px solid #ffffff; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color:#3b963a;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff; 
	padding: 4px 0;
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size:11px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #30722f;
	color: #f9a034;
	text-decoration:none;
}
