/* 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-left: auto;
    margin-right: auto;
}

section{
	margin-left: auto;
    margin-right: auto;
	max-width: 1100px;
	min-width: 750px;
	position: relative;
	padding:0 10px;
}

a:link {color: #395b9e;}
a:visited, a:active {color:#395b9e;}
a:hover {
	color: #1452cb;
	text-decoration: none;
}

h2, h4, h5, h6{
  font-family: Georgia, Georgia, Times, Times New Roman, serif;
 /* 	font-weight:500;*/
}

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:#ffffff;
    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: top 1s ease-out 0s, background 1s linear 0s;
    z-index: 100;
}

#skiptocontent a:focus{
	color:#ffffff;
    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: top 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;
	float: left;
}

#splash, #splash_goals{
	background-position: 0 0;
	background-repeat: repeat;
	height:230px;
	/*bottom:140px;*/
	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, Georgia, Times, Times New Roman, serif;
	font-size: 180%;
	line-height: 1.65em;
	color: #ffffff;
	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;
	float:right;
	top:55px;
	position:relative;
}

#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{
	opacity:0;
}

#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{
    padding: 10px 0 10px 45px;
}


.blogIcon{
	background: url("/img/template/blogIcon.png") no-repeat;
		background-position:left center;
}

.twitterIcon{
	background: url("/img/template/twitterIcon.png") no-repeat;
		background-position:left center;
}

.noteIcon{
	background: url("/img/template/noteIcon.png") no-repeat;
		background-position:left center;
}

.newsletterIcon{
	background: url("/img/template/newsletterIcon.png") no-repeat;
		background-position:left center;
}

.infoIcon{
	background: url("/img/template/infoIcon.png") no-repeat;
		background-position:left center;
	
}

.importantIcon{
	background: url("/img/template/importantIcon.png") no-repeat;
		background-position:left center;
}


/*-- 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:0 0 15px 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{
	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;
}

.two_column {
	width:50%;
	float:left;
}

.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_page{
	width:800px;
}*/

#contact_form{
	min-width:200px;
}

#contact_form input, #contact_form select{
	margin:3px 0 3px 0;
	/*border: 1px solid #7C7C7C;*/
	height:22px;
/*	width:100%;*/
}

#contact_form textarea{
	margin:3px 0 3px 0;
	/*	width:100%;
	border: 1px solid #7C7C7C;*/
}

#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;
}

/*
#contact_info{
	width:45%;
	float:left;
	padding-right:20px;
}

#contact_message{
	width:45%;
	float:left;
}*/


