/*
Theme Name: OCP
Description: Custom theme
Author: Atomic Crayon
Author URI: http://atomiccrayon.com/
*/

/* COLOURS

#e4e4e5 - light grey - sidebar background
#b4b3ae - light grey - section nav borders
#9e9e9e - grey - sidebar borders
#757575 - grey - footer disclaimer
#636363 - grey - meta nav text
#575757 - dark grey - sidebar borders
#494949 - dark grey - footer text
#373737 - dark grey - section navigation text, sidebar text

#e9eeda - light green - section navigation background
#d0e19f - light green - main navigation text
#b6c786 - light green - section navigation header border
#c9df89 - green - section navigation hover background
#698c09 - green - banner border, section navigation header background
#36570b - dark green - main navigation background
#35550b - dark green - headlines
#2c4609 - dark green - content border, section navigation border
#294008 - dark green - main navigation hover background

#8db1db - light blue - top link border
#2a6ebb - blue - sidebar links, top link, footer links
#038cc5 - blue - links

*/

/* Sections flagged with =
	GENERIC
	TOP
	INSIDE
	BRAND
	ACCESSIBILITY
	MAIN
	BREADCRUMBS
	CONTENT
	SIDEBAR
	SECTION-NAVIGATION
	NAVIGATION (main)
	META-NAVIGATION
	SEARCH
	FOOTER
	SECTION-SPECIFIC
		Home
*/


/* =GENERIC
----------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #fff;
	background-image: url(images/bk-body.png);
	background-attachment: fixed;
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 100%;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #000;
}

a:link, a:visited {
	color: #038cc5;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #2a6ebb;
	overflow: hidden;
}

a img {
	border: none;
}

.clear {
	clear: both;
	line-height: 1;
	height: .1em;
	font-size: .1em;
}

form {
	margin: 0;
	padding: 0;
}

/* class added by jquery -- when entire box is clickable */
.click-box { /* ie6.css */
	cursor: pointer;
}

.highlight {
	background-color: #fdfbc0;
}

a.button {
}


/* =TOP
----------------------------------------------------*/

#top {
	width: 940px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	background-image: url(images/bk-top.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	min-height: 100%;
}

/* =HEADER
----------------------------------------------------*/

#header {
	width: 940px;
	height: 241px;
	position: relative;
	background-image: url(images/photo-banner-default.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-bottom: solid 7px #698c09;
}


/* =BRAND
----------------------------------------------------*/

#header #brand {
	position: relative;
	padding: 10px 0 0 0;
	margin: 0;
}

#header #brand p#heading {
	width: 148px;
	height: 76px;
	margin: 0;
	padding: 0;
	line-height: 1;
	background-image: url(images/victoria-logo.png);
	background-position: 0 5px;
	background-repeat: no-repeat;
/*	height: 80px;
	width: 144px;*/
}

#header #brand p#heading a {
	display: block;
	width: 128px;
	height: 56px;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: -5px;
}

#header #brand p#heading strong {
	position: absolute;
	left: -9999px;
}

#header #brand #print-logo {
	display: none;
}

#header #brand p#tagline {
	position: absolute;
	left: -9999px;
}

/* =ACCESSIBILITY
----------------------------------------------------*/

#header #accessibility {
	position: absolute;
	top: 10px;
	right: 0;
	padding: .4em 0;
	min-height: 0px;
	width: 28em;
	min-width: 335px;
}

/* Skip Links */

#header #accessibility #skip-links {
	position: absolute;
	left: 0;
	top: 100px;
}

#header #accessibility #skip-links strong, #header #accessibility #skip-links .separator {
	position: absolute;
	top: -9999px;
}

#header #accessibility #skip-links a:link, #header #accessibility #skip-links a:visited, #header #accessibility #skip-links a:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -500px;
	display: block;	
	text-decoration: underline;
}

#header #accessibility #skip-links a:focus, #header #accessibility #skip-links a:active {
	position: static;
	width: auto;
	height: auto;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: .5em;
	font-size: 1.2em;
}


/* Layout Switch */

#header #accessibility #layout-switch {
	font-size: .9em;
	float: right;
	margin: 0;
}

.jquery #header #accessibility #layout-switch {
	
}

#header #accessibility #layout-switch p {
	margin: 0;
	padding: 0;
	/*width: 240px;*/
	line-height: 1.2;
}

#header #accessibility #layout-switch p strong {
	text-transform: uppercase;
}

#header #accessibility #layout-switch p a  {
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

#header #accessibility #layout-switch p a:focus, #header #accessibility #layout-switch p a:hover, #header #accessibility #layout-switch p a:active  {
	text-decoration: underline;
}

#header #accessibility #layout-switch p a.standard-switch {
	font-weight: bold;
}

#header #accessibility #layout-switch p a.contrast-switch {
	color: #fff;
	background-color: #007fb4;
	padding: 1px 4px;
	text-decoration: none;
}

#header #accessibility #layout-switch p a.contrast-switch:focus, #header #accessibility #layout-switch p a.contrast-switch:hover, #header #accessibility #layout-switch p a.contrast-switch:active {
}


#header #accessibility #layout-switch p .separator {
	padding: 0 2px;
}


/* Text Size */

/* only shown if javascript is active */

#header #accessibility #text-size {
	/*position: absolute;*/
/*	top: 0;
	right: 0;*/
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
}

#header #accessibility #text-size strong {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

#header #accessibility #text-size a.size {
	display: block;
	float: left;
	margin: -5px 0 0 3px;
	padding: 5px;
	text-align: center;
	color: #000;
}

/* =MAIN
----------------------------------------------------*/
#main {
	position: relative;
	width: 940px;
	padding-top: 26px;
}

/* =BREADCRUMBS
----------------------------------------------------*/



#breadcrumbs {
	margin: 0 254px 1em 242px; /* 444px wide */
	padding-top: 5px;
	border-top: solid #2c4609 1px;
}

#breadcrumbs p {
	margin: 0;
	font-size: .8em;
	line-height: 1.2;
}

#breadcrumbs p .title {
	font-weight: bold;
	display: block;
	position: absolute;
	left: -9999px;
}

#breadcrumbs p a {
	text-decoration: none;
}

#breadcrumbs p a:focus, #breadcrumbs p a:hover, #breadcrumbs p a:active {
	text-decoration: underline;
}

#breadcrumbs p strong {
	color: #000;
	font-weight: normal;
}

#breadcrumbs p .separator {
}

/* =CONTENT-WRAPPER
----------------------------------------------------*/

#content-wapper {
	float: left;
	width: 100%;
	position: relative;
}

/* =CONTENT
----------------------------------------------------*/

#content {
	margin: 0 254px 0 242px; /* 444px wide */
	padding: 0;
	line-height: 1.6;
}


#content h1, #content h2, #content h3, #content h4 {
	margin: 2em 0 .5em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#content h1#headline {
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 1.7em;
	color: #35550b;
}


#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1.1em;
}

#content a:link, #content a:visited {
	text-decoration: underline;
}

#content a:focus, #content a:hover, #content a:active {
}


#content p {
	line-height: 1.6;
	margin: 0 0 1em 0;
}

#content ul, #content ol {
	margin-top: 1em;
	margin-bottom: 1em;
}


#content li {
	margin-bottom: .5em;
	line-height: 1.6;
}

#content ol ol {
	list-style-type: lower-alpha;
}


/* Images */

#content img.border {
	border: solid 5px #d1cfcf;
}

#content img.alignright {
	float: right;
	display: block;
	margin: 0 0 1.5em 1.5em;
}

#content img.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#content .addthis_container {
	padding: 1em 0;
}

/* Tables */

/* plain tables -- no styling */

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#content table td, #content table th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
	padding: .8em;
	line-height: 1.2;
	vertical-align: top;
}


#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

#content table p {
	margin: 0;
	line-height: 1.4;
}


#content table.table-styled {
	border-collapse: collapse;
	border-style: solid;
	border-color: #A9BEC6;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0 .5em 1px;
}

#content table.table-styled td, #content table.table-styled th {
	border-collapse: collapse;
	border-color: #A9BEC6;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table.table-styled th, #content table tr.header td, #content table tr.header th {
	background-color: #D4DEE2 ;
	font-weight: bold;
}

#content table.table-styled th, #content table.table-styled td h2, #content table.table-styled td h3, #content table.table-styled td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table.table-styled p {
	margin: 0;
	line-height: 1.2;
}


/* striped tables */

#content table.table-striped {
	border-collapse: collapse;
	border-style: solid;
	border-color: #A9BEC6;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0 .5em 1px;
}

#content table.table-striped td, #content table.table-striped th {
	border-collapse: collapse;
	border-color: #A9BEC6;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table.table-striped th, #content table tr.header td, #content table tr.header th {
	background-color: #D4DEE2 ;
	font-weight: bold;
}

#content table.table-striped th, #content table.table-striped td h2, #content table.table-striped td h3, #content table.table-striped td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table.table-striped p {
	margin: 0;
	line-height: 1.2;
}

#content table tr.even td {
	background-color: #f2f2f2;
}


/* Forms */

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content label, #content .label {
	font-weight: bold;
	display: block;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input.text, #content textarea, #content select {
	text-align: left;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}

#content .button {
}


#content .required {
	display: none;
}

#content .error {
	color: #c31c1c;
	font-weight: bold;
}

#content .error .text {
	background-color: #fdfbc0;
}

#content .error textarea {
	background-color: #fdfbc0;
}

#content .error select {
	background-color: #fdfbc0;
}


#content .error .required {
	display: inline;
}

#content form div.wrapper {
	margin-bottom: 1.5em;
}

#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -9999px;
}

#content a.skip:focus, #content a.skip:active {
	position: static;
	width: auto;
	height: auto;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
	border: solid 1px #c31c1c;
}

#content h2 a.faq-top {
	font-size: .8em;
	text-decoration: none;
}

/* =SIDEBAR
----------------------------------------------------*/

#sidebar { /* ie6.css */
	float: left;
	width: 204px;
	padding: 0 8px 20px 8px;
	margin: 0 0 0 -240px;
	position: relative;
	background-color: #e4e4e5;
	background-image: url(images/bk-sidebar.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #373737;
}

#sidebar a {
	color: #2a6ebb;
}

#sidebar-2 {
	display: none;
}

#sidebar .widget { /* ie6.css */
	font-size: .9em;
/*	width: 222px;*/
	padding: 0;
	margin: 0 0 1.5em 0;
}

#sidebar .widget h3 { /* ie6.css */
	width: 204px;
	margin: 0 0 .5em -8px;
	padding: 8px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: solid 1px #575757;     
	border-bottom: solid 1px #9e9e9e;
}

#sidebar .widget p {
	margin: 0 0 .5em 0;
	line-height: 1.4;
}


#sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar .widget ul li {
	margin: 0 0 .5em 0;
	padding: 0 0 .3em 0;
	line-height: 1.4;
	list-style: none;
}

/* Category Listing */

#sidebar .widget_categoryposts {
	position: relative;
}

#sidebar .widget_categoryposts h3 a.rss-link { /* ie6.css */
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 0;
/*	float: right;
	margin-top: -1px;*/
	background-image: url(images/icon-rss.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#sidebar .widget_categoryposts p {
	line-height: 1.4;
	margin: 0 0 .3em 0;
}

#sidebar .widget_categoryposts p.post-date {
	display: block;
	text-transform: uppercase;
	margin: 0;
}

#sidebar .widget_categoryposts p.view-more-link a {
	display: block;
	float: right;
	min-height: 16px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/arrow-right-blue.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* =SECTION-NAVIGATION
----------------------------------------------------*/

#section-navigation {
	float: left;
	width: 220px;
	padding: 0;
	margin: 0 0 0 -940px;
	position: relative;
	border-top: solid 2px #2c4609;
	background-color: #e9eeda;
}

#section-navigation a {
}

#section-navigation h3 {
	margin: 2px 0 0 0;
	padding: 8px;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #b6c786;
	border-width: 1px 0;
	background-color: #698c09;
}

#section-navigation h3 a {
	color: #fff;
}

#section-navigation h3 strong {
	display: block;
	position: absolute;
	left: -9999px;
}


/* Level 1 */

#section-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#section-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#section-navigation ul li a { /* ie6.css */
}

#section-navigation ul li a:link, #section-navigation ul li a:visited {
	display: block;
	padding: 8px;
	color: #000;
	border-bottom: solid 1px #e4e4e5;
}

#section-navigation ul li a:focus, #section-navigation ul li a:hover, #section-navigation ul li a:active {
	background-color: #c9df89;
}

#section-navigation ul li a.haschildren {
}

#section-navigation ul li.current_page_item a {
	font-weight: bold;
}

/* Level 2 */

#section-navigation ul li ul {
		border-bottom: solid 1px #e4e4e5;
}

#section-navigation ul li ul li {
}


#section-navigation ul li ul li a:link, #section-navigation ul li ul li a:visited { 
	padding-left: 16px;
	border: none;
}

#section-navigation ul li ul li a.haschildren {
}

#section-navigation ul li.current_page_item ul li a {
	font-weight: normal;
}



#section-navigation ul li ul li a.current_page_item {
	font-weight: bold;
}

#section-navigation ul li ul li a:focus, #section-navigation ul li ul li a:hover, #section-navigation ul li ul li a:active {
}



/* =NAVIGATION (main)
----------------------------------------------------*/

#main-navigation {
	position: absolute;
	top: 48px;
	right: 0;
	width: 744px;
	height: 34px;
	background-color: #36570b;
	background-image: url(images/bk-navigation.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	z-index: 20;
	font-size: 12px;
}

#main-navigation h3 {
	position: absolute;
	top: -9999px;
}

#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-navigation ul#navigation {
	position: relative;
}

#main-navigation ul li { /* ie6.css */
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#main-navigation ul li a { /* ie6.css */
	display: block;
	padding: 10px;
	height: 14px;
	line-height: 1.2;
	color: #d0e19f;
	font-weight: normal;
	border-left: solid 1px #263e06;
	border-right: solid 1px #3b5e0d;
}

#main-navigation ul li.sfhover, #main-navigation ul li.current_page_item, #main-navigation ul li.current_page_parent, #main-navigation ul li.current_page_ancestor { /* ie6.css */
}


#main-navigation ul li.sfhover a, #main-navigation ul li.current_page_item a, #main-navigation ul li.current_page_parent a, #main-navigation ul li.current_page_ancestor a {
	background-color: #294008;
}


/* Drop Down Level 1 */

#main-navigation ul li ul { /* ie6.css */
	position: relative;
	display: none;
	/*width: 14em;*/
	height: auto;
	/*top: 20px;*/
	/*left: -9999em;*/
	color: #000;
	background-color: #fff;
	padding: 0;
	border-color: #36570b;
	border-width: 0 2px 2px 0;
	border-style: solid;
	font-size: 1em;
}


#main-navigation ul li.sfhover ul {
	/*position: static;*/
	position: absolute;
	display: block;
}

#main-navigation ul li.sfhover ul li { /* ie6.css */
}

#main-navigation ul li ul li {
	background-image: none;
	background-color: transparent;
	float: none;
	position: relative;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	z-index: 20;
	width: auto;
	line-height: 1.2;
}

#main-navigation ul li ul li a { /* ie6.css  */
	background-color: #fff;
	display: block;
	height: auto;
	text-indent: 0;
	display: block;
	width: 12em;
	padding: .5em .9em;
	text-decoration: none;
	position: relative;
	line-height: 1.2;                              
	color: #000;
	font-weight: normal;
	border: none;
	border-bottom: solid 1px #e9eeda;
}

#main-navigation ul li.sfhover ul li a { /* ie6.css */
	background-image: none;
	background-color: #fff;
}


.safari #main-navigation ul li.sfhover ul li a {
	/*width: 14.4em;*/
}

#main-navigation ul li.sfhover ul li.sfhover a {
	background-color: #e9eeda;
}


#main-navigation ul li.sfhover ul li.sfhover-parent a {
}

#main-navigation ul li.sfhover ul li.haschildren ul li a, #main-navigation ul li.sfhover ul li.haschildren ul li.haschildren ul li a {
	background-image: none;
}

/* Drop Down Level 2 */

#main-navigation ul li.sfhover ul li ul {
display: none;
	position: absolute;
	top: 0;
	margin: 0 0 0 17.8em;
	left: -9999px;
	z-index: 25;
}


#main-navigation ul li.sfhover ul li.sfhover-parent ul {
	left: 0;
	/*left: -2px;*/
}

#main-navigation ul li.sfhover ul li ul li.sfhover {
	position: relative;
	z-index: 35;
	display: block;
	width: auto;
}

#main-navigation ul li.sfhover ul li.sfhover-parent ul li a {
	background-color: #fff;
}

#main-navigation ul li.sfhover ul li ul li.sfhover a {
	background-color: #e8f4f9;
	position: relative;
	z-index: 45;
}


/* =META-NAVIGATION
----------------------------------------------------*/

#meta-navigation {
	position: absolute;
	top: 10px;
	left: 300px;
	width: auto;
	padding: .4em 0;
	font-size: .9em;
	z-index: 50;
}

#meta-navigation h3 {
	position: absolute;
	top: -9999px;
}

#meta-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#meta-navigation ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#meta-navigation ul li a:link, #meta-navigation ul li a:visited {
	color: #000;
}

#meta-navigation ul li a:focus, #meta-navigation ul li a:hover, #meta-navigation ul li a:active {
	text-decoration: underline;
}

/*
#meta-navigation ul li:before {
	content: " | ";
}

#meta-navigation ul > li:first-child:before {
	content: "";
}
*/

/* =SEARCH
----------------------------------------------------*/

#search {
	position: absolute;
	top: 44px;
	right: 0px;
	width: 235px;
	/*height: 40px;*/
	height: 3.2em;
	padding: 0;
	z-index: 50;
	background-image: url(images/bk-search.png);
	background-position: 10px 11px;
	background-repeat: no-repeat;
}

#search form {
	margin: .8em 0 0 10px;
}

#search form p {
	margin: 0;
	line-height: 1;
}

#search h3 {
	position: absolute;
	left: -9999px;
}

#search label {
	position: absolute;
	left: -9999px;
}

#search .text { /* ie6.css */
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	width: 172px;
	height: 12px;
	padding: 2px 3px;
	display: block;
	float: left;
	margin: 2px 4px 0 2px;
	border: none;
}
#search .blur {
	font-style: italic;
}

#search .submit {
	width: 34px;
	height: 20px;
	display: block;
	float: right;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	text-align: right;
	color: #36570b;
	overflow: hidden;
	text-indent: -9999px;
}


/* =FOOTER
----------------------------------------------------*/

#footer { /* ie6.css */
	width: 900px;
	position: relative;
	margin: 70px 0 0 0;
	padding: 10px 20px;
	border-top: dotted 1px #000;
	color: #494949;
}

#footer #footer-text {
	line-height: 1.4;
}

#footer #footer-text p {
	margin: 0 0 .5em 0;
	padding: 0;
}

#footer #footer-text p#disclaimer {
	color: #757575;
	font-size: .8em;
}


#footer a#top-link {
	position: absolute;
	top: -40px;
	right: 254px;
	display: block;
	width: 3em;
	padding: .2em .3em;
	/*min-height: 30px;*/
	/*min-width: 50px;*/
	background-color: #2a6ebb;
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#footer a#top-link:focus, #footer a#top-link:hover, #footer a#top-link:active {
}



/* =SECTION-SPECIFIC
----------------------------------------------------*/


/* =Home
----------------------------------------------------*/

.home #header {
	height: 343px;
	background-image: url(images/photo-banner-home-1.jpg);
}

.home #header #slideshow {
	position: absolute;
	top: 90px;
	left: 0;
}

.home #breadcrumbs {
	display: none;
}

.home #content { /* ie6.css */
	margin: 0 440px 0 20px;
}


.home #content h1 {
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: normal;
	/*margin-top: 1.7em;*/
	margin-top: 0;
	color: #35550b;
	width: 378px;
	height: 24px;
	background-image: url(images/text-victorias-official-community-plan.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.home #content #video {
	position: absolute;
	top: 0;
	right: 0;
	width: 380px;
	padding: 15px;
	margin: 0;
	list-style: none;
	border-top: solid 2px #2c4609;
	background-color: #d7e7a8;
	background-image: url(images/bk-green-gradient.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	line-height: 1.4;
}

.home #content #video li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home #content #video li.headline {
	width: 82px;
	height: 15px;
	background-image: url(images/text-videos.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
}

.home #content #video li.title {
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 0 2px 0;
	border-top: solid 1px #698c09;
}

.home #content #video li.date {
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	border-bottom: solid 1px #698c09;
}

.home #content #video li.description {
	margin: 0 0 15px 0;
}

.home #content #video li.video {
	margin: 0 0 15px 0;
	text-align: center;
}

.home #content #video li.view-more a {
	min-height: 16px;
	padding: 0 15px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/arrow-right-blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: .9em;
}

.home #sidebar {
	display: none;
}


.home #sidebar-2 { /* ie6.css */
	display: block;
	width: 490px;
	padding: 20px 0 0 20px;
	position: relative;
}


.home #sidebar-2 .widget {
	font-size: .9em;
	width: 200px;
	padding: 8px 8px 16px 8px;
	margin: 0 20px 1.5em 0;
	float: left;
	border-top: solid 1px #000;
	background-color: #e4e4e5;
	background-image: url(images/bk-grey-gradient.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.home #sidebar-2 .widget h3 {
	margin: 0 0 .5em 0;
	padding: 0 0 .1em 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

.home #sidebar-2 .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home #sidebar-2 .widget ul li {
	margin: 0 0 .5em 0;
	padding: 0 0 .3em 0;
	line-height: 1.4;
	list-style: none;
}


.home #sidebar-2 .widget_categoryposts {
	position: relative;
}

.home #sidebar-2 .widget_categoryposts h3 a.rss-link { /* ie6.css */
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 10px;
	right: 0;
/*	float: right;
	margin-top: -1px;*/
	background-image: url(images/icon-rss.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.home #sidebar-2 .widget_categoryposts p {
	line-height: 1.4;
	margin: 0 0 .3em 0;
}

.home #sidebar-2 .widget_categoryposts p.post-date {
	display: block;
	text-transform: uppercase;
	margin: 0;
}

.home #sidebar-2 .widget_categoryposts p.view-more-link a {
	display: block;
	float: right;
	min-height: 16px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(images/arrow-right-blue.png);
	background-position: right center;
	background-repeat: no-repeat;
}


/* Category Listing */

.home #sidebar-2 .widget_categoryposts {
	position: relative;
}

.home #sidebar-2 .widget_categoryposts h3 a.rss-link {
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 8px;
	right: 8px;
/*	float: right;
	margin-top: -1px;*/
	background-image: url(images/icon-rss.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.home #sidebar-2 .widget_categoryposts .date {
	display: block;
	text-transform: uppercase;
	color: #373737;
}


.home #section-navigation {
	display: none;
}

.home #footer a#top-link {
	display: none;
}

/* =Section Headers & Nav States
----------------------------------------------------*/

.section-plan #header {
	background-image: url(images/photo-banner-plan.jpg);
}

.section-plan #main-navigation ul li.page-item-9 a {
	/*background-color: #294008;*/
}


.section-process #header {
	background-image: url(images/photo-banner-process.jpg);
}

.section-process #main-navigation ul li.page-item-28 a {
	/*background-color: #294008;*/
}


.section-involved #header {
	background-image: url(images/photo-banner-involved.jpg);
}

.section-involved #main-navigation ul li.page-item-36 a {
	/*background-color: #294008;*/
}


.section-faqs #header {
	background-image: url(images/photo-banner-faqs.jpg);
}

.section-faqs #main-navigation ul li.page-item-46 a {
	/*background-color: #294008;*/
}


.section-research #header {
	background-image: url(images/photo-banner-research.jpg);
}

.section-research #main-navigation ul li.page-item-48 a {
	/*background-color: #294008;*/
}


.section-media #header {
	background-image: url(images/photo-banner-media.jpg);
}

.section-media #main-navigation ul li.page-item-58 a {
	/*background-color: #294008;*/
}


/* =Post Styles
----------------------------------------------------*/
#content .post {
	margin: 1em 0;
	padding-bottom: 1em;
	border-bottom: dotted 1px #000;
}


#content .post h1#headline {
	margin-bottom: 0;
}

#content .post h2 {
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: 1em;
}

#content  p.date {
	display: block;
	text-transform: uppercase;
	color: #373737;
}

#content .navigation {

}

#content .navigation .alignleft {
	float: left;
}

#content .navigation .alignright {
	float: right;
}

/* =Events
----------------------------------------------------*/
.category-events #sidebar div.widget_categoryposts {
	display: none;
}


/* =Gallery Styles
----------------------------------------------------*/

#content .gallery .gallery-clear {
	clear: both;
}

#content .gallery img {
	border: solid 5px #d1cfcf;
}

/* =Contact Form
----------------------------------------------------*/


/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmdate,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
}

form.ddfm .required {
	color: #FF0000;
	display: inline;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
}

form.ddfm h1,
form.ddfm h2 {
}


form.ddfm h1 {
}

form.ddfm h2 {
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	display: none;
}

form.ddfm legend {
	font-size: 1.1em;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	clear: left;
}

form.ddfm {
	text-align: left;
}

form.ddfm fieldset {
}

form.ddfm legend {
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: left;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
	width: 100%;
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmchecklabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmradiolabel {
	display: inline; 
	float: none; 
	clear: none; 
	text-align: left; 
	margin: 0; 
	padding: 0;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm input.fmdate {
	float: left; 
	display: block;
	width: 35%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	display: none;
}

form.ddfm .submit {
	text-align: right;
	float: right;
	clear: both;
	margin: 1em 27px 1em 0;
	width: 20%;
/*	width: 97%;*/
}

form.ddfm .submit input {
	display: block;
	float: right;
	width: 100%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	font-size: 1.2em;
	/*padding-bottom: 15px; */
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin: -.1em 0 15px 0;  
	padding: 3px;
	text-align: left;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: left;
	margin-left: 27%;
}


.ddfmwrap .recaptcha img {
	border: none;
	margin: 0;
	padding: 0;
}

#content table.recaptchatable td, #content table.recaptchatable th {
	padding: 0;
}

/* DATE SELECTION */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #404040;
	background-color: #F4F4F4;
	border: 1px solid #999999;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered 
over) */
.dpTDHover {
	background-color: #888888;
	border: 1px solid #888888;
	cursor: pointer;
	color: #000000;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #C0C0C0;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #DDDDDD;
	font-weight: bold;
	}



.category-events #text-4 {display: none;}
.category-events #sidebar{display: none;}
.category-events #content{margin-right: 20px!important;}
.category-events #breadcrumbs {
	margin: 0 25px 1em 242px; /* 444px wide */
	padding-top: 5px;
	border-top: solid #2c4609 1px;
}