h1 {
	color:#2b2b2b; font-size:large;
}
h2 {
	color:#1d2758; font-size:medium;
}

#header .block {background-image: url(top.jpg); }

div.logo img.logo {
	display: none;
}

#header .menu-left {
	background-image: url(menu-left.gif);
}

#header .menu-right {
	background-image: url(menu-right.gif);
}


#header .menu {
	background-image: url(menu.gif);
}

div.tail-top {
	background-image: url(bg.gif);
}

#header .topLinks {
	 display: none;
}

/* The header div needs 1px padding to prevent the margin from cascading */
#header {
	padding-top: 1px;
}

#header div.logo {
	margin-top: 20px;
}

.tail-bottom {
background:transparent url(bot.gif) repeat-x scroll center bottom;
}
#header ul li { background-image: none; }

#header ul li a:hover { color:#83002c; text-decoration:underline;}
#header ul li a{font-weight: bold;color:#1d2758; text-decoration:none; text-align:center; font-size:1.2em; display:block; float:left; background:url(images/bg_menu1.gif)  center left no-repeat; padding:25px 10px 25px 10px} 

#footer .indent-footer {
	padding: 8px 0 0 0;
}
div.pricelist {
	font-size: 1em; color: #000000;
}
table {
	margin: auto;
}
body {
	color: #000;
}
.agentSummaryContent {
	float: left; width: 250px; color: #fff;
 }
.agentSummaryContent h2 {
	color: #fff;
}
#footer {
	 height: 110px;
         background:none repeat scroll 0 0 #043264;
}

 /* contact form formatting */

form
{
	width:380px;
	margin: 0 auto;
}

form div {
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  color: black;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div select, form div textarea {
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div textarea
{
	width: 170px;
	color: black;
}

form div select
{
	width: 178px;
}

input
{
	color: black;
}

/* ------------ */
div.specsolwrap
{
	float: left;
	width:180px;
}

div#specsolcontainer
{
	width: 100%; /* IE 7 fix, and also will probably help future browsers that wrap the text below this div around this div. */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* this is a dumb way in my opinion, instead of using <ol start="5"> (or 6...) ... but its supposably W3C compliant */
#specsstart1
{
	counter-reset: item;
}
#specsstart6
{
	counter-reset: item 5;
}
#specsstart11
{
	counter-reset: item 10;
}
#specsstart16
{
	counter-reset: item 15;
}

ol.specsol li
{
	display: block;
}

ol.specsol li:before
{
	content: counter(item) ". ";
	counter-increment: item;
	display: inline;
}

