
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#000000;
}

a:link {
	color:#008852;
	text-decoration: none;
	outline:none;
}
a:visited {
	color:#008852;
	text-decoration: none;
	outline:none;
}
a:hover {
	color:#008852;
	text-decoration: underline;
	outline:none;
} 
a:active {
	color:#008852;
	text-decoration: none;
	outline:none;
}

#wrapper {
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#masthead {
	width:800px;
	height:150px;
	margin-bottom:15px;
}

#container {
	width:780px;
	margin:0 auto;
	text-align:left;
}

#bottomNav {
	clear:both;
	width:600px; 
	height:28px;
	max-height:28px;
	padding:30px 0 5px 0;
	margin:0 auto; 
}

#footer {
	clear:left;
	width:780px;
	height:38px;
	background:url(../images/footer.gif) no-repeat;
	padding:6px 10px 6px 10px;
	font-size:10px;
	color:#808184;
}

.contentBlock {
	float:left;
	position:relative;
	width: 230px;
	height: 230px;
	background: url(../images/block.gif) no-repeat;
	padding:10px;
}

.contentBlockLarge {
	float:left;
	position:relative;
	width: 760px;
	height: 100px;
	background: url(../images/blockLarge.gif) no-repeat;
	padding:10px;
}

p.header {
	color:#008852;
	font-size:16px;
	font-weight:bold;
	padding-bottom:6px;
	margin:0 !important;
}

p {
	margin:12px 0 12px 0;
}

.thumbnail {
	width:105px;
	height:105px;
	float:left;
	margin:0px 5px 0px 0px;
}

.more a {
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
	background: url(../images/more-line.gif) no-repeat;
	padding-left:105px;
	margin-top:15px;
	color:#008852;
	outline:none;
}

.moreLarge a {
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
	background: url(../images/more-lineLarge.gif) no-repeat;
	padding-left:105px;
	margin-top:15px;
	color:#008852;
	outline:none;
}

p:first-child, p.first-child {
	margin-top:0 !important;
}

p:last-child, p.last-child {
	margin-bottom:0 !important;
}

.headline {
	color:#008852;
	font-size:22px;
	font-weight:bold;
}

.headline2 {
	color:#008852;
	font-size:16px;
	font-weight:bold;
}

.kicker {
	font-size:14px;
	font-style:italic;
}

.subhead {
	color:#008852;
	font-size:16px;
	font-weight:bold;
}

.subheadBlack {
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.caption {
	color:#008852;
	font-size:10px;
	font-style:italic;
}

.footnote {
	font-size:10px;
}

.phoneNumber {
	white-space:nowrap;
	font-weight:bold;
}

sup {
   line-height: 100%;
   vertical-align: top;
   font-size: 9px; 
}

.numbers {
	float:left;
	font-size:36px;
	font-weight:bold;
	line-height:25px;
	padding-top:3px;
	padding-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

.clearfix:after { /* clear floats */
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;}
/* hide from ie-mac \*/
.clearfix {display:block;}
/* end hide from ie mac */
.clearfix {display:inline-block;}

/* Callout Boxes */

table.orange {
	background-color:#e7854b;
	color: #fff;
}
table.red {
	background-color:#d2232a;
	color: #fff;
}
table.blue {
	background-color:#c6e2e9;
	color: #000;
}
table.blue2 {
	background-color:#7f9fb6;
	color: #fff;
}
table.green {
	background-color:#ecf2de;
	color: #000;
}
table.green2 {
	background-color:#928c37;
	color: #fff;
}
table.green3 {
	background-color:#6b8447;
	color: #fff;
}
table.darkGreen {
	background-color:#008852;
	color: #fff;
}
table.aqua {
	background-color:#7cbaad;
	color: #fff;
}
table.olive {
	background-color:#9ea493;
	color: #fff;
}

<!-- Drop Shadow with Soft Edge -->

.img-shadow {
	clear: both;
	float:left;
	background: url(../images/shadow3.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
.alpha-shadow {
	clear: both;
	float:left;
	background: url(../images/shadow3.gif) no-repeat bottom right;
	margin:0 !important;
}
.alpha-shadow div {
	background: url(../images/shadow2.png) no-repeat left top !important;
	background: url(../images/shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px;
}
.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	margin: 0;
 }
