/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { font-family:Arial, Helvetica, sans-serif;}
body { font-size:13px; color:#323232; background-color:#d3c956;}

a:hover { text-decoration:underline;}
.clear { clear: both; display: block; visibility: hidden; line-height:0px;}





/* layout */
#header {
	background: #fefffc;
	border-radius: .5em;
          -moz-border-radius: .5em;
          -moz-border-radius: .5em;
          -webkit-border-top-radius: .5em;
          -webkit-border-bottom-radius: .5em; 
          behavior: url(<%= absoluteContextPath %>/css/pie.htc);
	display: block;
	margin: 10px auto;
	position: relative;
	text-align: right;
	vertical-align: bottom;
	color: #FFFFFF;
	width: 900px;
	height: 88px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*background: -moz-linear-gradient(bottom, #eaeed5, white 40%);  
	background: -webkit-gradient(linear, left bottom, left
           top,color-stop(0.1, #EAEED5), color-stop(0.40, #FFFFFF));
		   background-size: 100%*/;}
		  
#header a {
	text-decoration: none;
	}
	
#header a img {
	text-decoration: none;
	border: none;
	}	
	
div #header{
	display:inline;
	border-right: thin 1px #FFF;
	}

#blook p {
	vertical-align: bottom;
font-size: 16px;
padding-top: 60px;
padding-right: 5px;
	}		

#logo {
	height: 88px;
	width: 225px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	}

#blook {
	background-color: #b90d33;
	width: 107px;
	height: 88px;
	float: left;
	color: #ffe4f0;
	border-width: 1px;
	border-color: #FFFFFF;
	border-right-style:solid;
	}	
	
#blook a {
	color: #ffe4f0;
	}	
	
#bredgirl {
	background-color: #FFF;
	width: 88x;
	height: 88px;
	float: left;
	border-width: 1px;
	border-color: #FFFFFF;
	border-right-style:solid;
	}
	
#bgive {
	background-color: #d3c956;
	width: 107px;
	height: 88px;
	float: left;
	color: #fcfafb;
	border-width: 1px;
	border-color: #FFFFFF;
	border-right-style:solid;
	}
#bgive p{
vertical-align: bottom;
font-size: 16px;
padding-top: 60px;
padding-right: 5px;
	}
	
#bgive a {
	color: #fcfafb;
	}		
	
#bbasket {
	background-color: #FFF;
	width: 88px;
	height: 88px;
	float: left;
	text-align: left;
	border-width: 1px;
	border-color: #FFFFFF;
	border-right-style:solid;
	}	
	
#brejoice {
	background-color: #498cc0;
	width: 107px;
	height: 88px;
	float: left;
	color: #defefd;
	border-width: 1px;
	border-color: #FFFFFF;
	border-right-style:solid;
	}	
	
#brejoice p {
	vertical-align: bottom;
font-size: 16px;
padding-top: 60px;
padding-right: 5px;
	}	
	
#brejoice a {
	color: #defefd;
	}	
	
#bdancers {
	background-color: #FFF;
	width: 88px;
	height: 88px;
	float: left;
	text-align: left;
	border-width: 1px;
	border-color: #FFFFFF;
	border-right-style:solid;
	}	





#wrap {
	width:880px; margin:0 auto;
	padding: 10px;
}

a {text-decoration:underline; color:#666;}
a:hover {text-decoration:none; color:#666;}
button #give { text-decoration:none;}

#descrip_quote {margin-bottom:10px;}

#redFont {color:#b90d33;}

#content {
		width: 880px;
		padding: 10px;
		background-color: white;
		clear: both;
		margin: auto;
	}

	#content-header {
		width: 880px;
		padding: 0px;
	}
	
	#content-header p{
		padding-top: 1.5em;
		}
	
	.spotlight-row {
	background-color: #FFFFFF;
    border-radius: .5em;
              -moz-border-radius: .5em;
              -webkit-border-radius: .5em;
              border-radius: .5em;
              -moz-border-radius: .5em;
              -webkit-border-radius: .5em;
		behavior: url(<%= absoluteContextPath %>/css/pie.htc);
		clear: both;
		padding: 0;
		margin: auto;
		
	}
	
	.spotlight-row table {
		margin: auto;
	}
	
	
	.spotlight-row th, .spotlight-row td {
		vertical-align: top;
		margin: auto;
	}
	
	.spotlight-row th {
		text-align: left;
		color: #173e5c;
	}
	
	.spotlight-row a {
		padding-bottom: .2em;
	}
	
	.spotlight-row a:hover {
		text-decoration:underline;
	}
	
	.selectme img:hover
	
	{	
    box-shadow: 0 0 .2em #000006;
    -moz-box-shadow: 0 0 .2em #000006;
    -webkit-box-shadow: 0 0 .2em #000006;
	behavior: url(<%= absoluteContextPath %>/css/pie.htc);
	}
	
	

#targets {
	clear: both;
	float: left;
	padding: 10px;
	width: 100%;
	color: #333333;
	}
	
#targets ul{
	list-style-type: none;
	}	
	
#targets li {
	display: block;
	margin-left: 1.2em;
	padding-left: 20px;
	float: left;
	}	
		
	
	body h1 {
		color: #B90D33; 
		font-weight: bolder;
		font-size: 1.3em;
		padding: 0em;
		margin: 0em;
	}
	
	body h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	margin: 0px;
	border: 1px solid #173e5c;
	background-color: #498cc0;
	background-image: -webkit-linear-gradient(top, #498cc0, #173e5c);  
	background-image: -moz-linear-gradient(top, #498cc0, #173e5c);
	background-image: linear-gradient(top, #498cc0, #173e5c);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#498cc0', EndColorStr='#173e5c'); 
	  behavior: url(<%= absoluteContextPath %>/css/pie.htc);
	border-radius: .2em;
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	}

	#project-content {
		clear: both;
		padding: 0px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 1em;
	}

	.spotlight-row img {
		display: block;
		float: none;
		border: 2px solid #c6c6c6;
		min-height: 120px;
		max-height: 135px;
		min-width: 120px;
		max-width: 160px;
	}
	

/* individual images */
	
.selectme {
	width: 135px;
    max-width: 160px;
    min-width: 120px;
	text-align: left;
	display: inline;
	float: left;
	margin: 20px;
	padding: 5px;
	line-height: 1.2em;
	}	
	
.backtop {
	width: 100px;
	line-height: 1.2em;
	text-align: right;
	display: inline;
	float: right;
	padding-top: 200px;
	}
	
.onerow {
	clear:both;
	margin: auto;
	width: 880px;
	}	
	
	

.rbroundbox {
			background-color: #FFF;
			border-radius: .5em;
             -moz-border-radius: .5em;
             -webkit-border-radius: .5em; 
			 margin: 1em auto;  
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { 
margin: auto;
width: 880px;

 }
 
.caution { 
background-color: #F9FBFF;
    border: 1px solid #CCCCCC;
    border-radius: 0.5em; 
	behavior: url(<%= absoluteContextPath %>/css/pie.htc);
	font-size: 14px;
	padding: 5px;
}
 

#footer{
	clear: both;
	padding: 10px;
	display: block;
	margin: 10px auto;
	text-align: center;
	width: 880px;
	height:50px;
	background-color: #fefffc;
    border-radius: .5em;
              -moz-border-radius: .5em;
              -webkit-border-radius: .5em;
              border-radius: .5em;
              -moz-border-radius: .5em;
              -webkit-border-radius: .5em;
              behavior: url(<%= absoluteContextPath %>/css/pie.htc);
              background: -moz-linear-gradient(bottom, #eaeed5, fefffc 60%);  
			background: -webkit-gradient(linear, 0 80%, 0 0, from(#eaeed5), to(fefffc));
	}
	
#footer div {
	float: left;
	padding: 10px;
	display: inline;
	text-align: center;
	margin: auto;
	padding-top:5px;
	}	

	

#link {
	position: relative;
	top: 15px;
	margin-left: 50px;
	}

#footerJump a.button80Light, #footerJump a:link.button80Light, #footerJump a:visited.button80Light, #footerJump a:active.button80Light {
		width: 80px;
		height: 20px;
		background: url(<%= absoluteContextPath %>/images/button-80-grey.gif) top left no-repeat;
		display: block;
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		text-align: center;
		vertical-align: middle;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-decoration: none;
		text-transform: lowercase;
		color: #000;
		background-color: transparent;
		border: none;
	}
	
	#footerJump a:hover.button80Light {
		background-color: transparent;
		background: url(<%= absoluteContextPath %>/images/button-80-grey-hover.gif) top left no-repeat;
		color: #000000;
		border: none;
	}




#footer a {color:#73833A;}

#footermenu {color:#73833A;}
#footermenu a {color:#73833A;}

#footerJump a.button80Light, #footerJump a:link.button80Light, #footerJump a:visited.button80Light, #footerJump a:active.button80Light {
		width: 80px;
		height: 20px;
		background: url(<%= absoluteContextPath %>/images/button-80-grey.gif) top left no-repeat;
		display: block;
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		text-align: center;
		vertical-align: middle;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-decoration: none;
		text-transform: lowercase;
		color: #000;
		background-color: transparent;
		border: none;
	}
	
	#footerJump a:hover.button80Light {
		background-color: transparent;
		background: url(<%= absoluteContextPath %>/images/button-80-grey-hover.gif) top left no-repeat;
		color: #000000;
		border: none;
	}
	
	#give {
	margin: .3em;
	padding: .2em;
	padding-left: .4em;
	padding-right: .4em;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica; 
    display: inline-block;
    text-align: center;
    color: #73833A;
    border: 2px solid #c6c6c6;            


    box-shadow: 0 0 .05em #000006;
    -moz-box-shadow: 0 0 .05em #000006;
    -webkit-box-shadow: 0 0 .05em #000006;
	
	-moz-border-radius: .4em;
    border-radius: .4em;
	-webkit-border-radius: .4em;
	}


	#give:link {text-decoration: none;}
	
	
	#give:active {
	position: relative;
    top: 1px;
	}
	
	
	#give:hover {
    box-shadow: 0 0 .2em #000006;
    -moz-box-shadow: 0 0 .2em #000006;
    -webkit-box-shadow: 0 0 .2em #000006;
	behavior: url(<%= absoluteContextPath %>/css/pie.htc);
	}

	
	.no_underline {
		text-decoration: none;}
	
	.grayborder {
	border: 2px solid #c6c6c6;            
	-moz-border-radius: 20px;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	}
	
	.grayborder:hover {
	box-shadow: 0 0 .3em #000006;
    -moz-box-shadow: 0 0 .3em #000006;
    -webkit-box-shadow: 0 0 .3em #000006;
	}


