/**********************************************************************************************
LAYOUT STYLES
**********************************************************************************************/


body,
html {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	height: 100%;
}
body {
	min-width:1024px;
	background-image:url(../_img/css/pink-bg.gif);
	background-repeat:repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:0.8em;
}
#container {
	background: #fff;
	margin:0 auto;
	width:1024px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom: 1px solid #e7e7e7;
}
#container p{
clear:both;
}

#header {
	background:#fff;
	background-image:url(../_img/css/header-bg.gif);
	height: 215px;
	border-bottom: 7px solid #214633;
}
#header h1 {
	padding:5px;
	margin:0;
}

#leftcol {
	float:left;
	padding-bottom: 5em;
	background: #fff url(../_img/css/whiteback.gif) repeat-y;
	width: 234px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 230px;
}

#maincol {
	background:#fff;
	float:left;
	width:768px;
	padding: 1.25em 0 5em 0.1em;	
}

#footer {
    clear:both;
	border-top: 1px solid #ffccff;
	padding: 0.5em 0 0.5em 8px;
	margin: 1em 0 0 0;
	background:#fff;
}

#blogtext {
display:block;
width: 768px;
}

#blogfooter {
	clear:both;
	margin: 1em 0 0 0;
	padding: 0.5em 0 0.5em 3px;
	color: #333;
	background-color: #fff;
	border-top: 1px solid gray;
	text-align:right;
}
	

#footer p {
	padding:5px;
	margin:0;
	color:#999;
}
#greatWallChallenge {float:left; margin:1em 0 0 1em;}
#breastCancerCampaign {float:right;}

.homepageSponsor {
	float:left;
	padding:0 5em 0 0;
	}
.sponsorPageLogo {
	float:left;
	padding:0 0em 5em 0;
	width: 30%;
	}
	
.corporateSponsorsLeft {
	float:left;
	width:50%;
	padding-left:1em;
	}
.corporateSponsorsRight {
	float:right;
	width:50%;
	}
.logoRow {
	width:100%;
	padding:0 0 1.5em 0;
	}
/**********************************************************************************************
END - LAYOUT STYLES
**********************************************************************************************/

/**********************************************************************************************
GENERAL STYLES
**********************************************************************************************/
img {border:none;}
p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:1em;
	color:#333333;
}
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#cc0066;
	font-size: 1.75em;
}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	color:#cc0066;
	font-size: 1.25em;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.15em;
	font-weight:bold; color:#666666;
}

a {
	color: #ff0066;
	text-decoration: underline;
}
a:hover, a:active {
	color: #660033;
}
a.actionLink {background-image:url(../_img/css/actionLink.gif); background-repeat:no-repeat; background-position:bottom; background-position:left; padding-left:10px; margin-left:0.1em;}
/**********************************************************************************************
END - GENERAL STYLES
**********************************************************************************************/

/**********************************************************************************************
NAVIGATION STYLES
**********************************************************************************************/
#nav {margin-top: 2em;}
#nav ul#navlist {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#nav a {
	display: block;
	padding: 0.2em;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ffccff;
}
#nav a:link, #navlist a:visited {
	color: #660033;
	text-decoration: none;
}
#nav a:hover {
	background-color: #ffccff;
	color: #660033;
}
#nav a#current{ background-color: #ffccff;}
/**********************************************************************************************
END - NAVIGATION STYLES
**********************************************************************************************/

/**********************************************************************************************
ROUNDED FEATUREBOX STYLES
**********************************************************************************************/

.featurebox {
	width: 40%;
	background-color: #fff;
	color: #fff;
}

.featurebox p {
	margin: 0 10px;
}

.featureboxtop { 
	background: url(../_img/css/feature_tl.gif) no-repeat top left; 
}

.featureboxbottom {
	background: url(../_img/css/feature_br.gif) no-repeat top right; 
}

img.corner {
   height: 11px;
   border: none;
   display: block !important;
}

/*****************************************************************/
.homepageCornersRow {
	clear:both;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
.cornersCont {width:45%; padding: 0.25em 1.75em 2em 0em; /*float: left;*/}

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../_img/css/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #ccc; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #ccc;/* YCC: color & properties of the right-borderline */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
.homepageBoxTitle { margin: -0.25em 0 0em -0.5em; }
#fundTotal { font-size: 2em; color:#FF0066; text-align:center; margin: 0em 0 0 0;}

.homeFullWidth {
	margin:0em 0 0 1em;
	width: 94%;
	}
/**********************************************************************************************
END - ROUNDED FEATUREBOX STYLES
**********************************************************************************************/

/**********************************************************************************************
NEWS ITEM STYLES
**********************************************************************************************/
#news {margin-top: 0em;}
#news ul#newslist {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 1em;
}
#news ul#newslist li {
	border-bottom: 1px solid #ffccff;
	padding: 0.25em 0 0.25em 0;
	}
#news a {
	display: block;
	padding: 0;
	margin:0;
	background-color: #fff;
}
#news a:link, #newslist a:visited {
	color: #ff00cc;
	text-decoration: none;
}
#news a:hover {
	color: #660033;
}

#newstable {margin:0 0 0 -3px;}
#newstable td {
	border-bottom: 1px solid #ffccff;
	padding: 0.25em 0 0.5em 0;
	}
#newstable td a:link, #newslist a:visited {
	color: #ff00cc;
	text-decoration: none;
}
#newstable td a:hover {
	color: #660033;
}
span.newsHeading {color: #FF0066; font-weight:bold;}
span.newsItemDate {color:#999;}
span.newsItemDesc {
	font-size:0.9em;
	color:#666;
	margin-top:-2em;
	}
/**********************************************************************************************
END - NEWS ITEM STYLES
**********************************************************************************************/

/**********************************************************************************************
FORM STYLES
**********************************************************************************************/
.formField {background-color: #fff;
border: 1px solid #cccccc; font:11px Verdana, Arial, Helvetica, sans-serif; color:#666666; padding:4px 0px 4px 4px;}

.formButton {background-color: #eeeeee; font:Verdana, Arial, Helvetica, sans-serif; color:#000; font-size:small; border:1px outset #666666; padding:4px 4px 4px 4px;} 
div.formRow {
	clear:both;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}

div.formRow span.formLabel {
  float: left;
  text-align:left;
  width:20%;
  }

div.formRow span.formElement {
  text-align:left;
  } 
  
div.formError {
  text-align:left;
  width:90%;
  font-weight:bold;
  background-color:#fee2fb;
  border:1px solid #990066;
  padding: 0 1em 0em 1em;
  }
div.formError ul {font-size:0.9em; color:#990066;}

/**********************************************************************************************
END - FORM STYLES
**********************************************************************************************/

/**********************************************************************************************
MISC STYLES
**********************************************************************************************/
.rssLink {
	padding-top: 0;
	font-size:0.8em;
	color:#003366;
	float:right;
	}
.rssLink a:link, .rssLink a:visited{
	color:#003366;
	text-decoration:underline;
	}
.rssLink a:hover {
	color:#999999;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.eventDiv {
	padding-bottom: 1em;
	border-bottom:1px dashed gray;
	width: 95%;
	}
.eventDiv h2 {
	padding-top: 1em;}
.eventDetails {
	background-color:#f7e1ee; padding:0.25em 0 0.25em 0.5em; margin-left:-0.5em; line-height:0.7em;
	}
.eventDetails .buyNow {}
#subscribeForm { margin-left:0.9em; margin-top:4em;}
/**********************************************************************************************
END - MISC STYLES
**********************************************************************************************/

/**********************************************************************************************
sIFR STYLES
**********************************************************************************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:3.75em;
	margin-bottom: 0px;
	margin-left: -5px;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}*/

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/**********************************************************************************************
END - sIFR STYLES
**********************************************************************************************/

/**********************************************************************************************
END - BLOG STYLES
**********************************************************************************************/

.trackbackBody {
}

.byline {
	font-size:0.8em;
	color:#999999;
	}
.commentbyline {
	font-size:0.8em;
	color:#999999;
	padding-top:0.8em;}
#comments {
	margin-top:3em;
	}
.addCommentLink {
	margin:0.75em 0 0.75em 0;
	}
/**********************************************************************************************
END - BLOG STYLES
**********************************************************************************************/