@charset "UTF-8";
@import url("/styles/navigation.css");
/* CSS Document */

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

body {
	background-color: #d4d4b3;
	margin: 0px;
	background-image: url(/images/bg-stretchInside.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	text-align: left;
	font-size: 62.5%;
}
/* ::::::::::::: Common & HTML ::::::::::::: */

.floatLeft {float:left;}
.floatRight {float:right;}
.clearBoth {clear:both;}
.highlight {color: #3D6A57;}
.reversed {color: #D4D4B3;}
.shaded {
	color: #51806C;
}
blockquote {
	font-size: 0.9em;
	color: #3D6A57;
	line-height: 1.1em;
	padding: 10px 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D4B3;
	border-bottom-color: #D4D4B3;
}
ul, ol {
	padding-left: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}


a {color: #3d6a57;}
a:hover, a.reversed:hover {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	color: #3D6A57;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #515151;
}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {
	font-size: 1.3em;
	color: #51806c;
}
h6 {font-size: 1em;}

hr {
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #51806C;
	margin: 6px 0px;
	background-color: #51806C;
}

table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #51806C;
	border-bottom-color: #51806C;
}
td {
	padding: 5px;
}


/* ::::::::::::: Layout ::::::::::::: */

#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	line-height: 1.6em;
}
#bodyStretch {
	background-image: url(/images/body-stretch.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
}
#bodyStretch p {
	margin-bottom: 14px;
}

/* ::::::::::::: Header ::::::::::::: */

#globalHeader {
	height: 140px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	color: #FFFFFF;
	background-image: url(/images/header-bgInside.jpg);
}
#headerContact {
	position: absolute;
	left: 528px;
	top: 10px;
	font-size: 1.5em;
	line-height: 2em;
}
#headerContact span {
	color:#f5f5e8;
	font-size: 1.3em;
	margin-left: 15px;
}

#flash{
	margin-left: 620px;
	height: 0px;
	width: 273px;
	padding-top: 76px;
}

/* ::::::::::::: Content ::::::::::::: */


#primary {
	float: right;
	width: 595px;
}
#secondary {
	float: left;
	width: 225px;
}


/* ::::::::::::: Footer ::::::::::::: */
#globalFooter {
	height: 60px;
	background-image: url(/images/footer-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
#globalFooter span {
	float: right;
}



/* ::::::::::::: Unique IDs ::::::::::::: */
#ourGoal {
	font-style: italic;
	padding: 10px;
}
#unitedWay {
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-top-color: #d4d4b3;
	border-bottom-color: #d4d4b3;
	border-bottom-style: solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
#events {
	background-color: #F5F5E8;
	background-image: url(/images/index-eventsBg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #51806c;
	margin-bottom: 12px;
	padding: 0px 0px 8px 10px;
}
#events p {
	margin: 0px 75px 0px 0px;
}
#events h1, #employment h1 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: normal;
}

#employment {
	background-image: url(/images/employment-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #51806C;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #d4d4b3;
	color: #ffffff;
	padding: 0px 80px 8px 10px;
}
#employment h1 {color: #D4D4B3;}
#committedBtn {
	background-image: url(/images/committedBtn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
	display: block;
	height: 46px;
	width: 226px;
}
#committedBtn:hover {background-position: left -46px;}
#captchaIMG {padding: 5px; border: solid 1px #51806C;}

/* ::::::::::::: Staff Page ::::::::::::: */

.staff img {
	border: 2px solid #3D6A57;
	padding: 4px;
	margin: 0px 0px 12px 15px;
	float: right;
}

.staff h2 {
	margin: 0px 0px 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D4D4B3;
	border-bottom-color: #D4D4B3;
	padding: 6px 0px;
	text-align: center;
	background-color: #EFEFDE;
}
.staff {
	margin: 0px 0px 15px;
}
.staff blockquote {
	margin: 0px 0px 15px;
	clear: both;
}
.staff blockquote li{margin: 0px 0px 6px; color: #515151;}
.staff p {margin: 10px 0px 15px;}
.googleMap {
	background-image: url(/images/googleMap-bg.jpg);
	background-repeat: no-repeat;
	padding: 13px;
	float:right;
}
.twoCol {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.error {
	background-color: #ffeaea;
	border: 1px solid red;
	color: red;
	background-image: url(/images/form-warning.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	margin-bottom:12px;
	line-height: 30px;
}
.required {
	font-size: 12px;
	line-height: 120%;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding: 1px;
	font-weight: bold;
	width: 25%;
}
.success {
	background-color: #eaffea;
	border: 1px solid green;
	background-image: url(/images/form-success.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 80px;
	margin-bottom:12px;
	height: 80px;
}
.success h3 {
	color: green;
	margin-top: 20px;
}

