/* CSS Document */

body {
	background-color:#0066AA;
	background-image:url(/assets/images/weave.png);
	margin: 0;
	font-family:Verdana, Arial, Helvetica,  sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	margin: 5px 0;
}

h3	{
	font-size: 1.2em;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 1.05em;
}

ul	{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

ul, li {
	list-style: disk;
}

a {
	text-decoration: none;
	color:#11D;
}

a:hover {
	color: #C00;
}

#container {
	width: 745px;
	margin: 4px auto 0; 
	min-height:500px;
	background-color:#F8F8FA;
	background-image:url(/assets/images/vline.gif);
	background-position: 512px 0;
	background-repeat:repeat-y;
}

#masthead {
	height: 150px;
	background-color: #fff;
	border-bottom: 2px solid #121212;
	background-image:url(/assets/images/header.jpg);
	background-repeat: no-repeat;
}

.nobo {
	border: none;
}

.intro {
	margin-bottom:0.25em;
}

#leftColumn, #navColumn {
	margin: 0;
	padding: 6px;
}

#leftColumn {
	width: 500px;
	float: left;
	color:#201500;
}

#leftColumn p {
	margin: 0 2em 0.6em 2em;
}

#impact {
	text-align:center;
	margin-bottom: 0.6em;
}

#impact img {
	border: 1px solid black;
}

#contact {
	margin-top: 1em;
}

/*****************Contact form styles*******/
#cForm { /* fieldset for form*/
	width: 400px;
	padding: 0.6em;
	margin: 0 auto;
}
.row {
  clear: both;
  padding-top: 6px;
  overflow:hidden;
  }
.edLabel {
	font-size: 1em;
	line-height: 1.6em;
	margin-right: 10px;
	width: 100px;
	float: left;
	}
.edField, .edField input {
	float: left;
	width: 265px;
	}
#cfMessage {
	width: 265px;
}
.edButton {
	text-align: center;
	margin-left: 120px;
}
.errors, .thanks {
	color: #C00;
}
/****end nav column styles****************/

#navColumn {
	width: 215px;
	float:right;
}

#navColumn a {
	display:block;
	height: 1.6em;
	width: 10em;
	margin: 0.33em 0.125em;
	background-color:#E8F58D;
	padding: 2px 0.6em;
	font-weight:bold;
}

#regAddress {
	margin: 2em 0 1.5em;
}

#regAddress p {
	margin-top: 0.5em;
}

#footer {
	background-color:#F8F8FA;
	font-size: 0.8em;
	border-top: 2px solid #666;
	padding: 0.2em 0.5em 0.5em;
	clear: both;
	text-align: center;
}

