@charset "utf-8";
/* CSS Document */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% 'Lucida Grande', 'Lucida Sans', Arial, Verdana, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

img {border: 0;}

body
{
  margin: 0;
  padding: 0 0 30px 0;
  color: #666666;
  FONT-FAMILY: 'Lucida Grande', 'Lucida Sans', Arial, Verdana, Helvetica, sans-serif;
  min-width: 890px;
  text-align: center;
  background-color: #f8f3df;
}

a:link {text-decoration: underline; color: #669900; background-color: transparent;}
a:visited {text-decoration: underline; color: #669900; background-color: transparent;}
a:hover {text-decoration: underline; color: #336600; background-color: transparent;}

/*-- GENERAL BITS --*/
.container {margin: 0 auto; width: 890px; padding: 0; border: 0; position: relative; text-align: left;}
.divClear {clear: both;}

/*-- HEADER --*/
.headerArea {float: left; display: inline; width: 890px; height: 100px;}

.headerLogo {float: left; display: inline; width: 259px; height: 41px; margin: 33px 0 0 20px;}
.headerStrapline {float: right; display: inline; width: 298px; height: 27px; margin: 47px 20px 0 0;}

/*-- MAIN AREA --*/
.mainArea {float: left; display: inline; width: 890px; margin: 0; background-color: #FFFFFF; padding: 0 0 20px 0;}

/*-- NAV BAR --*/
.navbar {float: left; display: inline; width: 850px; margin: 20px 0 0 20px; background-color: #669900; height: 33px;}
	.navbar ul {display: inline; float: left; list-style: none; margin: 9px 0 0 20px; padding: 0;}
	.navbar li {display: inline; float: left; margin: 0 40px 0 0;}
	.navbar li a {display: inline; float: left; height: 15px;}
	.navbar li span {display: none;}

#nav01 a {background: url(images/nav_home_off.gif) top left no-repeat; width: 48px; height: 15px;}
#nav01 a:hover {background: url(images/nav_home_on.gif) top left no-repeat;}
#nav01on a {background: url(images/nav_home_on.gif) top left no-repeat; width: 48px; height: 15px;}

#nav02 a {background: url(images/nav_about_us_off.gif) top left no-repeat; width: 76px; height: 15px;}
#nav02 a:hover {background: url(images/nav_about_us_on.gif) top left no-repeat;}
#nav02on a {background: url(images/nav_about_us_on.gif) top left no-repeat; width: 76px; height: 15px;}

#nav03 a {background: url(images/nav_campaigns_off.gif) top left no-repeat; width: 91px; height: 15px;}
#nav03 a:hover {background: url(images/nav_campaigns_on.gif) top left no-repeat;}
#nav03on a {background: url(images/nav_campaigns_on.gif) top left no-repeat; width: 91px; height: 15px;}

#nav04 a {background: url(images/nav_join_us_off.gif) top left no-repeat; width: 61px; height: 15px;}
#nav04 a:hover {background: url(images/nav_join_us_on.gif) top left no-repeat;}
#nav04on a {background: url(images/nav_join_us_on.gif) top left no-repeat; width: 61px; height: 15px;}

#nav05 a {background: url(images/nav_the_forum_off.gif) top left no-repeat; width: 88px; height: 15px;}
#nav05 a:hover {background: url(images/nav_the_forum_on.gif) top left no-repeat;}
#nav05on a {background: url(images/nav_the_forum_on.gif) top left no-repeat; width: 88px; height: 15px;}

#nav06 a {background: url(images/nav_contact_us_off.gif) top left no-repeat; width: 97px; height: 15px;}
#nav06 a:hover {background: url(images/nav_contact_us_on.gif) top left no-repeat;}
#nav06on a {background: url(images/nav_contact_us_on.gif) top left no-repeat; width: 97px; height: 15px;}

/*-- FOOTER --*/
.footer {float: left; display: inline; width: 850px; margin: 20px 0 30px 20px;}
	.footer p {float: left; display: inline; font-size: 11px; color: #666666; line-height: 1.6em; margin: 0;}
	.footer img {float: right; display: inline; height: 39px; margin: 0;}

/*-- HOME PAGE --*/
.homeIntroHolder {float: left; display: inline; width: 850px; margin: 14px 0 20px 20px;}

.homeIntroArea{float: left; display: inline; width: 850px; height: 233px; background: url(images/home_intro_bg.jpg) top left no-repeat; margin: 14px 0 20px 20px;}
	.homeIntroArea h1 {font-size: 18px; margin: 30px 0 10px 0; text-indent: -9999px;}
	.homeIntroArea p {font-size: 14px; color: #FFFFFF; line-height: 1.5em; width: 540px; margin: 30px 0 0 20px;}

.homeBoxHolder {float: left; display: inline; width: 270px; margin: 0 0 0 20px; background-color: #efede4; padding: 0 0 10px 0;}
	.homeBoxHolder h2 {margin: 15px 0 10px 20px; padding: 0; text-indent: -9000px; font-size: 11px; line-height: 1em;}

.homeBoxInside {float: left; display: inline; width: 250px; margin: 0 0 0 10px; background-color: #FFFFFF; min-height: 200px; padding: 10px 0 10px 0;}
	.homeBoxInside p {font-size: 11px; line-height: 1.5em; width: 230px; margin: 0 0 1em 10px;}

.homeBoxTheForum a:link {text-decoration: underline; color: #ff6600; background-color: transparent;}
.homeBoxTheForum a:visited {text-decoration: underline; color: #ff6600; background-color: transparent;}
.homeBoxTheForum a:hover {text-decoration: underline; color: #cc3300; background-color: transparent;}
.homeBoxTheForum ul {margin: 0 0 10px 0; font-size: 11px; list-style: none; color: #666666; width: 230px;}
.homeBoxTheForum li {position: relative; background-image: url(images/icon_forum.gif); background-position: 0 0.8em; background-repeat: no-repeat; padding: 5px 0 5px 20px; line-height: 1.5em;}
	
#homeSubOurCampaigns {width: 135px; height: 24px; background: url(images/home_sub_our_campaigns.gif) top left no-repeat;}
#homeSubTheForum {width: 96px; height: 24px; background: url(images/home_sub_the_forum.gif) top left no-repeat;}
#homeSubFeaturedCampaigns {width: 177px; height: 24px; background: url(images/home_sub_featured_campaigns.gif) top left no-repeat;}
#homeSubRevisitingRisk {width: 129px; height: 24px; background: url(images/home_sub_revisiting_risk.gif) top left no-repeat;}

.homeFeaturedCampaigns {float: right; display: inline; width: 270px; margin: 0 20px 0 0; padding: 0 0 10px 0;}
	.homeFeaturedCampaigns h2 {margin: 15px 0 10px 10px; padding: 0; text-indent: -9000px; font-size: 11px; line-height: 1em;}
	.homeFeaturedCampaigns img {float: left; display: inline; margin: 0 0 10px 0;}
	
/*-- CONTENT PAGE --*/
.titleHolder {float: left; display: inline; width: 850px; height: 100px; margin: 20px 0 10px 20px;}
	.titleHolder h1 {margin: 0; padding: 0; text-indent: -9000px; font-size: 11px; line-height: 1em;}

#pageTitleAboutUs {width: 850px; height: 100px; background: url(images/title_about_us.gif) top left no-repeat;}
#pageTitleJoinUs {width: 850px; height: 100px; background: url(images/title_join_us.gif) top left no-repeat;}
#pageTitleContactUs {width: 850px; height: 100px; background: url(images/title_contact_us.gif) top left no-repeat;}
#pageTitleCampaigns {width: 850px; height: 100px; background: url(images/title_campaigns.gif) top left no-repeat;}
#pageTitleThankYou {width: 850px; height: 100px; background: url(images/title_thank_you.gif) top left no-repeat;}
#pageTitleOrderComplete {width: 850px; height: 100px; background: url(images/title_order_complete.jpg) top left no-repeat;}
#pageTitleOrderCancelled {width: 850px; height: 100px; background: url(images/title_order_cancelled.jpg) top left no-repeat;}

.contentColumn {float: left; display: inline; width: 560px; margin: 0 0 0 20px;}
	.contentColumn h4 {font-size: 14px; line-height: 1.5em; color: #333333; font-weight: normal;}
	.contentColumn h5 {font-size: 14px; line-height: 1.5em; color: #333333; font-weight: bold;}
	.contentColumn p {font-size: 13px; line-height: 1.5em; color: #666666;}
	.contentColumn h2 {font-size: 16px; font-weight: bold; color: #333333; line-height: 1.5em; margin: 1em 0 0 0;}
	.contentColumn ul {list-style: square; font-size: 13px; color: #666666;}
	.contentColumn li {line-height: 1.5em;}
	.contentColumn blockquote {font-size: 14px; color: #333333; line-height: 1.5em; padding: 10px 20px 10px 20px; background-color: #f5e9f3;}
	.contentColumn h6 {font-size: 12px; font-weight: bold; color: #333333; line-height: 1.5em;}
	.contentColumn h6 em {color: #CC0000;}
	.contentColumn form {padding: 0; margin: 10px 0 0 0;}
	.contentColumn label {font-size: 14px; font-weight: bold; color: #333333; width: 140px; display: inline; float: left; padding: 4px 0 0 0; margin: 0 20px 0 0; font-family: 'Lucida Grande', 'Lucida Sans', Arial, Verdana, Helvetica, sans-serif;}
	.contentColumn label em {color: #CC0000;}

.formContactText {width: 380px; border: 2px solid #e4e4e4; background-color: #FFFFFF; color: #333333; font-size: 14px; padding: 4px; FONT-FAMILY: Arial, Helvetica, sans-serif;}
.formContactSelect {width: 380px; background-color: #FFFFFF; font-size: 14px; color: #333333; padding: 4px;}
.formContactButton {background-color: #669900; color: #FFFFFF; font-size: 14px; font-weight: bold; border: 1px solid #669900; padding: 4px 10px 4px 10px; margin: 0 0 0 160px;}

.contentRightColumn {float: right; display: inline; width: 270px; margin: 0 20px 20px 0;}
	.contentRightColumn h2 {float: left; display: inline; margin: 10px 0 10px 10px; padding: 0; text-indent: -9000px; font-size: 11px; line-height: 1em;}
	.contentRightColumn h3 {float: left; display: inline; margin: 20px 0 10px 10px; padding: 0; text-indent: -9000px; font-size: 11px; line-height: 1em;}
	.contentRightColumn img {float: left; display: inline; margin: 0 0 10px 0;}


#colHeadFeaturedCampaigns {width: 178px; height: 24px; background: url(images/col_head_featured_campaigns.gif) top left no-repeat;}
#colHeadGetInvolved {width: 115px; height: 24px; background: url(images/col_head_get_involved.gif) top left no-repeat;}

.payPalButtonHolder {width:206px; margin:0; padding:0; display:inline; float:left; text-align:center; font-size:13px; color:#666666;}
	.payPalButtonHolder h5 {margin-bottom:0; line-height:1em;}
	.payPalButtonHolder table {margin:0 0 10px 0;}
	.payPalButtonHolder td {text-align:center; width:206px;}
	
.payPalButtonHolder2 {width:412px; margin:0; padding:0; display:inline; float:left; text-align:center; font-size:13px; color:#333333;}
	.payPalButtonHolder2 p {color:#333333;}
