/*

/*
Body, Fonts etc */

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

a {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

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

.clear {clear: both;}

/*
Main Structural Elements */

#mainContainer {
	width: 980px;
	margin: auto;
	height: auto;
	background: #FFFFFF;


}

#headerContainer {
	background: #FFFFFF url(../loans.gif) no-repeat;
	height: 70px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;

}

#snailTrail {
  height: 30px;
}

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

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

#rightColumn {
	float: right;
	width: 160px;
	border: 1px solid #CCCCCC;
	height: auto;
	padding: 1px;
}
#centerColumn {
	float: left;
	width: 640px;
	margin-left: 5px;
	height: auto;
}


/*
Horizontal Navigation */

#horizontal {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#horizontal ul {
	height: 20px;
	padding: 2px;
	margin: 0;
	background: #FFFFFF;
	white-space: normal;
	list-style: none;
}

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

#horizontal ul li a {
	text-decoration: none;
	color: #0066FF;
	display: block;
	padding: 0 8px;
	font-weight: bolder;
}

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

/*
Vertical Menu */

#vertical {
  
}

#vertical .header,
.postBlock .title {
	height: 20px;
	background: url(../bg.gif) repeat-x;
	line-height: 20px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom: 1px solid;
	color: #FFFFFF;
}

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

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

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

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

/*
Post Block Stuff */

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

.postBlock .post {
  padding: 15px;
}

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

/* 
Footer */

#footer {
	height: auto;
	border: 1px solid #CCCCCC;
	line-height: 20px;
;
}
#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: 4px;
}
