/* CSS Document */

/*COLOR PALETTE 

2a7dc1: blue
cedc37: lt. green
cedc37: teal
90c23e: dk. green
e07851: peach
ffcd0b: yellow
9b3145: maroon
f7931d: orange
63463a: brown
d51e3c: pink

*/


body,
html {
    margin:0;
    padding:0;
    color:#FFFFF;
	height: auto;
	
}

body {
	min-width:800px;
	
}


#wrapper {
	position: relative;
    background: #FFFFFF ;
    margin:0 auto;
    width:750px;
	height: 100%;
	border: 0px;
	

}



/* LINKS */
a:link, a:visited, a:hover {
	text-decoration: none;
}


/* HEADER */ 


#header {
	position: relative; 
	height: 100px;
	top: 0px;
}


.name {
	position: relative;
	top: 55px;
	left: 20px;
}





/* NAVIGATION */

#nav {
	position: relative; 
	top: 30px;
	left: 390px; 
}

#nav a:link, a:visited {
	color: #000000;

}

#nav a:hover {
	color: #ffcd0b; 

}


#nav ul {
	margin: 0;
	padding: 0;
	text-align: left;	
}


#nav li {
	display: inline; 
	padding-right: 40px;
 
}

.second {
	padding-right: 55px;
}

#nav li:after {
	content: url(../images/dots/yellow.gif);
	
}








/* IMAGES */

#images {
	position: relative;
	top: 10px;
	width: 750px;

}


.left {
	float: left;
	width: 149px; 
	padding: 0px;
	margin: 0px;
	left: 10px;
	
}


.right {
	float: right;
	width: 601px; 
	height: 581px; 
	right: 50px;
	padding: 0px;
	margin: 0px;
 	

}


/*CONTENT*/
#content {
	position: absolute;
	top: 125px;
	right: 10px;
	width: 580px;
	height: 430px;
	text-align: left; 

	
}

#contents {
	position: absolute;
	top: 130px;
	left: 190px;
	width: 500px;
	height: 420px;
	text-align: left;
}

#contents ul{
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 50px;
	padding-bottom: 10px;
}

#descript iframe{
	frameborder: 0;
	border: 0;
	border: none;
	align: middle;
	overflow-x: hidden;
	overflow-y: auto;
	height: 420px;
	width: 330px;
}

iframe {
	frameborder: 0;
	border: 0;
	border: none;
	align: middle;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
	width: 580px;

}

hr  {
	width: 400px;
	align: center;
}




/* PAGES */

#subnav {
	position: absolute;
	top: 195px;
	left: 0px;
	width: 145px;
	height: 550px;
	text-align: center;
	
}


#subnav a:link, #subnav a:visited {
	color: #000000;
}	


#subnav a:hover {
	color: #ffcd0b;
}

#descript {
	position: absolute;
	top: 15px; 
	left: 15px;
	width: 320px;
	height: 410px;
	text-align: left;
	
}


#image {
	position: absolute;
	top: 20px;
	left: 395px;
	width: 160px;
	height: 160px;
	
	
}



#volunteer {
	position: absolute;
	top: 300px;
	left: 375px;
	width: 195px;
	height: 200px;
	text-align: center;
	
	
	
}


.volunteerhead {
	font-size: 20px;
	color: #000000;
}


.volunteercap {
	font-size: 14px;
	color: #f7931d;
}


#volunteer a:link, #volunteer a:visited {
	color: #f7931d;

}

#volunteer a:hover {
	color: #ffcd0b;
	
}



/*FOOTER*/

#footer {
	position: relative; 
	height: 100px;
	toP: 10px;
	clear: both;
}




/* FONTS */

h3, h5, h4 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

h2, p {
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

h1, h6 {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: 200;
	font-variant: small-caps;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 25px;
	padding-bottom: 20px;
	color: #63463a;
}

h3 {
	font-size: 12px;
	padding-bottom: 100px;
}

h4 {
	color: #2a7dc1;
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}


h5 {
	font-size: 13px;
	padding-bottom: 10px;
} 

h6 { 
	text-align: right;
	color: #d51e3c;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 25px;
	
}


h6 a:link, h6 a:visited {
	color: #000000;
}

h6 a:hover {
	color: #f7931d;
}

.caption {
	font-size: 10px;
	width: 400px;
	position: relative;
	left: 10px;
}

.text {
	font-size: 12px;
	padding-bottom: 10px;
	color:#666666;
}


.byline {
	font-size: 12px;
	text-align: center; 
	font-variant: normal;	
	color: #CCCCCC;
}


.dynweb {
	font-size: 15px;
	text-align: center; 
	font-variant: normal;	
	color: #CCCCCC;
}

.dynweb a:link, .dynweb a:visited, .dynweb a:hover {
	color: #CCCCCC;
}


.details {
	font-size: 12px;
	padding-bottom: 10px;
	color: #000000;
	position: relative;
	left: 0px;
}

.details a:link, .details a:visited, .details a:hover {
	text-decoration: underline;
	color: #000000;
}



.tagdad {
	font-size: 12px;
	padding-bottom: 10px;
	color: #90c23e;
	position: relative;
	left: 0px;
}

.tagdad a:link, .details a:visited, .details a:hover {
	text-decoration: underline;
	color: #90c23e;
}

.tagmom {
	font-size: 12px;
	padding-bottom: 10px;
	color: #f7931d;
	position: relative;
	left: 0px;
}

.tagmom a:link, .details a:visited, .details a:hover {
	text-decoration: underline;
	color: #f7931d;
}
