@charset "utf-8";
/* CSS Document */


body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	
}
 
#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	
}

#content {
background:url(../images/content_back.gif);
background-repeat:repeat-y;
padding:15px 50px 50px 50px;
text-align:left;
font-size:13px;
line-height:21px;
}

#content_home {
width:850;
height:215px;
background:url(../images/home.jpg);
padding: 65px 40px 0px 40px;
text-align:left;
font-weight:bold;
font-size:12;
line-height:21px;
}

#leader{
width:100%;
height:55px;
}


#header {
height:295px;
width:930px;
margin: 0 auto;
background-image:url(http://cancerclimber.org/images/headerkili11.jpg);
}

#donate {
width:160px;
height:80px;
float:right;
padding: 8px 0px 0px 0px;
color:#000;
font-size:8px;
line-height:14px;
}


#footer {
margin: 0 auto;
padding: 0px 0px 0px 0px;
text-align:left;
font-size: 9px;
clear:both;
}

#leftcol {
float:left;
}

#rightcol{
float:left;
}

#nav {
width:100%;
height:36px;
background:#000000;
}

#nav ul {
list-style-type: none;
}

#nav li {
float: left;
text-indent: -999em;
}

#nav li a {
height: 36px;
display: block;
}

#nav-home a {
background: url("../images/nav.gif") no-repeat 0px 0px;
width:61px;
}

#nav-home a:hover, #home #nav-home a  {
background: url("../images/nav.gif") no-repeat 0px -36px;
width:61px;
}

#nav-events a {
background: url("../images/nav.gif") no-repeat -61px 0px;
width:72px;
}

#nav-events a:hover, #events #nav-events a  {
background: url("../images/nav.gif") no-repeat -61px -36px;
width:72px;
}

#nav-getinvolved a {
background: url("../images/nav.gif") no-repeat -133px 0px;
width: 114px;
}

#nav-getinvolved a:hover, #getinvolved #nav-getinvolved a  {
background: url("../images/nav.gif") no-repeat -133px -36px;
width:114px;
}

#nav-programs a {
background: url("../images/nav.gif") no-repeat -246px 0px;
width:91px;
}

#nav-programs a:hover, #programs #nav-programs a {
background: url("../images/nav.gif") no-repeat -246px -36px;
width:91px;
}


#nav-sponsors a {
background: url("../images/nav.gif") no-repeat -497px 0px;
width:86px;
margin-left:154px;
}

#nav-sponsors a:hover, #sponsors #nav-sponsors a  {
background: url("../images/nav.gif") no-repeat -497px -36px;
width:86px;
margin-left:154px;
}

#nav-sean a {
background: url("../images/nav.gif") no-repeat -583px 0px;
width:101px;
}

#nav-sean a:hover, #sean #nav-sean a  {
background: url("../images/nav.gif") no-repeat -583px -36px;
width:101px;
}

#nav-cca a {
background: url("../images/nav.gif") no-repeat -684px 0px;
width:121px;
}

#nav-cca a:hover, #cca #nav-cca a  {
background: url("../images/nav.gif") no-repeat -684px -36px;
width:121px;
}

#nav-blog a {
background: url("../images/nav.gif") no-repeat -800px 0px;
width:54px;
}

#nav-blog a:hover, #blog #nav-blog a  {
background: url("../images/nav.gif") no-repeat -800px -36px;
width:54px;
}

#nav-contact a {
background: url("../images/nav.gif") no-repeat -854px 0px;
width:76px;
}

#nav-contact a:hover, #contact #nav-contact a  {
background: url("../images/nav.gif") no-repeat -854px -36px;
width:76px;
}


/*links*/
a {
color: #000;
font-size:10px;
}

a:hover, a:focus, a:active {
color: #999;

}

a.footer {
color: #000;
}

a.footer:hover, a.footer:focus, a.footer:active {
color: #ccc;
}

a:focus, a:active {
}

img, a img {
border: 0px;
}

/*classes*/
.whitebold {
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

.headline {
font-weight:bold;
font-size:21px;
}

.subhead {
font-weight:bold;
font-size:16px;
background: url("../images/underline2.gif");
background-repeat:repeat-x;
background-position:bottom;

}

.bold {
font-weight:bold;
}

