﻿@import url("layout.css");

blockquote, body, div, form, input, li, ol, p, select, td, textarea, tr, ul{font-family: arial, helvetica, sans-serif;font-size:100%;} 



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
color: #e3821b;
	background-attachment: scroll;
	background-color: #e3821b;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 0px;
	border-bottom: 2px solid #363636;
	background-color: #FFFFff;
	border-bottom-style: none;
}
#masthead {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
		background-color: #e3821b;

	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-top: 3px;
}
#page_content {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 500px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content700 {
	position: relative;
	float: left;
	width: 900px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#sidebar {
	float: right;
	width: 350px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #663300;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #663300;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	padding-right:2px;
	padding-left:0px;
	margin-left:0px;
	border-left:0px;
	
}
#navigation a {
	text-decoration: none;
	color: #e3821b;
	display: block;
	margin: 0 1px;
	padding: 5px;
	background-color: #c0d858;
		font-weight: bold;

}
#navigation a:hover {
	text-decoration: none;
	color: #e3821b;
	background-color: #ccc;
		font-weight: bold;

}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #e3821b;
}
#content img {
	padding-left: 1px;
	border: 0px solid #e3821b;
}

#content p,li {
	color: #e3821b;
}
#content ul {
	width: auto;
	margin-left: 50px;
	padding: 0;
}
#content li {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-image: url('../images/list.jpg');
	list-style-position: outside;
	list-style-type: inherit;
}

/* Content 700 Styles */
#content700 h1,h2,h3,h4,h5,h6,li {
	color: #e3821b;
}
#content700 img {
	padding: 0px;
	border: 0px solid #e3821b;
}

#content700 p {
	color: #e3821b;
}
#content700 ul {
	width: auto;
	margin-left: 50px;
	padding: 0;
}
#content700 li {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-image: url('../images/list.jpg');
	list-style-position: outside;
	list-style-type: inherit;
}

/* Sidebar Styles */
#sidebar p {
	color: #e3821b;
}
#sidebar h3 {
	color: #e3821b;
}


#sidebar img {
	float: right;
	padding: 5px;
	border: 0px solid #e3821b;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #663300;
}
#footer a {
	color: #e3821b;
	text-decoration: underline;
}
#footer a:hover {
	color: #e3821b;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #e3821b;
	text-decoration: underline;
}
a:hover {
	color: #e3821b;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

