/*

/*
Body, Fonts etc */

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

}

a {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
}

a:hover {
  color: #009900;
}

p {
  padding: 0;
  margin: 0 0 3px;
}

.clear {clear: both;}

/*
Main Structural Elements */

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

#headerContainer {
	background: #FFFFFF url(/logo/building-insurance.gif) no-repeat;
	height: 66px;
	border: 1px solid #FFFFFF;
	padding: 3px 1px 1px;

}

#snailTrail {
  height: 30px;
}

#secondContainer {
	width: 980px;
	margin-top: 4px;
	margin-bottom: 4px;
	background: #FFFFFF;

}

#leftColumn {
	float: left;
	width: 140px;
	border: 1px solid #CCCCCC;
	clear: none;
	height: auto;
}

#centerColumn {
	float: left;
	width: 805px;
	margin-left: 2px;
	margin-right: 2px;
	height: auto;
	clear: none;
}

#rightColumn {
	float: right;
	width: 161px;
	border: 2px none #009900;
	height: auto;
	clear: right;
	padding: 2px;
}
/*
Horizontal Navigation */

#horizontal {
	border: 1px solid #009900;
	background: #FFFFFF;

}

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

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

#horizontal ul li a {
	text-decoration: none;
	color: #009900;
	display: block;
	padding: 0 5px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#horizontal ul li a:hover {
  background: #009900 no-repeat;
  color: #fff;
}

/*
Vertical Menu */

#vertical {
  
}

#vertical .header,
.postBlock .title {
  height: 20px;
  background: #009900 repeat-x;
  line-height: 20px;
  padding-left: 10px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #CCCCCC;
}

#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: #0080FF;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

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

/*
Post Block Stuff */

.postBlock {
	border: 1px solid #009900;
	margin-bottom: 2px;
}

.postBlock .post {
  padding: 10px;
}

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

/* 
Footer */

#footer {
	height: auto;
	border: 1px solid #FFFFFF;
	line-height: 20px;
	;
	text-align: center;
	padding: 4px;
	width: auto;
}
#mainContainer #headerContainer .style1 {
	float: right;
	height: 60px;
	width: 468px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 1px;
	padding-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	top: auto;
	bottom: auto;
	font-size: 11px;
}
#mainContainer #secondContainer #leftColumn #vertical .clear {
	float: right;
	margin-right: 12px;
	margin-left: 20px;
	position: static;
	width: auto;
	padding: 2px;
}
