/* 

	baykeeper.org
	
	Dave DeVisser 2007


*/


/* Main */

body {	
	background-color: #9AC5EA;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .8em;	
	line-height: 1.25em;	
	color: #000000;
	margin-top: 2.0em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	}

h1 {
	font-size:1.6em;
	color:#000000;	
	}
h2 {
	font-size:1.15em;
	color: #123A75;
	}
h3, h4 {
	font-size:1.0em;
	color: #123A75;
	}
table {
	border-style:none;
	table-layout:auto;
	border:none;
	color: #FFFFFF;
	}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 2.0em;
	color: #000000;
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 1.5em;
	list-style-type: square;	
	list-style-position: outside;
	}

/* Core Layout */

#container {
	width: 759px;
	margin: auto;
}
#page {
	padding: 0 0 0 0;
	position: relative;
	width: auto;
}

#content {
	margin: -10px 280px 0 0;
	padding: 5 5 5 5;
	position: relative;
	top: -400px;
	}
	
.scriptSmall {
	font-family:"Monotype Corsiva", Zapfino, "Handwriting - Dakota", Script;
	font-size:1.0em;
	}

	
/* Links */

a:link {
	color: #ffffff;
	text-decoration: none;
	}
a:visited {
	color: #ffffff;
	text-decoration: none;
	}
a:active{
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/* breadcrumbs */

#breadcrumbs {
	margin: 11px 0 0 0; padding: 0;
	font-size: 0.85em;
	font-weight: normal;
	width: 100%;
	}
#breadcrumbs a,
#breadcrumbs span {
	color: #000;
	text-decoration: none;
	padding: 0 6px 0 6px;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}


#header {
	width: 768px;
}

/* Sidebar */

#sidebar {
	background: url(/assets/images/layout/subpage_sidebar.gif) no-repeat;
	position: relative;
	height: 400px;
	left: 500px;
	top: -8px;
}
#sidebar h1 {
	font-size: 100%;
}

#sidebartop {
	position: relative;
	left: 20px;
	top: -70px;
	width: 210px;
}

#sidebarbottom{
	position: relative;
	left: -240px;
	width: 210px;
	margin: auto;
}

#sidebarWaterkeeper {
	position: relative;
	bottom: -120px;
	left: 60px;
}

/* Footer */

#footer {
	background: url(/assets/images/layout/subpage_footer.gif) no-repeat;
	position:relative;
	top: -380px;
	height: 154px;
	width: 759px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer a { color: #FFFFFF; }

#footeraddress {
	position: relative;
	left: 515px;
	top: 82px;
	width: auto;
}

#footernav {
	position:relative;
	bottom: -68px;
	left: 12px;
	width: auto;
	font-size: 110%;
}

/* donation form */
.formLabel {
	text-align:right;
	font-size:1.15em;
	
}
.formInput {
	text-align:left;
	font-size:1.15em;

}
.textInput {
	border:1px solid black;
}
.textboxInput {
	border:1px solid black;
}
.selectInput {
	border:1px solid black;
}
.checkboxInput {
	border:1px solid black;
}
.submitInput {
	background-color:#123A75;
	color:White;
}
.nextStepText {
	color:Red;
	font-size:1.15em;
	text-align:center;
}
