/* 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.25em;
	color: #333333;
	padding-bottom: 0.75em;
}
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: 175px 0 0 0; top: auto;
}
#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_margin {  position: relative;  float: left;  width: 50px;  height: 600px;  text-align: left;  padding: 0 2px 0 10px;	
}
#content_logo { position: relative; float: left;  width: 470px;  height: 100px;  padding: 15px 20px 30px 14px;
	border-left: solid #FFCC00 thin;
}
#content_text { position: relative; float: left; width: 470px; padding: 0 20px 0 14px;
	font-family: Georgia, Times New Roman, Times, serif; font-size: 15px; padding-bottom: 0.5em; border-left: solid #FFCC00 thin;
}
#content_text li { font-family: Georgia, Times New Roman, Times, serif; line-height: 1.4em; color: #333333;  margin-left: 6px; 
}
#content_text li.last {
	font-family: Georgia, Times New Roman, Times, serif;
	line-height: 1.4em;
	padding-bottom: 0.75em;
}
#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;
	padding-top: .25em;
}
#content_text h3 {
	color: #003333;
	font-size: 13px;
	padding-bottom: 0.2em;
	padding-top: .25em;
}
#content_text h4 {
	color: #666666;
	font-size: 13px;
	padding-bottom: 0.2em;
	padding-top: .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;
}
