/* ---------- HOME ONLY ---------- */
#home-flash {
	background-image: url(../images/temp-home-flash.jpg);
	background-repeat: no-repeat;
	height: 275px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* ---------- HOME NAV ---------- */
#homenav {
	height: 53px;
	margin-bottom: 26px;
}
#homenav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#homenav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#homenav a {
	color: #FFFFFF;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 16px;
	text-transform: lowercase;
	width: 156px;
	text-align: center;
	margin-right: 5px;
	height: 19px;
	line-height: 19px;
	padding: 17px 0px;
}
#homenav a:link, #homenav a:visited {
	background-image: url(../images/home-nav-bg.jpg);
	background-repeat: no-repeat;
}
#homenav a:hover, #homenav a:active {
	background-color: #007161;
	background-image: none;
}

#homenav a.twolines {
	height: 38px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#homenav a.last {
	margin-right: 0px;
}
/* ---------- HOME CONTAINER ---------- */
#home-container {
	width: 794px;
	padding-right: 1px;
	padding-left: 5px;
	padding-bottom: 25px;
}
#leftcol {
	float: left;
	width: 425px;
	padding-top: 25px;
}
#leftcol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #007161;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
}
#leftcol h1.overline.underline {
	padding: 15px 0px;
	margin: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
}
#leftcol h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
#leftcol .quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #007161;
}
#leftcol .quoter {
	text-align: right;
}
#rightcol {
	float: right;
	width: 317px;
	background-color: #ebebeb;
	padding-top: 25px;
	padding-bottom: 150px;
}
/* ---------- ACCORDION ---------- */
#accordion h3.toggler {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 45px;
	font-weight: normal;
	color: #007161;
	background-image: url(../images/accordion-header-bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}
#accordion h3.toggler a {text-decoration: none; color: #007161;}
#accordion h3.toggler.ui-state-active {background-image: url(../images/accordion-header-open-bg.gif);}
#accordion .element {
	padding: 0px 0px 10px 20px;
	font-family: Helvetica, Arial, sans-serif;
}
#accordion .element h1 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
#accordion .element p {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
}
#accordion .element p.readmore {
	margin-bottom: 10px;
	text-align: right;
	margin-right: 25px;
}
#accordion .element p.readmore a {
	color: #007161;
}
.video-item {border-top: 1px dotted; padding: 4px 0px;}
.video-item a {text-decoration: none;}
#accordion .element .video-item p.readmore a:hover {color: #000;}
.video-item a img {float: left; margin-right: 10px;}
