* {margin:0; /*remove all default margins!*/
	padding:0; /*remove all default padding!*/}

body {
	background:#000 url(../images/bg-body.jpg);
	font-size:1.2em;
}

html {
	font-family:arial, "segoe ui", helvetica, sans-serif;
	font-size:62.5%;
	color:#000;
}
blockquote {
	margin:0;
	padding:10px 20px;
}


/*ul {font-size: 100%;}*/
li {
	list-style-type:none;
}
ol {
	margin:20px 10px;
}
ol li {
	list-style:decimal;
	margin:5px 15px;
}

p {padding:5px 0;}

h1 {color:#e30524; font-size:1.8em; margin:5px 0 10px;}

h2 {color:#000c40;	font-size:1.4em; line-height:100%; margin:5px 0 10px;}

h3 {color:#000c40; font-size:1.2em; line-height:100%;}

a img {border:none;}
a {color:#c30a24;	text-decoration:none;}
a:hover {color:#000c40;	text-decoration:underline;}
a.on,
a.on:hover {color:#000;	font-weight:bold;}


#container {
	display:relative;
	clear:right;
	width:980px;
	margin:0 auto 20px;
	border-right:3px solid #1d1d1d;
	border-left:3px solid #1d1d1d;
	border-bottom:3px solid #1d1d1d;
}


.inner {
	padding:0 20px 20px;
}

.arrow {
	display:block;
	margin:2px 0;
	padding:0 0 3px 18px;
	font-weight:bold;
	background:transparent url(../images/icon-arrow1.gif) no-repeat 0 0;
}

	
/* nav tabs */
#nav {
	width:980px;
	height:33px;
	margin:20px auto 0;
}

#nav ul li {
	display:block;
	float:right;
	text-align:center;
	margin:0 0 0 2px;
}

#nav a {
	background:url(../images/tabs.gif) 0 0;
	color:#acacac;
	text-decoration:none;
	display:block;
	width:120px;
	height:23px;
	padding:10px 0 0;
}

#nav a:active {
	background:url(../images/tabs.gif) 0 -66px;
}

#nav a.current {
	color:#e30524;
	font-weight:bold;
	background:url(../images/tabs.gif) 0 -33px;
}

#nav a:hover {
	color:#fff;
	background:url(../images/tabs.gif) 0 -66px;
}

#masthead {
	height:103px;
	background-color:#fff;
	padding:20px 0 0 20px;
	position : relative;
}

#logo {
	width:470px;
	border-right:1px solid #dbdbdb;
}

.x-fade {
	height:650px;
	position : relative;
}

#x-fade {
	width : 980px;
	height : 650px;
}

.xfade1 {
	height:650px;
	width : 980px;
	background : url( ../images/home-hero1.jpg ) no-repeat;
}

.xfade2 {
	height:650px;
	width : 980px;
	background : url( ../images/home-hero3.jpg ) no-repeat;
}

.xfade3 {
	height:650px;
	width : 980px;
	background : url( ../images/home-hero4.jpg ) no-repeat;
}

#content {background-color:#fff;}

	
/* home page */

#home-content {
	width:455px;
	padding:0 0 0 30px;
	position : absolute;
	top : 0;
	right : 0;
}


#home-content h1 {
	width:325px;
	padding: 75px 0 30px;
}
#home-content p {
	background:url(../images/home-text.png) no-repeat;
	color:#000;
	width:295px;
	padding:20px 15px;
	margin:60px 0 0;
}


#home-content a.donate {
	display:block;
	background:url(../images/button-donate.png) no-repeat 0 0;
	height:325px;
	height:100px;
	margin:15px 0;
}

#home-content a.donate:hover {
	background:url(../images/button-donate.png) no-repeat 0 -100px;
}

#home-content a.getgrants {
	display:block;
	background:url(../images/button-getgrants.png) no-repeat 0 0;
	height:325px;
	height:100px;
	margin:15px 0;
}

#home-content a.getgrants:hover {
	background:url(../images/button-getgrants.png) no-repeat 0 -100px;
}


#fullwidth h1 {
	padding:20px 0;
	margin:0 20px;
	border-bottom:1px solid #dbdbdb;
}

#fullwidth h2 {
	font-size:3.8em;
	padding:0 0 20px;
	margin:0 20px;
	line-height:80%;
	border-bottom:1px solid #dbdbdb;
}

#fullwidth h3 {
	padding:20px;
}

#fullwidth p {
	padding:5px 20px;
}



#leftcol {
	display:relative;
	float:left;
	width:490px;
	overflow:hidden;
}

#leftcol h1 {
	padding:20px 0;
	border-bottom:1px solid #dbdbdb;
}

#leftcol h2 {
	font-size:3.8em;
	padding:0 0 20px;
	line-height:80%;
	border-bottom:1px solid #dbdbdb;
}

.pic-content {
	height:200px;
}

#rightcol {
	display:relative;
	float:right;
	background-color:#fff;
	width:490px;
	overflow:hidden;
}

#rightcol h2 {
	font-size:3.8em;
	padding:0 0 20px;
	line-height:80%;
	border-bottom:1px solid #dbdbdb;
}

#rightcol h3 {padding:5px 0;}


.box_dark {
	width:205px;
	margin:10px 5px 10px 10px;
	color:#fff;
	background:#000 url(../images/box_dark_top.png) no-repeat;
}
.box_dark_inner {
	margin-top:15px;
	padding:0 10px 15px;
	background:transparent url(../images/box_dark_bot.png) no-repeat 0 100%;
}
.box_dark h2,
.box_dark h3,
.box_dark h4 {
	margin:0;
	padding:10px 5px 5px;
	color:#f00;
	text-align:left;
}
.box_dark a {
	color:#fff;
}


#main-content {width:695px;	padding:20px 10px 20px 20px; overflow:hidden;}

#main-content ul {padding: 0 0 0 20px;}
#main-content ul li {list-style-type: disc; margin: 10px 0!important;}

#main-content h1 {padding:20px 0;	margin:0 0 15px; border-bottom:1px solid #dbdbdb;}
#main-content h3 {padding:20px 0 10px;}

#main-content dl {
	width:470px;
	margin:20px 0;
}

#main-content dt {
	color:#000c40;
	font-size:1.4em;
	padding:5px 0;
	margin:0 0 15px;
	border-bottom:1px solid #dbdbdb;
}

#main-content dd {
	color:#f90;
	padding:5px 0 5px 20px;
	background:url(../images/icon-arrow1.gif) no-repeat 0 50%;
}

#content-img {
	height:265px;
	margin:0;
	padding:0;
}

.mcol1_col1 {
	float:left;
	width:250px;
}
.mcol1_col2 {
	float:left;
	width:420px;
	margin-left:20px;
}

#case-studies {float:right;	width:245px;}
#case-studies p {padding:5px 20px;}




#help-subnav {margin:30px 0 0 0; padding: 0 10px;}
#help-subnav a {text-indent: -9999px; outline: none;}

#help-subnav a.benevolence {display:block; background:url(../images/button_benevolence.jpg) no-repeat 0 0; height:70px; margin:15px 0;}
#help-subnav a.benevolence:hover {background:url(../images/button_benevolence.jpg) no-repeat 0 -70px;}

#help-subnav a.amenities {display:block; background:url(../images/button_amenities.jpg) no-repeat 0 0; height:70px; margin:15px 0;}
#help-subnav a.amenities:hover {background:url(../images/button_amenities.jpg) no-repeat 0 -70px;}

#help-subnav a.sports {display:block; background:url(../images/button_sports.jpg) no-repeat 0 0; height:70px; margin:15px 0;}
#help-subnav a.sports:hover {background:url(../images/button_sports.jpg) no-repeat 0 -70px;}

#help-subnav a.prizes {display:block; background:url(../images/button_prizes.jpg) no-repeat 0 0; height:70px; margin:15px 0;}
#help-subnav a.prizes:hover {background:url(../images/button_prizes.jpg) no-repeat 0 -70px;}

#help-subnav a.benevolence-active {display:block; background:url(../images/button_benevolence_active.jpg) no-repeat 0 0; height:205px; margin: 15px 0;}
#help-subnav a.amenities-active {display:block; background:url(../images/button_amenities_active.jpg) no-repeat 0 0; height:205px; margin: 15px 0;}
#help-subnav a.sports-active {display:block; background:url(../images/button_sports_active.jpg) no-repeat 0 0; height:205px; margin: 15px 0;}
#help-subnav a.prizes-active {display:block; background:url(../images/button_prizes_active.jpg) no-repeat 0 0; height:205px; margin: 15px 0;}



#subnav {margin:50px 0 0;	padding:0 20px;}
#subnav label {display:none;}
#subnav ul {background:url(../images/bg-subnav.jpg) no-repeat; padding:60px 10px 10px;}
#subnav ul li {padding:8px 0 8px 20px; background:url(../images/icon-arrow1.gif) no-repeat 0 50%;	margin:5px 0;	border-bottom:1px solid #e4e4e4;}
#subnav ul li a {}




/* PROMO PANELS */

#promos {
	background:url(../images/bg-promo.jpg) no-repeat;
	margin:50px 0 0 20px;
	padding:80px 0 20px 15px;
	height:105px;
}

#virginmoney {
	background:url(../images/bg-promo.jpg) no-repeat;
	margin: 30px 0 0 10px;
	padding: 80px 0 20px 15px;
	height: 105px;
}

#help-promos {padding:20px 0 20px 20px;}
#help-promos ul {float:left;}
#help-promos li {}
#help-promos li a {float:left; margin:0 20px 0 0;	padding:0 0 20px;}



/* DONATE PAGE */


#donate-list h3 {
	font-size:1.2em;
	padding:20px 0 10px;
}
#donate-list dl {
	border-bottom:1px solid #dbdbdb;
	padding:10px 0;
}

#donate-list dl:hover {
	background:url(../images/bg-deflist1.gif) repeat-x;
}

#donate-list dl dt {
	line-height:100%;
	padding:5px 0;
}

#donate-list dl dt a {
	text-decoration:none;
	font-size:1.2em;
}

#donate-list dl dt a:hover {
	text-decoration:underline;
	font-size:1.2em;
}

#donate-list dl dt img {
	margin:0 0 -2px 5px;
}

#donate-list dl dt dd {
	padding:0 0 10px;
}

#donate-list dl dt dd a {
	color:#000c40;
	text-decoration:none;
}

#donate-list dl dt dd a:hover {
	color:#c30a24;
	text-decoration:underline;
}

#donate-list .donate-pdf {
	display:block;
	float:right;
	margin:0 10px 5px 10px;
}

	
/* FORM ELEMENTS */
#rnrmc-form {
	margin:0 20px;
}

#rnrmc-form fieldset {
	border:1px solid #dbdbdb;
	margin:20px 0;
	padding:15px 5px;
}

#rnrmc-form textarea {
	width:300px;
	padding:2px;
}

#submitbutton {
	width:100px;
}

form {
	margin:20px 0;
}

input {
	width:300px;
	padding:2px;
}

legend {
	color:#000c40;
	padding:0 5px;
	font-weight:bold;
}

textarea {}

	
/* TESTIMONIAL */
.testimonial {width:410px; background:url(../images/casestudy-bg.jpg) no-repeat; padding: 20px;}
.testimonial h3 {font-size:1.2em;	color:#000c40; padding: 0;}
.testimonial h4 {font-size:1.4em;	color:#c30a24; padding: 5px 0; margin: 0 0 15px 0; border-bottom:1px solid #dbdbdb;}
.testimonial .text {width:270px;}
.testimonial .thumb {float:right; margin:5px;}
.testimonial-inner {padding: 20px;}

.tpic {
	position:absolute;
	bottom:3px;
	right:10px;
}

.tlink {
	text-align:right;
	padding:0!important;
}

.twrapper {
	position:relative;
	background:url(../images/testimonial-bg.gif) repeat-y;
	width:460px;
}

.t-top {
	background:url(../images/testimonial-top.gif) no-repeat;
	height:10px;
}

.t-bottom {
	background:url(../images/testimonial-bottom.gif) no-repeat;
	height:10px;
}

.twrapper a {
	color:#000c40;
	font-weight:bold;
	text-decoration:none;
}

.twrapper a:hover {
	color:#c30a24;
	text-decoration:underline;
}

.twrapper img {
	margin:0 0 -2px 5px;
}

	
/* RANDOM CASE STUDY */

#content .case-study {width:450px; background:url(../images/casestudy-bg.jpg) no-repeat;	margin: 20px 0; overflow:hidden;}
#content .case-study-inner {padding:20px;}
#content .case-study h2 {font-size:1.4em; line-height:1.4em; color:#c30a24; margin: 0 0 5px; padding: 0 0 3px; border-bottom:1px solid #dbdbdb;}
#content .case-study .text {width:270px;}
#content .case-study .thumb {float:right;margin:0 0 5px 5px;}

/* CASE STUDY LIST */

#case-gallery {
	width: 695px;
	background:url(../images/bg-pdf-gallery.jpg) no-repeat;
	overflow: hidden;
}
#case-gallery .child {
	height:44px;
	margin: 6px 0 20px 0; 
	padding: 0 0 0 35px;
	background:transparent url(../images/icon-button.gif) no-repeat; 
	overflow:hidden;
}
#case-gallery .child h3 {
	padding:0;
	color:#c00;
}
#case-gallery .child .text {
	width:515px;
}
#case-gallery .child .thumb {
	float:right;
	margin:0 0 5px 5px;
}
.gallery-pic {
	display:inline-block;
	width:210px;
	height:210px;
	margin:3px;
	padding:3px;
	border:1px solid #ddd;
}


/* EVENTS */

#prev_events .arrow {
	font-size:11px;
	font-weight:normal;
}
.event_gal {
	min-height:55px;
	clear:left;
}
.event_gal a {
	display:block;
	padding:5px 0;
}
.event_gal a:hover {
	text-decoration:none;
	color:#f00;
}
.event_gal_thumb {
	display:block;
	float:left;
	margin:0 5px 0 0;
}
.event_gal_title {
	font-size:90%;
}
.event_gal_more {
	clear:left;
	padding:5px;
	border-top:1px solid #999;
}
.eventlist a {
	color:#333;
	text-decoration:none;
}
.eventlist a b {
	text-decoration:underline;
}
.eventlist a:hover {
	color:#c00;
}



/* LOGIN FORM Login For Trustees page */

#loginform {width:300px;}
#loginform fieldset {}
#loginform legend {font-weight:bold; font-size: 9pt;}
#loginform label {}
#loginform input {margin: 0 0 15px 0;}

#loginform input:focus {background-color: #ce4;}
#loginform #submit {width: 80px;}
.error{color:red; font-weight:bold;}


	
/* CLASSES */

.mlink p {margin: 15px 0;}
.mlink a {
	color:#c30a24;
	font-weight:bold;
	text-decoration:none;
	cursor: default; 
}

.mlink a:hover {
	color:#000c40;
	text-decoration:underline;
}

.mlink img {
	margin:0 0 -2px 5px;
}

.imgfloatright {
	float:right;
	padding:10px 0 20px 20px;
}

.floatright {
	float:right;
	padding:0 20px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#slider {
	position : absolute;
	top : 1px;
	left : 491px;
	width : 470px;
	height : 70px;
	overflow : hidden;
}

#slider2 {
	position : absolute;
	width : 470px;
	height : 90px;
}

#slider  {padding: 50px 0 0 0;}

#slider p {padding: 0 0 0 35px; color: #666;}
#slider h4 {padding: 0 0 0 35px; color: #e30524;}




/* GRANTS PAGE */

#grant_area {
	margin:0 0 20px;
}
#grant_nav {
	display:block;
	height:32px;
}
#grant_nav,
#grant_nav li {
	list-style:none;
	margin:0;
	padding:0;
}
#grant_nav li {
	display:block;
	float:left;
	margin-right:1px;
	background:transparent url(../images/tabs2.gif);
}
#grant_nav li a {
	display:block;
	width:100px;
	height:22px;
	padding-top:10px;
	text-align:center;
	color:#ccc;
	background:transparent url(../images/tabs2.gif) 0 0;
}
#grant_nav li a:hover {
	color:#fff;
	background:transparent url(../images/tabs2.gif) 0 -66px;
	text-decoration:none;
}
#grant_nav li a.on,
#grant_nav li a.on:hover {
	color:#000;
	font-weight:bold;
	background:transparent url(../images/tabs2.gif) 0 -33px;
	text-decoration:none;
}
#grant_empty {
	padding:100px 40px 200px;
	color:#fff;
	background:#000;
	text-align:center;
}
.grant_sheet {
	padding:20px;
	color:#333;
	background:#fff url(../images/greyfade.jpg) repeat-x;
}
.grant_pdf {
	padding:20px;
}
.grant_pdf a.donate-pdf {
	float:left;
	margin:0 10px 0 0 ;
	
}
.thankyou,
.thankyou h3 {
	color:#c00;
}
.thankyou {
	margin:5px 0;
	padding:5px;
	border:1px solid #c00;
}
.hide {
	display:none;
}




/* SITE MAP */

a.parent span span,
li.navl0>a span span {
	color:#000c40;
	font-weight: bold;
	font-size:1.2em; 
	line-height:100%;
}


/* FOOTER */

#footerimage {height:280px;}

#footer-image2 {
	clear:both;
	height:330px;
	background-color:#ce4;
}

#footer {
	clear:both;
	width:980px;
	margin:0 auto;
	background:none;
	color:#5a5754;
}

#footer-nav {text-align:center; margin:10px 0;}

#footer-nav a {
	color:#5a5754;
	text-decoration:none;
	padding:0 10px;
	font-size:.9em;
}

#footer-nav a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer-left {
	float:left;
	width:400px;
}

#footer-right {
	float:right;
	width:400px;
	text-align:right;
}








