body {
	background-color: #cccc99;
	margin: 0 10px 10px 10px;
}
.clearfix:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { min-height: 0; height: 0; }
html>body .clearfix { height: auto; }

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
a {
	color: #ff6600;
	text-decoration:none
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

ul {
	margin-top: 0;
	margin-left: 0;
	list-style-type: none;
	padding-left: 20px;
}

li {
	margin-bottom: 0;
	line-height: 16px;
	list-style-type: none;
}

li.page-item-12 {
	white-space: nowrap;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #143D11;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;	
	margin-top: 0px;
	margin-bottom: 10px;	
}

.spacer {
	display: block;
	width: 820px;
}

#container-navbanner {
	width: 100%;
	min-width: 910px;
	margin: 0;
}

*html #container-navbanner {
	width: expression(document.body.clientWidth < 912? "910px" : document.body.clientWidth > 1242? "1240px" : "auto");
}

#bannerWrap {
	background-color: #143d11;
	padding: 29px 10px 10px;
}
#banner { background: url(images/banner-tile.jpg) 0 0 repeat-x; }
#bannerIn { background: url(images/banner-right.jpg) 100% 0 no-repeat; }

#nav {
	background-color: #143D11;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
}

#nav a {
	color: #FFFFFF;
}

#nav a:hover {
	text-decoration:underline;
}

#content-container {
	width: 100%;
	min-width: 910px;
	background-color: #143d11;
	float: left;
}

*html #content-container {
	width: expression(document.body.clientWidth < 912? "910px" : document.body.clientWidth > 1242? "1240px" : "auto");
}

/* Event / Post */
.widecolumn .navigation {
	padding: 20px 0 20px 0;
}

.widecolumn {
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.widecolumn p {
	margin: 10px 0 10px 0;
}

.widecolumn h2 {
	margin: 0 0 20px 0 !important;
}

.widecolumn ul, .widecolumn ol {
	margin: 10px 0 10px 0 !important;
}

#content {
	/*min-width: 780px;*/
	padding: 0 10px 10px 10px;
}

#contentCell {
	background: #143d11;
	vertical-align: top;
}
#content-middle {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 10px;
}

#content-middle-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

#content-middle-copy p {
	margin: 0px 0 15px 0;
}

#content-middle-copy h1 {
	margin-bottom: 15px;
}

/* Search Results */
#content-middle-copy {
	width: 90%;
	
}
 
#content-middle-copy p.results {
	float: left;
	margin: 3px 0 3px 0;
}

.tablenav-pages {
	float: right;
	margin: 3px 0 3px 0;
}

.tableSearchResults {
	width: 100%;
}

.tableSearchResults tr th {
	background: #143d11;
	text-align: left;
	color: #fff !important;
	font-weight: bold;
}

.tableSearchResults tr th {
	padding: 6px 10px 6px 5px; 
}

.tableSearchResults tr th a {
	background: #143d11;
	text-align: left;
	color: #fff !important;
	font-weight: bold;
	text-decoration: underline;
}

.tableSearchResults tr.odd {
	background: #ebf3ea;
}

.tableSearchResults tr td {
	padding: 6px 10px 6px 5px;
}

.tableSearchResults tr td a {
	text-decoration: underline;
}

.tableSearchResults tr td a:hover {
	color: #143d11;
}

*html #content-middle-copy { /* Not sure this is needed */
	padding-bottom: 14px;
}

#content-left-subnav {
	padding: 10px 10px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

#content-left-subnav li {
	white-space: nowrap;
}
#content-left-subnav li a{
	/*display: block;*/
}

#content-right-quicklinks {
	/*min-width: 180px;*/
	padding: 10px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	white-space: nowrap;
}

#content-right-quicklinks ul,
#content-right-quicklinks li {
	/*min-width: 180px;*/
}

*html #content-right-quicklinks {
	/*min-width: 180px;*/
}

.content-right-quicklinks-title {
	font-size: 14px;
	text-transform: uppercase;
}

#content-left-subnav a:link {
	color:#ffffff;
	text-decoration:none
}

#content-left-subnav a:hover {
	color:#ffffff;
	text-decoration:underline
}

#content-left-subnav a:visited {
	color:#ffffff;
	/* text-decoration:none */
}

#content-right-quicklinks a:link {
	color:#ffffff;
	text-decoration:none
}

#content-right-quicklinks a:hover {
	color:#ffffff;
	text-decoration:underline
}

#content-right-quicklinks a:visited {
	color:#ffffff;
	/* text-decoration:none */
}

*html #content-right-quicklinks 
{
	margin-top: 0;
}

*html #content-right-quicklinks #user_login {
	width: 140px;
}	

.table-home {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #FFFFFF;
}

.table-home a {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}

.table-home-title {
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 20px;
}

.table-sections {
	font-size: 18px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 6px;
}

.noResults {
	margin-top: 15px;
}

.noResults p {
	margin-top: 15px;
}
	
#footer {
	background-color: #b5b57e;
	height: 50px;
	width: 100%;
	min-width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666633;
	font-size: 11px;
	line-height: 15px;
	padding-top: 20px;
	white-space: nowrap;
	float: left;
}

*html #footer {
	width: expression(document.body.clientWidth < 912? "910px" : document.body.clientWidth > 1242? "1240px" : "auto");
}

#footer a {
	color:#666633;
	text-decoration:none
}

#footer a:hover {
	text-decoration:underline
}

/************************************************
*       Navbar                                *
************************************************/

#navbar {
		width: 100%;
        margin: 0;
        text-align: left;
		padding-left: 10px;
		background-color: #143D11;
/*      border-top: 1px solid #1D4519;
        border-bottom: 1px solid #1D4519;*/
}

#navbar .navwrapper {
		width: 100%;
		float: left;
        /*padding: 0 0 0 10px;*/
        background:url(images/menu-right-matte.gif) no-repeat top right;
		overflow: hidden;
		white-space: nowrap;
}

#navbar li {
        background:url(images/menu-v-l.gif) no-repeat right #002B00;
        list-style-type: none;
        margin: 0px;
        padding: 3px;
        display: block;
		float: left;
		margin-right: 3px;
        }
#navbar li#first {
		margin-left: 10px;
        }
		
*html #navbar li {
	margin-right: 3px;
}

#navbar ul {
        margin: 0;
        padding: 10px 0;
		float: left;
        background: #1D4519;
        display: block;
        }

*html #navbar ul {
	margin-left: -10px;
}		

#navbar ul li a {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 11px;
        font-weight: bold;
        color: #f9f9f9;
        padding: 0 8px;
        margin: 0;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        }

#navbar ul li a:hover {
        color: orange;
		}
		
/************************************************
*       Upcoming Events                         *
************************************************/

div.event-controls {
	width: 100%;
}
form#coe_sort_form {
	float: right;
	padding: 0;
	margin: 0;
}
form#coe_sort_form select{
	margin-top: 0 !important;
	margin-right: 0 !important;
}
span.addEventLink {
	float: right;
	display: block;
	padding-top: 4px;
	margin-right: 20px;
}

/*=event
---------*/
.event p { margin: 15px 0; }
.event ul.particulars { margin: 15px 0; }
.event ul.particulars li {
	list-style: none;
	margin-bottom: 3px;
}
.event ul.particulars li span.label {
	font-weight: bold;
}
p span.label {
	font-weight: bold;
	padding-left: 2px;
}
p.label {
	font-weight: bold;
}
span.event_title {
	font-weight: bold;
	font-size: 131%;
	color: #ff6600;
	display: block;
	line-height: 100%;
}

/* =Programs / Forms
------------------------------------------------------------------- */
ul.steps, form.programs ul {
	margin: 0;
	padding: 0;
}

ul.steps {
	margin: 10px 0 10px 0;
}

ul.steps li {
	float: left;
	background: #666;
	color: #fff;
	margin-right: 10px;
	padding: 5px 29px 5px 29px;
}

ul.steps li.current {
	background: #143d11;
}

p.intro {
	width: 403px; 
	margin-top: 8px !important;
	padding-bottom: 12px;
	border-bottom: 1px solid #666666;
}

form.programs {
	margin: 15px 0 15px 0;
	paddind: 0;
}

form.programs input, form.programs .text-field {
	background: #f5f5f5;
	border: 1px solid #143d11;
}

form.programs textarea {
	display: block;
}

form input.button {
	background: #002b00;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
}

form.programs label {
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
}

form.programs .shaded {
	color: #666;
	margin-top: 1px;
}

form.programs ol li {
	list-style: decimal !important;
}

form.programs ul li {
	float: left;
	padding: 0 10px 0 0;
}

form.programs .formBlock {
	clear: both;
	margin: 20px 0 20px 0;
}

form.programs input.field-lrg {
	width: 400px;
}

form.programs input.field-med {
	width: 300px;
}

form.programs input.field-sml {
	width: 194px;
}

form.programs .txtArea {
	background: #f0f0f0;
	width: 600px;
	/* height: 100px; */
	border: 1px solid #143d11;
}

form.programs .border {
	border-bottom: 1px solid #666666;
	width: 410px;
	padding: 10px 0 10px 0;
}

form.programs .submitBtns {
	width: 410px;
}

form.programs .submitBtns ul li.lft {
	float: left;
}

form.programs .submitBtns ul li.rht {
	float: right;
}

.error {
	font-weight: bold;
	color: red; 
	font-size: 100%;
}

.error-msg {
	font-weight: bold;
	color: red; 
	font-size: 100%;
}

span.error-msg {
	font-weight: bold;
	display: block;
	width: 194px;
	line-height: 12px;
	color: red; 
	font-size: 100%;
	margin: 3px 0 3px 0;	
}

form.programs h3 {
	width: 50%;
	margin: 15px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

/* Checkbox lists */
ul.type-list, .project-settings-list, .participant-list {
	float: left;
	margin-bottom: 10px;
}

ul.type-list li, .project-settings-list li, .participant-list li {
	float: none !important;
	display: block;
	padding-right: 10px !important; 
}

ul.type-list li label, .project-settings-list li label, .participant-list li label {
	display: inline;
}

ul.type-list li input, .project-settings-list li input, .participant-list li input {
	background: none;
	border: 0;
}

h3.keyline {
	width:450px;
	margin: 15px 0 15px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
}

h4.keyline {
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #666;
}

.infoBlock {
	margin: 0 0 20px 0 !important;
}

.infoBlock .title {
	font-weight: bold;
}

.infoBlock ul li {
	padding-bottom: 10px;
}
.infoBlock ul li p {
	margin: 2px 0 2px 0 !important;
}

/* Tables */
#contact-info tr td {
	padding: 0 3px 2px 3px;
	vertical-align: top;
}

#project-info tr td {
	padding: 0 3px 2px 3px;
	vertical-align: top;
}

#resources tr td {
	padding: 0 3px 2px 3px;
	vertical-align: top;
	
}

.bullet {
	list-style-type: circle;
}

#content-right-quicklinks h2 {
	display: none;
}

#sitemap li {
	list-style-type: disc;
}