/*
-----------------------------------------------
Becherer, Kannett, & Schweitzer
----------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 17px;
	background-color: #EAE9CA;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	background-color: #b5b383;
	color: #fff;
	text-transform: uppercase;
	padding-left: 3px;
}
h2 {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
		padding-left: 3px;
}
h3 {
	padding-left: 12px;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}
h4 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
}
ul {
	margin-top: 0px;
}
/* header
----------------------------------------------- */
#wrapper {
	width: 790px;
	margin: auto;
	background-color: #EAE9CA;
}
#header {
	height: 113px;
	margin-bottom: 10px;
	background-color: #B5B383;
}
#header-wrapper {
	width: 790px;
	margin: auto;
	background-image: url(../images/header.gif);
	text-align: right;
	}
/* navigation
----------------------------------------------- */
#nav {
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	width: 770px;
	letter-spacing: 1px;
}
#nav ul {
	list-style-type: none;
	width: 767px;
	background-color: #EFD28E;
	float: left;
	margin: 0px;
	padding: 0px;
	border: solid white 1px;
}
#nav ul li {
	text-decoration: none;
	float: left;
}

#nav ul li a.selected {
	background-color: #b5b383;
	text-decoration: none;
	color: white;
}
#nav ul li a {
	text-decoration: none;
	display: block;
	padding: 7px 27px 7px 26px;
	color: #3C3B99;
	background-color: #F0D28C;
	border-right: solid white 1px;
}
#nav ul li a:hover {
	background-color: #b5b383;
	text-decoration: none;
	color: white;
}

/* content
----------------------------------------------- */
#container {
	clear: left;
	padding: 10px;
}
#content {
	text-align: justify;
	padding: 15px;
	height: 1%;
	background-color: #EAE9CA;
}

/* footer
----------------------------------------------- */
#footer {
	background-color: #B5B383;
	color: #333333;
	font-size: 10px;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
#footer a:link {
	color: #333;
	text-decoration: underline;
}
#footer a:visited {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* table styles
----------------------------------------------- */
table a {
	text-decoration: none;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}
th {
	background-image: url(../images/th_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

/* misc.
----------------------------------------------- */
.border {
	float: left;
	padding: 20px;
	padding: 6px;
	margin: 0px 8px 6px 0px;
}
#clear {
	clear: both;
}
.drop {
	float: left;
	font-size: 68px;
	line-height: 51px;
	color:#444;
	font-family: georgia, times;
}
#jobs { color:#000000; }

#noborder  {border:none;
border-left:none;
border-right:none;
border-bottom:none;
}
