body {
	margin: 0;
	
	background: url('/images/backgrounds/bg_body.gif') repeat;
	
	text-align: center;
}

body, .body, td, select, input, textarea, h1, h2, h3, h4, h5, h6  {
	font-size: 12px; 
	line-height: 110%;;
	font-family: Verdana,Helvetica,Arial;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div, ul, li, table, td, form, img, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	margin: 0 10px;
	padding-bottom: 1em;
}

p {
	padding-bottom: 1em;
}

a {
	color: #610;
	text-decoration: underline;
}

a:hover, h4 a:hover,
	#footer a:hover, .blueGrayBox h1 a:hover, .burgundyBox h1 a:hover, .burgundyBox h3 a:hover {
	
	color: #a54;
}




h1 {
	font-size: 22px;
	line-height: 24px;
	
	font-weight: bold;
	
	margin: 0 0 12px 0;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	
	font-weight: bold;
	
	margin: 6px 0;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	
	font-weight: normal;
	
	margin: 8px;
}

h4 {
	font-size: 16px;
	line-height: 18px;
	
	text-transform: uppercase;
	
	font-weight: normal;
	
	margin: 0 0 3px 0;
}

h4 a {
	color: #000;
}

ul {
	padding: 0 0 1em 24px;
	
	margin: 0;
	
	list-style-position: outside;
	list-style-type: disc;
}

li {
	padding: 0 0 2px 0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	padding: 0;
	margin: 0;
	height: 0;
	width: 100%;
}


.floatLeft {
	position: relative;
	float: left;
	display:inline;
}
.floatRight {
	position: relative;
	float: right;
	display:inline;
}

a.util {
	font-size: 11px;
}



#mainBody {
	position: relative;
	
	margin: 0 auto;
	width: 960px;
	
	background: url('/images/backgrounds/bg_content.jpg') repeat-y;
}


#mainContent {
	position: relative;
	
	text-align: left;
	
	background: url('/images/backgrounds/bg_orangeFade.png') repeat-x;
}


#header {
	z-index: 100;
	position: relative;
	
	margin: 0;
	height: 155px;
}

#logoImage {
	position: relative;
	
	height: 115px;
}

#headerEmailSignup {
	position: absolute;
	
	top: 20px; right: 9px;
	
	height: 20px;
	
	padding: 4px 5px;
	
	background: url('/images/backgrounds/bg_boxGreen.gif') repeat;
	
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#headerDonateNow {
	position: absolute;
	
	top: 58px; right: 9px;
	
	height: 33px;
	
	padding: 0 5px;
	
	background: url('/images/backgrounds/bg_boxGreen.gif') repeat;
	
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#headerDonateNow td {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#navContainer {
	z-index: 1000;
	
	position: relative; 
	
	height: 40px; 
}

#mainNav {
	z-index: 1000;
	
	position: relative; 
	
	height: 40px; 
	
	background: url('/images/backgrounds/bg_mainNavigation.png') repeat-x;
}

#mainNav ul {
	padding: 0;
	margin: 0 14px 0 15px;
	
	list-style-type: none;
}

#mainNav ul li { 
	float: left;
	
	padding: 0;
	margin: 0;
	
	display: inline; 
}

#mainNav ul li#mNavFirst {
	background: url('/images/backgrounds/bg_mainNavDivider.gif') no-repeat 0 11px;
}

#mainNav ul li a { 
	display: block;
	
	width: 133px;
	height: 30px;
	
	padding: 11px 0 0 0; 
	margin: 0;
	
	text-transform: uppercase;
	text-align: center;
	
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	
	text-decoration: none;
	
	background: url('/images/backgrounds/bg_mainNavDivider.gif') no-repeat 100% 11px;
}

#mainNav ul li a:hover, #mainNav ul li a.mNavOn {
	color: #fcaf02;
}



#subNavs {
	z-index: 100;
	position: absolute;
	
	left: 0; top: 27px;
}

#subNavs .subNav {
	z-index: 10;
	position: absolute;
	
	width: 133px;
	
	text-align: left;
	
	padding-bottom: 12px;
	background: #cc9;
}


#subNavs .subNav a { 
	display: block;
	margin: 12px 10px 0 10px;
	
	font-size: 10px;
	line-height: 14px;
	
	font-weight: bold;
	color: #555;
	
	text-transform: uppercase;
}

#subNavs .subNav a:hover { 
	color: #a54;
}


#footer {
	position: relative;
	
	padding: 7px 10px;
	min-height: 84px;
	
	background: url('/images/backgrounds/bg_footer.gif') repeat;
	
	text-align: left;
	
	font-size: 12px;
	color: #666;
}

#footer p {
	padding-bottom: 8px;
}

#footer a {
	color: #666;
}

#footer table {
	margin: -5px auto;
}

#footer td {
	font-size: 11px;
	text-align: center;
}

#footer .footerColumn {
	width: 300px;
	border-top: 1px solid #987;
	
	padding: 6px 0;
}

#footer .largeFont {
	font-size: 14px;
	font-weight: bold;
}

#footer .paddingRight {
	margin-right: 20px;
}



#contentBlock {
	position: relative;
	
	text-align: left;
	
	padding: 18px 9px 27px 6px;
}



#highlightLargeBlocks {
	width: 307px; 
	font-size: 11px;
}

#highlightLargeBlocks .highlightLargeBlockTop {
	height: 7px;
	background: url('/images/backgrounds/bg_highlightLargeBlockTop.png') no-repeat;
}

#highlightLargeBlocks .highlightLargeBlock {
	padding: 21px 12px 8px 12px;
	min-height: 85px;
	
	background: url('/images/backgrounds/bg_highlightLargeBlock.png') repeat-y;
}

#highlightLargeBlocks .highlightLargeBlockBottom {
	height: 9px;
	background: url('/images/backgrounds/bg_highlightLargeBlockBottom.png') no-repeat;
}





#highlightSmallBlocks {
	width: 148px;
	font-size: 11px;
}

#highlightSmallBlocks .highlightSmallBlockTop {
	height: 7px;
	background: url('/images/backgrounds/bg_highlightSmallBlockTop.png') no-repeat;
}

#highlightSmallBlocks .highlightSmallBlock {
	padding: 1px 12px 8px 12px;
	min-height: 105px;
	
	background: url('/images/backgrounds/bg_highlightSmallBlock.png') repeat-y;
}

#highlightSmallBlocks .highlightSmallBlockBottom {
	height: 9px;
	background: url('/images/backgrounds/bg_highlightSmallBlockBottom.png') no-repeat;
}





#innerContent {
	width: 762px; /* 595 */
	min-height: 360px;
	
	line-height: 150%;
	
	margin-left: 18px;
	
	padding: 12px 8px;
	
	background: #fec;
}


#innerContent a:visited {
	color: #453;
}


.innerContentFull {
	position: relative;
	
	padding: 5px;
}

.innerContentLeft {
	position: relative;
	float: left;
	display:inline;
	
	width: 480px;
	padding-right: 5px;
}

.innerContentRight {
	position: relative;
	float: right;
	display:inline;
	
	width: 275px;
	
	text-align: center;
	
	color: #444;
	font-size: 11px;
}

.innerContentRight img {
	margin-bottom: 6px;
}

.innerContentRight h3 {
	margin: 18px 0;
}


.tertiaryNav {
	margin-top: 30px;
	
	width: 250px;
	
	text-align: left;
	
	font-size: 12px;
	font-style: normal;
}

.tertiaryNav a, .tertiaryNav b {
	margin-left: 10px;
}


.extraDetailInfo {
	margin: 10px;
	
	width: 230px;
	
	text-align: left;
	
	font-size: 12px;
	font-style: normal;
}


.extraDetailInfo img {
	border: 0;
	
	padding-bottom: 10px;
}

#detailViewMember img, #detailViewGrant img {
	border: 0;
	
	padding: 0 10px 10px 10px;
}


#innerContentHome {
	width: 638px;
}

.featuredHomeBox {
	width: 285px;
	min-height: 395px;
	
	padding: 8px;
	
	margin-left: 18px;
}

.featuredHomeBox h1 {
	margin-top: 8px;
}

.featuredHomeBox h2 {
	font-size: 20px;
}

.featuredHomeBox h3 a {
	text-decoration: underline;
}

.featuredHomeBox h3 {
	margin: 8px 0;
}

.featuredHomeBox h1 .homepageFeaturedTitleSmall {
	font-size: 18px;
}

.blueGrayBox {
	background: url('/images/backgrounds/bg_boxBlueGray.gif') repeat;
}

.burgundyBox {
	background: url('/images/backgrounds/bg_boxBurgundy.gif') repeat;
}

.blueGrayBox a, .burgundyBox a {
	text-decoration: none;
}

.burgundyBox h2 {
	color: #bbb;
}

.burgundyBox h1 a, .burgundyBox h3 a {
	color: #fff;
}




.homeFeaturedImageContainer {
	width: 285px;
	
	overflow: hidden;
}


.imageBox {
	color: #fff;
	background-color: #00aef0;
	
	padding: 10px;
	margin-bottom: 10px;
}


a.pseudoBreadcrumb {
	display: block;
	margin: -8px 5px 0 5px;
}


ul.siteMap, ul.siteMap ul {
	list-style-type: none;
}


#listViewMembers, #listViewFriends, #listViewLiasons {
	margin: 0 10px;
}

#detailViewMember, #detailViewFriend, #detailViewLiason,
		#detailViewGrant, #detailViewNewsItem {
	margin: 10px;
}

.sortByGroup {
	clear: both;
	
	padding: 2px 10px;
	margin-top: 16px;
	
	background: #832;
	
	color: #fff;
	font-weight: bold;
}

#innerContent .sortByGroup a.jumpToTop, .sortByGroup a.jumpToTop:visited {
	margin-left: 20px;

	font-size: 10px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	
	text-transform: lowercase;
}

.listItem {
	clear: both;
	
	padding: 8px 8px 0 8px;
	margin-bottom: 8px;
	
	border-top: 1px solid #832;
}

#listViewLiasons .listItem {
	padding-top: 4px;
	margin-bottom: 4px;

	border-top: none;
}

.listItem .displayName {
	font-size: 14px;
}

.listItem a {
	margin-left: 10px;
}

.listItem img {
	float: right;
	border: 0;
	
	padding: 0 0 10px 10px;
}


.newsItemType {
	font-size: 11px;
	text-transform: uppercase;
}


#donateForm {
	width: 90%;
	
	background: #fff;
	border: 2px solid #832;
	
	padding: 10px;
	margin-bottom: 10px;
	
	color: #111;
	font-style: normal;
	
	text-align: left;
}


#listViewNewsTiedTo {
	font-size: 14px;
	
	text-align: left;
	font-style: normal;
}

#listViewNewsTiedTo a {
	display: block;
	margin: 0 0 8px 6px;
	
	font-size: 12px;
	line-height: 120%;
}

.newsBucketItem {
	margin: 0 0 8px 6px;
	
	line-height: 120%;
}

.newsBucketItem .newFlag {
	font-size: 9px;
	color: #f00;
	font-weight: bold;
	text-transform: uppercase;
}

.benefitItem {
	margin: 0 10px 10px 10px;
}



.helpText {
	padding-left: 12px;
	
	font-size: 10px;
	line-height: 110%;
	color: #666;
}

.saveButton {
	padding-bottom: 12px;
}

.errorCell  { 
	color: #f33; 
	text-decoration: none;
	
	background-color: #fcc; 
	border-width: 1px 0;
	border-style: solid;
	border-color: #f33;
	
	padding: 2px 6px;
	width: 85%;
	
	margin: 0 0 10px 10px;
}

.goodCell  { 
	color: #0a0; 
	text-decoration: none;
	
	background-color: #cfc; 
	border-width: 1px 0;
	border-style: solid;
	border-color: #0a0;
	
	padding: 2px 6px;
	width: 85%;
	
	margin: 0 0 10px 10px;
}
