body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCC;
	margin-top: 10px;
}

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

#banner {
	height:85px;
}

#imagearea {
	width:755px;
	height:180px;
	background-repeat:no-repeat;
	padding:50px 20px 20px 0px;
}

#searchbox {
	width:235px;
	height:auto;
	padding:5px 10px 5px 10px;
	background-image:url(../images/searchbg.png);
	border:0px solid #93b3c7;
}

#textarea {
	height:160px;
	border-top:6px solid #f9a034;
	padding:5px 10px 5px 10px;
}

#footer {
	clear:both;
	float:none;
	height:12px;
	border-top:6px solid #f9a034;
	text-align:center;
}

.orangebox {
	background-color:#f9a034;
	height:30px;
	padding:5px;
}

.feature {
	float:left;
	width:150px;
	margin-right:10px;
}

.furtherbox {
	float:left;
	background-color:#221e1f;
	width:270px;
	height:124px;
}
.compbox {
	width:255px;
	background-color:#f9a034;
	margin-bottom:15px;
	padding:4px 0px 4px 0px;
	text-align:center;
}

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


.menustyle{
	width: 775px;
	font-weight: normal;
	border-top:6px solid #f9a034;
	padding:8px 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 12px 2px 12px;
	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:#0c3e60;
	color: #f9a034;
	text-decoration: none;
}

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

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


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

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

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