html, body {
	height: 100%;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #f7f7f7;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 8px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
}

p, li {
	font-size: 12px;
	line-height: 150%;
}


.container {
	width: 977px;;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f7f7f7;
	background-image: url(images/mbg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#top {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -55px;
}

#header {
	padding-top: 12px;
	padding-bottom: 12px;
}

#phone {
	float: right;
	margin-top: 35px;
	padding-right: 10px;
	font-size: 18px;
	color: #5b1112;
}

#topnav {
	text-align: right;
	clear: right;
	float: right;
	margin-top: 14px;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
	color: #5b1112;
	margin-left: 10px;
	margin-right: 10px;
}

#topnav a:hover {
	text-decoration: none;
}


#section {
	height: 140px;
	/*background-color: #c0c0c0;*/
	background-image: url(./images/homeheader.jpg);
	background-repeat: no-repeat;
}

#section h1 {
	padding-top: 43px;
	padding-left: 40px;
	color: #fff;
}

#section .feature {
	clear: right;
	float: right;
	width: 220px;
	height: 32px;
	padding: 6px 0 6px 6px;
	margin-top: 6px;
	background-color: #1d3c18;
}

#section .firstFeature {
	margin-top: 50px;
}

#section .featureTitle {
	color: #fff;
}
#section .featureTagline {
	color: #61c850;
	font-size: 9pt;
}


#left {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	width: 190px;
	border-right: 1px solid #ececec;
}

#left .menuItem {
	height: 18px;
	color: #9c9c9c;
	text-align: right;
	border-bottom: 1px solid #ececec;
	background-repeat: no-repeat;
	padding: 3px;
	margin-top: 2px;
}
#left .menuItem a:link, #left .noticeText a:link, #left .noticeText a:link, #left .noticeText a:link {
	color: #9c9c9c;
	text-decoration: none;
}

#left .active {
	font-style: italic;
}

#left .notice {
	float: right;
	margin: 6px 6px 0 0;
	padding-left: 6px;
	width: 165px;
	background-color: #dbddca;
}
#left .noticeText {
	float: left;
	margin-top: 12px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}
#left .noticeText a:link, #left .noticeText a:active, #left .noticeText a:visited, #left .noticeText a:hover {
	color: #000;
	text-decoration: none;
}
#left .noticeIcon {
	clear: right;
	float: right;
	margin: 6px;
}


#right {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
	width: 300px;
	border-left: 1px solid #ececec;
}

#right div {
	margin-left: 10px;
	text-align:center;
}

#right .notice {
	margin: 6px 6px 0 0;
	padding-left: 6px;
	width: 185px;
	background-color: #dbddca;
}
#right .noticeText {
	float: left;
	margin-top: 12px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}
#right .noticeText a:link, #right .noticeText a:active, #right .noticeText a:visited, #right .noticeText a:hover {
	color: #000;
	text-decoration: none;
}
#right .noticeIcon {
	clear: right;
	float: right;
	margin: 6px;
}


#main {
	float: right;
	width: 620px;
	padding: 10px;
}

#content {
	padding: 0 15px 15px 15px;
	float: left;
	width: 644px;
}

#push, #bottom {
	height: 55px;
}
#footer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ececec;
	text-align: center;
	color: #9c9c9c;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #9c9c9c;
}

.clear {
	clear: both;
	height: 0px;
}

table.bullets {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

table.bullets th {
	background-color: #609314;
	padding: 6px;
	text-align: left;
}

table.bullets td {
	background-color: #fbfbfb;
	padding: 6px;
}

table.bullets ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
}

table.bullets li {
	margin-bottom: 10px;
}




