/*

/*
Body, Fonts etc */

body {
	background: #F7F9E3;
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #940001;
}

p {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

.clear {clear: both;}

/*
Main Structural Elements */

#mainContainer {
  width: 950px;
  margin: 0 auto;
}

#headerContainer {
  background: url(../images/car-insurance.gif) no-repeat;
  height: 65px; 
  border: 1px solid #000;
}

#snailTrail {
  height: 30px;
}

#secondContainer {
  width: 950px;
  margin-top: 10px;
  margin-bottom: 5px;
}

#leftColumn {
  float: left;
  width: 170px;
  border: 1px solid #000;
}

#centerColumn {
	float: left;
	width: 950px;
	margin-left: 0px;
	background: #FFFFFF;
}


/*
Horizontal Navigation */

#horizontal {    
  border: 1px solid #000;
  border-top: none;  
}

#horizontal ul {
  height: 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#horizontal ul li {
  float: left;
  line-height: 30px;
  border-right: 1px solid #000;
}

#horizontal ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0 10px;
}

#horizontal ul li a:hover {
  background: url(../images/bg-biz.gif) repeat-x;
  color: #fff;
}

/*
Vertical Menu */

#vertical {
  
}

#vertical .header,
.postBlock .title {
	height: 30px;
	background: url(../images/bg-biz.gif) repeat-x;
	padding-left: 10px;
	color: #fff;
	border-bottom: 1px none #000;
	font: normal 12px/30px Verdana, Arial, Helvetica, sans-serif;
}

#vertical ul {
  margin: 0;
  padding: 0;
  padding: 5px 0;
  list-style-type: none;
}

#vertical ul li {
  padding-left: 15px;
}

#vertical ul li a {
  line-height: 18px;
  color: #006600;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

#vertical ul li a:hover {
	color: #006600;
	text-decoration: underline;
}

/*
Post Block Stuff */

.postBlock {
  border: 1px solid #000;
  margin-bottom: 10px;
}

.postBlock .post {
  padding: 15px;
}

.postBlock .subTitle {
  padding-left: 15px;
  border-bottom: 1px solid #000;
  line-height: 18px;
}

/* 
Footer */

#footer {
  height: 30px;
  border: 1px solid #000;
  line-height: 30px;;
  text-align: center;
}
#mainContainer #headerContainer .style1 {
	float: right;
	height: 60px;
	width: 468px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 2px;
	padding-left: 2px;
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 3px;
}
#mainContainer #secondContainer #leftColumn #vertical .clear {
	float: right;
	margin-right: 16px;
	margin-left: 22px;
	position: static;
	width: auto;
	padding: 2px;
}
