/*
 *
 *   doc name  xx  Wulf's CSS Redefine
 *   desc      xx  Redefines CSS Rules
 *   author    xx  Ulf Lonegren
 *   version   xx  1.0  xx  Jan. 19 2009
 *
 * 
**/


/*ooooooooooooooooooooooooooooooooooooo*/
/*xxxxxx    Table of Contents    xxxxxx*/
/*ooooooooooooooooooooooooooooooooooooo*/
/*

	[RD1] Global Settings
	[RD2] Content Styling
	[RD3] Headings
	xxxxxxxxxxxxxxxxxxx
	[WSS] Web Site Styles
		[WS1] Layout
		[WS2] Homepage
		[WS3] Inner Page
		
*/
/*ooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooooooo*/


/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooxxxxxx   [RD1] Global Settings    xxxxxxoooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

 
html, body {
	height:100%;
	color:#000;
	font-size:100.01%;
	}
 
body{
	font:13px/1.231 arial,helvetica,verdana,clean,sans-serif;
	margin: 0 auto;
	}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooxxxxxx   [RD2] Content Styling    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

hr,pre, address,form{
	margin-bottom:1.6em;
	}

p{
	font-size:108%;
	line-height:1.5em;
	margin-bottom:1.6em;
	}

p+p{
	
	}

ul.content, ul.content ul, ul.content ul ul{
	list-style:disc outside;
	margin-bottom:1.6em;
	margin-left:2.2em;
	}

ol.content, ol.content ol, ol.content ol ol{
	list-style:decimal outside;
	margin-bottom:1.6em;
	margin-left:2.2em;
	}
	
.content li{
	line-height:1.6em;
	}	
	
dl.content, dl.content dl, dl.content dl dl{
	margin-bottom:1.6em;
	}
	
.content dt{
	font-weight:bold;
	margin-top:.8em;
	margin-bottom:.4em;
	}

.content dd{
	line-height:1.6em;
	}
	
	
blockquote.content{
  font: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 3px solid #ccc;
	} 

fieldset{
	margin:1.6em 0;
	padding:1.6em;
	}

legend{
	padding-left:.8em;
	padding-right:.8em;
	}

fieldset>*:first-child{
	margin-top:0;
	}

textarea,input[type='text']{
	padding:.1em .2em;
	}

input{
	padding:.2em .1em;
	}

select{
	padding:.2em .1em 0;
	}

select[multiple]{
	margin-bottom:.8em;
	}

option{
	padding:0 .4em .1em;
	}

button{
	padding:.3em .5em;
	}

input[type='radio']{
	position:relative;
	bottom:-.2em;
	}

caption.content,form div{
	padding-bottom:.8em;
	}


/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooxxxxxx   [RD3] Headings    xxxxxxooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
 

h1, h2, h3, h4, h5, h6 {
	margin:0 0 0 0;
	font-size:100%;
	}
 
h1 {
	font-size:174%;
	font-weight:bold;
	font-style:italic;
	color:#005481;
	}
 
h2 {
	font-size:138.5%;
	font-weight:bold;
	font-style:italic;
	}
 
h3 {
	font-size:131%;
	font-weight:bold;
	font-style:italic;
	}
 
h4 {
	font-size:108%;
	font-weight:bold;
	font-style:italic;
	}
	
h5 {
	
	}
	
h6 {
	
	}
	

/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooxxxxxx   [WSS] Web Site Styles    xxxxxxooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

a	{
	color:#012b41;
	text-decoration:underline;
	}
	
a:hover{
	color:#004970;
	text-decoration:none;
	}

a.brown{
	color:#211600;
	}

#inner a{
	color:#017cbb;
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
	}
	
#inner a:hover{
	text-decoration:none;
	}
	
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooooxxxxxx   [WS1] Layout    xxxxxxooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

body{
	background:#fff2da url(images/body-bg.gif) repeat-x top;
	font-family: Georgia, Times New Roman, Times, Serif;
	}

/*ooooooooooooooooooooooooooooooo*/
/*xxxxxxxxx   Header    xxxxxxxxx*/
/*ooooooooooooooooooooooooooooooo*/

#header{
	width:981px; /* 961 */
	padding-left: 23px;
	height:152px;
	margin:0 auto;
	background:url(images/header-bg.jpg) no-repeat top;
	}

/*ooooooooooooooooooooooooooooooo*/
/*xxxxxx   Top Navigation   xxxxxx*/	
/*ooooooooooooooooooooooooooooooo*/
	
.top-nav{
	float:right;
	padding:13px 0px 0 0;
	
	}

.top-nav a{
	color:#000;
	text-decoration:none;
	}
	
.top-nav a:hover{
	text-decoration:underline;
	}
	
	.top-nav ul{
		float:left;
		}
	
	.top-nav ul li{
		float:left;
		padding:0 15px 0 0;
		margin:0 15px 0 0;
		border-right:1px solid #000;
		}
		
.top-text{
	clear:both;
	float:right;
	width:592px;
	padding:15px 10px 0 0;
	margin:0;
	font-style:italic;
	font-size:138.5%;
	overflow:hidden;
	height:70px;
	}	

	.top-text p{
		margin:0 80px 0 0;
		padding:0;
		float:left;
		color:#493819;
		}
	.top-text .title p{
		color:#005481;
		float:none;
		}

.newsletter{
	float:right;
	margin:8px 20px 0 0;
	overflow:hidden;
	height:35px;
	}
	.newsletter-text span{
	float:right;
	padding:12px 10px 0 0;
	}
	
	.newsletter input{
		padding:5px 0 0 5px;
		margin:0;
		background:#b8dcf4;
		border: 1px solid #00507e;
		font-family:Arial, Verdana, Sans-serif;
		font-size:12px;
		width:200px;
		height:20px;
		float:left;
		}

	.newsletter a{
		width:26px;
		height:27px;
		background:url(images/newsletter-sign-up.gif) no-repeat left top;
		display:block;
		float:left;
		}
	
/*xxxxxx   Main Navigation   xxxxxx*/
ul.mainnav{
	width:961px;
	height:56px;
	margin:0 auto;
	}
ul.mainnav li{
	float:left;
	}
	
	ul.mainnav li.home a{ /*xxxxxx   Home   xxxxxx*/
		height:51px;
		width:119px;
		display:block;
		background:url(images/nav-home.jpg) no-repeat top left;
		}
	ul.mainnav li.home a:hover{
		background:url(images/nav-home.jpg) no-repeat left -51px;
		}

	ul.mainnav li.donate a{ /*xxxxxx   Donate   xxxxxx*/
		height:51px;
		width:123px;
		display:block;
		background:url(images/nav-donate.jpg) no-repeat top left;
		}
	ul.mainnav li.donate a:hover{ 
		background:url(images/nav-donate.jpg) no-repeat left -51px;
		}
		
	ul.mainnav li.partners a{ /*xxxxxx   Partners   xxxxxx*/
		height:51px;
		width:128px;
		display:block;
		background:url(images/nav-partners.jpg) no-repeat top left;
		}
	ul.mainnav li.partners a:hover{ 
		background:url(images/nav-partners.jpg) no-repeat left -51px;
		}
    
  ul.mainnav li.getinvolved a{ /*xxxxxx   Get Involved   xxxxxx*/
		height:51px;
		width:161px;
		display:block;
		background:url(images/nav-getinvolved.jpg) no-repeat top left;
		}
	ul.mainnav li.getinvolved a:hover{
		background:url(images/nav-getinvolved.jpg) no-repeat left -51px;
		}
		
	ul.mainnav li.services a{ /*xxxxxx   Services  xxxxxx*/
		height:51px;
		width:126px;
		display:block;
		background:url(images/nav-services.jpg) no-repeat top left;
		}
	ul.mainnav li.services a:hover{
		background:url(images/nav-services.jpg) no-repeat left -51px;
		}
		
	ul.mainnav li.aboutus a{ /*xxxxxx   About Us   xxxxxx*/
		height:51px;
		width:130px;
		display:block;
		background:url(images/nav-aboutus.jpg) no-repeat top left;
		}
	ul.mainnav li.aboutus a:hover{
		background:url(images/nav-aboutus.jpg) no-repeat left -51px;
		}
		
	ul.mainnav li.news a{ /*xxxxxx   News and Photos   xxxxxx*/
		height:51px;
		width:174px;
		display:block;
		background:url(images/nav-news.jpg) no-repeat top left;
		}
	ul.mainnav li.news a:hover{
		background:url(images/nav-news.jpg) no-repeat left -51px;
		}
		
/*ooooooooooooooooooooooooooooooo*/
/*xxxxxxxxx   Footer   xxxxxxxxxx*/	
/*ooooooooooooooooooooooooooooooo*/

#footer{
	color:#3a3326;
	width:100%;
	padding-top:100px;
	clear:both;
	}
	
	#footer div.top{
		background:url(images/footer-top-bg.gif) repeat-x;
		height:65px;
		padding:1px 0;
		width:100%;
		overflow:hidden;
		}
		
		#footer div.top  .copyright{
			height:65px;
			width:368px;
			border-right:1px solid #e9d9ba;
			float:left;
			}
			
		#footer div.top  .updated{
			height:65px;
			width:368px;
			border-right:1px solid #e9d9ba;
			float:left;
			}
			
		#footer div.top  .donate{
			height:65px;
			width:220px;
			float:left;
			}
			
	#footer div.bottom{
		width:100%;
		background:#e9d9ba;
		overflow:auto;
		}
		
		#footer div.bottom ul li a{
			text-decoration:none;
			float:left;
			margin:20px 0 10px 18px;
			color:#211600;
			}
			
		#footer div.bottom ul li a:hover{
			text-decoration:underline;
			}
			
		#footer div.bottom ul li{
			width:167px;
			float:left;
			border-left:1px solid #aa9876;
			line-height:1.6em;
			margin-left:17px;
			padding-bottom:10px;
			}
		
		#footer div.bottom ul li.first{
			border-left:none;
			width:165px;
			}
		
		#footer div.bottom ul li.first,
		#footer div.bottom ul li.first a,
		#footer div.bottom ul li.first ul li{
			margin-left:0;
			}
			
			#footer div.bottom ul li ul li a{
				text-decoration:none;
				float:left;
				line-height:1.6em;
				margin:0;
				}

			#footer div.bottom ul li ul li{
				font-size:12px;
				border:none;
				line-height:1.8em;
				padding:0 0 0 12px;
				width:155px;
				background:url(images/bullet-plus.gif) no-repeat 0 7px;
				}
				
			
			
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooxxxxxx   [WS2] Home   xxxxxxoooooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
	
#home{
	color:#012b41;
	}

	#home div.why-we-care{
		width:368px;
		float:left;
		border-top:1px solid #e9d9ba;
		border-bottom:1px solid #e9d9ba;
		padding:10px 20px 25px 0;
		}
		
	#home div.what-can-you-do{
		width:225px;
		margin-right:15px;
		float:left;
		border:1px solid #e9d9ba;
		padding:25px 15px;
		margin-top:-25px;
		background-color: #fff6e4;
		}
		
	#home div.banner{
		width:297px;
		float:left;
		border:2px solid #f0e1c0;
/*		background:#fff2da url(images/home-banner-bg.jpg) no-repeat center;*/
		padding-bottom:35px;
		margin-top: 67px;
		}
		
	#home div.banner img{
		margin-top: 35px;
	}
		
/*xxxxxx   Homepage Nav x FMA Wrapper   xxxxxx*/

.nav-fma-wrapper{
/*	width:100%;*/
	width: 1004px;
/*	width: 961px;*/
	margin: 0 auto;
	height:379px;/*346 (441 org)*/
	}
	
	.fma-1{
		background:url(images/home-fma/fma-bg1.jpg) no-repeat top center;
		}
	.fma-2{
		background:url(images/home-fma/fma-bg2.jpg) no-repeat top center;
		}
	.fma-3{
		background:url(images/home-fma/fma-bg3.jpg) no-repeat top center;
		}
	.fma-4{
		background:url(images/home-fma/fma-bg4.jpg) no-repeat top center;
		}
	.fma-5{
		background:url(images/home-fma/fma-bg5.jpg) no-repeat top center;
		}
	.fma-6{
		background:url(images/home-fma/fma-bg6.jpg) no-repeat top center;
		}
	.fma-7{
		background:url(images/home-fma/fma-bg7.jpg) no-repeat top center;
		}
	.fma-8{
		background:url(images/home-fma/fma-bg8.jpg) no-repeat top center;
		}
	.fma-9{
		background:url(images/home-fma/fma-bg9.jpg) no-repeat top center;
		}
	.fma-10{
		background:url(images/home-fma/fma-bg10.jpg) no-repeat top center;
		}
	.fma-11{
		background:url(images/home-fma/fma-bg11.jpg) no-repeat top center;
		}
	.fma-12{
		background:url(images/home-fma/fma-bg12.jpg) no-repeat top center;
		}
	
	.nav-fma-wrapper .headings{
		height:320px;
		width:961px;
		position:relative;
		margin:0 auto;
		}
		
		.nav-fma-wrapper .headings div.recent_events{
			color: #fff;
			margin-left: 15px;
			margin-top: 10px;/*53*/
			float: left;
			height: 200px;
			width: 228px;
		}
			
			.nav-fma-wrapper .headings div.recent_events p{
				margin-top: 15px;
			}
		
			.nav-fma-wrapper .headings div.recent_events a{
				color: #fff;
				text-decoration: none;
			}
			
			.nav-fma-wrapper .headings div.recent_events h3{
				margin-bottom: 15px;
			}
	
		.nav-fma-wrapper .headings div.why-we-care{
			vertical-align:bottom;
			position: absolute;
			left: 0;
			bottom: 0px;
			width:369px;
			}
			
		.nav-fma-wrapper .headings div.why-we-care h1 a{
			text-decoration: none;
			color: #005481;
		}
						
		.nav-fma-wrapper .headings div.what-can-you-do{
			position: absolute;
			left:407px;
			bottom:0px;
			width:260px;
			}


/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/
/*ooooooooooooooooooooooooooooooxxxxxx   [WS3] Inner Page   xxxxxxooooooooooooooooooooooooooooo*/
/*oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo*/

#inner{
	color:#012b41;
	}
	
/*xxxxxx   Left Column   xxxxxx*/
	#inner div.left{
		width:256px;
		margin-right:38px;
		float:left;
		}
		
		/*xxxxxx   Subnav  xxxxxx*/
		#inner div.left div.subnav{
			background:#024d73 url(images/inner-subnav-corner.gif) no-repeat top left;
			margin-bottom:20px;
			padding-bottom:20px;
			}
			
			#inner div.left div.subnav p{
				color:#fff;
				padding:20px 0 0 20px;
				margin:0 0 0px 0;
				}
				
			#inner div.left div.subnav ul{
				margin:15px 0 0 0;
				}
			
			#inner div.left div.subnav ul li{
				border:none;
				margin:0 0 0 20px;
				padding:0 0 0 21px;
				background:url(images/bullet-arrow.gif) no-repeat 0 9px;
				}
				
			#inner div.left div.subnav ul li a{
				color:#fff;
				font-style:normal;
				text-decoration:none;
				font-weight:normal;
				font-size:123.1%;
				line-height:1.6em;
				}
				
			#inner div.left div.subnav ul li a:hover{
				text-decoration:underline;
				}
		
		/*xxxxxx   Notes  xxxxxx*/
		#inner div.left div.note{
			width:199px;
			padding:20px 30px 0;
			margin-bottom:45px;
			background:url(images/page-note-bg.gif) no-repeat top left;
			}
			
			#inner div.left div.note h3{
				margin-bottom:10px;
				}
				
			#inner div.left div.note p{
				margin-bottom:10px;
				}
			#inner div.left div.note  div.note-footbg{
				width:257px;
				height:33px;
				position:relative;
				left:-30px;
				top:20px;
				background:url(images/page-note-footbg.jpg) no-repeat left bottom;
				}
		
/*xxxxxx   Breadcrumbs   xxxxxx*/
	
	#inner div.crumbs ul{
		float:left;
		}

	#inner div.crumbs ul li{
		float:left;
		display:block;
		height:2em;
		margin-right:10px;
		}
		
	#inner div.crumbs ul li:before {
		content: "\00BB \0020";
		}
		
	#inner div.crumbs ul li a{
		color:#012b41;
		font-weight:normal;
		font-style:normal;
		}


/*xxxxxx   Right Column   xxxxxx*/
	#inner div.right{
		width:667px;
		float:left;
		}
		
		#inner div.right .fma{
			width:100%;
			height:312px;
			position:relative;
			background:url(images/inner-fma/fma-about-us.jpg) no-repeat top left;
			}
			#inner div.right .bg-115{
				background:url(images/inner-fma/fma-30k-club.jpg) no-repeat top left;
				}
			#inner div.right .bg-94{
				background:url(images/inner-fma/fma-about-us.jpg) no-repeat top left;
				}
			#inner div.right .bg-129{
				background:url(images/inner-fma/fma-agrm.jpg) no-repeat top left;
				}
			#inner div.right .bg-117{
				background:url(images/inner-fma/fma-bikeathon.jpg) no-repeat top left;
				}
			#inner div.right .bg-102{
				background:url(images/inner-fma/fma-christmas-catalogue.jpg) no-repeat top left;
				}
			#inner div.right .bg-125{
				background:url(images/inner-fma/fma-clothing-bank.jpg) no-repeat top left;
				}
			#inner div.right .bg-124{
				background:url(images/inner-fma/fma-dental-clinic.jpg) no-repeat top left;
				}
			#inner div.right .bg-91{
				background:url(images/inner-fma/fma-donate.jpg) no-repeat top left;
				}
			#inner div.right .bg-109{
				background:url(images/inner-fma/fma-financial.jpg) no-repeat top left;
				}
			#inner div.right .bg-92{
				background:url(images/inner-fma/fma-get-involved.jpg) no-repeat top left;
				}
			#inner div.right .bg-123{
				background:url(images/inner-fma/fma-mens-hostel.jpg) no-repeat top left;
				}
			#inner div.right .bg-105{
				background:url(images/inner-fma/fma-mens-programs.jpg) no-repeat top left;
				}
			#inner div.right .bg-121{
				background:url(images/inner-fma/fma-mission-trips.jpg) no-repeat top left;
				}
			#inner div.right .bg-101{
				background:url(images/inner-fma/fma-online-donation.jpg) no-repeat top left;
				}
			#inner div.right .bg-95{
				background:url(images/inner-fma/fma-overview.jpg) no-repeat top left;
				}
			#inner div.right .bg-118{
				background:url(images/inner-fma/fma-planned-giving.jpg) no-repeat top left;
				}
			#inner div.right .bg-116{
				background:url(images/inner-fma/fma-radiothon.jpg) no-repeat top left;
				}
			#inner div.right .bg-117{
				background:url(images/inner-fma/fma-bikeathon.jpg) no-repeat top left;
				}
			#inner div.right .bg-93{
				background:url(images/inner-fma/fma-services.jpg) no-repeat top left;
				}
			#inner div.right .bg-106{
				background:url(images/inner-fma/fma-womens-programs.jpg) no-repeat top left;
				}
	
		#inner div.right div.page-title{
			clear:left;
			border-top:1px solid #e9d9ba;
			border-bottom:1px solid #e9d9ba;
			padding:10px 0;
			margin:25px 0 0 0;
			}


		#inner div.right div.content{
			margin:25px 0 0 0;
			}


/*xxxxxx   Blog Listing Styles   xxxxxx*/
#inner div.right h3.listing{
	margin:25px 0 10px 0;
	}

.blog-post{
	padding:15px 0 0 0;
	}

.pagination{
	border-top:1px solid #e9d9ba;
	padding:15px 0 15px 0;
	}

.pagination .ltgray{
	color:#969696;
	}
	
.pagination div.pageLeft{
	display:inline;
	margin:0;
	padding:0;
	}

.pagination div.pageRight{
	display:inline;
	margin:0;
	padding:0;
	}

.pagination span{
	padding:0 4px 0;
	}

	
/*xxxxxx   Gallery Block Styles   xxxxxx*/

div.imagegalleryblock h3{
	margin-bottom:20px;
	}

div.imagegalleryblock div.galleryimage{
	float:left;
	padding:6px;
	margin:0 30px 30px 0;
	background:#fffbf3;
	}
	
	div.imagegalleryblock div.galleryimage img{
		border:1px solid #f8e3be;
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
