/* 
Stylesheet prepared by Chris Johnson
June 2009 // http://www.cjohnson.us 
*/

body{
	background: #e0dbd9 url(bg-gradient-top-gray.jpg) top repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 7em;
	font-size: 11px;
	font-family: Verdana, Geneva, Tahoma, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	color: #91867e;
}

a{
	color: #00457c;
	text-decoration: none;
}
	a:hover{
		text-decoration: underline;
	}
	
ul{
	padding-left: 1.3em;
	margin-left: 0;
}

img{
	border: 0;
}




/*
LAYOUT
=================*/

#outerwrapper{
	padding-top: 91px;
	background: url(bg-sub-header.jpg) center top no-repeat;
}

#wrapper, #footer{
	width:768px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wrapper{
	background: url(bg-sub-bottom-blooms.png) center bottom no-repeat;
	border: 1px solid #ffffff;
	border-top: none;
}

/*
NAVIGATION
=================*/

#navigation ul, #subnavigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

#navigation ul li, #subnavigation ul li{
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
}

#navigation ul{
	padding-top: 70px;
	text-transform: uppercase;
}

		#navigation ul li a{
			color: #91867e;
			padding: 3px;
			padding-left: 8px;
			padding-right: 8px;
			border-left: 1px solid #e0dbd9;
			text-decoration: none;
		}
			#navigation ul li a:hover{ color: #00457c; }
			#navigation ul li a.active { color: #97b1d0; }
		#navigation ul li.first a{
			border: none;
			padding-left: 0;
		}
		
	#navigation #homelink{
		display: block;
		width: 160px;
		height: 90px;
		float: right;
		text-indent: -9999px;
	}

#subnavigation ul{
	letter-spacing: .1em;
	padding-left: 25px;
	padding-top: 7px;
}
	#subnavigation ul li a{
		margin-right: 15px;
		text-decoration: none;
	}
		#subnavigation ul li a:hover, #subnavigation ul li a.active{ color: #97b1d0; }



/*
CONTENT
=================*/

#content{
	padding: 20px 55px 55px 55px;
	letter-spacing: .1em;
	line-height: 1.8;
	min-height:250px;
}

#content.leftgutter{
	padding-left: 250px;
}

	.pull-left{
		float: left;
		margin-left: -195px;	
	}

	.pull-right{
		float: right;	
		margin: 0 -40px 35px 35px;
	}

	#content h1, h2, h3, h4, h5, h6, h7{
		font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
		color: #97b1d0;
		margin-top: 2em;
		margin-bottom: -.5em;
	}

	h2{
		font-size: 13px;
		letter-spacing: .1em;
	}
	
	h3{
		font-size 11px;
		letter-spacing: .2em;
	}
	
	h4{
		font-size: 9px;
		letter-spacing: .3em;
		text-transform: uppercase;
	}


.floatleft{
	float: left;
	margin: 0 30px 30px 0;
}
.floatright{
	float: right;
	margin: 0 0 30px 30px;
}

.callout{
	width: 225px;
	color: #00457c;
	font-size: 125%;
}



#content hr
{
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 15px;
  height: 0;
}

/*
FOOTER
=================*/

#footer{
	color: #97b1d0;
	text-align: center;
}
	#footer a{
		color: #97b1d0;
	}



/*
UTILITY
=================*/
.accessibility{
	margin-left:-9999px;
	position:absolute;
}
.hide{
	display:none;
}
.clearboth{
	clear: both;
}
