@charset "iso-8859-2";
body {
	background-color: #dedede;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333333;
}

a {
	outline:none;
}

.header {
	background-image: url(../images/header.jpg);
	height: 58px;
}

.footer {
	margin-top:10px;
}

#homeflash {
	width:986px;
	margin:auto;
	margin-bottom:10px;
}

.homebuttons {
	margin-bottom:10px;
}

.container {
	margin-top:10px;
	margin-bottom:10px;
}

.inner {
	width: 981px;
	margin:auto;
}

.content {
	background-color:#FFFFFF;
}

.image {
	width:959px;
	margin:auto;
}

.main {
	width:959px;
	margin:auto;
	min-height:200px;
	margin-top:10px;
}


.left {
	width:450px;
}

.right {
	width:480px;
	float:right;
	text-align:right;
}

.menu {
	margin-top:13px;
}

.title {
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:22px;
	color:#A7C14D;
}

.title2 {
	text-transform:uppercase;
	font-size:22px;
	color:#A7C14D;
}

.submenu {
	margin-bottom:10px;
	background-image: url(../images/bg_submenu.gif);
	padding-left: 8px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.bold1 {
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
	color:#74AA30;
}

.light1 {
	font-size: 11px;
	color: #666666;
}

.text {
	width:75%;
}

.newslink {
	text-decoration:none;
	color:#666666;
	font-size:12px;
}
.newslink:hover {
	color:#333333;
}

.about_bio {
	display:none;
}

.staff tr td.people {
	cursor:pointer;
	font-size:14px;
	border:1px #FFFFFF solid;
}

.staff tr td.people:hover {
	border:1px #EEEEEE solid;
}

.staff tr td .name {
	font-weight: bold;
}

.staff tr td .job_level {
	color:#74AA30;
	font-size:12px;
	line-height:16px;
}


.contact_form input {
	padding:6px;
	width:250px;
}

.contact_form textarea {
	padding:6px;
	width:250px;
	height:70px;
}

.tabs {
	background-image: url(../images/tabs_bg.jpg);
	padding:2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px #DEDEDE solid;
	margin:0;
	margin-bottom:20px;
}

.tabs li {
	display:inline;
	padding:8px 8px;
	margin:0;
}

.tabs li:first-child {
	margin-left:20px;
}

.tabs li a {
	color:#777777;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

.tabs li a:hover {
	color:#333;
}

.tabs li.active {
	background-image: url(../images/tabs_active_bg.jpg);
	border:1px #EBEBEB solid;
	border-bottom:0;
	background-color:#FFF;
	-moz-border-radius-topleft: 3px;
	border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-topright: 3px;
}

.tabs li.active a {
	color:#87B200;
}
