body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #202020;
	text-align: center;
	background: url(../images/page-bg.gif) repeat-y center #f0f0f0;
	}
p {
	margin: 1.2em 0 1.2em 0;
	line-height: 1.5em;
	}
#container {
	text-align: left;
	width: 850px;
	margin: auto;
	background: #fff;
	padding: 10px;
	}
#header {
	padding: 10px 20px 20px 0px;
	float: left;
	width: 600px;
	}
#header h1 {
	font-size: 28px;
	color: #339900;
	font-weight: normal;
	display: inline;
	vertical-align: middle;
	}
#header h2 {
	margin-left: 20px;
	font-size: 18px;
	color: #339900;
	font-weight: bold;
	display: inline;
	vertical-align: middle;
	}
#menu {
	padding: 0;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #a7d2d2;
	padding-bottom: 1px;
	.padding-bottom: 0px;
	position: relative;
	z-index: 1;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin-right: -3px;
	}
#menu li a {
	padding: 7px;
	background: #a1cece;
	display: inline-block;
	color: #202020;
	text-decoration: none;
	}
#menu li .selected,
#menu li a:hover {
	background: #00ccff;
	}
#callUs {
	float: right;
	padding: 22px 0 0 0;
	}
#callUs span {
	font-size: 18px;
	}
#leftColumn {
	float: left;
	width: 260px;
	padding: 10px;
	background: #f0f0f0;
	}
#leftColumn img {
	margin-top: 10px;
	}
#leftColumn ul,
#rightColumn ul {
	margin: 0 0 0 15px;
	padding: 0;
	}
#leftColumn li, 
#rightColumn li {
	list-style-type: disc;
	margin-top: 20px;
	line-height: 1.5em;
	}
#rightColumn {
	float: right;
	width: 550px;
	}
#leftColumn h3,
#rightColumn h3 {
	font-size: 18px;
	color: #202020;
	font-weight: normal;
	}
#rightColumn h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
	}
#footer {
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #c0c0c0;
	}
#footer p {
	font-size: 11px;
	}
.homePod {
	margin-top: 10px;
	font-size: 12px;
	}
.homePod h4 {
	background: #339900;
	padding: 6px;
	color: #fff;
	font-size: 14px;
	}
.bold {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
strong {
	font-weight: bold;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.rollover span,
.rollover2 span {
	display: none;
	}
.rollover span a,
.rollover2 span a {
	padding: 3px;
	background: none !important;
	font-size: 11px !important;
	}
.rollover span a:hover,
.rollover2 span a:hover {
	color: #fff !important;
	}
.rollover:hover span {
	display: block;
	position: absolute;
	z-index: 2;
	background: #00ccff;
	border: 1px solid #202020;
	left: 310px;
	top: 25px;
	padding: 5px;
	}
.rollover2:hover span {
	display: block;
	position: absolute;
	z-index: 2;
	background: #00ccff;
	border: 1px solid #202020;
	left: 515px;
	top: 25px;
	padding: 5px;
	}
a {
	color: #339900;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.latestNews h2 {
	font-size: 18px;
	border-bottom: 1px solid #909090;
	padding-bottom: 4px;
	}
.blogPost {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 5px;
	}