/* ------------------------------------------
Project: Template 11
Purpose: Site Specific
Author: Katelynn O'Brien
Date: 02/26/08
--------------------------------------------- */

body.l2 #banner
	{
	min-height: 232px;
	height: auto !important;
	height: 232px;
	}

/* LAYERS
--------------------------------------------- */
#header
	{
	background-color: #6bb1c3;
	border-bottom: 8px solid #fff;
	}

#footer
	{
	color: #fff;
	background-color: #0d254b;
	}

#photo_credit
	{
	color: #fff;
	}

	
/* HEADINGS
--------------------------------------------- */

h1
	{
	color: #fff;
	}
	
h1.green
	{
	background-color: #6bb1c3;
	}

#content h1.green
	{
	background-color: #8BB381;
	}
	
h1.brown
	{
	background-color: #8BB381;
	}
	
	
h3
	{
	color: #0d254b;
	}

h2
	{
	color: #8bb381;	
	}
/* LINKS
--------------------------------------------- */
#banner ul a, #banner ul a:visited
	{
	color: #fff;
	background: #999 url(../images/backgrounds/blue_green_tan/banner_arrow.gif) no-repeat right center;
	border-top: 1px solid #ddd;
	}
	
#banner ul a:focus, #banner ul a:hover, #banner ul a:active
	{
	background: #bbb url(../images/backgrounds/blue_green_tan/banner_arrow_over.gif) no-repeat right center;
	}

#banner ul a.down, #banner ul a.down:visited, #banner ul a.down:focus, #banner ul a.down:hover, #banner ul a.down:active
	{
	background: #bbb /*url(../images/backgrounds/blue_green_tan/banner_arrow_down.gif) no-repeat right center;*/
	} 

#banner ul a.noarrow, #banner ul a.noarrow:visited
	{
	color: #fff;
	background: #999;
	border-top: 1px solid #ddd;
	}



	

