body {
	background: url(main-bg.gif);
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
}

h1 {
	font-size: 1.0em;
	font-weight: 700;
	line-height: .5em;
}
	
#container {
	background: url(container-bg.gif) repeat-y top left #EDF4FB;
	width: 760px;
	margin: 0 auto;
}

#header {
	background: url(header-bg.gif) no-repeat;
	height: 125px;
}

.logo {
	position: absolute;
	top: 20px;
	height: 100px;
	width: 300px;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 30px;
	padding-top: 3px;
}

#header li {
	display: inline;
}

#header li a {
	color: #000;
	border-right: 1px solid #000;
	padding: 0px 5px;
	text-decoration: none;
}

#header li a:hover {
	color: #C00;
	border-right: 1px solid: #000;
	padding: 0px 5px;
	text-decoration: underline;
}

#header li.last a {
	border-right: none !important;
	font-weight: 700;
}

.phone {
	float: left;
	margin-left: 120px;
}

.search {
	clear: both;
	margin-top: 30px;
	float: right;
	margin-right: 10px;
	width: 350px;
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
}

.search-box {
    color: #000000;
    width: 120px;
    font: bold 10px arial, verdana;
	margin-left: 5px;
}

.search form{
	padding: 0;
	margin: 0;
}

.search text, .search img, .search input { vertical-align: middle; padding-left: 3px; }

#mainBody {
	width: 585px;
	float: right;
}

#bodyHeader ul {
	border-right: 2px solid #DBE9D8;
	margin: 0;
	padding: 0;
	float: right;
	background: url(body-header.gif) no-repeat top right #FFF;
	width: 588px;
	height: 24px;
	text-align: right;
}

#bodyHeader li {
	display: inline;
	list-style: none;
}

#bodyHeader li a {
	padding: 0 13px;
	margin: 5px 8px 0 0;
	color: #FFF;
	font-weight: 700;
	font-size: 1.1em;
	text-decoration: none;
}

#bodyColumn {
	width: 415px;
	background-color: #FFF;
	float: left;
}

#welcome {
	background: url(body-bg.gif) no-repeat #FFF;
	text-align: left;
	margin-top: -20px;
}

* html #welcome {
	margin-top: 0px !important;
}

.welcome {
	color: #C00;
	font-size: 1.7em;
	font-style: italic;
	font-weight: 700;
}

#welcome .welcome, #welcome .titleGreen, #welcome .boldBlack {
	margin-left: 10px;
	width: 200px;
}

.titleGreen {
	color: #308021;
	font-size: 1.1em;
	font-weight: 700;	
	font-style: italic;
}

.boldBlack a {
	color: #000;
	text-decoration: underline;
	font-weight: 700;
	padding-right: 5px;
}

#popular {
	text-align: left;
	background-color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
}

#popular img {
	margin-top: 0px;
	margin-bottom: 20px;
}

#message {
	background: url(content-header.gif) center top no-repeat #328020;
	text-align: left;
	width: 413px;
}

#message p {
 	margin: 0px 10px;
	color: #FFF;
	padding-top: 40px;
}

#testimonials {
	text-align: left;
	background-color: #308021;
	padding: 15px 0;
	width: 413px;
}

#testimonials .titleWhite, #testimonials p, #testimonials img {
	margin: 0 10px;
}

.titleWhite {
	color: #FFF;
	font-size: 1.1em;
	font-weight: 700;	
	font-style: italic;
}

#testimonials p {
	color: #FFF;
}

#testimonials img {
	margin-top: 0px;
	margin-bottom: 10px;
}

#featured {
	background: url(featured-nav-bg.gif) repeat-y top right #EDF4FB;
	float: right;
	text-align: center;
	width: 170px;
}

.largeGreen {
	color: #308021;
	font-size: 1.7em;
	font-style: italic;
	font-weight: 700;
	width: 150px;
	text-align: left;
	margin-left: 10px;
}

#nav {
	width: 173px;
	float: left;
	text-align: left;
	border-left: 2px solid #DBE9D8;
}

#dropDown {
	background: url(drop-down-bg.gif) no-repeat #308021;
	height: 69px;
}

#dropDown .titleWhite, #dropDown form {
	margin-left: 10px;
	margin-top: 5px;
}


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#nav ul li.section {
	background: url(nav-heads.gif) repeat-x;
}

#nav ul li.section a {
	color: #FFF;
	font-weight: 700;
	display: block;
	padding: 5px 0 7px 5px;
	text-decoration: none;
	margin-top: 2px;
	position: relative;
	z-index: 999;
}


#nav ul li.subsection a {
	color: #000;
	display: block;
	padding: 2px 0 3px 15px;
	text-decoration: none;
	font-weight: normal;
	background: none;
}

#nav ul li.subsection a:hover {
	color: #C00;
	display: block;
	padding: 2px 0 3px 15px;
	text-decoration: underline;
	background: url(arrow.gif) no-repeat 5px 50%;
	font-weight: normal;
}

#nav ul li.more {
	background: url(arrows.gif) no-repeat 30% 50%;
}

#nav ul li.more a {
	background: url(arrows.gif) no-repeat 30% 50%;
	color: #000;
	text-decoration: underline;
	display: block;
	padding: 2px 0 3px 15px;
	font-weight: 700;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #FFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	margin-top: 2px;
	float: right;
	padding-top: 5px;
	background-color: #C00;
	width: 756px;
	height: 20px;
	text-align: right;
	border-left: 2px solid #DBE9D8;
	margin-right: 2px;
}

#footer li {
	display: inline;
}

#footer li a {
	color: #FFF;
	font-weight: 700;
	border-right: 1px solid #FFF;
	padding: 0px 2px;
	text-decoration: none;
}

#footer li.last a {
	border-right: none !important;
	font-weight: 700;
	padding-right: 5px;
}

#published {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

.gray {
	color: #999999;
}

.gray a {
	color: #999999;
	text-decoration: none;
}

#published img {
	padding: 0 5px;
	vertical-align: middle;
}

#tags {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
}
