/*
	application.css
	nacc

	Created by Aaron Vanderzwan on 2009-12-08.
	Copyright 2009 Conduit Studios. All rights reserved.

	Colors:
		#006633 - dark green
		#009933 - light green
		#EDF1F2 - light gray
*/


/*BLUEPRINT CUSTOMIZED*/
body 						{color:#666666;font-family:arial,sans-serif;margin:20px;text-align:center;}
a 							{color:#009933;text-decoration:underline;}
a:hover 				{color:#009933;text-decoration:none;}
p								{margin:0 0 10px;}
ul 							{margin-top:0;}
h1,h2,h3,h4,h5,h6 	{color:#006633;}
h1							{font-size:19px;line-height:22px;margin-bottom:20px;}
h3							{font-size:13px;font-weight:bold;margin-bottom:3px;}
td,th 					{padding:0;}
.prepend-p20		{padding-left:20px;}
.right 					{float:right;}
.hide 					{display:none;}
/*.container 			{text-align:left;width:984px;}*/

/*GENERAL*/
.mainLeft img {margin-left:-10px;margin-bottom:10px;position:relative;}
.donations {float:left;margin-bottom:20px;}
.donations h3 {margin-top:8px;}
.donations h3 a {color:#006633;}
.donations img {margin-left:0;}
.header, .overImages {position:relative;z-index:10;}


/*NAV*/
ul.nav 							{float:right;list-style-type:none;margin-top:10px;margin-right:0;}
ul.nav li 					{float:left;margin-left:20px;}
ul.nav li a 				{font-size:14px;text-decoration:none;}
ul.nav li a:hover		{text-decoration:underline;}
ul.nav li.active a 	{color:#006633;}

/*HOME*/
/*background*/
.homeBG {position:relative;}
.homeBG .bgImage {left:-10px;height:550px;position:absolute;top:0;}
.callText {color:#006633;font-size:16px;height:60px;line-height:18px;margin-bottom:20px;}
#home .prepend-p20 {height:170px;}


/*STAFF*/
.staffMember {margin-bottom:25px;}
.staffMember img {float:left;margin:0 20px 13px 0;}

/*FOOTER*/
.footer {background:#EDF1F2;float:left;margin-top:20px;margin-left:-10px;position:relative;width:986px;}
.footerContent {float:left;margin:10px;width:966px;}
.footer ul {list-style-type:none;margin:0;}
.footer ul li {float:left;height:15px;margin:0 10px 0 0;}
.footer ul li a {}
.footer div.right {width:375px;}
.footer div.right p {float:left;margin-top:3px;}
.footer div.right input {width:74px;}
.footer div.right input.email {width:149px;}

