* {
	margin: 0px;
	padding: 0px;
}
/*
html{
	height: 100%;
}

body{		
	height: 100%;
}


#nonFooter{
	position: relative;
	min-height: 100%;
}

* html #nonFooter{
	height: 100%;
}

#thefooter{
	position: relative;
	margin: -150px auto 0 auto;
}
*/
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
/*
* html #thefooter{
	margin-top: -150px;
}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #004D6B;
}
#container {
	position: relative;
	margin-right: 35px;
	margin-left: 50px;
	margin-top: 40px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#dropshadow-r {
	background-image: url(images/dropshadow-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
}
#header{
	z-index:5000;
}
#header h1 {
	height: 110px;
	width: 255px;
	position: relative;
	font-size: 5px;
	color: #FFFFFF;
	text-align: center;
	z-index:5000;
}
#header h1 span {
	background-image: url(images/sf-logo.gif);
	background-repeat: no-repeat;
	height: 110px;
	width: 270px;
	display: block;
	position: absolute;
	left: -3px;
	top: -26px;
	z-index:5000;
}
#header h2 {
	position: absolute;
	height: 70px;
	width: 90px;
	right: 0px;
	top: 0px;
	font-size: 4px;
	text-align: center;
	color: #FFFFFF;
	padding-right: 5px;
}
#header h2 span {
	background-image: url(images/dcc-logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 86px;
	width: 200px;
	display: block;
	top: -32px;
	right: -22.5px;
}
#header h2 span a {
	position: absolute;
	height: 50px;
	width: 155px;
	display: block;
	top: 18px;
	right: 20px;
}

#header #topnav {
	margin-left: 300px;
	margin-top: -80px;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	margin-right: 200px;
	position: relative;
	z-index: 100;
	margin-bottom: 10px;
}


#header #topnav a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFE484;
	padding-right: 8px;
	padding-left: 5px;
}
#header #topnav a:hover {
	color: #FFE484;
}


#header #topnav form {
	display: inline;
}
#header #topnav #searchform div {
	display: inline;
}
#header #topnav #searchform #s {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.8em;
	color: #004D6B;
	margin-left: 2px;
	padding-top: 0.1em;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.2em;
	width: 9em;
}
#header #topnav #searchform #searchsubmit {
	background-color: #FFE484;
	border: 1px solid #FFE484;
	font-size: 0.5em;
	font-weight: bold;
	color: #004D6B;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor: hand;
}
#header #topnav #searchform #searchsubmit:hover {
	background-color: #004D6B;
	color: #FFE484;
	}
#sidebar {
	position: absolute;
	left: 118px;
	top: 123px;
	width: 144px;
	background-image: url(images/menu-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	z-index: 6000;
}
#sidebar ul {
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	font-size: 10px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8FC7DE;
	background-color: #0087AD;
}
#sidebar ul li {
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FC7DE;
	text-transform: uppercase;
}
#sidebar ul li a:hover{
	background-color: #004D6B;
}
#sidebar ul li a.current_page_item, #sidebar ul li.current_page_ancestor a{
	background-color: #004D6B;
	border-bottom-style: none;
}
#sidebar li ul{
	background-color: #004D6B;
	list-style-type: none;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FC7DE;
	background-image: none;
	xborder-top-style:none;
}
#sidebar  li ul li a{
	border-bottom-style: none;
	padding-left: 33px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar  li ul li a span{ display:none;}
#sidebar li ul.c03 li a:hover, #sidebar li ul.c03 li a.current_page_item{
	color: #73C167;
}
#sidebar li ul.c02 li a:hover, #sidebar li ul.c02 li a.current_page_item{
	color: #F47C30;
}
#sidebar li ul.c07 li a:hover, #sidebar li ul.c07 li a.current_page_item{
	color: #FFE384;
}
.c01, .c07{
	color: #FFE384;
}
.c02, .c08{
	color: #F47C30;
}
.c03, .c09{
	color: #73C167;
}
.c04, .c10{
	color: #C3B5D9;
}
.c05, .c11{
	color: #88D6F7;
}
.c06, .c12{
	color: #F5AABE;
}

#wrapper {
	margin-left: 300px;
	margin-right: 50px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #049FC1;
	border-right-color: #049FC1;
	border-left-color: #049FC1;
	position: relative;
}
body #container div.stain{
	margin-left: 0px;
	margin-right: 0px;
}
body div.c-stain{
	background-image: none;
	background-color: #0DA3C5;
	background-repeat: no-repeat;
}
#wrapper .tl {
	background-image: url(images/corner-tl.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;
	left: -1px;
	top: -1px;
}
#wrapper .tr {
	background-image: url(images/corner-tr.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;
	top: -1px;
	right: -1px;
}
#wrapper .bl {
	background-image: url(images/corner-bl.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;
	left: -1px;
	bottom: -1px;
}
#wrapper .br {
	background-image: url(images/corner-br.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 20px;
	bottom: -1px;
	right: -1px;
}
#wrapper #content {
	margin: 1.2em;
	font-size: 0.7em;
	padding-bottom: 80px;
	min-height:200px;
}
#container .stain #content {
	padding-bottom: 10px;
}
#content h2 {
	font-size: 1.4em;
	color: #0082A8;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	text-transform: uppercase;
}
#content .yb {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #FFE484;
	padding-left: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#content .gb {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #73C167;
	padding-left: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#content .ob {
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #F47C30;
	padding-left: 1.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#content .hr {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #73C167;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}
#content .gb ul {
	color: #73C167;
	list-style-type: square;
	line-height: 1.2em;
	margin-left: 40px;
	padding-left: 10px;
}
#content ol, blockquote ol{
	margin-left: 20px;
}
#content .gb li {
	color: #000000;
}
#content img {
	xborder: 2px solid #0082A8;
	margin: 10px;
	padding: 3px;
	xbackground-color: #FFFFFF;
	position: relative;
}
#content img.nob {
	border: none;
	margin: 10px;
	padding: 3px;
}
#content blockquote {
	background-color: #CDE4EE;
	padding: 10px;
	border: 2px dashed #004D6B;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	font-size: 0.9em;
}
#wrapper #content p {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-align: justify;
}
#stainItems {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 90%;
}
#stainItems li {
	width: 7.5em;
	text-align: center;
	list-style-type: none;
	float: left;
	margin: 5px;
}
#stainItems li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 3px;
	background-color: #73C167;
	border: 2px solid #004D6B;
}
#stainItems li a:hover {
	color: #004D6B;
	background-color: #FFFFFF;
}



#photobar {
	background-image: url(images/photostrip.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	position: relative;
	height: 110px;
	z-index: 500;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: -50px;
}
#greenwave{
	background-image: url(images/greenhump.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	position: relative;
	height: 110px;
	xz-index: 300;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: -75px;
}
#orangewave{
	background-image: url(images/orangehump.gif);
	background-repeat: repeat-x;
	background-position: right top;
	display: block;
	position: relative;
	height: 110px;
	xz-index: 300;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: -75px;
}
#footer {
	background-image: url(images/dropshadow-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 35px;
	margin-left: 50px;
	position: relative;
	margin-top: -85px;
	padding-top: 80px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
#footer2 {
	background-image: url(images/dropshadow-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 35px;
	margin-left: 50px;
	position: relative;
	margin-top: -50px;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}



h3#meeting {
	color: #0082A8;
	font-weight: normal;
	font-size: 1.4em;
	padding-left: 45px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h3#meeting .g {
	color: #73C167;
}


.yellow {
	background-color: #FFE384;
}
.green {
	background-color: #73C167;
}
.orange{
	background-color: #F47C30;
}
.purple{
	background-color: #C3B5D9;
}
.blue {
	background-color: #88D6F7;
}
.pink {
	background-color: #F6AABE;
}
.bl {
	background-image: url(images/dropshadow-bl.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 65px;
	width: 65px;
	left: 0px;
	bottom: 0px;
}
.br {
	background-image: url(images/dropshadow-br.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 65px;
	width: 65px;
	right: 7px;
	bottom: 0px;
}
#dropshadow-b {
	background-image: url(images/dropshadow-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 9px;
	padding-top: 20px;
	margin-right: 15px;
	z-index:600;
}

#flower {
	background-image: url(images/flower.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 156px;
	width: 270px;
	margin-top: -130px;
	margin-bottom: -130px;
}
#disaster {
	background-image: url(images/disaster.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 354px;
	width: 190px;
	margin-top: -340px;
	margin-bottom: -340px;
}
#footer2 #breathe {
	background-image: url(images/breatheeasier.gif);
	background-repeat: no-repeat;
	height: 80px;
	width: 475px;
	position: absolute;
	right: 120px;
	top: -40px;
}
#footer2 #help{
	background-image: url(images/helpwhenyouneedit.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 250px;
	position: absolute;
	right: 180px;
	top: -30px;
}
#eisgreen {
	background-image: url(images/eis1980A-green.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 110px;
	position: absolute;
	top: 0px;
	right: 200px;
}
#eisorange {
	background-image: url(images/eis1980A-orange.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 110px;
	position: absolute;
	top: 0px;
	right: 200px;
}
#eisyellow{
	background-image: url(images/eis1980A.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 110px;
	top: 90px;
	right: 50px;
	position: absolute;
}
#logos{
	height: 45px;
	width: 400px;
	top: 90px;
	right: 50px;
	text-align: right;
	position: absolute;
}
#logos a, #logos a img{
	border:none;
}
#apply img{border:solid 1px #000000; padding:0px; margin:5px; margin-right:10px;}
#apply label{display:block; margin-top:10px; font-weight:bold;}
#apply fieldset{
	border: 2px solid #000000;
	padding: 10px;
	background-color:#FFE484;
	margin:10px;
}
#apply legend{
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #000000;
	background-color:#FFFFFF;
}

#apply input{}
.trigger img, .expanded img{display:none;}
.trigger, .expanded {
	text-align: center;
	display: block;
	padding: 5px;
	width: 200px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFE484;
	border: solid 2px #0082A8;
}
.trigger:hover, .expanded:hover {
	background-color: #FFE484;
	border: solid 2px #0082A8;
	color: #FFFFFF;
}
.post ul li { margin-left:40px; margin-bottom:5px; margin-top:5px;}

.post a{
	color: #004D6B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #004D6B;
	font-weight: bold;
}
.post a:hover{
	color: #009EC1;
	border-bottom-color: #009EC1;
}.right {
	float: right;
}
.left {
	float: left;
}
.clear{
	clear:both;
}
#jobItems{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content .post #jobItems li a {
	text-decoration: none;
	background-color: #00668C;
	display: block;
	padding: 5px;
	border: 1px solid #004D6B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -50px;
	color: #FFFFFF;
}
#content .post #jobItems li a:hover {
	color: #004D6B;
	background-color: #FFE484;
	border-top-color: #004D6B;
	border-right-color: #004D6B;
	border-bottom-color: #004D6B;
	border-left-color: #004D6B;
}
#content .post #jobItems .alt a {
	background-color: #004D6B;
	border-top-color: #00668C;
	border-right-color: #00668C;
	border-bottom-color: #00668C;
	border-left-color: #00668C;
}
#content #staffquotes {
	margin-top: 5px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: right;
	font-size: 1em;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#content #staffquotes p {
	background-image: url(images/unquote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 25px;
}
a.img, body #content a.img img {
	border: none;
}
#apply form{
	position:relative;
}
.form {
	margin: 0px;
	padding: 0px;
}
.form label {
	width: 125px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
	color: #00AEE3;
	font-weight: bold;
	position: relative;
}
.form select{}
.form div {
	color: #990000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.form fieldset{
	border: solid 1px #FFE484;
	padding: 5px;
	margin-top:5px;
	background-color: #FFFCF0;
}
.form textarea{
	width: 250px;
}
.form legend {
	font-size: 1.3em;
	font-weight: bold;
	color:#004D6B;
}
.youtube{
clear:left;
width:100%;
position:relative;
display:block;
}
.youtube object, .youtube embed{
position:relative;
margin-left:auto;
margin-right:auto;
}

