/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

/*--- Page Setup ---*/

body {
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: .75em;
	line-height: 1.65em;
	color: #585651;
	margin: auto;
}
section, main {
	margin: auto;
	max-width: 1100px;
	min-width: 750px;
	position: relative;
	padding: 0 10px;
}
a:link, a:visited, a:active {
	color: #395B9E;
}
a:hover {
	color: #1452CB;
	text-decoration: none;
}
h2, h4, h5, h6 {
	font-family: Georgia, Times, Times New Roman, serif;
}
h1 {
	font-size: 220%;
	font-weight: 500;
	margin-bottom: 8px;
	padding-bottom: 10px;
	line-height: 1.3em;
	color: #3F4040;
}
h2 {
	font-size: 200%;
	font-weight: 500;
	margin-bottom: 4px;
	padding-bottom: 6px;
	color: #484848;
	line-height: 1.25em;
}
h3 {
	font-size: 145%;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: 500;
	color: #3f4040;
	line-height: 1.3em;
}
h4 {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
	font-style: italic;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 105%;
}
p {
	margin: 0 0 17px 0;
}
ul, ol {
	margin: 0 0 25px 25px;
}
ul ul {
	margin: 0 0 0 25px;
}
li {
	margin-bottom: 2px;
	padding-left: 2px;
}
a img {
	border: none;
}
th, td {
	padding: 5px 20px 5px 10px;
	text-align: left;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
table, th, td {
	border: 1px solid black;
}
.clear {
	clear: both;
}

/*--- Header ---*/

#skiptocontent a {
	color: #000;
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	left: 0;
	padding: 8px;
	position: absolute;		
	top: -40px;
	transition: all 1s ease-out 0s, background 1s linear 0s;
	z-index: 100;
}
#skiptocontent a:focus {
	color: #FFF;
	background: none repeat scroll 0 0 #41413e;
	border-bottom: 1px solid white;		
	border-right: 1px solid white;
	left: 0;
	padding: 8px;
	position: absolute;		
	top: 0;
	transition: all 0.1s ease-in 0s, background 0.5s linear 0s;
}
#top_pattern {
	height: 110px;
	background-image: url('../img/template/pattern.png');
	background-position: 0 0;
	background-repeat: repeat;
	position: absolute;
	width: 100%;
		-moz-box-shadow: inset 0 -3px 4px #CCCCCC;
		-webkit-box-shadow: inset 0 -3px 4px #CCCCCC;
		box-shadow: inset 0 -3px 4px #CCCCCC;
}
header {
	position: relative;
}
header section {
	height: 385px;
}
header h2 {
	margin: 0;
	width: 220px;
}
#splash, #splash_goals {
	background-color:#597297;
	background-position: 0 0;
	background-repeat: repeat;
	height: 230px;
	margin: 10px 0;
	-moz-box-shadow: 0 0 5px #CFCFCF;
	-webkit-box-shadow: 0 0 5px #CFCFCF;
	box-shadow: 0 0 5px #CFCFCF;
}
#splash {
	background-image: url('../img/template/patternBlue.png');
}
#splash_goals {
	background-image: url('../img/template/patternWhite.png');
}
#splash p, #splash_goals p {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 180%;
	line-height: 1.65em;
	color: #FFF;
	margin: 85px 25px 85px 0;
	float: right;
	text-align: right;
	position: relative;
	z-index: 1;
}
#splash img, #splash_goals img {
	position: absolute;
}
#splash_goals #logo_splash {
	float: right;
	position: relative;
	margin: 65px 45px;
}

/*--- Nav ---*/
	
#nav {
	height: 55px;
	width: auto;
	right: 10px;
	top: 55px;
	position: absolute;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#nav ul li {
	display: block;
	float: left;
	width: 160px;
	text-align: center;
	line-height: 55px;
	margin: 0 0 0 10px;
	padding: 0;
	-moz-box-shadow: -3px -4px 4px #cccccc;
	-webkit-box-shadow: -3px -4px 4px #cccccc;
	box-shadow: -3px -4px 4px #cccccc;
}
#nav span {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}
#projects a {
	padding: 20px 54px 18px 54px;
}
#community a {
	padding: 20px 45px 18px 45px;
}
#resources a {
	padding: 20px 47px 18px 47px;
}
#projects, #community, #resources {
	background-image: url('../img/template/nav.png');
	width: 160px;
	height: 55px;
}
#projects { 
	background-position: 0 0; 
}
#projects:hover { 
	background-position: 0 -55px; 
}
#projects.active { 
	background-position: 0 -110px; 
}
#community { 
	background-position: -160px 0; 
}
#community:hover { 
	background-position: -160px -55px ; 
}
#community.active { 
	background-position: -160px -110px; 
}	
#resources { 
	background-position: -320px 0; 
}
#resources:hover { 
	background-position: -320px -55px ; 
}
#resources.active { 
	background-position: -320px -110px; 
}
			
/*-- Main --*/

#main {
	min-height: 500px;
}
#maincontent {
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-right: 260px;
	outline: 0 none;
	position: relative;
}
.right_float {
	float: right;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-top: 15px;
}

/*-- GOALS --*/

.indicator1Arrow {
}
#indicatorResources img {
	float: left;
	margin: 20px 15px 0 0;
}
#indicatorResources div {
	margin: 0 0 40px 210px;
}
#indicatorResources .indent1 {
	margin: 0 0 0 40px;
}
#indicatorResources .indent2 {
	margin: 0 0 0 80px;
}
#indicatorResources .indent3 {
	margin: 0 0 0 120px;
}
.orangetext {
	color: #B25428;
}
.redtext {
	color: #AF1f24;
}
.greentext {
	color: #3D6946;
}
.bluetext {
	color: #265A7C;
}

/*-- Icons --*/

.blogIcon, .twitterIcon, .noteIcon, .newsletterIcon, .infoIcon, .importantIcon {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0 10px 45px;
}
.blogIcon {
	background-image: url("/img/template/blogIcon.png");
}
.twitterIcon {
	background-image: url("/img/template/twitterIcon.png");
}
.noteIcon {
	background-image: url("/img/template/noteIcon.png");
}
.newsletterIcon {
	background-image: url("/img/template/newsletterIcon.png");
}
.infoIcon {
	background-image: url("/img/template/infoIcon.png");
}
.importantIcon {
	background-image: url("/img/template/importantIcon.png");
}

/*-- Aside --*/

aside {
	display: inline;
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
	padding-right: 10px;
}
#searchDiv {
	width: 230px; 
	height: 40px; 
	background-image: url('/img/template/searchBackground.png');
	margin: 16px 0 14px 0;
	position: relative;
}
#searchTerm {
	width: 180px; 
	height: 28px; 
	border: 1px solid #7C7C7C; 
	padding: 0 0 0 5px; 
	position: relative; 
	top: 5px; 
	left: 7px;
}
#searchSubmit {
	width: 30px; 
	height: 30px; 
	border: 0px; 
	padding: 0px; 
	position: absolute; 
	top: 7px; 
	right: 4px;
	background: url('/img/template/searchButton.png');
}
.callout {
	background-color: #f1f2f2;
	border: 1px solid #bcbcbb;
	padding: 15px;
	margin: 20px 0;
}
.calloutImage1, .calloutImage2, .calloutImage3 {
	float: right;
	position: relative;
}
.calloutImage1 {
	bottom: 70px;
}
.calloutImage2 {
	bottom: 90px;
}
.calloutImage3 {
	bottom: 95px;
}
.calloutHalf {
	background-color: #F1F2F2;
	border: 1px solid #BCBCBB;
	padding: 15px;
	margin: 0 10px 20px 0;
	width: 40%;
	float: left;
}

/*--- Footer ---*/

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 80%;
	padding: 15px 0;
	line-height: 17px;
	background-image: url('../img/template/pattern.png');
	background-position: 0 0;
	background-repeat: repeat;
	-moz-box-shadow: inset 0 3px 3px #CCCCCC;
	-webkit-box-shadow: inset 0 3px 3px #CCCCCC;
	box-shadow: inset 0 3px 4px #CCCCCC;
	min-width: 450px;
}
#footer p {
	margin: 0;
}

/*--- Misc ---*/

.fipse img {
	float: left;
	margin: 7px 10px 0 0;
}
.no_bullets {
	list-style-type: none;
	margin: 0;
}
.three_column {
	column-count: 3;
}
.three_column > li {
	break-inside: avoid;
	page-break-inside: avoid;
}
.note {
	padding: 10px;
	width: 97%;
	border: 1px dashed #999;
	padding: 15px;
	margin-bottom: 10px;
}
.grayed {
	color: #c8c7c7;
}
.note p {
	margin: 0;
}
.paragraph_margin {
	margin: 10px 0;
}
.hidden { 
	display: none; 
}
.leftmargin {
	margin-left: 20px;
}
.no_border, .no_border td {
	border: none;
}
#reviewer h4 {
	font-weight: 500;
	font-size: 120%;
}

/*--- Blog ---*/

#blog_content header h2 {
	width: 100%;
}
#secondary {
	display: inline;
	padding-right: 0;
	position: relative;
	width: 100%;
}
#secondary aside {
	position: relative;
	width: 100%;
}

/*--- contact form ---*/

#contact_form {
	min-width: 200px;
}
#contact_form input, #contact_form select {
	margin: 3px 0 3px 0;
	height: 22px;
}
#contact_form textarea {
	margin: 3px 0 3px 0;
}
#contact table, #contact th, #contact td {
	border: 1px solid white;
}
#contact th {
	padding: 0;
}
#contact td {
	padding: 0 10px;
}
#fade ul {
	margin: 0;
	list-style-type: none;
}
#fade {
	margin-bottom: 10px;
}