/*
Worcester Poly
October 23, 2009
Caleb White
Pursuant
*/

/****CSS Reset by Erik Meyer****/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/*********END CSS RESET*********/

/***************************
*******GENERAL STYLES*******
***************************/
body  {
	background: #fff url(../img/bg.png) top center no-repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:13px;
	color:#464646;
}
a {
	color:#4BBC43;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.imgtxt {
	display:block;
	text-indent:-10000px;
}
.clearme {
	clear:both;
	display:block;
}
h2 {
	color:#8b0000;
	font-size:2.3em;
	line-height:30px;
	font-weight:normal;
	font-style:italic;
}
hr {
	margin:0;
	padding:0;
	border:none;
	border-top:1px #E3E3E3 solid;
}
#mainwrap {
	margin:0 auto;
}
/***************************
***********HEADER***********
***************************/
#header {
	position:relative;
	padding-top:62px;
}
ul#nav {
	height:32px;
	top:31px;
	left:0;
	border:#e0e0e0 1px solid;
	border-bottom:none;
	position:absolute;
	z-index:100;
}
ul#nav li {
	float:left;
	width:auto;
}
ul#nav li a {
	display:block;
	height:21px;
	padding:9px 30px 0 30px;
	background:#eee;
	border-left:#e0e0e0 1px solid;
	border-bottom:#e0e0e0 1px solid;
	color:#000;
	text-decoration:none;
	float:left;
}
ul#nav li.current a {
	border-bottom:#fff 1px solid;
	background:#fff;
}
ul#nav li.first a {
	border-left:0;
}
a#btngive {
	display:block;
	text-indent:-10000px;
	background:green;
	height:30px;
	width:162px;
	background:url(../img/btngivenow.jpg) top left no-repeat;
	position:absolute;
	right:0;
	top:32px;
}
#headerbar {
	border-bottom:#e0e0e0 1px solid;
	border-top:#e0e0e0 1px solid;
	height:114px;
	background:url(../img/bgheader.jpg) 644px bottom no-repeat;
	position:relative;
}
a#logo {
	display:block;
	text-indent:-10000px;
	position:absolute;
	left:0px;
	top:22px;
	background:url(../img/logo.jpg) top left no-repeat;
	width:123px;
	height:73px;
}
/***************************
**********HOMEPAGE**********
***************************/
#homecontent {
	padding-top:20px;
	height:324px;
}
#homeleft {
	float:left;
	padding-left:10px;
	width:540px;
}
#homevideo {
	width:540px;
	height:304px;
	background:url(../img/videofiller.jpg) top left no-repeat;
}
#homeright {
	float:right;
	padding-right:10px;
	width:380px;
	height:100px;
}
#homeright h2 {
	margin-top:13px;
}
#homeright p {
	margin:12px 0 17px;
	line-height:18px;	
}
#homeright img#homeimg1 {
	float:left;
}
#homeright img#homeimg2 {
	float:right;
}
/***************************
********READ STORIES********
***************************/
#read {
}
#read h2 {
	margin:13px 0 16px 10px;
}
#read .storyline {
	clear:both;
}
#read .story {
	float:left;
	width:305px;
	padding-left:10px;
	padding-right:5px;
}
.story img {
	float:left;
	margin-right:10px;
}
.story p {
	font-style:italic;
	width:225px;
	float:right;
	line-height:18px;
}
.story p.teller {
	padding:18px 0 18px 80px;
	color:#8b0000;
}
h2.thanks {
	color:#006633;
}
/***************************
********PROJECT DESC********
***************************/
#project {
	background:url(../img/bgproject.jpg) top right no-repeat;
	height:376px;
	padding:0;
}
#project h2 {
	padding:72px 0 10px 40px;
}
#project p {
	padding:0 0 0 40px;
	width:470px;
	line-height:18px;
}

/***************************
***********SHARE************
***************************/
#share {
	height:375px;
	padding:15px 0 0 10px;	
}
#share h2 {
	margin-bottom:15px;
}
#share p {
	margin-bottom:13px;
	font-style:italic;
}
#share textarea {
	float:left;
	width:445px;
	height:275px;
}
#share #formright {
	float:left;
	padding-left:22px;
	width:225px;
}
#share textarea, #share input {
	color:#000;
}
#share textarea.promptText, #share input.promptText {
	color:#999;
}
#share input.text {
	width:212px;
	margin-bottom:9px;
}
#share .submit {
	margin-top:8px;
}
/***************************
***********FOOTER***********
***************************/
#footer {
	border-top:1px solid #e0e0e0;
	padding:8px 10px;
	text-align:right;
	font-size:.85em;
	color:#666;
	height:50px;
}
#footer a {
	color:#666;
	text-decoration:underline;
}

/***************************
********FORM STYLING********
***************************/
input.text, textarea {
	border:1px solid #e0e0e0;
	background:white none;
	padding:6px 0 0 6px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-style:italic;
}
textarea {
	width:662px;
	height:100px;
}
input.text {
	height:22px;
}
.formrow {
	padding:10px; 
	float:left;
}
input.submit {
	font-size:1em;
}
label.city {
	width:170px;
}
label.state {
	width:70px;
}
label.zip {
	width:60px;
}
input.city {
	margin-right:20px;
	width:142px;
}
select.state {
	width:50px;
	margin-top:3px;
}
input.zip {
	width:73px;
	float:right;
}
select {
	font-size:.8em;
	height:18px;
}
.active {
	background:#f5f5f5;
}
.error {
	background:#FFDFDF;
	color:#E11212;
}
#errormessage {
	display:none;
	text-align:center;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
}
#errormessage h4 {
	color:#e11212;
	font-size:17px;	
	margin-bottom:3px;
}
#errormessage em {
	font-style:normal;
	color:#e11212;	
	background:#ffdfdf;
}
#successmessage {
	text-align:center;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:10px;
}
#successmessage h4 {
	color:#006633;
	font-size:17px;	
	margin-bottom:3px;
}
#successmessage em {
	font-style:normal;
	color:#006633;
}
label {
	display:block;
	margin-bottom:7px;
	font-weight:bold;
}
#emailalert {
	display:none;
	font-size:0.8em;
	line-height:1em;
	margin-top:4px;
}
