* { 
	list-style: none; 
	letter-spacing: .03em; }

body {
	margin:0px 0px 0px 0px; 
	padding: 0;
	text-align: left;
	color: #444748;
	background: #d8d6bf url(/images/background.jpg) top repeat-x; 
        line-height: 18px;
	background-color: #dfddca;
}

#wrapper {
    background-image: url(images/bg-wrapper.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	width: 825px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
}

/*TYPE---------------------------------------------------------------------------------------------------------*/
p {	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	}
h1 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 26px; 
	color:#ee8225;
	margin-bottom: 20px;
        margin-top: 20px;
letter-spacing: .01em; 
font-weight:normal;
	}
h2 {font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
 	color:#006699;		
	}
b {font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
 	color:#006699;		
	}		

blockquote { margin: 10px 20px; }
.longquote { width: 450px; padding: 0 20px; }

a:link {
	color:#ee8225;
	text-decoration: none;
}
a:visited {
	color:#ee8225;
	text-decoration: none;
}

a:hover {
	color: #535353;
	text-decoration:underline;
}
a:active {
	color:#ee8225;
	text-decoration: none;
}


/*HEADER---------------------------------------------------------------------------------------------------------*/

#header {
	background: transparent url(../images/header.png) bottom center no-repeat;
	height: 208px; 
	position: relative;
}

#logo {position: absolute; 
	left: 30px; 
	bottom: 5px; 
	}

#mainNav {
	width: 520px;
	height:20px;
	position: absolute; 
	right: 0; 
	bottom: 0;
	margin: 5px;
	 }
#mainNav li{
	float: left;
	}
#mainNav li a {
	color:#ffffcc;
	padding: 0 15px;
	text-decoration: none;
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px; 
	}
#mainNav li a:hover {color: white;}
.minidiv {
	background:url(../images/minidiv.png); 
	width: 1px; height: 14px;
	float: left;
	margin-top: 2px;
	}


/*subNAVIGATION-------------------------------------------------------------------------------------------------------------------------*/

ul#subNav {
        background: url(/images/bluediv.png) right no-repeat;
	float: left;
	width:140px;
	margin: 5px 35px 5px 0px;
        font-size: 15px; 
        height:370px;
	}

#subNav {
        background: url(/images/bluediv.png) right no-repeat;
	float: left;
	width:150px;
        padding: 20px 20px 0px 0px;
	margin: 5px 25px 5px 0px;
        font-size: 15px; 
        height:370px;
        color:#006699;
	font-weight: bold;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#subNav li a {
	color:#006699;
	font-weight: bold;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#subNav li {
	text-align: center;
	}

.subdiv {
	height: 1px;
	background: url(/images/subdiv.png) center no-repeat;
	margin: 5px 5px 5px 5px;
	}
	
#subContent {
	float:right;
	width: 570px;
        overflow: visible;
        padding: 0 20px 0 0;
}

#mainContent { 
        background: #FFFFFF;
	padding:20px 20px 20px 30px ;
        margin: 0px;
}

.sideContent {
       float:right;
       margin: 60px 0 30px 30px;
      max-width: 220px;
       }
.board {
       padding:10px 20px 0 0; 
       width: 150px;
       vertical-align:top;
       }
td {padding-bottom: 20px;}

/*CONTENT---------------------------------------------------------------------------------------------------------*/

#primaryContent { 
        background: #FFFFFF;
	border-top: #ee8225 solid 7px;
	padding:20px 20px 20px 20px;
        margin: 0px;
        min-height: 400px;
        width:785px;
}

#primaryContenthome { 
        background: #FFFFFF;
	border-top: #ee8225 solid 7px;
	padding:0px 20px 20px 30px;
        margin: 0px;
        min-height: 400px;
}

#primaryContent a{
	color: #ee8225;
	text-decoration: none;
	text-transform: capitalize;
	margin-bottom: 20px;
	} 
	
.divider {
	width: 2px;
	padding: 0;}
	
#donate a{background: url(../images/donate.jpg);
	display: block; 
	width: 219px; height: 143px;
	margin-bottom: 30px;
	float: right;
	border: #0086c6 solid 1px;	}

#kidBio a{
	background: url(../images/kidbio.jpg);
	width: 219px; height: 143px;
	display: block;
	float: right;
	border: #0086c6 solid 1px;
}

.buttons{
	border: #0086c6 solid 1px;
        margin-bottom: 20px; 
}

#bigButtons li a{ 
	display: block;
	width:219px; 
	height:143px; 
}

.clear { clear: both;}
.left {float:left;}
.right {float:right;}

/*FOOTER---------------------------------------------------------------------------------------------------------*/

#footer { background:#EE8225;
		padding: 2px 35px;
		margin-bottom: 30px;}
#footer p {
	color:#ffffcc;
	text-align: center;
	font-size: 12px; 
        letter-spacing: .01em
	}
#footer a {
	text-decoration: none;
	color:#ffffcc;
	padding: 0 20px;
	}		