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

html
{
height: 100%;
}

body
{
height: 100%;
}

#container
{
	position: relative;
	min-height: 100%;
	width: 800px;
	float: none;
	height: auto;
	margin:0 auto;
}

* html #container
{
height: 100%;
}

#content
{
	font-size: 18px;
padding-bottom: 9em;
  font-family: Helvetica;

}

#footer {
	position: relative;
	margin-top: -7.5em;
	font-family: freight-sans-pro;
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
	text-align: center;
	border-top: thick groove #0a1972;
}
.FooterCostAndQuality {
	font-family: "bello-caps";
	font-size: 40px;
	color: #0a1972;
}

#HeaderImage {
	float: left;
	height: 105px;
	width: 100px;
	font-family: freight-sans-pro;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
}
#HeaderTitle {
	float: left;
	height: 65px;
	width: 700px;
	font-family: "bello-caps";
	font-size: 60px;
	color: #0a1972;
	text-align: center;
}
#HeaderSubtitle {
	float: right;
	height: 40px;
	width: 700px;
	font-family: "bello-caps";
	font-size: 20px;
	color: #0a1972;
	text-align: center;
}
#MenuBar {
	float: left;
	height: auto;
	width: 800px;
	font-family: "bello-caps";
	font-size: 20px;
	color: #000099;
	text-align: center;
}
#cssmenu,
#cssmenu ul,
#cssmenu li #cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-family: Helvetica;
  line-height: 1;
}
#cssmenu {
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #0a1972 url(images/pattern.png) top left repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #040a2c;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a,
#cssmenu a:link,
#cssmenu a:visited {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 -1px 1px #000000;
  border-right: 1px solid #040a2c;
}
#cssmenu a:hover {
  color:#CCC;
  text-shadow: 0 1px 1px #0e23a1;
}
#cssmenu li {
  float: left;
  border-right: 1px solid #0c1e89;
}
#cssmenu li:hover {
  background:#333 url(images/pattern.png) top left repeat;
}
#cssmenu li:first-child {
  border-left: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#ContentFull {
	width: 800px;
	font-family: freight-sans-pro;
	font-size: 16px;
	color: #000000;
}
span.redheader
{
	font-size: 16px;
	color: #990000;
}
