@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap');


/* CSS Document */
body {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	background-color: #fff;
	color: #545454;
	background: url(../_assets/inner_bkg.png) repeat-x;
    background-attachment: fixed;
}
html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* .box_shadow {
	-moz-box-shadow: 3px 3px 4px #aaa;
	-webkit-box-shadow: 3px 3px 4px #aaa;
	box-shadow: 3px 3px 4px #aaa;
	 /* For IE 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
.box_shadow_dark {
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	 /* For IE 8 */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
} */ 
.box_round {
  -moz-border-radius: 8px; /* FF1+ */
  -webkit-border-radius: 8px; /* Saf3+, Chrome */
  border-radius: 8px; /* Opera 10.5, IE 9 */
}
.box_round_tight {
  -moz-border-radius: 4px; /* FF1+ */
  -webkit-border-radius: 4px; /* Saf3+, Chrome */
  border-radius: 4px; /* Opera 10.5, IE 9 */
}
p {
	line-height: 1.4;
	margin-bottom: 1em;
}
.letterspace {
	letter-spacing: 1px;
}
.uppercase {
	text-transform: uppercase;
}
alert {
	color: #900;
	font-weight: bold;
}
header.main img.logo {
	float:left;
	position: relative;
	margin-top: 30px;
}
header.main img.home {
	float:right;
	position: relative;
	margin-top: -100px;
}
.border_white { border: 1px solid #fff; }
.border_top_white { border-top: 1px solid #fff; padding-top: 5px; margin-top: 20px; width: 100%; }
.green {
	color: #749834;
}
.textright {
	text-align: right;
}
.ltgrey {
	color: #8d8d8d;
}
.dkgrey {
	color: #7f7f7f;
}
.white { color: #fff; }
.small {
	font-size: .85em;
}
.space {
	margin-right: 7px;
}
.fltleft {
	position: relative;
	float: left;
	margin: 0 2em .5em 0;
}
.fltright {
	position: relative;
	float: right;
	margin: 0 0 2em 2em;
}
.smalltext {
	font-size: .85em;
}
.notopmarg {
	margin-top: 0;
}
.nobotmarg {
	margin-bottom: 0;
}
.norightmarg {
	margin-right: 0;
}
.margB1 { margin-bottom: 1em; }
.margB2 { margin-bottom: 2em; }
.margB5 { margin-bottom: .5em; }
.margR10 { margin-right: 10px; }
.textsmall { font-size: 9px; }
table th {
/*	background-color: #c9c9c9;*/
    background-color: #1a1a1a;
    color: #FFFFFF;
	padding: 2px;
	border-bottom: 1px solid transparent;
}
table th.nobkg {
	background-color: transparent;
}
table td {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}
table td.lbord, table th.lbord {
	border-left: 1px solid #ccc;
}
table td.center, table th.center {
	text-align: center;
}
table td.nobotborder {
	border-bottom: none;
}

#wrap {
	width: 900px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
	height: auto;
	top: 132px;
}
#header {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	height: 130px;
	background-image: url(../_assets/logo.png);
	background-repeat: no-repeat;
	background-position: 0 30px;
}
#inner-header {
	height: 80px;
	float: left;
	background-color: #ebebeb;
	width: 900px;
	border-bottom: 2px solid #c1c1c1;
	background: url(/_assets/inner_header_bkg.png) no-repeat #f2f2f2;
}
#inner-header h3 {
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	padding: 36px 0 0 42px;
}
#inner-header img {
	padding: 18px 0 0 18px;
	float: left;
}
#header-menu, #content-menu, #inner-header-menu {
	float: right;
	text-align: right;
	height: auto;
	padding-top: 30px;
}
#content-menu {
	padding-top: 2px;
	border-top: 2px solid #c1c1c1;
	border-bottom: 3px solid #fff;;
	width: 900px;
	background-color: #fff;
}
#inner-header-menu {
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	background-color: #f2f2f2;
	padding: 4px 12px 4px 4px;
	margin-top: 52px;
}
#header-menu a, #content-menu a, #inner-header-menu a {
	color: #666666!important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 8px;
/* 	border-right: 1px solid #7f7f7f; */
}
#header-menu a.last, #content-menu a.last, #inner-header-menu a.last {
	padding: 0 0 0 8px;
	border-right: none;
}
#header-menu a:hover, #content-menu a:hover, #inner-header-menu a:hover {
	color: #6F7C22!important;
}
#subfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-top: 2px solid #c1c1c1;
	background-color: #fff;
}
* html #subfooter {
	display: none;

}
#subfooter-wrap {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	padding-top: 10px;
}
#subfooter-content {
	width: 900px;
	float: left;
	bottom: 0;
	height: 30px;
	margin-bottom: 12px;
	width: 365px;
}
#subfooter-copyright {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #333333;
	padding-top: 13px;
    margin-top: -7px;
}
#content {
	position: relative;
	float: right;
	width: 590px;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	background-color: #e9eadf9e;
	height: auto;
	padding: 30px 40px 40px 40px;
	min-height: 348px;
}
#content h2, #content h3, #content h4, #content h5 {
	color: #444444;
	font-size: 23px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	margin: 0 0 1em 0;
}
#content h4, #content h5 {
	font-size: 1em;
	margin: .5em 0 0 0;
	color: #444;
}
#content h5 {
	color: #749834;
}
#content ul {
	margin-bottom: 1em;
}
#content ul li {
	margin-left: 1em;
}
#content ol li {
	margin-left: 1.5em;
}
#content a {
	color: #637F33;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content table td {
/*	vertical-align: top;*/
}
.evalgraph {
	width: 588px;
	height: auto;
	background-image: url(../_assets/evaluation-graph-bkg.png);
	background-repeat: no-repeat;
	padding: 26px 0 6px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 2px 0 24px 0;
}
.evalgraph img {
	height: 20px;
	margin-bottom: 8px;
}

.evaldel {
	float: right;
}

#sidebar {
	width: 225px;
/*	padding: 38px 0 0 0;*/
    	padding: 0 0 0 0;
	height: auto;
	position: relative;
	float: left;
/*	background: url(../_assets/sidebar_bkg.png) no-repeat;*/
background: #ffda33;
}
#footer {
	height: 50px;
}
/* forms ================================================================================ */
.contactform label, .contactform input, .contactform select, .contactform textarea, .contactform file, .appform label, .appform input, .appform select, .appform textarea {
	display: block;
	font-size: 14px;
	float: left;
	width: 21em;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #d7d7d7;
	}
* html .contactform textarea {
}

.contactform input[type="checkbox"] {
margin-top: 13px;
}

.appform label, .appform input, .appform select, .appform textarea {
	width: 93%;
	margin: 0 0 12px 0;
}
input.hidden {
	height: 1px;
	width: 1px;
	border: none;
	background-color: #e9eadf;
}
.contactform select {
	width: 21.5em;
}
.contactform select.bold {
	font-weight: bold;
}
.contactform input.checkbox, .appform input.checkbox {
	width: auto;
	border: none;
}
.appform .radio {
	width: auto;
	display: inline;
}
.contactform label, .appform label {
	text-align: right;
	width:13em;
	margin-right: 5px;
	border: none;
}
* html .contactform label.editoralign {
	margin-right: 2px;
}
.appform label, .appform label.notopborder {
	width: 100%;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #ccc;
}
.appform label.notopborder {
	border-top: none;
}
.appform label.radiolabel {
	width: auto;
	font-size: 10px;
	border-top: none;
	padding-right: 28px;
	margin-bottom: -3px;
}
* html .appform label.radiolabel {
	padding-right: 17px;
	margin-bottom: 2px;
}
*+html .appform label.radiolabel {
	padding-right: 14px;
	margin-bottom: 3px;
}
* html label.radiolabel input {
	margin-top: -3px;
	margin-right: -6px;
}
*+html label.radiolabel input {
	margin-top: -3px;
	margin-right: -4px;
}
.contactform input.button, 
.appform input.button, 
#content a.button {
	width: auto;
	padding: 10px 13px 8px;
	color: #fff;
	background-color: #76953d;
	margin: 5px 4px 4px 0;
	text-transform: uppercase;
	border: none;
    font-size: 15px;
    font-weight: 600;
	font-family: 'Oswald', sans-serif;
    border-radius: 3px 3px 3px 3px;
}
#content a.button {
	font-size: 15px;
	text-decoration: none;
	padding: 4px 8px;
}

.contactform input.button:hover {
cursor: pointer;
background-color: #1a1a1a;
}

.contactform .marginright {
	margin-right: 8px;
}
.contactform br, .appform br {
	clear:both;
}
.contactform input.xsmall, .contactform select.xsmall {
	width: 3em;
}
.appform input.xsmall {
	float: right;
	margin-right: 7%;
	width: 5%;
	text-align: center;
}
.contactform input.small, .contactform select.small, .appform input.small, .appform select.small {
	width: 7em;
}
.contactform textarea, .appform textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.contactform input.wide, .contactform textarea.wide {
	width: 34em;
}
.contactform select.wide {
	width: 44em;
}
.contactform p, .contactform li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactform fieldset, .voteform fieldset {
	padding: 0 12px 12px 12px;
	border: 1px solid #000;
	background-color: #C9D3B4;
	margin: 8px 0 8px 0;
}
.contactform legend, .voteform legend {
	padding:0 6px 0 6px;
	color: #749834;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.contactform table td {
	border-bottom: none;
}
/* sidebar navigation */
#sidebar #navlist
{
position: absolute;
/*top: 19px;*/
top: -10px;
left: 0;
margin: 0;
padding: 0;
width: 225px;
z-index: 999;
}

#sidebar #navlist ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
}

#sidebar #navlist ul li
{
display: block;
padding: 0;
margin: 0 5px;
/*border-bottom: 1px solid #fff;*/

}
img, #sidebar #navlist ul li a, #sidebar #navlist ul li a:hover {
	behavior: url(/_css/iepngfix.htc);
}
#sidebar #navlist ul li a, #sidebar #navlist ul li a.doubleheight, #sidebar #navlist ul li a.small, #sidebar #navlist ul li a:hover
{
	float: none;
	width: 199px;
	height: 22px;
	padding: 3px 0 0 16px;
	margin: 0 0 3px 0;
/*	background-image: url(/_assets/menu-bkg.png);*/
	background-repeat: repeat;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	font-size: 13px;
	font-family: 'Barlow', sans-serif;
    font-weight: 600;
	border: none;
    background: #FFFFFFD4;
}
* html #sidebar #navlist ul li a, * html #sidebar #navlist ul li a.doubleheight, * html #sidebar #navlist ul li a.small, * html #sidebar #navlist ul li a:hover
{
	width: 209px;
}
#sidebar #navlist ul li a:hover
{
/*	background-image: url(/_assets/menu-bkg-ovr.png);*/
background: #FFFFFF;
}
#sidebar #navlist ul li a.doubleheight {
	height: 34px;
}
#sidebar #navlist ul li a.small {
	font-size: 11px;
}
.subnav {
	float: right;
	font-size: 10px;
	margin: -22px -24px 14px 0;
	text-align: right;
	width: 620px;
}
.subnav a {
	text-decoration: none;
	font-size: 11px;
}
.googtube-embed {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
margin-bottom: 2em;
}
.googtube-embed iframe,
.googtube-embed object,
.googtube-embed embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d; /* iOS workaround */
}

.login3342 {
background: #333333;
color: #FFFFFF;
padding: 10px 15px 13px;
}

.login3342 a {
text-decoration: underline!important;
color: #FFFFFF!important;
}