/* @override http://test.fuf.net/global.css */

/* @override http://test.fuf.net/global.css */

/* @override http://test.fuf.net/global.css */

/* @group Global Settings */

body {
	background-color: #FBF5EE;
	padding:0;
	margin: 0 auto;
	min-width: 730px;
	max-width: 850px;
}

a {
	color: #238015;
	text-decoration: underline;
}
a:hover {
	color: #30c030;
	text-decoration: underline;
}
a img {
	border: none;
}

#everything {
	margin: 15px auto 0 auto;
	border-left: solid 5px #FBF5EE;
	border-right: solid 5px #FBF5EE;
	background-color: #FFFFFF;
}

/* @end */

/* @group Header */

#header {
	background-color: #FBF5EE;
	height:65px;
	width: 100%;
	border-bottom: solid 5px #FBF5EE;
}
#header-logo {
	float: left;
	height: 65px;
}
#header-nonprofit {
	float: right;
	height: 65px;
	width: 200px;
	position: relative;
	font: bold 0.85em/1em Geneva, Arial, Helvetica, sans-serif;
	color: #A59F7C;
}
#header-nonprofit div{
	position:absolute;
	bottom:0;
	right: 0;
}
#header-logo img {
	float:left;
}
#header-logo div {
	font: 0.7em/1.1em normal Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #92815F;
	float:left;
	position: relative;
	left: 0;
	top: 0;
	margin-top: 8px;
	margin-left: 12px;
}

/* Begin Sub-Head */
#sub-head {
	float: left;
	width: 100%;
	height: 94px;
	background-image:url(images/sub-header.gif);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	background-color: #DDD7DB;
	border-bottom: 2px solid #f7f7f7;
}

#searchbox {
	position: absolute;
	right:0;
	top:0;
	background-image: url(images/search-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 235px;
	height: 28px;
	text-align: right;
	
}

#searchbox input {
	border: 1px solid gray;
	background-color: #bfbfa4;
	font-size: 10px;
	line-height: 1em;
	margin-top: 3px;
	margin-right: 5px;

}
#searchtext {
	width:163px;
	height: 1.3em;
	padding: 2px;
	border: 1px solid #bfbfa4 !important;
	background-color: white !important;
}

/* @end */

/* @group Menu */

#menu {
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	background-color: #d9d9b7;
	clear: both;
	height: 25px;
}

#menu ul li {
	background-image: url(images/bg_menu.gif);
}

#menu ul li ul li {
	background-color: white;
	background-image: none;
}
#centermenu {
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-x;
	width: 44.5em;
	margin: 0 auto 0 auto;

}

/* @end */

/* @group Main Content */

#content-box {
	width: 100%;
	border-top: solid 4px #FBF5EE;
	font: 12px/15px verdana, arial, helvetica, sans-serif;
	overflow: hidden;
	float: left;
	background-color: #eaebdc;


}

#content-wrapper {
	float:left;
	width: 100%;
	margin: 0 -270px 0 0;
	background-color: #FFFFFF;

}

#content-box:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
	height: 0px;
    clear: both; 
    visibility: hidden;
}

/* IE Mac CSS Only  works for Win too */
* html div#content-wrapper {margin: 0 -100% 0 0;}

#main-left {
	padding: 5px 0 15px 0;
	margin: 0 270px 0 0;
	text-align: center;
	background-color: #eaebdc;
}
#main-article {
	min-width: 460px;
	max-width:93%;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	padding: 10px 0;
}
#main-article img {
	max-width: 457px;
}
/* Level 2 specific styles */
#main-left-l2 {
	margin: 0 270px 0 0;
	background-color: #FFFFFF;
	padding: 0;
	text-align: left;
	border: 10px solid #eaebdc;
	border-bottom: 5px solid #eaebdc;
}

#main-article-l2 {
	min-width: 410px;
	padding: 15px 10px;
	background-color: #FFFFFF;
}
#main-article-l2 table {
	width: 100%;
	margin: 0 auto;
}
#main-article-l2 h2 {
	font-size: 14px;
	padding-bottom: 3px;
	margin: 0;
	padding-top: 5px;
}

#main-article-l2 h2 a {
	color: #1D7E22;
	text-decoration: none;
}

#main-article-l2 h2 a:hover {
	color: #39BE32;
	text-decoration: none;
}

#main-article-l2 p {
	font: 1.1em/1.5em normal verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	}
#main-article-l2 ul {
	margin: 0 5px 0 5px;
	padding: 0 10px 0 20px;
}
#main-article-l2 li {
	margin: 0 0 8px 0;
	font: 1.1em/1.4em normal verdana, arial, helvetica, sans-serif;
}

#breadCrumbs {
	padding:5px;
	background-color: #f9f9f2;
	border-bottom: 5px solid #eaebdc;
}

#headline-text{
	max-width: 90%;
	min-width: 460px;
	margin:0 auto;
}
#main-article-l2 h1 {
	margin: 5px 0 0 0;
	font-size: 1.9em;
	padding-bottom: 15px;
}
#main-article h3 {
	margin: 8px 0 5px 0;
	font: bold 1.7em Arial, Helvetica, Sans-serif;
	color: #630;
	text-align: left;
}

#main-article p {
	text-align: left;
	padding: 0;
	margin: 5px 0 0 0;

}
#main-article .inner {
	line-height:1.7em;
}

#main-article h3 a {
	color: #1D7E22;
	text-decoration: none;
}
#main-article h3 a:hover {
	color: #39BE32;
	text-decoration: none;
}
#smaller-articles {
	clear: both;
	width: 97%;
	padding: 0 0 5px 0;
	margin: 30px auto 0 auto;
	display: table;
}
#smaller-articles p {
	font-size: 0.95em;
	line-height: 1.2;
	padding: 0;
	margin: 5px 10px 0 10px;
	text-align: left;
}
#smaller-articles div {
	width: 49%;
	background-color: #f1f1dd;
	padding:10px 0;
}
#smaller-article-left {
	float: left;
}
#smaller-article-right {
	float: right;
}
/* @group Form */

#main-article-l2 form {
padding-top: 1px;
}
#main-article-l2 form table {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}
#main-article-l2 form #checklist td {
	margin: 0;
	padding: 0 10px 8px 0;
}
#main-article-l2 form table td {
	padding: 0 20px 10px 0;
	margin: 0;
}
#main-article-l2 form table td input {
	padding: 0;
	margin: 0;
}
#main-article-l2 form .form-checklist-text {
	margin: 0 0 0 2px;
}
#main-article-l2 form table span {
	font: 1em/1.5em normal 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#main-article-l2 .form-title {
	font: 1.2em/1em normal verdana, arial, helvetica, sans-serif;
}
#main-article-l2 #form-pushed {
	margin: 5px 0 0 20px;
	font: 1em/1.5em normal 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
#main-article-l2 form textarea {
	margin: 10px 0 20px 0;
	width: 90%;
}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	background-color: #fff;
	padding: 18px 10px 10px 10px;
	float:right;
	width: 250px;
	margin: 0;
}

#sidebar h2 {
	margin: 0 0 2px 0;
	padding: 0;
	clear: both;
	font: bold 1.25em/1em verdana, helvetica, sans-serif;
	color: #47321F;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 0;
}
#calEntriesDiv ul {
	padding: 3px 0 13px 0;

}

#calEntriesDiv li {
	margin-bottom:5px;
}

#sidebar li a.current {
	background-color: #ffffd0;
	border-left: 5px solid #e9e9be;
}
#sidebar li a.current:hover {
	background-color: #ffffd0;
	border: 1px solid #e6e7dd;
	border-left: 5px solid #e9e9be;
	color: #465943;
	cursor: default;
}

#sidebar li a {
	font-size: 0.9em;
	line-height: 0.9em;
	color: #465943;
	text-decoration: none;
	background-color: #f3f3e8;
	padding: 5px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #e6e7dd;
}
#sidebar li a:hover {
	color: #354033;
	text-decoration: none;
	background-color: #f7f7eb;
	border: 1px solid #ccccc4;
}
/* For L3 links in Sidebar */
#sidebar ul > li ul {
	margin: -4px 0 10px 10px;
	padding: 1px 0 0 5px;
	border: none;
	border-left: 2px solid #ccc;

}
#sidebar ul li ul li > ul {
	margin: 1px 0 5px 5px;
	padding: 1px 0 0 2px;
	border-left: 2px solid #ccc;

}
#sidebar ul li > ul li {
	margin: 4px 0 4px 4px;
	padding: 0;
}
#sidebar ul li > ul li * {
	font-size: 11px !important;
	line-height: 1em !important;
}
#sidebar #calEntriesDiv a{
	margin: 1px 0 0 0;
	line-height: 1em;
}
#sidebar #calEntriesDiv p.when{
	margin: 5px 0 0 0;
	font-size: 0.9em;
}
#sidebar #calEntriesDiv div {
	margin: 1px 0 10px 15px;
	padding-left: 10px;
	font-size: 0.9em;
	border-left: 2px solid #ccc;

}
#sidebar #calEntriesDiv div a {
	background: none;
	border: none;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #238015;
}
#sidebar #calEntriesDiv div a:hover {
	color: #30c030;
}
#special-items h2{
	margin-bottom: 5px;
}
p.inner_small {
	margin: 0;
	padding: 5px 0;
	font: 11px/1.4em italic Arial, Verdana, Helvetica, sans-serif;
	color: #656565;
}
#sidebar .small-text {
	font: 11px/1.3em normal Arial, Verdana, Helvetica, sans-serif;
	color: #484848;
}

#img_youth {
	border: #ccc 1px solid;
	float: left;
	margin: 0 5px 0 5px;
}

.testimonial {
	font-size: 11px;
	margin: 10px 5px 5px;
	line-height: 13px;
}
.donate-button {
	margin:15px 0 0 0;
	clear:both;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	height: 30px;
	padding: 10px 0 5px 0;
	background-color: #FBF5EE;
	color: #6d7250;
}
#ft_l {
	float: left;
	font: 10px normal arial, helvetica, sans-serif;
}
#ft_r {
	float: right;
	width: 200px;
}
#footer a {
	color: #739f6c;
	text-decoration: underline;
}
#footer a:hover {
	color: #458045;
	text-decoration: underline;
}
#footer #logo-thinkpenguin a {
	height: 26px;
	width: 75px;
	display: block;
	background-image: url("/images/tp-logo.gif");
	float: right;
}
#footer #logo-taproot a {
	height: 26px;
	width: 75px;
	display: block;
	background-image: url("/images/taproot.gif");
	float: right;
	margin-right: 20px;
}
#footer div a {
	background-position: 0% -52px;
}
#footer div a:hover {
	background-position: 0% -26px;
}
/* @end */

/* @group Menubar Settings/Hacks */

/* OKEY DOKEY HERE'S THE MENUBAR CSS. COMBINED TO SAVE SERVER SPEED */

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4. Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal {
	list-style-type: none;
	padding: 0;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	list-style-type: none;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 0;
	text-transform: capitalize;
}
ul.MenuBarHorizontal li #donate {
	padding: 0 5px 0 0 !important;
	text-transform: capitalize;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	width: 162px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 17px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	background-color: white;
}

/* I DO IT FOR THE LOVE ;) */
ul#donate {
	width: 100px !important;
}



/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	padding-right:0;
	white-space:normal;
	width: 100%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
	border: 1px solid #CCC;
	padding: 0 3px 3px 3px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: transparent;
	padding: 4px 8px 4px 0;
	color: #060;
	font-weight:bold;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: hidden;
}

/* Menu items that have mouse over or focus have a blue background and white text 
AND */
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible,
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #3a673a;
	color: #FFFFFF;

}
ul.MenuBarHorizontal a.MenuBarItemHover {
	background-color: #f1f3dd;
	color: #060;
}

ul li ul a {
	font-size: 12.5px !important;
	font-weight:normal !important;
	border-top: #eee solid 1px;
	margin: 0 -1px 0 -1px !important;
	padding-top: 5px !important;
	padding-left: 4px !important;

}

#donate a {
	margin: 0 -3px 0 2px !important;
}



/* SUBMENU INDICATION: styles if there is a submenu under a given menu item  */

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: 8px 50%;
	white-space: normal;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	background-position: 8px 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/* @end */

