@charset "utf-8";
/* Universal Styles */
body {
	margin: 0px;
	padding: 0px;
}
body {font: 12px arial;}
img {border: none;}




#Header {
	Width: 780px;
	Padding: 10px 10px 0px 10px; 
	}
#Header_Bar {
	Width: 800px;
	Background: #35415b;
	Color: #FFFFFF;
	Font: bold 11px verdana;
	}
#Header_Bar a {Color: #FFFFFF;}
#Header_Bar a:hover {Color: #dd7d20;}

#Footer {
	Background-Color: #2e3b5b;
	Padding: 20px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: .1em;
	}
#Footer a {Color: #FFFFFF;}
#Footer a:hover {Color: #dd7d20;}

/* Navigation Styles */
#Navigation {
	Padding: 7px 0px;
	}

#Navigation .Sep {	
	Width: 1px;
	color: #aac286; }

/* Homepage Specific */
.Callout_Content {
	background-color: #ffffff;
	}
.Callout_Title {
	Margin-Top: 8px;
	Margin-Left: 18px;
	}
.Callout_Copy {
	Margin: 8px 20px;
	font-size: 11px;
	}
.Callout_Button {
	Margin-Left: 20px;
	}

/* Content Pages Styles */

/* Common*/

#Sidebar .Block {
	Border-Bottom: solid 6px #ffffff;
	}
#Sidebar .CopyBlock {
	Border-Bottom: solid 6px #ffffff;
	Padding: 20px 8px;
	}
#Sidebar ul{margin: 5px 0px 5px 16px; padding: 0px;}
#Sidebar li{margin: 0px; padding: 0px;}

#PageContent {
	Padding: 15px 25px;
	}
	
#PageContent .ContentBlock {Border-Top: 1px dotted #949494; padding: 15px 0px;}

#PageContent #HomeLink {margin-bottom: 10px;}
#PageContent a {Color: #000000;}
#PageContent a:Hover {Color: #55840c;}

#PageContent ul{margin: 5px 0px 5px 16px; padding: 0px;}
#PageContent li{margin: 0px; padding: 0px;}

.CopyTitle_Orange {Font-Size: 14px; text-transform:capitalize; color:#ab6119;}
.CopyTitle_Green {Font-Size: 14px; text-transform:capitalize; color:#55840c;}
.CopyTitle_White {Font-Size: 14px; text-transform:capitalize; color:#ffffff;}

.CopyHighlight_Orange {Color: #55840c;}
.CopyHighlight_Green {Color: #55840c;}
.CopyHighlight_White {Color: #ffffff;}



/* Community */
#Community #Sidebar {
	Background-Color: #b9a11c;
	}
#Community #Sidebar a {Color: #000000; text-decoration: none;}
#Community #Sidebar a:hover {text-decoration: underline;}

#Community #Sidebar .CopyBlock .Highlight {
	Color: #FFFFFF;
	}
	
/* Volunteering*/
#Volunteering #Sidebar {
	Background-Color: #b9a11c;
	}
#Volunteering #Sidebar a {Color: #000000; text-decoration: none;}
#Volunteering #Sidebar a:hover {text-decoration: underline;}

#Volunteering #Sidebar .CopyBlock .Highlight {
	Color: #FFFFFF;
	}

/* Global Giving */
#GlobalGiving #Sidebar {
	Background-Color: #55840c;
	}
#GlobalGiving #Sidebar a {Color: #000000; text-decoration: none;}
#GlobalGiving #Sidebar a:hover {text-decoration: underline;}

#GlobalGiving #Sidebar .CopyBlock .Highlight {
	Color: #FFFFFF;
	}
	
/* Awards */
#Awards #Sidebar {
	Background-Color: #55840c;
	}
#Awards #Sidebar a {Color: #000000; text-decoration: none;}
#Awards #Sidebar a:hover {text-decoration: underline;}

#Awards #Sidebar .CopyBlock .Highlight {
	Color: #FFFFFF;
	}
	
#Awards #BlueLinks a {Color: #0000cc;}
#Awards #BlueLinks a:Hover {Color: #000000;}

/* News */
#News #Sidebar {
	Background-Color: #b9a11c;
	}
#News #Sidebar a {Color: #000000; text-decoration: none;}
#News #Sidebar a:hover {text-decoration: underline;}

#News #Sidebar .CopyBlock .Highlight {
	Color: #FFFFFF;
	}

/* Walk */
#Walk #Sidebar {
	Background-Color: #55840c;
	}
#Walk #Sidebar a {Color: #000000; text-decoration: none;}
#Walk #Sidebar a:hover {text-decoration: underline;}

#Walk #Sidebar .CopyBlock .Highlight {
	Color: #FFFFFF;
	}
	
/* Apply */
#Apply #Sidebar {
	Background-Color: #55840c;
	}
#Apply #Sidebar a {Color: #000000; text-decoration: none;}
#Apply #Sidebar a:hover {text-decoration: underline;}

#Apply #Sidebar .CopyBlock .Highlight {
	Color: #FFFFFF;
	}
#Apply #BlueLinks a {Color: #0000cc;}
#Apply #BlueLinks a:Hover {Color: #000000;}





/* Utility Styles */

.ClearLeft {clear:left; height: 0px; overflow:hidden;}
.ClearRight {clear:right; height: 0px; overflow:hidden;}
.ClearBoth {clear:both; height: 0px; overflow:hidden;}
