/*
Default CSS for elements
*/
body {
	font-family:Georgia,Arial,sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fffbf6;
	font-size: 12px;
}

a img { border:none; }
a { color: #8a0000; }
a:hover { color: #b50202; }

form { margin: 0; padding: 0; }

h1 { font-size: 1.35em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
hr { border: none 0; border-top: 1px dashed #C5C5C5;
height: 1px; margin: 0;	padding: 0; }

/* blockquote { margin-left: 20px; border-left: 20px solid #eee;
 padding-left: 10px; font-size: 0.9em; clear: left; } */

ul { margin:0; padding:0; list-style-type: none; }

dt { font-weight: bold; }

dd { margin-left: 1.0em; font-size: 0.9em; }

code { font-family: Courier New, Courier, Monospace; font-size: 1em;
color: #666666; }

acronym, abbr { cursor: help; }

/* End Default CSS */

#wrapper { min-height: 1120px; background: url(../images/bg.jpg) repeat-x; }

#main { position: relative; width: 930px; margin: 0 auto; }

#main div.body { background: url(../images/bg-page.gif) repeat-y; }

#main div.banner { border-bottom: 5px solid #febc26; height: 132px;
	background-repeat: no-repeat; background-color: #082457; }

/* Header */

#header {
	position: relative;
	width: 930px;
	height: 153px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding-left: 22px;
	float: left;
}

#header h1 a {
	display: block;
	width: 305px;
	height: 153px;
	text-indent: -5000px;
	overflow: hidden;
}

#header ul.nav {
    position: absolute;
    top: 103px;
    left: 663px;
	width: 265px;
	overflow: hidden;
	z-index: 99;
	
}

#header ul.nav li {
	float: left;
}

#header ul.nav li.donate {
	width: 125px;
	margin-right: 15px;
}

#header ul.nav li.befriend {
	width: 125px;
}

#header ul.nav li a {
	display: block;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
}

#header ul.nav li.donate a {
	background: url(../images/header/button-donate.gif) no-repeat;
}

#header ul.nav li.befriend a {
	background: url(../images/header/button-befriend.gif) no-repeat;
}

#header ul.nav li a:hover {
	background-position: 0px -29px;
}

/* End Header */

/* Toolbar */

#toolbar {
	position: absolute;
	top: 0;
	right: 0;
	padding: 29px 0px 20px 9px;
	overflow: hidden;
	float: right;
	width: 400px; /*fix for FF2.0*/
}

#toolbar ul.flags {
    padding: 4px 4px 0 0;
	float: right;
}

#toolbar ul.flags li {
	float: left;
}

#toolbar ul.flags li a {
	display: block;
	height: 15px;
	width: 23px;
	text-indent: -5000px;
	overflow: hidden;
	padding-right: 5px;
}

#toolbar ul.flags li.german a {
    background: url(../img/header/flags/germany.jpg) no-repeat;
}

#toolbar ul.flags li.english a {
    background: url(../img/header/flags/us.jpg) no-repeat;
}

#toolbar ul.flags li.french a {
    background: url(../img/header/flags/france.jpg) no-repeat;
}


#toolbar form {
	position: relative;
	width: 232px;
	height: 29px;
	float: right;
	overflow: visible;
	background: url(../img/header/search.gif) no-repeat;
}

#toolbar form input.text {
	position: absolute;
	top: 3px;
	left: 12px;
	width: 150px;
	height: 16px;
	border: 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

#toolbar form input.button {
	position: absolute;
	top: -4px;
	right: 0px;
	width: 39px;
	height: 29px;
	padding: 0;
	float: left;
	background: url(../img/header/go-btn.gif) no-repeat;
}

#toolbar form input.button:hover {
	background-position: bottom left;
}

/* End Toolbar */


/* Main Navigation Bar */

#ctl01_FlyoutMenu1 {
	min-height: 49px;
	width: 930px;
	background: url(https://secureronald.ppi.net/nav2.jpg) repeat-x;
}

#ctl01_FlyoutMenu1 li {
	float: left;
	position: relative;
}

#ctl01_FlyoutMenu1 li.last {
	margin: 0;
}

/* 
All 3 states (normal, hover, and selected) for the 
main nav bar are contained in nav.png. The images 
of the nav buttons are loaded as backgrounds.
 */
 
a:link.FlyOut_Level01 {
	display: block;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	background: url(https://secureronald.ppi.net/nav2.jpg) repeat-x;
	color: #ffffff;
	font-size: 16px;
	padding: 0 15px 0 15px;
  text-decoration: none;
  border-right: 1px dotted #ffffff;
  
}

a:active.FlyOut_Level01 {
	display: block;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	background: url(https://secureronald.ppi.net/nav2.jpg) repeat-x;
		color: #ffffff;
	font-size: 16px;
	padding: 0 15px 0 15px;
	text-decoration: none;
	border-right: 1px dotted #ffffff;
}

a:visited.FlyOut_Level01 {
	display: block;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	background: url(https://secureronald.ppi.net/nav2.jpg) repeat-x;
		color: #ffffff;
	font-size: 16px;
	padding: 0 15px 0 15px;
	text-decoration: none;
	border-right: 1px dotted #ffffff;
}


a:hover.FlyOut_Level01 {
	background-position: left -49px;
	text-decoration: none;
	cursor: pointer !important;
}

/* Eliminate - RadMenu overlaps WYSIWYG */
.RadMenu { z-index: 100; }

/* End Main Navigation Bar */


/* Body */

#body {
	overflow: hidden;
	background-color: #fff;
}

#content-wrapper {
	padding: 0 0 10px 0;
	background: url(../images/divider.gif) repeat-x bottom left;
	height: 1%; /* IE fix */
}

#breadcrumbs {
    font-size: 0.9em;
}

#breadcrumbs a {
	white-space: nowrap;
	/*font-size: 0.9em;*/
	text-decoration: none;
	/*color: #000;*/
}

#ctl01_Breadcrumb1 {display: none;}

/* End Body */

/* Sidebar nav */

#sidebar { float: left; width: 199px; padding: 34px 18px 0 15px; }

#sidebar h2 {
	margin: 0;
	font-weight: normal;
	background: url(../images/divider.gif) repeat-x bottom left;
	padding-bottom: 0.5em;
}

#sidebar h2 a {
    color: #000;
    text-decoration: none;
}

#sidebar ul.nav {
	margin: 15px 0 0 0;
	/*width: 192px;*/
}

#sidebar ul.nav li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul.nav li a.current,
#sidebar ul.nav li a.section,
#sidebar ul.nav li a:hover {
	color: #8a0000;
}

#sidebar ul.nav li.level-1 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

#sidebar ul.nav li.level-1 ul {
	margin: 0.5em 0;
}

#sidebar ul.nav li.level-1 ul li.level-2
{
	padding-left: 10px;
	background: url(../images/sidebar/list-arrow.gif) no-repeat 0px 2px;
}

#sidebar ul.nav li.level-1 {
	background: url(../images/divider.gif) repeat-x bottom left;
}

#sidebar .RadPanelBar { width: auto !important; }

/* End sidebar */

/* Content area */

#content {
	float: left;
	width: 688px;
	padding-right: 6px;
}

#content h3 {
	margin: 0.7em 0 0.3em 0;
	font-size: 2.4em;
	color: #000;
	font-family: Georgia;
	font-weight: normal;
	padding-bottom: 0.2em;
	background: url(../images/divider.gif) repeat-x bottom left;
}

#content.story h3,
#content.donate h3 {
    background: none;
    padding-bottom: 0.1em;
    margin-bottom: 0;
}

#content.event h3 {
    font-size: 2em;
    background: none;
    padding-bottom: 0.1em;
    margin: 0.4em 0 0 0;
}

#content p.story-date {
    margin: 0 0 0.5em 0;
    font-size: 1.5em;
}

#content div.top {
	height: 1%; /* IE Fix */
	padding-bottom: 3px;
}

#content div.top-has-border {
	background: url(../images/divider.gif) repeat-x bottom left;
}

#content div.top div.bg {
	background-repeat: no-repeat;
	background-position: top right;
	padding-bottom: 0.5em;
}

#content div.main-content {
    width: 489px;
    float: left;
    overflow: hidden;
}

#content div.sidebar-statement {
    width: 186px;
    padding-left: 13px;
    float: left;
    overflow: hidden;
}

#content div.headline-img {
    margin-bottom: 14px;
}

#content.event div.headline-img {
    margin-top: 25px;
}

#content div.intro {
	font-size: 1.8em;
	/*padding: 0 16px 0 0;*/
	margin-bottom: 0.5em;
}

#content div.intro p {
	margin: 0;
}

#content div.quote {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

#content div.quote p {
    text-align: center;
    margin: 0;
}

#content div.quote p.quoted {
    text-align: right;
    margin-right: 40px;
}

#content div.copy {
	padding: 0 16px 0 0;
	margin-bottom: 1em;
}

#content div.copy p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#content div.copy h4 {
	font-size: 1.0em;
	color: #000;
	margin: 1em 0 0.2em 0;
}

#content div.copy h4:first-child {
	margin-top: 0;
}

/* End Content area */

/* Gray emphasized box */

#content div.box-gray {
	background: #fffcfa url(../images/box-bg.png) repeat-x;
	overflow: hidden;
	padding-bottom: 1em;
}

#content div.box-gray div.section
{
    border-top: 1px dotted #000;
    padding: 20px;
}

#content div.box-gray h4 {
	color: #000;
	font-size: 1.1em;
	margin: 1em 0 0.2em 0;
}

#content div.box-gray h4:first-child {
	margin-top: 0;
}

#content div.box-gray p {
	margin: 0 0 0.3em 0;
	line-height: 1.5em;
	clear: both;
}

#content div.box-gray ul.horizontal-list {
    list-style: none;
    margin-left: 0;
}

#content div.box-gray ul.horizontal-list li {
    float: left;
    padding-right: 10px;
}

#content div.copy ul,
#content div.box-gray ul {
	list-style-type: disc;
	margin: 1em 0 1em 1.5em;
}

#content div.copy ul li,
#content div.box-gray ul li {
	margin-bottom: 0.3em;
}

#content div.box-gray ul.section-list
{
    list-style-type: none;
}

#content div.box-gray ul.section-list li
{
    /*background: url(../img/divider.gif) repeat-x;*/
}

/* Red sidebar boxes */
#content div.sidebar-statement
{
    margin-top: 55px;
}

#content.story div.sidebar-statement
{
    margin-top: 86px;
}

#content.event div.sidebar-statement
{
    margin-top: 25px;
}

#content.donate div.sidebar-statement
{
    margin-top: 25px;
}

#content div.sidebar-statement div.geo-trust
{
    margin-bottom: 20px;
}

#content div.colored-box {
	background-repeat: no-repeat;
	/*width: 216px;*/
	color: #fff;
	/*margin-bottom: 1em;*/
	padding: 16px 16px 1em 16px;
}

#content div.colored-box div.section {
    
    padding: 0;
    margin: 0;
}

#content div.colored-box a {
	color: #fff;
	text-decoration: none;
}

#content div.colored-box a:hover {
	color: #ffcc00;
}

#content div.colored-box h4 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em 0;
	background: url(../img/box/red-divider.gif) repeat-x bottom left;
}

#content div.colored-box p {
    line-height: 1.5em;
	padding: 0 0 1em 0;
	color: #fff;
	background: url(../img/box/red-divider.gif) repeat-x bottom left;
	margin: 1em 0;
}

#content div.box-red {
	background-color: #8b0202;
}

/* Quick links */

#content div.quick-links {
	clear: both;
	background: url(../img/divider.gif) repeat-x;
	margin: 0 0 30px 0;
}

#content div.quick-links h3 {
	background: none;
	font-size: 1.8em;
	padding: 15px 0;
	margin: 0;
}

#content div.quick-links ul {
	overflow: hidden;
}

#content div.quick-links ul li {
	float: left;
	/*padding-right: 18px;*/
	margin-right: 7px;
}

#content div.quick-links ul li.last {
	margin: 0;
	padding: 0;
	/*background: none;*/
}

#content div.quick-links ul li a {
	display: block;
	padding: 124px 5px 0 5px;
	text-align: center;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	width: 156px;
}

#content div.quick-links ul li a.donate {
    background: url(../img/quick-links/donate-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.involved {
    background: url(../img/quick-links/involved-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.volunteer {
    background: url(../img/quick-links/volunteer-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.newsletter {
    background: url(../img/quick-links/newsletter-bg.jpg) no-repeat;
}

#content div.quick-links ul li a.current,
#content div.quick-links ul li a:hover {
	background-position: -166px 0px;
	color: #8a0000;
	font-weight: bold;
}

/* End Quick Links */

/* Donate Table */

#content table.donate
{
    width: 100%;
    padding-top: 20px;
    font-size: 0.9em;
}

#content table.donate td
{
    width: 40%;
    padding: 5px 0;
    vertical-align: top;
}

#content table.donate td.desc
{
    text-align: right;
    padding-right: 10px;
}

#content table.donate input.text
{
    width: 220px;
}

#content table.donate input.medium
{
    width: 100px;
}

#content table.donate input.short
{
    width: 50px;
}

#content table.donate input.phone3
{
    width: 85px;
}

/* End Donate Table */

/* Footer */

#footer {
	color: #000;
	font-size: 0.9em;
	padding: 22px 0;
	overflow: hidden;
	margin: 0 9px 0 8px;
	clear: both;
}

#footer div.left {
	width: 60%;
	float: left;
}

#footer div.right {
	width: 30%;
	float: right;
	text-align: right;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #B50202;
}

#footer p {
	margin: 0;
}

#footer div.right a.bbb {
	margin-left: 10px;
}

#footer div.left p.copyright {
	font-size: 0.8em;
	margin-top: 0.5em;
}

#footer div.left p.copyright-desc {
	font-size: 0.7em;
	margin-top: 0.5em;
	width: 520px;
}

#footer ul.links {
	float: right;
}

#footer ul.links li {
	float: left;
	padding: 0.5em 1em;
	margin-top: 34px;
}

#footer ul.links li.report {
	border: 0;
}

#footer ul.links li.bbb {
	padding: 0 0 0 0.5em;
	margin: 0;
}

#footer ul.links li.bbb a {
	display: block;
	width: 37px;
	height: 55px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../img/bbb.gif) no-repeat;
}

.bannerAd2 {
	padding: 10px 0;
	overflow: hidden;
	margin: 0;
	background: url(../images/divider.gif) repeat-x bottom left;
}

/* Utility */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* home content */

#content-wrapper
{
    padding-top: 0;
    background-color: Transparent;
    color: #4d4a4a;
}

#content-widget {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#content-bottom
{
    margin: 10px 0 0 0;
    height: 1%;
}

#content-bottom div.promo-left
{
    width: 482px;
    padding: 6px;
    background: #fff;
    float: left;
}

#content-bottom div.promo-left h4
{
    font-size: 1.4em;
    margin: 0.5em 0 0.2em 0;
}

#content-bottom div.promo-left p
{
    margin: 0 0 1em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-left h4,
#content-bottom div.promo-left p
{
    padding-left: 10px;
}

#content-bottom div.promo-right
{
    width: 427px;
    float: right;
    
}

#content-bottom div.promo-right div.block
{
    margin-bottom: 8px;
    padding: 5px;
    background: #fff;
    height: 1%; /* IE fix */
}

#content-bottom div.promo-right img
{
    display: block;
    float: left;
}

#content-bottom div.promo-right h4
{
    font-size: 1.3em;
    font-weight: normal;
    margin: 0.1em 0 0.2em 0;
}

#content-bottom div.promo-right p
{
    font-size: 0.9em;
    margin: 0 0 0.5em 0;
    line-height: 1.4em;
}

#content-bottom div.promo-right div.block-text
{
    float: left;
    width: 235px;
    padding: 0  0 0 25px;
}

.promo-right div.adContainer {
  float: right;
  margin: 0 0 5px 0 !important;
}

.Search_Container {	padding: 0; float: right; background: url('/search.gif') no-repeat ;	
	margin: 0px 0px 10px; WIDTH: 240px; HEIGHT: 22px;}
.Search_Image { display: none; }	 
.Search_Link { float: right; margin: 5px 0 0; }
.Search_TextBox { border: 0; font-size: 12px; BACKGROUND: none transparent scroll repeat 0% 0%;	
float: left; width: 186px;	color: #666; padding: 5px 0 0 10px; 
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
/*
.Search_ListTable {	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	PADDING-BOTTOM: 0px;	BORDER-TOP-STYLE: none;	PADDING-TOP: 0px;	BORDER-RIGHT-STYLE: none;	BORDER-LEFT-STYLE: none;	BORDER-BOTTOM-STYLE: none}

.Search_ListTable TD {	TEXT-ALIGN: left}.Search_ListItem {	PADDING-RIGHT: 0px;	PADDING-LEFT: 10px;	PADDING-BOTTOM: 10px;	PADDING-TOP: 10px;	BACKGROUND-COLOR: #ffffff}

.Search_ListItem TD {	TEXT-ALIGN: left}

.Search_ListTitleLink {	FONT-WEIGHT: bold;	FONT-SIZE: 12px;	TEXT-DECORATION: none}

.Search_ListBriefDescription {	}

.Search_ListHyperlink {	FONT-WEIGHT: normal;	FONT-SIZE: 10px;	COLOR: #cc6600;	TEXT-DECORATION: none}

.Search_ListHyperlink A {	COLOR: #666666}

.Search_NoResults {	FONT-WEIGHT: bold;	TEXT-ALIGN: center}

.Search_PagerStyle {	}




*/
.ParentSection_MainListTable {
display: none;
}
