/* CSS Document */
*{
	margin:0;
	padding:0;
}

#wrapper{
	width: 1140px;
	padding: 20px 40px 20px 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fefbf7;
}

#header{
	width: 800px;
}

#header h1{
	color: #634425;
	font-size: 60px;
	font-family: 'Italiana', serif;
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:visited{
	color: #634425;
	font-weight: bold;
	font-size: 60px;
	font-family: 'Italiana', serif;
}

#header h1 a:hover{
	color: #6f7b37;
	font-size: 60px;
	font-family: 'Italiana', serif;
}

#header h1 a:active{
	color: #d86143;
	font-size: 60px;
	font-family: 'Italiana', serif;
}

#photobar{
	width: 1140px;
	float: left;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f3d3b1;
	border-bottom-color: #f3d3b1;
	padding-top: 5px;
	padding-bottom: 5px;
}

.doubleline{
	padding-top: 5px;
	padding-bottom: 5px; 
	border-top-width: 2.5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f3d3b1;
	border-bottom-color: #f3d3b1;
	border-bottom-width: 2.5px;
	height: 210px;
	width: 1140px;
}
	

#photobar img{
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px; 
}

nav{
	float: left;
	width: 1220px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

nav ul{
	list-style-type: none;
	float: left;
}

nav ul li{
	/*border: 1px #FFF solid;*/
	/*helps determine what elements need what attributes*/
	margin-bottom: 10px;
	margin-right: 100px;
	padding: 5px;
	display: inline;
	font-size: 20px;
	text-align:center;
	color: #634425;
	float: left;
	font-family: 'Italiana', serif;
}

nav ul a{
	text-decoration: none;
}

nav ul a:link{
	color: #634425;
	font-family: 'Italiana', serif;
	font-weight: bold;
}

nav ul a:visited{
	color: #634425;
	font-family: 'Italiana', serif;
	font-weight: bold;
}

nav ul a:hover{
	color: #6f7b37;
}

nav ul a:active{
	color: #d86143;
}

.status{
	text-decoration: none; /*nav ul a*/
	color: #6f7b37; /*nav ul a:hover*/
	font-family: 'Italiana', serif; /*nav ul a:link*/
	font-weight: bold; /*nav ul a:link*/
}

body{
	background-color: #6f7b37;
	padding-left: 40px;
	padding-right: 40px;
}

#content{
	width: 710px;
	height: 670px;
	float: left;
	border: 5px solid #816549;
	padding: 20px 50px 20px 50px;
}

#content h2{
	 padding:2.5px;
	 color: #634425;
	 text-weight: bold;
	 text-align: center;
	 font-family: Helvetica, sans-serif;
 }
 
 #content h3{
	padding: 2.5px;
	color: #634425;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	line-height: 25px;
 }
 
 #content h4{
	padding: 2.5px;
	color: #634425;
	text-align: center;
	font-family: Helvetica, sans-serif;
	line-height: 25px;
	font-size: 12px;
 }

 #content p{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #634425;
	line-height: 25px;
	font-family: Helvetica, sans-serif;
 }
 
 #content img{
	 border: 5px solid #f9e9d8;
	 margin: 5px;
	 height: 150px;
 }

 /*Feature CSS Box*/
.feature{
	background-image: url(../images/oaktree_illustration.png);
	background-color: #fefbf7;
	width: 820px;
	height: 720px;
	float: left;
	border: 10px solid #f9e9d8;
	background-repeat: no-repeat;
	background-position: 260px 120px;
}
/*Feature End*/

/*SIDEBAR CSS*/
.sidebar{
	height: 700px;
	width: 190px;
	float: right;
	padding: 20px 50px 20px 50px;
	background: #f9e9d8;		
}

.sidebar h1{
	color: #634425;
	font-size: 30px;
	font-family: 'Italiana', serif;
	text-align: center;
}

.sidebar li{
	color: #634425;
	line-height: 25px;
	font-family: Helvetica, sans-serif;
 }

.sidebar ul a{
	text-decoration: none;
}

.sidebar ul a:link{
	color: #634425;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

.sidebar ul a:visited{
	color: #634425;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}

.sidebar ul a:hover{
	color: #6f7b37;
}

.sidebar ul a:active{
	color: #d86143;
}
/*SIDEBAR CSS ENDS*/

/*START TABLE CSS*/
.tree-table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 1px solid #634425;
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #6f7b37;
}

.tree-table caption
{
	caption-side: top;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	padding: 2px;
	color: #634425;
}

.tree-table th, .tree-table td
{
	border: 1px dotted #634425;
	text-align: left;
	color: #634425;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.tree-table th[scope=col]
{
  color: #FFF;
  background-color: #734F6F;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 2px solid #634425;
  border-right: 2px solid #634425;
}

.tree-table th+th[scope=col]
{
	color: #FFF;
	background-color: #734F6F;
	border-right: 1px dotted #634425;
}

.tree-table th[scope=row]
{
  background-color: #6f7b37;
  border-right: 2px solid #634425;
}

.tree-table tr.alt th, .tree-table tr.alt td
{
	color: #f9e9d8;
}
.tree-table tr:hover td
{
	background-color: #d86143;
	color: #fff;
}
/*END TABLE CSS*/

#footer{
	  background-color:#6f7b37;
	  color:#fefbf7;
	  padding:10px;
	  clear:both;
	  font-family: Helvetica, sans-serif;
}

