﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: gray;
}
#container {
	width: 842px;
	margin-left: auto;
  	margin-right: auto;
	background-color: darkBlue;
	margin-top: 10px;
	margin-bottom: 10px;
}
#masthead {
	width: 842px;
	height:93px;
	overflow: auto;
	background-color: maroon;
}
#sidebar {
	float: left;
	height: 435px;
	width: 154px;
	background-color: darkBlue;
	display: inline;
}
#content {
	float: left;
	width: 658px;
	padding: 0px 15px 15px 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
}
#content h2 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: darkBlue;
	text-align: center;
}
#content h3 {
	color: maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 842px;
	background-color: maroon;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
	border-width: 0px;
	margin-right: 0px;
}
#masthead p {
	color: white;
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#masthead_phone {
	font-size: x-large;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	text-align: left;
	/*border-bottom: 1px dashed lightGray;*/
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 5px;
	/*border-bottom: 1px solid #f9f9f9;*/
}
a#sidebar_selected {
	color: darkBlue;
}
#sidebar a:hover {
	font-weight: italic;
	text-decoration: underline;
	/*color: darkBlue;*/
	/*background-color: white;*/
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	color: white;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color:white;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	/*text-indent: 35px;*/
	font-size: small;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#video_container{
	height: 155px;
/*	border-bottom: 1px solid gray;
	margin-bottom: 15px;*/
	text-align: center;
}

#video_description{
	
}

#video_clip{
	float: right;
	padding-right: 20px;
	width: 35%;
}

#home_left_box{
	float: left;
	padding-left: 15px;
}

#home_right_box{
	float: right;
	width: 50%;
	padding-left: 30px;
	/*border-left: 1px grey solid;*/
	height: 100%;
}

#home_description{
	height: 260px;
	text-align: center;
	padding-left: 20px;
}

#medford_auto{
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	background-color: lightblue;
	margin-top: 10px;
}
img{
	border-style: none;
}
.biofuel_green{
	color: green;
}
