/**********
 *        *
 * Global *
 *        *
 **********/

body,table {
	background: #fff;
	font: 12px helvetica, sans-serif;
line-height: 1.5;
	color: #545454;
}

body#page {
	background-color: white;
	width: 100%;
margin: 0 auto;
}

body#popup {
	background-color: white;
}

body#component {
	background-color: white;
}

a:link {
	color: #4e6b1b;
}

a:visited { 
	color: #8aa25f;
}

a:active { 
	color: #333;
}

a:hover {
	color: #4e6b1b;
}

a.offset:link, a.offset:visited, a.offset:active {
	text-decoration: none;
}

a.offset:hover {
	text-decoration: underline;
}

/*********
 *       *
 * Input *
 *       *
 *********/

.input_select {
	font-family: helvetica;
	font-size: 12px;
border: solid 1px #c8dca7;padding: 3px; width: 90%;
}

.input_select_multiple {
	font-family: helvetica;
	font-size: 12px;
border: solid 1px #c8dca7;padding: 3px; width: 90%;
}

.input_text {
	font-family: helvetica;
	font-size: 12px;
border: solid 1px #c8dca7;padding: 3px; width: 90%;
}

.input_checkbox {
	font-family: helvetica;
	font-size: 11px;
}

.input_radio {
	font-family: helvetica;
	font-size: 11px;
}

.input_textarea {
	font-family: helvetica;
	font-size: 12px;
border: solid 1px #c8dca7;padding: 3px; width: 90%;
}

.input_upload {
        font-family: helvetica;
        font-size: 12px;
}

/***************
 *	       *
 * Text styles *
 *	       *
 ***************/

span.field-name-required {
	font-weight: bold;
}

span.field-name-optional {
	font-weight: normal;
}

a.job-link {
	font-weight: bold;
}

/**********
 *        *
 * Blocks *
 *        *
 **********/

div.content-block {
	background-color: #f6faf0;
	padding: 10px;
	text-align: left;
margin-bottom: 30px;
}

div.content-block-first {
	background-color: #f6faf0;
	padding: 10px;
	text-align: left;
margin-bottom: 30px;
}

div.content-block-last {
	background-color: #f6faf0;
	padding: 10px;
	text-align: left;
margin-bottom: 30px;

}


div.content-block table td {
	background-color: #f6faf0;
font-size: 12px;
line-height: 1.5;
}

div.content-block-first table td {
	background-color: #f6faf0;
font-size: 12px;
line-height: 1.5;
}

div.content-block-last table td {
	background-color: #f6faf0;
font-size: 12px;
line-height: 1.5;
}

div.content-block-header {
	color: #4e6b1b;
	background-color: inherit;
	font-family: Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
padding-bottom: 5px;
border-bottom: solid 1px #4e6b1b;
margin-bottom: 25px;
}

/************************
 * Content offset block *
 ************************/

div.content-offset-block {
	background-color: #f3f3f3;
	border: 1px solid #818181;
	padding: 10px;
}

/*******************
 * Job Description *
 *******************/

div.job-description {
}

/*********
 * Panel *
 *********/

div.panel-block {
	display: none;
	background: white;
	border: 1px solid black;
	padding: 5px;
	width: 125px;
	text-align: left;
	position: absolute;
	z-index: 10;
}

div.panel-block span.panel-header, div.panel-block span.panel-header a:link, div.panel-block span.panel-header a:visited, div.panel-block span.panel-header a:active, div.panel-block span.panel-header a:hover {
}

/**********
 * Footer *
 **********/

div.footer {
	color: #e5ac6a;
	background-color: inherit;
	width: 90%;
	margin-top: 20px;
}

div.footer table {
	color: #e5ac6a;
	background-color: inherit;
}

div.footer a:link, div.footer a:visited, div.footer a:active, div.footer a:hover {
	color: #e5ac6a;
	background-color: inherit;
	text-decoration: none;
}

/********
 *      *
 * Site *
 *      *
 ********/

table.main-table {
	width: 100%;
} 

table.main-table td.main-table-header {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-left-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-center {
	vertical-align: top;
	width: 100%;
}

table.main-table td.main-table-right-side {
	vertical-align: top;
	width: 150px;
}

table.main-table td.main-table-footer {
	vertical-align: top;
}

table.interior-table {
	width: 950px;
margin: 0 auto 40px auto;
}

table.interior-table td.interior-table-left {
	/*
	width: 30%;
	border-right: 1px solid #999999;
	padding-right: 10px;
	*/
	vertical-align: top;
}

table.interior-table td.interior-table-center {
	width: 70%;
	/* padding-left: 10px; */
	padding-right: 10px;
	vertical-align: top;
}

table.interior-table td.interior-table-right {
	width: 30%;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	vertical-align: top;
}

a.name-header:link, a.name-header:active, a.name-header:visited {
	color: #333333;
	background-color: inherit;
	font-family: Helvetica,Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

div.search-block {
	background-color: #efefef;
	padding: 10px;
}

div.search-block td{
	background-color: #efefef;
}

div.search-block span.search-block-field-name-required {
	color: #4c4c4c;
	background-color: inherit;
	font-family: Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.search-block span.search-block-field-name-optional {
	color: #4c4c4c;
	background-color: inherit;
	font-family: Helvetica,Arial;
	font-size: larger;
	font-weight: bold;
}

div.featured-block {
	color: inherit;
	background-color: #f9de91;
	font-size: larger;
	padding: 10px;
	margin-bottom: 15px;
}

div.featured-block span.featured-block-featured-job {
	color: #333333;
	background-color: inherit;
	font-family: Helvetica,Arial;
	font-weight: bold;
}

div.featured-block a.job-link {
	font-size: larger;
	font-weight: bold;
}

div.heading-block, div.heading-block table {
	color: #333;
	background-color: inherit;
	font-weight: bold;
	vertical-align: middle;
}

div.heading-block {
	padding: 2px 0;
	margin-bottom: 5px;
}

div.heading-block-alt {
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div.heading-block span.heading-block-text {
	color: #8aa25f;
	background-color: inherit;
	font-family: "arial black", sans-serif;
	font-size: 18px;
font-weight: normal;
}

div.heading-block a:link, div.heading-block a:visited, div.heading-block a:active, div.heading-block a:hover {
	font-weight: normal;
	text-decoration: none;
	padding-right: 2px;
	vertical-align: middle;
}

table.jobs-list {
	border-collapse: separate;
	border-bottom: 1px solid #989898;
	margin-bottom: 10px;
}

table.jobs-list span.date {
	text-transform: uppercase;
	font-family: Helvetica,Arial;
	font-weight: bold;
	font-size: 11px;
}

table.jobs-list tr td {
	border-bottom: 1px solid #dddddd;
}

table.jobs-list tr.pre-break td {
	border-bottom: none;
}

table.jobs-list tr.break td {
	border-top: 1px solid #989898;
}

table.jobs-list tr.pre-break-break td {
	border-top: 1px solid #989898;
	border-bottom: none;
}

div.nav-block {
	padding: 8px; background-color: #f6faf0; border-top: solid 1px #c8dca7; margin-bottom: 1em;
}

div.nav-block table {
background-color: #f6faf0;
}

div.nav-block table td {
font-size: 12px;
line-height: 1.5;
}

div.nav-block div.nav-block-header {
	color: #4e6b1b; font: 14px arial black, sans-serif;
}

div.nav-block div.nav-block-body {
	margin-top: 15px;
}

ul.bulleted {
	list-style-image: url('/images/bullet.gif');
	line-height: 18px;
	margin-top: 0;
}

div.shading-block {
	color: inherit;
	background-color: #eeeeee;
	padding: 3px 5px;
}

.alternate1 {
	color: inherit;
	background-color: #f3f3f3;
}

.alternate2 {
	color: inherit;
	background-color: #ffffff;
}

div.nav-block table.nav-block-table {
}

div.nav-block table.nav-block-table td.nav-block-content {
}

div.nav-block table.nav-block-table td.nav-block-top-left {
}

div.nav-block table.nav-block-table td.nav-block-top-center {
}

div.nav-block table.nav-block-table td.nav-block-top-right {
}

div.nav-block table.nav-block-table td.nav-block-side-left {
}

div.nav-block table.nav-block-table td.nav-block-side-right {
}

div.nav-block table.nav-block-table td.nav-block-bottom-left {
}

div.nav-block table.nav-block-table td.nav-block-bottom-center {
}

div.nav-block table.nav-block-table td.nav-block-bottom-right {
}

/***** Other *****/

/* ****************  Header Elements ****************** */

#header{
	width: 100%;
	background: transparent url(http://www.oriongrassroots.org/i/shadow.gif) repeat-x bottom left;
	padding-bottom: 20px;
}

#orion_society_network{
	background: #deecc7 url(http://www.oriongrassroots.org/i/network_bkg.gif) repeat-x top center;
	padding: 5px 0;
}

#orion_society_network ul{
	padding: 0;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#orion_society_network ul li{
	list-style-type: none;
	display: inline;
	font: 11px helvetica;
}

#orion_society_network ul li a{
	color: #030;
	text-decoration: none;
	background: transparent url(http://www.oriongrassroots.org/i/orion_network_divider.gif) no-repeat bottom right;
	padding: 5px 10px 5px 8px;
}

#orion_society_network ul li.first a{
	padding-left: 0;
}


#header_main{
	padding: 0;
	margin: 0 auto;
	width: 950px;
	position: relative;
}

#header h1{
	display: none;
}

#header_main img#logo{
	margin-top: 15px;
}



/* ****************  MAIN NAVIGATION ****************** */

ul#nav{ padding: 0;
margin: 0 auto;
width: 950px; 
margin-top: 20px;
}

#nav li{
	list-style-type: none;
	display: inline;
	font: 1em arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-right: .8em;
}

#nav li a{
	color: #687b3e;
	padding: 5px;
}

#nav li.selected a{
	background-color: #f9fbc6;
}

#nav li a:hover{
	background-color: #f9fbc6;
}


#footer p{
	text-align: right;
	font-size: 11px;
	margin-right: 10px;
}

#footer p a{
	font-weight: bold;
	color: #687b3e;
}


#footer{
	width: 100%;
	border-top: solid 1px #d9e4c6;
	margin-top: 20px;
	padding-top: 10px;
	clear: both;
	padding-bottom: 2em;
}

a{text-decoration: none;}

.interior-table-center .breadcrumbs{font-size: 11px; font-weight; bold;}

.bulk-rate-card table{width: 100%;}
.bulk-rate-card td{border-bottom: solid 1px #ccc; margin: 0;}
