@charset "utf-8";
/* CSS Document */

/* COLOR SCHEMES
	body background #909090
Jamba Juice:
	lemon yellow #fde640
	light green #dceb41
	robin blue #97dafb
Olive
	logo title: rob's green: bbaa00     (in header-title and maincolumn h1 top border)
	logo subtitle:  rust: 993300     (in maincolumn h1 font color, h2, header-subtitle, and top border of footer ) 
	olive green: 8d8d4d               (in menu bar   lighter olive:  8d8d4d  darker olive: 72743d)
	putty f4f4da                      (in column header background) (in sidebar background & footer) (very light gray works well too)
	very light gray f4f4f4            
	light green: 99cc66  
	beige:f4ffe4  


USE these colors:   wine color is #6b0003, and for the gray #e0e0e1
*/


/*  ******************************************************************8***************** */
/*  ***********  Body ************ */
/*  ************************************************************************************ */

body {
margin:0 0 0 0px;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
color:#333;
background: #fff;}

body p {   /* tighten up default p spacing a bit */
text-indent: 0em;
margin 1em 0 .6em 0;
}

/*  ******************************************************************8***************** */
/*  ***********  Text Formatting ************ */
/*  ************************************************************************************ */

h1, h2, h3, h4, h5 {
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:1.9em;
color:#000; 
padding-top:0;
padding-left:7px;
margin-top:0;
}
h2, h3, h4, h5 {
border-top: 1px solid #6b0003; 
}
h2 {
color:#993300;
}
h3, h4, h5 {
color:#000;
}
h2 {font-size:1.6em; font-weight:lighter;}
h3 {font-size:1.4em; font-weight:lighter;}
h4 {font-size:1.3em; font-weight:lighter;}
h5 {font-size:1.0em; font-weight:lighter;}


/*  ******************************************************************8***************** */
/*  *********** Links ************ */
/*  ************************************************************************************ */

/* Small URL text */
.smallURL {	font-size: 9px;	}


a img {
border:none;
}
a.imagelink:hover{ 
background:none;
}

a:link, a:visited { 
text-decoration: underline;
color: #6b0003; 
}
a:hover {
text-decoration: none;
color: #000000;
background-color: #999999;
}





/*  ******************************************************************8***************** */
/*  ***********  Page Layout ************ */
/*  ************************************************************************************ */

#header {  
position:relative;  /* causes all the below 'absolutely-positioned' sub elements to be positioned *relative* to header */
height:160px;
white-space: nowrap;  
width:100%;
background: white url(../graphics/donorsnap_site_header.jpg) no-repeat 0 0;
margin:0;
padding:0;
z-index:1;
overflow:hidden;
}

#header a#logo{
width:400px;
height:160px;
display:block;
overflow:hidden;
margin:0;
padding:0;
border:0;
}


#header a#customerlogin{
width:125px;
height:40px;
display:block;
overflow:hidden;
margin:0;
padding:0;
border:0;	
position:absolute;
top:50px;
left:820px;
border:none;
background:none;
}

#headerwave {
position:absolute; 
top: 0px;
left:0px;
z-index:0;
}
#headericon {
position:absolute; 
top: 20px;
left:20px;
z-index:1;
}
#headertext {
position:absolute; 
top: 30px;
left:150px;
z-index:1;
}

#headerlogo {
margin: 0 0 0 10px;
}
#header-title {
position:absolute; 
top: 60px;
left:170px;
font-family: Georgia, "Times New Roman", Times, serif; 
font-size:48px;
color: #bbaa00;   
}
#header-subtitle {
position:absolute;
top: 118px;
left:220px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:18px; 
color: #993300; 
font-style:italic;
}

/*  ******************************************************************8***************** */
/*  ***********  Menu Bar ************ */
/*  ************************************************************************************ */

#header-menubar {  
position:relative;
height:24px;  /* 22 */
_height:22px;
width:995px;
background: #6b0003;  
margin-top:-13px; mar
#margin-top:0;
_margin-top:0;
padding:0;
z-index:1;    
}
#topmenu ul {
margin:0;
padding:0;
list-style:none;
display:inline;
}
#topmenu  li {
list-style:none; 
display:inline;
padding: 0 4px 0 10px; 
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
/*font-variant:small-caps;*/
font-size:15px; 
color:#FFFFFF;
}
/* 
works  in IE 6        #topmenu  li {
works fine in IE 7, FF3, etc.    ul#topmenu > li {      but does not work in IE 6 at all
*/

/*
ul#topmenu > li > a:link {
color:#993300;   
text-decoration: none;
}
ul#topmenu > li > a:visited {
color:#993300;
text-decoration: none;
}
ul#topmenu > li > a:hover {
text-decoration: none;
color: #000000;
background-color: #bbaa00;
}
*/

ul#topmenu li  a:link {
color:#FFFFFF;   
text-decoration: none;
}
ul#topmenu   li  a:visited {
color:#FFFFFF;
text-decoration: none;
}
ul#topmenu li  a:hover {
text-decoration: none;
color:#FFFFFF;
background-color:#6b0003;
background-color:#afbcbe;
}


/*  ******************************************************************8***************** */
/*  *********** Footer ************ */
/*  ************************************************************************************ */

#footer {
clear:both;
background-color: #f4f4da;
height: 40px;
margin:0;
padding:0;
/*padding: .5em 0 1em 0;*/
border-top: 2px solid #993300;
text-align:center;
font-size:14px;
white-space:nowrap;
}
ul#footermenu  {
margin:0;
padding:0;
}
#footermenu  li {
list-style:none;
display:inline;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:.9em;
}
ul#footermenu  li  a:link, 
ul#footermenu  li  a:visited,
ul#footermenu  li  a:hover {
text-decoration: none;
color: #333333;
}
ul#footermenu  li  a:hover {
	background-color:#cccccc;
}
#copyrightnotice {
font-size:.8em;
}



.caption {
	width:650px;
	margin-top:50px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	background-color:#F4E0E0;
	padding: 10px 0 10px 0;
	border:thin solid black;
}

/*  ******************************************************************8***************** */
/*  *********** LP Links - light gray at bottom of page for landing pages ************ */
/*  ************************************************************************************ */

ul#lp-links  {
text-align:center;
margin:10px 0 10px 0;
padding:0 3em 0 3em;
}
#lp-links  li {
list-style:none;
display:inline;
padding: 0 .9em 0 .9em;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size:.9em; 
}
ul#lp-links > li > a:link, 
ul#lp-links > li > a:visited,
ul#lp-links > li > a:hover {
text-decoration: none;
color: #666666;
}
ul#lp-links > li > a:hover {
background-color: #cccccc;
}


#two-column-wrapper {  /* hold the center & rightcol columns together to prevent huge gutter on very wide windows */
position:absolute;
top: 190px;
left:0;
width: 990px;
_width: 1000px; /* setting for IE6 IE 6*/
padding:0;
margin:0;
margin-top: -10px;
#margin-top: -10px;
_margin-top: -10px;
}

#maincolumn {
float:left;
width: 650px;  
/*_width: 700px;  /* 677 setting for IE6 IE 6*/
padding:8px 40px 8px 25px;
background: #ffffff;
margin-left:7px;
}

#maincolumn h1 {
margin: 15px 0 0 0;
font-size: 1.7em;  
font-family: Georgia, "Times New Roman", Times, serif;
font-style:normal;
color: #6b0003;  
}

/* Use two-column-wrapper around maincolumn and sidebar in left & right positions.  Or just use singlecolumn by itself */ 
#singlecolumn { 
float:left;
width: 900px;  
/*_width: 700px;  /* 677 setting for IE6 IE 6*/
padding:8px 5px 8px 5px;
background: #ffffff;
margin-left:7px;
margin-top: 20px;
#margin-top: 10px;
_margin-top: 10px;
}
#singlecolumn h1 {
margin: 15px 0 0 0;
font-size: 1.7em;  
font-family: Georgia, "Times New Roman", Times, serif;
font-style:normal;
color: #6b0003;  
}

.popoutbox {
float:right; width:280px; border: 2px solid #ff770b; padding: 0 6px 0 8px;
overflow:hidden; /*added 12/16/2009/ */
height:auto; /*added 12/16/2009/ */
min-height:150px; /*added 12/16/2009/ */
}

#sidebar {
	float:right;
	width: 260px;
	color:#000;
	/*background-color: #e0e0e1; */
margin-top: 14px;
#margin-top: 14px;
	_margin-top: 14px;
	background: #EDA253 url(../graphics/sidebar_bg.jpg) repeat-x 0px 0px;
	position:relative;
	padding:0;
	line-height:normal;
}
#sidebarbottom {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 100%;
	overflow: hidden;
	position:relative;
	left: 0px;
	bottom: 0px;
}
#sidebarbottom .bl {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 15px;
	clear: left;
	float: left;
	background: url(../graphics/sidebar_bl.jpg) no-repeat -2px 0px;
}

#sidebarbottom .br {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 12px;
	clear: right;
	float: right;
	background: url(../graphics/sidebar_br.jpg) no-repeat 0px 0px;
}

#sidebar h2 {border-top: none; color:#6B0003;}
#sidebar h3 {border-top: none;}
#sidebar h4 {border-top: none;}
#sidebar h5 {border-top: none;}

#sidebar div {
padding: 0;
text-align:center;
margin-top: 25px;
margin-bottom: 60px;
}
#sidebar  p {
margin: 10px 10px 20px 10px;
}
.standoutbox{
	border:thin solid #333333; 
	padding: 10px 20px; 
	background-color:#f5e9e9;
	margin-bottom:20px;
}


#riskfreetrial p{
margin:5px 0;
padding:0;
}

#trydonorsnap{
	background: url(../graphics/risk-free-30-days.gif) no-repeat;
	margin: 0px 0 0 200px;
	padding: 0px;
	height: 18px;
	width:319px;
	font-size: 16px;
	line-height: 70px;
	font-weight: bold;
	overflow: hidden;
}

h2#spendmoretime{
	background: url(../graphics/spending_more_time.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 396px;
	line-height: 100px;
	overflow:hidden;
}
/*  ******************************************************************8***************** */
/*  ***********  Block Quotes ************ */
/*  ************************************************************************************ */

blockquote {
float:right;
width:360px;
margin:0;
padding:0;
color:#000;
}
blockquote p {
font: 1em Georgia, "Times New Roman", Times, serif;
margin: 0em 1em .5em 2em;
padding:0;
}
blockquote.blockquotesource{
clear:both;
float:right;
color:#000;
text-align:right;
font-style: italic;
margin: 0 1em .5em 0;
}

/*  ******************************************************************8***************** */
/*  ***********  Table ************ */
/*  ************************************************************************************ */
/* General purpose printable table */
table.table_generalpurpose {
margin-left:auto; 
margin-right:auto;
color:#000000;
border: solid thin #993300;
font-size: 13px;
margin-bottom:7px;
}
table.table_generalpurpose th {
font-size:12px;
background-color: #f3dfdf;
}
table.table_generalpurpose   td  {
	border:none;
	}

table.table_generalpurpose   td:first-child  {
	font-size:13px;
	padding-left:5px;
	}

table.table_generalpurpose  td:first-child + td {text-align:center;}
table.table_generalpurpose  td:first-child + td + td {text-align:center;}
table.table_generalpurpose  td:first-child + td + td + td {text-align:center;}

table.table_generalpurpose tr.even {	background: #f5eeec;	}
#table_col1, #table_col2, #table_col3, #table_col4, #table_col5, #table_col6, #table_col7, #table_col8 {	text-align:center;	}	


/* **************************************************************************************** */
/* ***********************************Free Mini Course**************************************** */
#freeminicourse{
	width:198px;
	height:auto;
	overflow:hidden;
	margin:5px;
	padding:0;
	background:#ec953b url(../graphics/free_minicourse_bg.jpg) repeat-x 0px 0px;
	float:right;
}
#inner_minicourse{
	margin:0;
	padding:45px 0 0;
	background: url(../graphics/free_minicourse_top.jpg) no-repeat right top;
	height: auto;
	width:100%;
}
#inner_minicourse h2{
	color:#82250f;
	font: bold normal 12px/normal  Helvetica, Arial,Verdana, sans-serif;
	margin:0 0 10px 5px;
	border:none;
	font-weight:bold;
}
#inner_minicourse p{
	color:#2c2628;
	font: normal 11px/normal Arial, Tahoma, Verdana, Helvetica, sans-serif;
	margin:5px 5px 5px 10px;
	padding:0;
}
#inner_minicourse a, #inner_minicourse a:visited{
color:#222;
font-weight:bold;
font-weight:0.9em;
}
#bottom_minicourse{
	height:15px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:url(../graphics/free_minicourse_bottom.jpg) no-repeat 0 0;

}

.smalltext{
font-size:0.8em;
line-height:1.5em;
}
/* **************************************************************************************** */

#calendarframebox{
height:160px;
width:630px;
overflow:hidden;
padding:0;
margin:5px 0 0px 0px;
text-align:left;
}

#calendarframebox iframe{
margin:0 ;
padding:0;
border:none;
}
.bykeepandshare{
width: 300px;
margin:0 0 20px 150px;
font-size:0.9em;
padding:0;
}

.clickable{
 cursor:pointer;
}

#fullimage{
width:auto;
height:auto;
background:#fff;
padding:5px;
margin:0;
position:absolute;
top:0px;
left:300px;
z-index:1000;
overflow:hidden;
/*display:none; */
border:solid 2px #6B0003;
}
