/*CONTENTS
-----------------------
BASE CSS
Layout
General Elements
Individual Pages
	Home
Lightbox

SITE COLORS
-----------------------
Text: #666
Links: #e9262a
Links Active #c21a1d
-----------------------*/

/*---------------------------------------------------------
  Base CSS 
---------------------------------------------------------*/ 
body, form, h1, h2, h3, h4, h5, select, textarea, ul, li { 
	padding: 0;
	margin: 0;
	}

p { 
	margin: 0 0 1em 0;
	padding: 0;
	}	
	
	
h1, h2, h3, h4, h5 { 
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	}
	
a { 
	outline: none;
	}
	
a:link, a:visited { 
	text-decoration: none;
	}

a:active, a:hover { 
	text-decoration: underline;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { 
	text-decoration: none;
	}

body { 
	text-align: center;
	}
	
input, select, textarea { 
	font-size: inherit;
	font-family: inherit;
	}

ul { 
	list-style-type: none;
	}

img { 	
	border: 0px;
	}
	
.clear {
 	clear: both;
	}
	
.italic {
	font-style: italic;
	}
	
.bold { 
	font-weight: bold;
	}
	
/*---------------------------------------------------------
  Layout 
---------------------------------------------------------*/ 
body { 
	background: #d8f1fb url(/images/common/body-bg.jpg) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

#wrapper { 
	background: url(/images/common/wrapper-bg.jpg) repeat-y 50% 0;
}

.corecolumn { /* class that centers the content */
	width: 980px;
	margin: 0px auto;
}

#page { 
	background: url(/images/common/page-bg.jpg) no-repeat 50% -188px;
	text-align: left;
	
}

#header { 
	background: url(/images/common/page-bg.jpg) no-repeat 50% -188px;
	height: 244px;
}

#headercontent { 
	height: 176px;
	padding: 28px 0 0 20px;
	font-size: 12px;
}

#logo { 
	width: 323px; 
	height: 166px;
	background: url(/images/common/core-images.png) no-repeat 0 0;
	display: block;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
	margin-right: 20px;
}

.headerblock { 
	float: left;
	width: 175px;
	min-height: 100px;
	overflow: hidden;
	background-image: url(/images/common/core-images.png);
	background-repeat: no-repeat;
	margin: 66px 0 0 0;
	line-height: 1.4em;
	
}

#page .headerblock a:link, #page .headerblock a:visited, #page .headerblock a:hover, #page .headerblock a:active { 
	display: block;
	min-height: 45px;
	padding: 55px 10px 0 10px;
	color: #666;
	text-decoration: none;
	}

#headerregister { 
	background-position: 0 -175px;
	margin-right: 10px;
}


#headerdonate { 
	background-position: -185px -175px;
	margin-right: 20px;
}

#headerlogin { 
	float: left;
	margin-top: 77px;
	width: 235px;
}

#headerlogin label { 
	overflow: hidden;
	text-indent: -5000px;
	display: block;
	width: 150px;
	height: 15px;
	background: url(/images/common/core-images.png) no-repeat 0 -555px;
}

#headeruser { 
	display: block;
	margin-bottom: 5px;
}

.loginbtn { 
	text-indent: -5000px;
	overflow: hidden;
	width: 64px;
	height: 29px;
	border: none;
	vertical-align: middle;
	background: url(/images/common/core-images.png) no-repeat 0 -380px;
	cursor: pointer;
}

#forgotpw { 
	display: block;
	width: 148px;
	font-size: 10px;
	text-align: right;
}

#navigation { 
	background: url(/images/common/navigation.png) no-repeat;
	background-position: 0 -40px;
	clear: both;
}

#navigation ul { 
	height: 40px;
	color: #fff;
	display: block;
	padding-left: 10px;
	position: relative;
	z-index: 70;
}

#navigation li { 
	float: left;
	height: 40px;
	position: relative;
	background-image: url(/images/common/navigation.png);
	background-position: 0 500px;
	background-repeat: no-repeat;
}

#navigation li#navabout { 
	width: 173px;
}

#navigation li#navabout:hover, #navigation li#navabout.navhover { 
	background-position: -10px -80px;
}

#navigation li#navrides { 
	width: 104px;
}

#navigation li#navrides:hover, #navigation li#navrides.navhover { 
	background-position: -183px -80px;
}

#navigation li#navfundraising { 
	width: 213px;
}

#navigation li#navfundraising:hover, #navigation li#navfundraising.navhover { 
	background-position: -287px -80px;
}

#navigation li#navtraining { 
	width: 201px;
}

#navigation li#navtraining:hover, #navigation li#navtraining.navhover { 
	background-position: -500px -80px;
}

#navigation li#navbeneficiaries { 
	width: 126px;
}

#navigation li#navbeneficiaries:hover, #navigation li#navbeneficiaries.navhover { 
	background-position: -701px -80px;
}

#navigation li#navdonate { 
	width: 82px;
}

#navigation li#navdonate:hover, #navigation li#navdonate.navhover { 
	background-position: -827px -80px;
}

#navigation li#navshop { 
	width: 65px;
	background-position: -909px 0px;
}

#navigation li#navshop:hover, #navigation li#navshop.navhover { 
	/*background-position: -909px -80px;*/
}

#navigation li a { 
	height: 40px;
	text-indent: -5000px;
	display: block;
}

#navigation ul ul { 
	position: absolute;
	left: -5000px;
	z-index: 100;
	top: 35px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 6px solid #26abe2;
	padding-left: 0;
	height: auto;
	width: 210px;
	font-size: 12px;
}

#navigation ul li:hover ul, #navigation ul li.navhover ul { 
	left: 0;	
}

#navigation ul li#navdonate:hover ul, #navigation ul li#navdonate.navhover ul { 
	left: -130px;
}

#navigation li li { 
	float: none;
	height: auto;
	background: #fff;
	position: static;
}

#page #navigation li li a { 
	background: #fff;
	float: none;
	height: auto;
	overflow: auto;
	text-indent: 0;
	width: auto;
	color: #125eab;
	padding: 5px 10px;
	display: block;
}

#page #navigation li li a:hover, #page #navigation li li a:active { 
	text-decoration: none;
	color: #e9262a;
	background: #eee;
}


#content { 
	color: #666666;
	background: url(/images/common/dash.png) repeat-y 349px 0px;
}

#page a:link, #page a:visited { 
color: #e9262a;

}

#page a:active, #page a:hover { 
color: #a31518;
text-decoration: underline;
}

.sidebar { 
	width: 340px;
	float: left;
	padding: 10px 0 0 10px;
	text-align: left;
}

.sidebarvideo { 
	padding: 10px 0 20px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

#stayconnected { 
	padding: 0 9px 10px 10px;

}

#stayconnected h3 { 
	background: url(/images/common/core-images.png) no-repeat 0 -535px;
	height: 17px;
	margin-bottom: 5px;
	text-indent: -5000px;
	overflow: hidden;
}

#networkicons { 
	float: left;
	width: 82px;
	background: url(/images/common/dash.png) repeat-y 100% 0px;
	margin-right: 14px;
}

#networkicons a { 
	width: 32px;
	height: 32px;
	margin-right: 3px;
	float: left;
	text-indent: -5000px;
	overflow: hidden;	
	background-image: url(/images/common/core-images.png);
	background-repeat: no-repeat;
}

a#nettwitter { 
	background-position: 0 -485px;
	margin-bottom: 3px;
}

a#netfb { 
	background-position: -36px -485px;
	margin-bottom: 3px;
}

a#netflickr { 
	background-position: -72px -485px;
}

a#netyoutube { 
	background-position: -108px -485px;
}

#connectemail { 
	float: left;
	width: 224px;
}

#connectemail label { 
display: block;
margin-bottom: 5px;
font-size: 12px;
}

#emailsignup { 
	width: 131px;
}

#emailsubmit { 
	text-indent: -5000px;
	overflow: hidden;
	width: 76px;
	height: 29px;
	border: none;
	vertical-align: middle;
	background: url(/images/common/core-images.png) no-repeat -70px -380px;
	cursor: pointer;
}

a#emailprivacy { 
	color: #e9262a;
	font-size: 9px;
	display: block;
	width: 137px;
	text-align: right;
	text-decoration: underline;
}

#sidebarfb { 
	width: 320px;
	padding: 10px 0 0 10px
}

.subcontent { 
	float: left;
	padding: 10px 0;
	width: 620px;
	line-height: 1.4em;
}


#homecontent { 
	width: 620px;
	padding: 10px 0;
}

#secondcontent { 
	width: 600px;
	float: left;
	padding: 20px 10px 10px 10px;
}

.subcontent h1 { 
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	margin-bottom: .2em;
}

.subcontent h2 { 
	color: #333;
	font-size: 1.15em;
	margin-bottom: .2em;
}

.copy blockquote { 
	color: #333;
	font-size: 11px;
}

.copy blockquote em { 
	display: block;
	padding-top: .3em;
	text-align: right;
}

.copy ul, .tabcontent ul { 
	margin: 1.12em 40px 1.12em 40px;
	list-style-type: disc;
}

.leftimage { 
	float: left;
	margin: .2em 1em 1em 0;
}

.rightimage { 
	float: right;
	margin: .2em 0 1em 1em;
}

#footer { 
	background: url(/images/common/page-bg.jpg) no-repeat 50% 0px;
	height: 188px;
	clear: both;
}

#footer a:link, #footer a:visited { 
	color: #666;
}

#footer a:active, #footer a:hover { 
	color: #A31518;
}

#footerinner { 
	width: 980px;
	background: url(/images/common/dash.png) repeat-y 349px 0px;
}

#getinvolved { 
	padding: 20px 9px 20px 20px;
	width: 320px;
	float: left;
	height: 133px;
}
#getinvolved a#forgotpw { 
	clear: both;
	width: 251px;
}
#getinvolved h3 { 
	background: url(/images/common/core-images.png) no-repeat 0 -520px;
	height: 14px;
	margin-bottom: 5px;
	text-indent: -5000px;
	overflow: hidden;	
}

#footerregister { 
	background: url(/images/common/core-images.png) no-repeat 0 -280px;
	height: 46px;
	width: 155px;
	display: block;
	float: left;
	margin: 0 10px 20px 0;
	text-indent: -5000px;
	overflow: hidden;
}

#footerdonate { 
	background: url(/images/common/core-images.png) no-repeat -165px -280px;
	height: 46px;
	width: 155px;
	display: block;
	margin: 0 0 20px 0;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
}

#getinvolved label { 
	background: url(/images/common/core-images.png) no-repeat 0 -555px;
	height: 13px;
	width: 149px;
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	clear: both;
	margin-bottom: 5px;
}

#getinvolved input { 
	float: left;
	margin-right: 5px;
}

#footerpassword { 
	width: 90px;
}

#getinvolved input.loginbtn { 
	margin-right: 0;
}

#footer ul { 
	float: left;
	font-size: 11px;
	width: 133px;
	padding: 20px 0 0 20px;
}

#footer ul li { 
	padding-bottom: .3em;
}

/*---------------------------------------------------------
  General Elements
---------------------------------------------------------*/ 

input[type=text], input[type=password], .inputfield { 
	background: url(/images/common/core-images.png) no-repeat 0 -440px;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #f3f3f3;
	color: #666;
	padding: 4px 3px;
	width: 140px;
	vertical-align:middle;
	font-size: 12px;
	margin: 0;
}

.hidetext {
	text-indent: -5000px;
	overflow: hidden;
}

.copy { 
margin:0 0 1em 0;
}

#wrapper div .last { 
margin-right: 0;
}

#tabs { 
	border-bottom: 5px solid #95d9f7;
	padding: 0;
	margin: 0;
	float: left;
	width: 600px;
}

#tabs ul { 
	
}

#tabs li { 
	float: left;
	width: 83px;
	height: 90px;
	margin-right: 1px;
	overflow: hidden;
	text-align: center;
	font-size: .8em;
	color: #333;
	font-weight: bold;
	background: url(/images/common/tabs.png) no-repeat 0 -180px;
	cursor: pointer;
	display: table;
	text-shadow: #666 1px 1px 1px;
}

#tabs li:hover { 
	background: url(/images/common/tabs.png) no-repeat 0 -90px;
}

#tabs li.active { 
	background: url(/images/common/tabs.png) no-repeat 0 0px;
}

#tabs li span { 
	display: table-cell;
	vertical-align:middle;
	padding: 15px 5px;
}

.tabcontent { 
	clear: both;
	padding: 1.5em 0;
	
}

div.active {
	display: block;
}

/*---------------------------------------------------------
  Individual Pages
---------------------------------------------------------*/ 

/* Home
----------------------------------*/
#slideshow { 
	position: relative;
	height: 330px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 10px;
}

#slidecontainer { 
	position: absolute;
	z-index: 1;
}

.heroslide { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#heroslide0 {
	z-index:10;
}

#slidemask { 
	position: absolute;
	z-index: 100;
	background: url(/images/home/slide-mask.png) no-repeat;
	width: 620px;
	height: 330px;
}

#slidenav { 
	z-index: 101;
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 17px;
}

#slidenav img { 
	display: block;
	float: left;
	cursor: pointer;
}

.leftarrow { 
	background: url(/images/home/slide-nav.png) no-repeat 0 0; 
	width: 16px; 
	height: 17px;
}

.leftarrow:hover { 
	background: url(/images/home/slide-nav.png) no-repeat 0 -17px; 
}

.rightarrow { 
	background: url(/images/home/slide-nav.png) no-repeat 100% -34px; 
	width: 16px; 
	height: 17px;
}

.rightarrow:hover { 
	background: url(/images/home/slide-nav.png) no-repeat 100% -51px; 
}

.dot {
	background: url(/images/home/slide-nav.png) no-repeat 50% -69px; 
	width: 12px;
	height: 12px;
	margin: 2px;
}

.dot:hover {
	background: url(/images/home/slide-nav.png) no-repeat 50% -81px; 

}
.dot.active, .dot.active:hover {
	background: url(/images/home/slide-nav.png) no-repeat 50% -93px; 
}

#homecopy { 
	padding: 0 10px;
}

#homeblocks { 
clear: both;
float: left;
width: 970px;
padding-left: 10px;
}

.homeblock { 
 float: left;
}

#beneficiaries { 
	margin-right: 1px;
	float: left;
}

#sponsors { 
	clear: both;
 	padding: 10px 10px 0 10px;
	background: url(/images/common/sponsor-bar.png) no-repeat 50% 0; 
	height: 190px;
}

#titlesponsor { 
	margin: 52px 56px 20px 41px;
}

.sidebar #titlesponsor { 
	margin-top: 20px;
}

/* Category Loop
----------------------------------*/
.catbox { 
	padding: 20px 0;
	background: url(/images/common/dash-horiz.png) repeat-x;
	float: left;
	width: 600px;
}

.catbox img { 
	float: left;
	margin: 0 20px 20px 0;
}

.catcontent { 
	float: left;
	width: 430px;
	font-size: .85em;
}

.catlink { 
	margin-top: .8em;
}

.catlogo { 

}

/* Media Gallery
----------------------------------*/
#photogallery { 
	margin-bottom: 2em;
}

#photogallery img { 
	float: left;
	padding: 5px;
	background: #f3f3f3;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	margin: 0 10px 10px 0
}
	
#photogallery img:hover { 
	float: left;
	background: #f0892d;
	border-left: 1px solid #ec532b;
	border-bottom: 1px solid #ec532b;
	border-top: 1px solid #f1952e;
	border-right: 1px solid #f1952e;
}

#photogallery .hide { 
	display: none;
}

#photogallery .clear { 
clear: both;
height: 1px;
background: url(/images/common/dash-horiz.png) repeat-x scroll 0 0;
padding-bottom: 10px;
}
	


/*ZR Image Lightbox
------------------------------------*/	
#mask { 
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	position: absolute;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
}
#lightboxload {
	position: absolute;
	z-index: 990;
	}
#lightbox { 
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	display: none;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	}
	
#lightbox iframe { 
	border: 0;
}

#lightboxutil { 
	position: absolute;
	top: -8px;
	right: -10px;
	z-index: 1100;
	}

#lightboxutil img { 
	cursor: pointer;
	}
	
.lightboxprev {  
	}
	
.lightboxnext {  
	}

#lightboximage { 
	padding:  0 0 10px 0;
	position: relative;
	z-index: 1020;
	}

#lightboximage img { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	}	
	
#lightbox #lightboximage a { 
	text-decoration: none !important;
	padding: 0 !important;
	margin: 0 !important;
	}

#lightboxcaption { 
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	color: #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
  border-radius: 3px;
	font-size: 12px;
}

-----------------Tables for Google Group -------------------------------------	
.table-39 {width: 350px;}	
.td-40 {
	background-image: url(/images/common/box-subheader-03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
}
.td-44 {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 45px;
	padding-left: 30px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.td-73 {
	text-align: left;
	vertical-align: top;
	width: 33%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
	


	

