* { margin: 0px; padding: 0px; }

body {
	background: #FFFFFF;
	padding: 23px 0px 45px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555555;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #2d8ea0;
	cursor: pointer;
}
a:hover { color: #a5b540; }
p {
	margin-bottom: 7px;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}
h2 {
	color: #000000;
	margin-bottom: 40px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 13px;
}
optgroup option {
	padding-left: 20px;
}

/* --- */

.txt {
	position: absolute;
	left: -789em;
}
.clear { display: block; clear: both; }
.center { text-align: center; }
.float_right {
	float: right;
}
.float_left {
	float: left;
	margin: 0px 15px 20px 0px;
}
.red { color: #a90a0a; }
.green { color: #45f028; }
.cal { padding: 16px 16px 0px 0px; background: url(/_jsclasses/calendar/img/cal.gif) bottom center no-repeat; }
.bold { font-weight: bold; }
.bold a { font-weight: normal; }

/* --- */

.message {
	padding: 12px;
	background: #EBF0E3 20px 5px no-repeat;
	border: 1px dotted #485436;
	margin: 0px 0px 15px 0px;
	text-align: center;
	font-size: 14px;
}
.message.check {
	background-image: url(/i/check.gif);
	padding-left: 50px;
}
.message.warn {
	background-image: url(/i/warn.png);
	background-position: 8px 5px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
*html .message.warn { background-image: url(/i/warn.gif); }

/* --- */

h1 small {
	font-size: 13px;
	margin-left: 15px;
	font-weight: normal;
}

/* --- */

#container {
	margin: 0px auto 0px auto;
	width: 920px;
}

#header {
	position: relative;
	height: 190px;
	background: url(/i/header.gif) no-repeat;
}

#mini_login {
	position: absolute;
	top: 100px;
	right: 7px;
	text-align: right;
	font-size: 11px;
}
#mini_login input {
	width: 120px;
	margin: 3px 0px 2px 0px;
	color: #999999;
	font-size: 11px;
}
#mini_login input.autoWidth { width: auto; color: #000000; }
#mini_login a {
	color: #000000;
}
#mini_login a:hover {
	text-decoration: underline;
}

/* --- */

#nav_wrapper {
	height: 35px;
	padding: 0px 55px 0px 55px;
	background: #2d7138;
	border-bottom: 5px solid #a0ae4c;
}
#nav {
	list-style: none;
}
#nav li {
	float: left;
	border-right: 1px solid #FFFFFF;
}
#nav li.end { border: 0px; }
#nav li a {
	display: block;
	padding: 0px 12px 0px 12px;
	line-height: 35px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav li a:hover { background: #000000; }

#nav li ul {
	display: none;
}


/* -- NEW NAVBAR W/ SUB-MENU --- */


.navbar {
	overflow: hidden;
	width: 810px;
	float: left;
	height: 35px;
	padding: 0px 55px 0px 55px;
	background: #2d7138;
	border-bottom: 5px solid #a0ae4c;
}

/* Links inside the navbar */
.navbar a {
	float: left;
	padding: 0px 12px 0px 12px;
	line-height: 35px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
    padding: 0px 12px 0px 12px;
	line-height: 31px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #2d7138;
	border-left: 2px solid #2d7138;
	border-top: 2px solid #2d7138;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
}

.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #000000;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 140px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	color: black;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}


/* --- */


#main {
	padding: 28px 75px 50px 75px;
}

/* --- */

#content {
	clear: both;
}
#content ul, #content ol {
	margin-left: 35px;
}
#content ul.nobull { list-style: none; }
.spaced li {
	margin-bottom: 9px;
}

/* --- */

#home h3 { font-size: 17px; }

#home_content {
	float: left;
	width: 420px;
	padding-left: 25px;
	height: 430px;
	margin-bottom: 15px;
	padding-right: 26px;
	border-bottom: 4px solid #a6b63e;
}
#schedule {
	float: left;
	width: 297px;
	height: 429px;
	margin-bottom: 15px;
	border: 1px solid #a6b63e;
	border-bottom: 4px solid #a6b63e;
}
#schedule h4 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 14px 0px 14px;
	line-height: 35px;
	background: #a6b63e;
}
#schedule ul {
	list-style: none;
	margin: 10px;
}
#schedule li {
	margin-bottom: 15px;
}
#schedule li strong {
	color: #2d7138;
}

#meetings {
	float: left;
	width: 520px;
	padding-left: 25px;
	margin-right: 20px;
	float: left;
	clear: both;
}
#joint_meeting {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 16px;
}
#upcoming_meetings {
	padding-top: 16px;	
}
#upcoming_meetings .meeting {
	float: left;
	width: 145px;
	margin-right: 35px;
}

#address {
	float: left;
	width: 160px;
	border-left: 1px solid #CCCCCC;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;
}

/* --- */

#nominee_list {
	clear: both;
	padding: 25px;
	border-top: 4px solid #a6b63e;
}
#content #nominee_list ul {
	float: left;
	list-style: none;
	width: 220px;
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
	font-size: 11px;
}
#content #nominee_list ul.nc3 { margin-right: 0px; }
#content #nominee_list li {
	margin-bottom: 13px;
}

/* --- */

#footer {
	padding-top: 80px;
	text-align: center;
	background: url(/i/footer.gif) top center no-repeat;
}


/* ----------------------- */

h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 span { font-weight: normal; }
h2 .red {
	display: block;
	color: #FF0000;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3.bar {
	font-size: 14px;
	line-height: 26px;
	background: #a5b540;
	margin-bottom: 30px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}
h3.bar.warn {
	position: relative;
	background: #ffc200;
	padding-left: 51px;
}
h3.bar.warn span {
	display: block;
	position: absolute;
	top: -23px;
	left: -27px;
	width: 69px;
	height: 60px;
	background: url(/i/warn.png) no-repeat;
}
*html h3.bar.warn span { background: url(/i/warn.gif) no-repeat; left: -75px; }
.warning {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999999;
}

/* --- */

.centered_col {
	text-align: center;
	margin: 10px 0px 50px 0px;
}
.centered_col div {	
	display: block;
	width: 450px;
	margin: 0px auto 0px auto;
	text-align: left;
}
.centered_col a {
	display: block;
	width: 195px;
	float: left;
}

/* --- */

.i {
	line-height: 22px;
	padding-left: 22px;
	background: left center no-repeat;
}
.i.r {
	padding-left: 0px;
	padding-right: 30px;
	background-position: right center;
}
.i.small { line-height: 11px; padding-left: 20px; }
.i_new_nom { background-image: url(/i/i_new_nom.gif); }	
.i_renom { background-image: url(/i/i_renom.gif); }
.i_phone { background-image: url(/i/i_phone.gif); }
.i_mail { background-image: url(/i/i_mail.gif); }
.i_clock { background-image: url(/i/i_clock.gif); }
.i_folder { background-image: url(/i/i_folder.gif); }
.i_edit { background-image: url(/i/i_edit.gif); }
.i_email_new { background-image: url(/i/i_email_new.gif); }
.i_x { background-image: url(/i/i_x.gif); }
.i_report { background-image: url(/i/i_report.gif); }
.i_comment { background-image: url(/i/i_comment.gif); }
.i_file { background-image: url(/i/i_file.gif); }
.i_print { background-image: url(/i/i_print.gif); }
.i_dues { background-image: url(/i/i_manage.gif); }


.i_edit.small { background-image: url(/i/i_edit_small.gif); }

/* --- */

.contact_info {
	float: right;
	margin-left: 135px;
	width: 225px;
	text-align: right;
}
.assistant {
	margin-top: 45px;
}

.ballot_pairs td { padding: 12px; }


@media print {
	
	#header { height: auto; }
	.txt { position: static; }
	#nav { display: none; }

	.admin_nav_wrapper { display: none; }
	
}