/* COLORS
body tan: dbc7a1
darktan: beac8a
*/


/* RESET */

* {margin:0; padding:0}


/* STRUCTURE */

body {background:#dbc7a1; font-size: 62.50%; font-family:Georgia;}

#top-band {height:30px; background:url(/images/top-band.jpg) bottom repeat-x;}

#wrapper {width:880px; margin:0 auto; background: #dbc7a1;}

#header {margin:30px 0 20px 0; width:880px; height:109px; text-indent: -9999px;}

#nav {margin:10px 0 10px 0;}

ul#menu {list-style: none; background:url(/images/nav-bg.jpg);}

	ul#menu li {display:inline;}
			
		ul#menu li a {text-indent:-9999px; display:block; height:54px; float:left;}
		

			ul#menu li a.news {width:106px; background:url(/images/nav-news.jpg) no-repeat bottom;}
			ul#menu li a.support {width:143px; background:url(/images/nav-support.jpg) no-repeat bottom;}
			ul#menu li a.contact {width:133px; background:url(/images/nav-contact.jpg) no-repeat bottom;}
			ul#menu li a.mission {width:498px; background:url(/images/nav-mission.jpg) no-repeat bottom right;}
			
			ul#menu li a:hover {background-position: top right;}
			
#pic {float:left; margin:10px 0 0 0;}
#pic img {border:1px solid #eee;}
#content {float:right; width:460px; margin:10px 10px 0 0;}

fieldset#donate {
background:#A6BBCB none repeat scroll 0 0;
border:1px solid #333333;
font-family:helvetica;
font-size: 1.1em;
margin-bottom:2em;
padding:3em;
}
fieldset#donate h3 {
font-family:georgia;
}
fieldset#donate textarea{
font-size:1.2em;
padding:0.3em;
width:300px;
}

fieldset#donate div.AuthorizeNetSeal {float:right !important;}

#footer {color:#555; text-align:center; margin-top:40px; border-top:1px solid #666;} #footer a{color:#555;}
#footer p {margin:10px 0 10px 0; text-align:center; font-size: 1em;}


/* UTILITY */

div.clear_both {clear:both; height:10px; background:#555;}
div.clear_left {clear:left;}
div.clear_right {clear:right;}


/* TYPOGRAPHY */
big {color:#263f92;
font-size:2em;
line-height:1em;
margin-bottom:0.8em;
text-align:left;}

h1 {text-transform:uppercase; font-size:2.2em; margin-bottom:.8em;color:#263f92; border-bottom:2px solid #263f92;}
p {font-size:1.3em; line-height:1.5em; margin-bottom: 1em;}
a {color:#294BAC;}
ul li {margin-left:2em;font-size:1.3em; line-height:1.5em;}