/* CSS Document */


* { margin : 0; padding : 0; }
h1, h2, h3, h4, h5, p, ul, ol  {margin : 0; padding : 0; 
}


/* generic */
	
body  { background-color: #FFDB6C; background-image: url(../Images/tree.png); background-repeat: no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif;
}

a { text-decoration: none; color: #336600;
}

a:hover { text-decoration: underline; color: #CC6600;
}

/* text styles*/


p  { font-family: Georgia, Times New Roman, Times, serif; font-size: 15px; line-height: 1.4em; color: #333333; padding-bottom: 0.25em;
}
ol { padding: 0 0 0 16px;
}
ul { list-style-image: url(../Images/bullet.png); padding: 0 0 0 16px;
}
ul ul { list-style-image: url(../Images/dash.png); padding: 0 0 0 16px;
}
h1, h2, h3, h4, h5  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC6600 
}



/* classes*/
/* 
*/

.tag { font-size: 14px;	color: #666666; font-style: italic;
}


/* layout  #F5C51C*/

#container{width: 100%;
}
#bar { background-color: #4A8F08; width: 100%; height: 15px; z-index: 20;
}
#shadow { position: absolute; top: 15px; left: 0; background-image: url(../Images/shadowbar.png); background-repeat: repeat-x; width: 100%; height: 15px; z-index: 18; margin: 0; 
}
#nav {
	position: relative;
	float: left;
	width: 120px;
	z-index: 1;
	margin: 0;
	top: 175px;
}
#nav li { list-style: none;  margin: 0 0 .5em -1.5em;  padding: 0 0 0 1em;  background-color: #FBB600;  	line-height: 1.5em;
	font: Verdana, Arial, Helvetica, sans-serif; 	font-size: 14px;  font-weight: bold;  color: #FFFFFF;
}	
#nav li.special { color: #FFFFFF; background-color: #FF9900;	
}
#nav a { color: #FFFFFF; display: block; padding-left: 0.5em;	
}	
#nav a:hover { color: #003300; text-decoration: none;  background-color: #FFCC00;
}
#nav a.selectedPage { color: black; background-color: #FFCC00;
}

#content { position: relative; float: left;  width: 600px;  margin: 0 0 0 -20px;  z-index: 5;
	background-image: url(../Images/paper.png); background-repeat: repeat-y; 
}
#content_logo { position: relative; float: left; width: 500px; height: 125px; padding: 50px 0 0 100px; 
}
#content_margin {  position: relative;  float: left;  width: 130px;  height: 400px;  text-align: center;  padding-left: 10px;
}
#content_text {  position: relative; 	float: left; 	width: 410px; padding: 0 20px 0 14px; border-left: solid #FFCC00 thin;
	font-family: Georgia, Times New Roman, Times, serif; font-size: 15px; padding-bottom: 0.5em;
}
#content_text li { font-family: Georgia, Times New Roman, Times, serif; line-height: 1.4em; color: #333333; margin-left: 6px;
}
#content_text li.last { padding-bottom: 0.25em;
}
#content_text h1, h2, h3, h4 { font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC6600; font-weight: bold; font-size: 18px; padding-bottom: 0.5em; 
}
#content_text h2 { color: #990000; font-size: 14px; padding-bottom: 0.25em; 
}

#photos {
	position: absolute;
	left: 670px;
	z-index: 10;
	width: 400px;
	height: 630px;
}

#footer { position: relative; float: left;	background-color: #FFCC00;	width: 100%; height: 15px; z-index: 0; margin: -15px 0 0 0; 
}
#footer p { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; font-stretch: expanded; margin: 2px 0 0 750px;
}
