﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
/* Shades of British Racing Green
 * (Hex #004225) (RGB: 0, 66, 37)
 * (Hex: #003300) (RGB: 0, 51, 0)
 * (Hex: #021C13) (RGB: 2, 28, 19)
 * (Hex: #0C1911) (RGB: 12, 25, 17)
 * (Hex: #1B4D3E) (RGB: 27, 77, 62) */

	/* The color for the surround background */
	background-color: #004225;
	/* background-color: #CCC; */
}
.company {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}
#promise {
	list-style-image: url(../images/tick.png);
}
#notpromise {
	list-style-image: url(../images/x.png);
}
#cando {
	list-style-image: url(../images/img118.png);
}
h2 {
	color:#67b;
}
#container {
	width: 750px;
	margin: 0 auto;
	/* The left margin */
	/* background-color: #cdf; */
	background-color: #003300;
}
#masthead {
	text-align: right;
	width: 750px;
	overflow: auto;
	/* The top margin where the address is */
	/* background-color: #cdf; */
	background-color: #003300;
}
#masthead_img {
	float:left;
	width: 127px;
	background-color:#FFF;
	text-align:center;
	overflow:auto;
}
#masthead_img img {
	margin-left: 10px;
}
#sidebar {
	float: left;
	width: 174px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 546px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 750px;
	background-color: #cdf;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	color:#67b;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
