@charset "UTF-8";

/* CSS Document

text - #4b4d47
links - #d48043

*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}

/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {quotes: "" "";}


/* and the clearfix code b/c clearing floats is a royal pain */
.clearfix:after { content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0; width: 1px;}
.clearfix {display:block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.center { text-align: center; }

a img { border:none } /* Gets rid of IE's blue borders */

/* and now the basic structure */

body {
	background: #f2ebdc url(../images/paper_background.jpg) 0 0 repeat-x;
	font: 12px/150% Verdana, Geneva, arial, helvetica, sans-serif;
	color: #4b4d47;
	}
	
	
i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}
	
a:link {color: #6b6d67; text-decoration: underline;}
a:visited {color: #6b6d67; text-decoration: underline;}
a:hover {color: #d48043; text-decoration: underline;}
a:active {color: #6b6d67; text-decoration: underline;}

#site { 
	width: 100%;
	} 
	
#site-head {
	width: 100%; 
	background: url(../images/big-header-back.jpg) top center repeat-x;
	}
	
#site-head-wrap, 
#site-headsub,
#site-body-wrap,
#site-foot-wrap {
	width: 1200px; 
	height: 356px; 
	position: relative;
	margin: auto;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
	
	
#site-head-wrap { 
	background-image: url(../images/main_header2.jpg);
	}
	
#site-headsub { 
	background-image: url(../images/main_header2sub.jpg);
	}

	
#site-head-wrap.about { 
	background-image: url(../images/main_header2_about.jpg);
	}

#site-head-wrap.contact { 
	background-image: url(../images/main_header2_contact.jpg);
	}
	
#site-head-wrap.donate { 
	background-image: url(../images/main_header2_donate.jpg);
	}
	
#site-head-wrap.involved { 
	background-image: url(../images/main_header2_involved.jpg);
	}
	
#site-head-wrap.media { 
	background-image: url(../images/main_header2_media.jpg);
	}
	
#site-head-wrap.resources { 
	background-image: url(../images/main_header2_resources.jpg);
	}
	
#site-head-wrap.stories { 
	background-image: url(../images/main_header2_stories.jpg);		
	}

#site-head-wrap.fiveforten { 
	background-image: url(../images/main_header2_fiveforten.jpg);
	}

	
#site-body { 
	width: 100%; 
	background: #f2ebdc url(../images/paper_background_multi.jpg) 50% 0 repeat;	
	}
	
#site-body-wrap { 
	height: auto;
 	background: url(../images/paper_background_multi.jpg 50% 0 repeat); 
	}

#site-foot { 
	width: 100%;
	}

#site-foot-wrap { 
	height: 100px;
	padding: 10px 0 0 0;
}
	
#content { 
	width: 436px;
	float: left;
	margin: 0 auto;
/* 	background-image: url(../images/paper_background_multi.gif);	 */
	background-position: top right;
	background-repeat: repeat-x;

/* 	background: #eee; */
	}
	
#contentsub { 
	width: 700px;
	float: left;
	margin: 0 auto;
	position: relative;
	margin-top: 15px;
	margin-bottom: 50px;
/* 	background-image: url(../images/paper_background_multi.gif);	 */
	background-position: top right;
	background-repeat: no-repeat;
	
/* 	background: #303; */
	}
	
.portraitcontainer { 
	width: 700px;
	float: left;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	
/* 	background: #e0e; */
	}

.portraitleft { 
	width: 276px;
	}
	
#donateleft { 
	width: 313px;
	}
	
.donateright { 
	width: 350px;
	float: right;
	}
	
.portraitright { 
	width: 424px;
	float: right;
	}

#subcontainer { 
	width: 700px;
	float: left;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
	
/* 	background: #f90; */
	}
	
	
	
	
/* Anchored Links ============================================================= */
.anchors {font-size: 11px; font-style: underline; font-weight: bold; line-height:1.7; margin: 19px 0 0 35px; }
.anchors ul li {display: inline; padding-right: 11px;}
.anchors ul li a {display: inline; color:#d48043; text-decoration: underline;}
.anchors ul li a:hover {color: #6b6d67; text-decoration: underline;}
	
	
	
	
/* P STYLES */


h1 {
	font-weight: bold;
	font-size: 16px;
	line-height:140%;
	margin: 19px 0 0 0;
	text-transform: uppercase;
}

h2, h3 {
	font-size: 12px;
	line-height:140%;
	margin-left: 35px;
	margin-bottom: 5px;
	font-weight: bold;
}


p {
	margin: 10px 0 0 35px;
	margin-bottom: 1.2em;
}

#content p {
	margin: 0 0 0 23px;
	margin-bottom: 25px;
}

ul.bullets, ul.bullets 	{
	width: auto;
	padding-left: 1.5em;
	}

.bullets li, .bullets li { 
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12.5px; 
 color: #6b6d67;  
 list-style-type: disc;
 line-height: 16px;
 margin-left: 35px;
}

em {
	font-style: italic;
}

/* end P STYLES */

#nav { 
	width: 329px;
	height: 400px;
	float: left;
	background-image: url(../images/main_nav_background.gif);	
	background-position: right -61px;
	background-repeat: no-repeat;
	}

#sidebar {
	width: 317px;
	min-height: 556px; 
	float: left;
	background-position: top;
	background-repeat: no-repeat;
	
/* 	background: #0e0; */
	}

/* NAV */


#navsprite {
  width: 155px; 
  height: 272px;
  position: relative; 
  top: -87px; 
  left: 145px;
  
/*   background: #e4a; */
}

#navsprite li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

#navsprite a {
	display: block;
}

#navsprite span {display: none;}

#link_home {top: 0;}
#link_aboutus {top: 32px;}
#link_donate {top: 67px;}
#link_fiveforten {top: 94px;}
#link_getinvolved {top: 126px;}
#link_mediaroom {top: 160px;}
#link_resources {top: 196px;}
#link_stories {
		top: 232px;
		display: none;}
#link_contacthope {top: 232px;}
/* #link_contacthope {top: 260px;} */

#navsprite a {
	width: 159px;
}

#link_home a {background: url(../images/n1.png) no-repeat; height: 30px; }
#link_aboutus a {background: url(../images/n2.png) no-repeat; height: 36px; }
#link_donate a {background: url(../images/n3.png) no-repeat; height: 30px; }
#link_fiveforten a {background: url(../images/n3b.png) no-repeat; height: 30px; }
#link_getinvolved a {background: url(../images/n4.png) no-repeat; height: 34px; }
#link_mediaroom a {background: url(../images/n5.png) no-repeat; height: 34px; }
#link_resources a {background: url(../images/n6.png) no-repeat; height: 37px; }
#link_stories a {background: url(../images/n7.png) no-repeat; height: 33px; }
#link_contacthope a {background: url(../images/n8.png) no-repeat; height: 38px; }

#link_home a:hover,#link_home .active {background-position: -159px 0px;}
#link_aboutus a:hover,#link_aboutus .active {background-position: -159px 0px;}
#link_donate a:hover,#link_donate .active {background-position: -159px 0px;}
#link_fiveforten a:hover,#link_fiveforten .active {background-position: -159px 0px;}
#link_getinvolved a:hover,#link_getinvolved .active {background-position: -159px 0px;}
#link_mediaroom a:hover,#link_mediaroom .active {background-position: -159px 0px;}
#link_resources a:hover,#link_resources .active {background-position: -159px 0px;}
#link_stories a:hover,#link_stories .active {background-position: -159px 0px;}
#link_contacthope a:hover,#link_contacthope .active {background-position: -159px 0px;}


/* END NAV */

/* SIDEBAR */

#sidebar li {
			padding: 0 0 10px 0;
				}
#sidebar h4 {
		font-weight: bold;
		font-size: 12px;
		line-height:1.4;
		margin: 0;
	}

#sidebar h2 {
			font-weight: bold;
			font-size: 12px;
			line-height:1.4;
			margin: 0;
		}


#sidebar p {
		font-size: 11px;
		line-height:1.4;
		margin: 0;
	}

#sidebar span {display: none;}

#events_slider {
	min-height: 212px;
	padding: 5px 60px 0 60px;
	background: url(../images/events_slider.jpg) repeat-y;
}

#sidebar_transition {
	padding: 0px 60px 0 60px;
	background: url(../images/sidebar_transition.jpg)	;
}

#divider {
	width: 219px;
	height: 19px;
	position: relative; 
	left: -10px; top: 0px; 
	margin: 0 0 10px 0;
	background: url(../images/news_divider.png)	;


/* 	background: #fff;	 */
}


#media_room_slider {
	min-height: 167px;
	padding: 0px 60px 0 60px;
	background: url(../images/media_room_slider.jpg) repeat-y;
	
}

#media_room_bottom {
	height: 74px;
	background: url(../images/media_room_bottom.jpg) no-repeat top;
	
}

#media_room_label {
	background: url(../images/mediaroom.png) no-repeat top transparent;
	position: absolute; 
	width: 64px;
	height: 220px;
	margin: 0 0 0 205px;
	cursor: pointer;
	}

/* END SIDEBAR */

/* FOOTER */

#site-foot p {
		font-size: 10.5px;
		line-height:1.4;
	    margin: 0 0 0 23px;
	}

#footer1 {
	float: left;
	width: 200px;
	margin: 0 0 0 150px;
	}

#footer2 {
	float: left;
	width: 250px;
	margin: 10px 15px 0 0px;
	border-right: 1px #6b6d67 solid;
}

#footer3 {
	float:left;
	width: 230px;
	margin: 10px 30px 0 0px;
	margin-right: 10px;
}

#footer4 {
	float:left;
	width: 230px;
	margin: 10px 0px 0 0px;
	border-left: 1px #6b6d67 solid;
}

/* END FOOTER */


/* Form Styles */


fieldset {
    font-size: 1em;
    color: #6b6d67;
    background-color: #f2ebdc;
    padding: 2px;
    border: solid 1px #de8d50;
    width: 350px;
    }
    
legend {
    color: #6b6d67;
    font-weight: bold;
    font-variant: small-caps;
    background-color: #f2ebdc;
    padding: 2px 6px;
    margin-bottom: 8px;
    }
    
input.formInputText  {
    font-size: 1em;
    color: #6b6d67;
    background-color: #f2ebdc;
    padding: 2px;
    border: solid 1px #de8d50;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 15px;
    }
    
textarea.formInputText  {
    font-size: 1em;
    color: #6b6d67;
    background-color: #f2ebdc;
    padding: 2px;
    border: solid 1px #de8d50;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 75px;
    width: 245px;
    }
    
input.formInputButton  {
    font-size: 1em;
    color: #f2ebdc;
    background-color: #de8d50;
    padding: 2px;
    border: solid 1px #de8d50;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 35px;
    }
    

/* =MCG adds
--------------------------------------------------------------------*/

.zero {
	margin-left: 0;
}

hr.clr {
	visibility: hidden;
	margin: 0;
	clear: both;
}

.donitem {
	width: 665px;
	float: left;
	clear: right;
	margin: 0 0 20px 35px;
	padding: 10px 0;
}

.imgcol, .txcol {
	float: left;
	display: inline;
}

.imgcol {
	width: 322px;
	margin-right: 20px;
}


.txcol {
	width: 322px;
/* 	font-size: 90%; */
}

.txcol p {
	margin-left: 0;
}




.fiveforten {
	margin-left: 35px;
	width: 665px;
	font-size: 10px;
	line-height: 130%;
	background: url('../images/bg-5cols.jpg') 0 0 repeat-y;
}

.fiveforten tr {
	vertical-align: top;
}

.fiveforten p, .fiveforten h4 {
	margin: 0 10px 1em 10px;
}


.fiveforten th, .fiveforten td {
	text-align: left;
	padding: 5px 0;
	margin: 0;
}

.fiveforten th, .fiveforten td {
	width: 133px;
}

.fiveforten .alt {
	display: block;
}

.fiveforten td div img {
	width: 133px;
	margin-bottom: 6px;
}


