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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79879b;
	background-color: #FFF;
	margin: 50px 0px;
}
a {
	font-size: 12px;
	color: #579811;
	text-decoration: underline;
}
a:visited {
	color: #70ac2f;
}
a:hover {
	color: #0f3a76;
}
a:active {
	color: #0f3a76;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0f3a76;
	margin-top: 0px;
	text-transform: none;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #0f3a76;
	margin-top: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	color: #000;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
	clear: both;
}
a img {
	border: none;
}

strong {
	color: #4b607e;
}


/* IDs */

#container {
	width: 900px;
	margin: auto;
}
#menu {
	float: right;
	border-left: 1px solid #d2d3d4;
	margin-top: 15px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
}
#menu a {
	font-size: 11px;
	color: #1f4974;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	border-right: 1px solid #d2d3d4;
}
#menu a:hover {
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;
}
#menu a.current {
	border-bottom: 4px solid #dce0e5;
	padding-bottom: 6px;
}
#menu a.current:hover {
	background-image: none;
}

#main {
	padding: 20px 0px;
	line-height: 150%;
}
#left {
	float: left;
	width: 200px;
	padding-right: 20px;
	border-right: 680px solid #FFF;
	margin-right: -680px;
	font-size: 11px;
}
#left ul {
	border-top: 1px dotted #CCC;
	padding: 0px;
	margin: 0px;
}
#left li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding: 5px 0px;
	border-bottom: 1px dotted #CCC;
}
#left li a {
	text-decoration: none;
	font-size: 11px;
}
#content {
	float: left;
	width: 659px;
	padding-left: 20px;
	border-left: 1px solid #CCC;
	min-height: 300px;
}

#footer {
	text-align: center;
	color: #b5bcc4;
	font-size: 11px;
	border-top: 1px solid #cdcbcb;
	padding-top: 5px;
	clear: both;
}
#footer a {
	color: #b5bcc4;
	font-size: 11px;
	text-decoration: none;
}
#footer span {
	padding: 0px 10px;
}


/* Classes */

.threeCols {
	overflow: hidden;
	clear: both;
}
.threeCols div {
	float: left;
	width: 272px;
	border-right: 1px solid #eeecea;
	margin-right: 20px;
	padding-right: 20px;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}
.threeCols div.last {
	border: none;
	margin: 0px;
	padding: 0px;
}

.brochure {
	float: right;
	padding: 0px 0px 20px 20px;
}

img.left {
	float: left;
	padding: 0px 10px 10px 0px;
}

.green {
	color: #579811;
}

.phone {
	color: #579811;
	font-size: 22px;
	display:block;
	margin:0 0 10px;
}

ul.spaced {
	line-height: 200%
}
.nounderline a {
	text-decoration: none;
}

.pagination {
	padding-left: 30px;
}
.pagination strong {
	padding-right: 10px;
}
.pagination a {
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: underline;
}
.pagination span {
	padding: 0px 5px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.testimonial {
	margin:0 0 20px;
}
.testimonial blockquote {
	margin:0 0 10px;
	font-style:normal;
}
