/* 
The styles here were taken from the single column template.
wpstyles.css must still be used to define the format of the page.
They define the pages header and menu. 
*/
input {
	background-color:#FBF9F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:1px solid #728c40;
}

input[type=submit] {
	background-color:#F1F1E7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:1px solid #728c40;
	width: 50px;
	height: 18px;
}

#logo {
	width: 340px;
	height: 78px;
	background-image: url(../images/index/logo.png);
	background-repeat: no-repeat;
	float: left;
}
#masthead {
	height: 88px;
	margin-bottom: 0px;
	background-image: url(../images/index/masthead.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 701px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#masthead #search {
	float: right;
	width: 220px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .74em;
	font-variant: normal;
	text-transform: uppercase;
}	
#minitabs {
	margin: 0;
	border-bottom-width: 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0px;
	}
#minitabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 10px;
	}
#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	padding-bottom: 0px;
	color: #A5D24B;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #a5d24b;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
#nav {
	width: 355px;
	height: 36px;
	padding: 0px;
	text-align: center;
	float: right;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
