@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

html {
	background-color:#FFF;
}

body {
	margin: 0;
	padding: 0;
	color:#4d4d4f;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	}
	
a:link {
	text-decoration:none;
	color: #c77322;
}
a:hover {
	text-decoration:underline;
	color: #c77322;
}
a:active {
	text-decoration:none;
	color: #c77322;
}
a:visited {
	text-decoration:none;
	color: #c77322;
	}

a img {
	border: 0;
}


p {
	margin: 0 0 0 0;
	line-height: 1.4em;
	padding-bottom: 8px;
	font-weight: normal;

}

h1 {
	font-size: 140%;
	margin-bottom: 3px;
	margin-top: 6px;
	font-weight:normal;
}

h2 {
	font-size: 130%;
	margin-bottom: 3px;
	margin-top:6px;
	font-weight:normal;	
}

h3 {
	font-size: 110%;
	margin-bottom: 3px;
	margin-top:6px;
}
h4 {
	font-size: 100%;
	margin-top:6px;
	font-weight:bold;
	color: #fb8700;
	margin-bottom: 2px;
}

h5 {
	font-size: 95%;
	margin-top:6px;
	font-weight:bold;
	color: #f15c22;
	margin-bottom: 2px;
}

img {
    border: none;
}

.sidenav_image {
	padding-top:10px;
}
	
	
	
.clearit {
	clear: both;
}


/* ------------- CONTAINER */



#top_container {
	background-color:#384b56;
	margin-left: auto;
	margin-right: auto;
}

#top_header {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#main_content{
	width:800px;
	background-image:url(../images/sidenav_back.jpg);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;

}	
	
	/* ------------- SIDENAV */
	
	#sidenav {
	width:236px;
	float:left;
	padding-bottom:100px;
	padding-top: 20px;
	}
	
	#content {
	width:520px;
	float:right;
	padding-bottom:100px;
	padding-top: 40px;
	}
	
	.intro {
		font-size:150%;
		padding-bottom:20px;
	}
	
	
	/* ------------- FOOTER */


#footer_container {
	background-color:#c77322;
	margin-left: auto;
	margin-right: auto;
}

#footer_content {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	font-size:85%;
	padding-top:10px;
	padding-bottom:10px;
}

#footer_content a {
	color:#FFF;
	text-decoration:none;
}

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


.copyright {
	float:left;
	color:#FFF;
	
}

.footer_nav {
	float:right;
	color:#FFF;
	
}
