/* 
******************
Text Styles
******************
*/

p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 21px;
	margin-bottom: -2px;
	color: #005596;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	margin-bottom: -2px;
	color: #3c7ab8;
}

.p {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}

.psmall {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.plarge {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
}

.caption {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #005596;
	line-height: 20px;
	padding-top: 4px;
	font-style: italic;
	margin-bottom: 8px;
}

.captionSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #005596;
	margin-top: -4px;
}

.smallsans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005596;
	font-size: 9px;
	line-height: 10px;
}
.sidebarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #005596;
}

.sidebarHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
}


/*  
******************
Link Styles 
******************
*/

a:link {
	font-weight: bold;
	color: #005596;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #005596;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #005596;
	}

/*  
******************
Main Navigation Styles 
******************
*/
	
a.navMain:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .15em;
}

a.navMain:visited {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: .15em;
}

a.navMain:hover {
	color: #005596;
	text-decoration: none;
}

a.navMain:active {
	color: #333333;
	text-decoration: none;
}


/*  
******************
Rule to Highlight current page on Main Nav based on id selector in body tag 
******************
*/

body#home a#navHome,
body#about a#navAbout,
body#giving a#navGiving, 
body#volunteering a#navVolunteering,
body#projects a#navProjects,
body#partnerships a#navPartnerships,
body#families a#navFamilies  {
	color: #003366;
	font-weight: bold;
}


/*  
******************
Rule to fix IE7 padding on sidebar boxes 
******************
*/

.ieFixBox {
	margin: 10px;
	padding-bottom: 10px;
}

.ieFixBoxHeader {
	margin: 10px 10px 0pt;
	padding-bottom:10px;
}
