/* typography and colors */
body 
{
	font-family: "Helvetica Neavu", Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	background: #f7f7f7;
}


#header
{
}

#header img#active-arrow
{
	position: absolute;
	margin-top:-5px;
	margin-left:30px;
	z-index: 1;
}

#header h1
{
	font-size: 22px;
}

#header h2
{
	font-size: 16px;
	font-weight: normal;
}

#header h1 a:link {
	color: #4D4D4D;
}

#header #nav
{
	
}

#header #nav ul li 
{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	line-height:30px;
	
}

#header #nav ul li a:link
{
	color: #4D4D4D;
}

#header #nav ul li a:hover
{
	color: #325B7B;
}

#header #nav ul li a.active 
{
	font-size: 13px;
	color: #325B7B;	
}

#mission
{
	clear:left;
	border-top: 2px solid #b3b3b3;
	border-bottom: 2px solid #b3b3b3;
}

#mission h3 
{
	font-size: 20px;
	font-weight: normal;
	color: #325B7B;
}

#mission p
{
	font-size: 20px;
}

#footer
{
	border-top: solid 2px #b3b3b3;
}

#footer-inner h4 
{
	color: #4D4D4D;
	font-size: 15px;
}

#footer-nav
{
	font-size: 9px;
	color: #325B7B;
}

#footer-nav ul li a:link {
	color: #ff9620;
}

#footer-content
{
	font-size: 10px;
	color: #4D4D4D;
}

/* Gallery specifc styles */
/* page specific styles combine layout and typography and colors to be easy to update */

#footer.notes #footer-nav
{
	margin-bottom: -11px;
}

#footer.notes #footer-nav ul
{
	margin-top: -5px;
}

#footer.notes #footer-nav a.gallery-nav
{
	padding: 3px;
	position: relative;
}

#footer.notes #footer-nav a.gallery-nav:link
{
	background: #808080;
	color: #fff;
}

#footer.notes #footer-nav a.gallery-nav:hover
{
	background: #ddd;
	color: #ff9620;
}

#footer.notes #gallery-blocks
{
	display:inline;
}

#footer.notes #gallery-blocks ul
{
}

#footer.notes #gallery-blocks ul li
{
	display: inline;
}

#footer.notes #footer-content
{
	font-size: 13px;
	line-height: 16px;
	width: 465px;
	margin-top: -5px;
	float:left;
}

#footer.notes #footer-content h3
{
	font-size: 15px;
}

#footer.notes #footer-content h4
{
	font-size: 11px;
	font-weight: normal;
	float: none;
}

#footer.notes #body
{
	margin-top: 20px;
}

#footer.notes #body p {
	margin-bottom: 16px;
}

h5 {
	font-family:georgia;
	font-weight:normal;
	font-size:15px;
	color:#E6E6E6;
	line-height: 21px;
}

h6 {
	font-family:arial;
	font-weight:normal;
	font-size:17px;
	color:#FFF;
}

h7 {
	font-family:georgia;
	font-size:17px;
	font-weight:regular;
	color:#E6E6E6;
}

h8 {
	font-family:georgia;
	font-size:23px;
	font-weight:regular;
	color: #4D4D4D;
	line-height: 33px;
}

h9 {
	font-family:arial;
	font-weight:normal;
	font-size:19px;
	color:#E6E6E6;
}

h10 {
	font-family:arial;
	font-weight:normal;
	font-size:15px;
	color:#FFF;
}

h11 {
	font-family:georgia;
	font-weight:normal;
	font-size:13px;
	color:#E6E6E6;
	line-height: 18px;
}