/* ---------->>> GLOBAL <<<-----------*/

html, body { height: 100% }

* { margin: 0; padding: 0; }

body {
background: #B7DBCF url(bkg.jpg) repeat-x;
margin: 0; padding: 0;
font-family: "Georgia", Times, serif;
font-size: 14px;
color: #000;
}

ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

p { padding: 0; margin: 0}	

li, dd { margin-left: 15px; }
fieldset { padding: .5em; }

a {
 color: #578476;
 }
 
a:hover {
 color: #E18727;
 }

/* ---------->>> DIVS <<<-----------*/

#wrapper {
background-color: #fff;
border: 10px solid #729D8F;
width: 960px;
margin: auto;
padding-bottom: 20px;
}


#header {
margin: 0; padding: 0;
background-color: #fff;
width: 960px;
height: 210px;
margin: auto;
}

#nav { 
background: url(nav.gif) top center no-repeat;
width: 920px;
height: 100px;
margin: 0 auto;
}


#faux {
 background: url(faux.gif) repeat-y;
 padding: 0px 17px;
 width: 920px;
}

#sprig { 
background: url(sprig.gif) bottom left no-repeat;
}

#rightcol {
 display: inline;
 color: #000;
 padding: 0px;
 width: 205px;
 float: left;
 font-size: 16px;
 /*Min-Height Hack*/
 min-height:270px;
 height: auto !important;
 height: 270px;
}

#content {
 float: left;
 margin: 0px 20px;
 padding: 0px;
 width: 670px;
 display: inline;
 position: relative;
 font-family: Arial, sans;
}

#refrsh {
 float:left;
 margin-bottom: 40px;
 padding:20px; 
 padding-bottom: 30px; 
 width:670px; 
 display:inline; 
}

#pepsi {
 float: left;
 margin-left:35px;
 width:305px;
 margin-bottom:25px;
}
	
#youtube {
 width: 325px;
 float: left;
 margin-left:15px;
}

#thankyou {
background-color: #fff;
border: 10px solid #729D8F;
width: 960px;
margin: auto;
padding-bottom: 20px;
}

#sidebar {
background: #B2D5CB url(sprig.gif) bottom right no-repeat;
padding: 10px;
width: 190px;
float: right;
text-align: left;
}

#footer {
 color: #666;
 text-align: left;
 width:370px;
 float:left;
 padding: 30px 0;
 font-size: 11px;
 margin: 0 auto;
}

#pepsi{
 float:left;
 width:300px;
}


/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }

	#header h1 {
	height:110px; /* height of logo */
	width:417px; /* width of logo */
	background: url(penickvillagefoundation.gif) top left no-repeat;
	text-indent:-9000px;
	margin-left: 20px;
	}
	
	#content h1 { 
	font-weight: normal;
	font-family: "Georgia", Times, serif !important;
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
	}
	#content h1 span{ 
	font-style: italic;
	font-family: "Georgia", Times, serif !important;
	font-size: 22px;
	color: #729D8F;
	}
	#sidebar h1 {
	margin-bottom: 10px;
	font: bold 14px Arial;
	}

h2 { }
	#content h2{ 
	font-weight: normal;
	font-family: "Georgia", Times, serif !important;
	font-size: 22px;
	color: #729D8F;
	margin-bottom: 20px;
	}


p { }
	#content p { 
	margin-bottom: 20px;
	line-height: 1.4em;
	}
	p#to_top {
	margin: 0; padding: 0;
	background: url(top_icon.gif) center right no-repeat;
	font-size: 10px;
	text-align: left;
	padding-right: 15px;
	margin-bottom: 20px;
	text-align: right;
	}
	
	#sidebar p {
	font: 12px Arial;
	line-height: 16px;
	}
	
	#nav p { padding-top: 33px;}
	
	p.feature { 
	font-size: 19px;
	font-family: Georgia, Times;
	color: #E18727;
	}

ul { }
	#content ul { 
	padding-top: 0px; 
	line-height: 22px;
	margin-bottom: 20px;
	}	
	
li { }
	
	#content li {
	margin-bottom: 10px;
	}
	
	.arrow li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}
	
	.dash li
	{
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 5px;
	background-image: url(dash_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}	
	
a { }
	#header h1 a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}
	
	#nav a {
	display: block;
	float: left;
	font-size: 16px;
   	padding: 11px 11px;   
   	margin-left: 2px;
   	text-decoration: none; 
   	color: #000;
   	
   	}
   	
   	#nav a:hover {
	color: #C97B28;
	
   	}

img { }
	img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
    
    .padright { padding-left: 20px; padding-bottom: 20px;}


/* ---------->>> GLOBAL NAVIGATION ITEMS <<<-----------*/

#home .home, #about .about, #programs .programs, #plannedgiving .plannedgiving, #capital .capital, #events .events, #waystogive .waystogive, #contact .contact {
color: #C97B28;
background-color: #E5EFEC;
/*border-bottom: 2px solid #E18727;*/
}

#subnav {
position: relative;
margin: 0; padding: 20px;
}

#subnav ul { margin: 0; padding: 0; }

#subnav li {
list-style: none;
margin: 0px; 
padding: 0px;
}

#subnav a {
display: block; 
border: 0px;
text-decoration: none;
color: #000;
text-align: left;
padding: 7px;
/*font-size: 4px;
text-indent: -9999px;*/
}

#subnav a:hover {
text-decoration: none;
color: #E18727;
}

#subnav a.on {
background-color: #E5EFEC;
}

/* ---------->>> MISC TAGS <<<-----------*/

table.data {
	border-collapse: collapse;
	background-color: #F6EFE8;
	width: 100%;
	margin-bottom: 40px;
	color: #C69635;
}

table.data th {
	background-color: #F7DFB0;
	color: #000;
	text-align: left;
	padding: 5px;
	font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 12px 4px 12px;
	/* background: #CAE8EA url(bg_header.jpg) no-repeat; */
	vertical-align:middle;
}
table.data tr {
vertical-align: top;
}

table.data td  {
	padding: 5px;
	border-top: 1px solid #fff;
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 12px 6px 12px;
	color: #333;
}

a[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(icon_pdf.gif) no-repeat top left;
}

.clear { clear: both; }

.last { border: 0; padding-right: 0px; margin-right: 0;}

.small { font-size: 10px;}
.blue { color: #0082C8; }
.gray { color: #959CA1; }
.red { color: #F00; font-size:20px; }

.important {
	font-family:  'Hoefler Text', Georgia, 'Times New Roman', serif;
	font-weight: normal;
    font-size: 1.5em;
	line-height: 1.1em;
	margin:0px;
	text-align: center;
	color: #729D8F;
	}
.important span { font-size: 1.5em; color: #E18727; font-family: times, Times New Roman, times-roman, georgia, serif; letter-spacing: 1px; }
