body {
	margin: 0 auto;
	background: url(../../images/bkgd.jpg) #C9DA78 top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
html {
	background: #ffffff;
}
#container {
	margin: 0 auto;
	width: 780px;
	font-size: 1em;
	position: relative;
	overflow:hidden;
	text-align: left;
}
body#home {
	background: url(../../images/bkgd.jpg) #C9DA78 top center repeat-x;
}
body#spage {
	background: url(../../images/bkgd-spage.jpg) #C9DA78 top center repeat-x;
}
body#recipes {
	background: url(../../images/bkgd-spage.jpg) #C9DA78 top center repeat-x;
}
h1 {
	display: none;
}
h2 {
	font-size: 1.3em;
	color: #99A851;
}
h3 {
	font-size: 1.2em;
	color: #99A851;
}
h4 {
	font-size: 1.1em;
	color: #405F73;
}
h5 {
	font-size: 1.0em;
	color: #99A851;
}
h6 {
	font-size: 0.9em;
	color: #405F73;
}

a, a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #405F73;
}
a:hover {
	color: #99A851;
	text-decoration: underline;
}
ul {
	margin:0;
	padding: 0 0 0.2em 1em;
	list-style-type: none;
}
ol li {
	background: none;
	line-height: 18px;
}
ul li {
	color: #405F73;
	background: url(../../images/body-bullet.gif) no-repeat 0em 0.4em;
	padding-left: 1.6em;
	line-height: 1.8em;
	font-size: /*10px*/1.0em;
	padding-bottom: 0.2em;
}
ul li a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #405F73;
}
ul li a:hover {
	text-decoration: underline;
	color: #99A851;
}
.logo {
	width: 218px;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 0;
}

.accentblue { color: #405F73; }
.accentgreen { color: #99A851; }
.accentlightgreen { color: /*#C9DA78*/#d4e293; }

.subheadblue { color: #405F73; font-weight: bold;}
.subheadgreen { color: #99A851; font-weight: bold;}
.subheadlightgreen { color: #d4e293; font-weight: bold;}

.cutline {font-size:0.9em;}

/* Top Nav */
#top {
	position: absolute;
	top: 0;
	height: 25px;
	margin-top: 0;
	padding-top: 0;
	width: 780px;
	text-align: right;
}
#topnav {
	text-align: right;
	color: #ffffff;
	width: 100%;
	margin: 0;
	height: 30px;
	padding-top: 0;
}
#topnav #nav {
	text-align: right;
	margin-top: 0;
	padding-top: 0px;
	margin-left: 0px;
	position: relative;
}
#nav .report {
	padding-top: 0px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 396px;
}
#nav .bill {
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	top: 0;
	right: 356px;
}
#topnav #nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	padding-top: 0;
}
#topnav #nav li {
	display: inline;
	text-align: right;
	padding-left: 0px;
	color: #ffffff;
	font-size:1.0em;
	background: none;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}
#topnav #nav a {
	text-decoration: none;
	color: #ffffff;
}
#topnav #nav a:hover {
	text-decoration: underline;
	color: #cccccc;
}

#topnav #nav .bullet { width: 8px; height: 8px; margin: 0; padding-top: 0; display: inline; padding-left: 4px; padding-right: 4px; }

* html #topnav #nav .bullet { padding-right: 4px; }
#search {
	text-align: right;
	clear: none;
	padding-top: 0px;
	padding-left: 10px;
	margin-top: 0;
}
#search img {
	position: absolute;
	top: 0px;
	right:5px;
	width: 17px;
}
#search input {
	height: 12px;
	width: 100px;
	font-size: 1em;
	margin-top: 2px;
	padding-top: 2px;
	padding-left: 3px;
	text-align: left;
	margin-right: 26px;
	padding-right: 2px;
}
/* Tabs */

body#home #promo {
	position: absolute;
	top: 0px;
}
body#spage #promo {
	height: 130px;
	width: 765px;
	position: absolute;
	top: 170px;
	padding-left: 15px;
}
body#recipes #promo {
	height: 130px;
	width: 765px;
	position: absolute;
	top: 170px;
	padding-left: 15px;
}
body#home .promoimage {
	position: absolute;
	top: 0px;
	left: 415px;
	width: 369px;
	height: 291px; 
}
body#spage .promoimage {
	position: absolute;
	top: 61px;
	left: 415px;
	width: 369px;
	height: 260px; 
}
body#recipes .promoimage {
	position: absolute;
	top: 61px;
	left: 415px;
	width: 369px;
	height: 260px; 
}
#promo p {
	width: 400px;
	line-height: 14px;
	margin-top: 0;
	color: #ffffff;
}
#promo h2 {
	font-size: 1.1em;
	margin-top: 30px;
	margin-bottom: 2px;
}
#promo h3 {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 4px;
	color: #D4E293;
	font-size: 1.0em;
}
/* Main Nav */
body#home #mainnav {
	width: 780px;
	height: 28px;
	position: absolute;
	top: 352px;
}
body#spage #mainnav {
	width: 780px;
	height: 28px;
	position: absolute;
	top: 322px;
}
body#recipes #mainnav {
	width: 780px;
	height: 28px;
	position: absolute;
	top: 322px;
}
#mainnav li {
	display: inline;
}
/* Content area */
body#home #main {
	width: 780px;
	background: #ffffff;
	margin-top: 383px;
	color: #405F73;
	background: url(../../images/panels/panels-top.png) no-repeat;
}
body#spage #main {
	width: 780px;
	background: #ffffff;
	margin-top: 353px;
	background: url(../../images/content/content-top.png) no-repeat;
	color: #405F73;
}
body#recipes #main {
	width: 780px;
	background: #ffffff;
	margin-top: 353px;
	background: url(../../images/content/content-top.png) no-repeat;
	color: #405F73;
}
body#home #main .bottom {
	background: url(../../images/panels/panel-bottom.png) no-repeat;
	height: 36px;
}
body#spage #main .bottom {
	background: url(../../images/content/content-bottom.png) no-repeat;
	height: 36px;
}
body#recipes #main .bottom {
	background: url(../../images/content/content-bottom.png) no-repeat;
	height: 36px;
}
#main p {
	line-height: 18px;
}
/* Spage */

#leftsidebar {
	float: left;
	width: 218px;
	padding: 0px 21px;
	line-height: 18px;
}
#leftsidebar h2 {
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#leftsidebar h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.0em;
	padding: 2px;
}
#leftsidebar ul {
	margin:0;
	padding: 0.5em 0 0.2em 0em;
	list-style-type: none;
}
#leftsidebar ul li {
	margin-left: 0;
	margin-bottom: 0;
	color: #405F73;
	background: url(../../images/body-bullet.gif) no-repeat 0em 0.5em;
	padding-left: 1.6em;
	line-height: 1.8em;
	font-size: /*10px*/1.0em;
	padding-top: 2px;
	padding-bottom: 0;
}
#leftsidebar li {
	margin-bottom: 0;
	padding-bottom: 0;
}
#leftsidebar ul li a, a:link, a:active, a:visited {
	text-decoration: none;
	margin-bottom: 0;
	font-weight: bold;
	color: #405F73;
}
#leftsidebar ul li a:hover {
	text-decoration: none;
	color: #99A851;
}
#leftsidebar ul ul {
	padding: 0em 0 0.2em 0em;
}
#leftsidebar ul li ul li {
	margin-left: 0;
	margin-bottom: 0;
	color: #405F73;
	background: url(../../images/body-bullet2.gif) no-repeat 0em 0.5em;
	padding-left: 1.6em;
	line-height: 1.8em;
	font-size: /*10px*/1.0em;
	padding-top: 2px;
	padding-bottom: 0;
}
#leftsidebar li li {
	margin-bottom: 0;
	padding-bottom: 0;
}
#leftsidebar ul li ul li a, a:link, a:active, a:visited {
	text-decoration: none;
	margin-bottom: 0;
	font-weight: normal;
	color: #405F73;
}
#leftsidebar ul li ul li a:hover {
	text-decoration: none;
	color: #99A851;
}

#leftsidebar ul li ul li ul li a, a:link, a:active, a:visited {
	text-decoration: none;
	margin-bottom: 0;
	font-weight: normal;
	color: #99A851;
}
#leftsidebar ul li ul li ul li a:hover {
	text-decoration: none;
	color: #405F73;
}

#leftsidebar .divider li {
	padding: 0;
	margin: 0;
	padding-left: 0;
	margin-left: 0;
	background: none;
}
#leftsidebar .img {
	width:208px;
	border: 0px solid #3C627B;
	background-color: #fff;
	padding: 0px;
	margin: 4px 0px 0px 0;
	text-decoration: none;
}


#content {
	float: left;
	width: 488px;
	padding: 0 30px 0 0;
	min-height: 300px;
	overflow: visible;
}
#content h2 {
	margin-top: 30px;
	padding: 4px;
	/*	width: 478px;
*/	margin-bottom: 0;
	display: block;
	background: #405F73;
	color: #ffffff;
	font-size: 1.3em;
}
#content h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.2em;
	color: #99A851;
	padding: 0px;
}
#content a, #content a:link, #content a:active, #content a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #405F73;
}
#content a:hover {
	color: #99A851;
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.text {
	padding: 15px 15px;
}
.text p {
	padding-top: 0;
}
/* Staff */

.staff {
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 2px;
	height: 95px;
	min-height: 95px;
}
.staffdetail {
	border-top: 1px solid #3C627B;
	border-bottom: 1px solid #3C627B;
	margin-top: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 92px;
	margin-bottom: 15px;
}
.staffcopy {
	padding-top: 6px;
	line-height: 18px;
}
/* Recipes */

.recipedetail {
	border-top: 1px solid #3C627B;
	border-bottom: 1px solid #3C627B;
	margin-top: 14px;
	padding-top: 0px;
	padding-bottom: 12px;
	height: auto;
	margin-bottom: 15px;
}
.recipecopy {
	padding-top: 6px;
	line-height: 18px;
}
.recipelink {
	text-align: right;
	font-weight: bold;
}
.prepdetails {
	margin-top:0;
	padding-top:0;
}
body#recipes h3 {
	font-weight: bold;
	text-decoration: none;
	color: #99A851;
}
body#recipes h3 a {
	background: url(../../images/body-bullet-recipes.png) no-repeat 0em 0.2em;
	padding-left: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #99A851;
}
body#recipes h3 a:link {
	background: url(../../images/body-bullet-recipes.png) no-repeat 0em 0.2em;
	padding-left: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #99A851;
}
body#recipes h3 a:active {
	background: url(../../images/body-bullet-recipes.png) no-repeat 0em 0.2em;
	padding-left: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #99A851;
}
body#recipes h3 a:visited {
	background: url(../../images/body-bullet-recipes.png) no-repeat 0em 0.2em;
	padding-left: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #99A851;
}
body#recipes h3 a:hover {
	background: url(../../images/body-bullet-recipes.png) no-repeat 0em 0.2em;
	padding-left: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	color: #99A851;
}
body#recipes h4 {
	border-bottom: 1px solid #3C627B;
	display: block;
	padding-bottom: 0;
	margin-bottom: 2px;
}
body#recipes #content .recipedetail .img {
	float: left;
	width: 180px;
	border: 1px solid #3C627B;
	background-color: #fff;
	padding: 3px;
	margin: 4px 10px 0px 0;
	text-decoration: none;
}
/**/

body#spage #content .img {
	float: left;
	width: 70px;
	border: 1px solid #3C627B;
	background-color: #fff;
	padding: 3px;
	margin: 0 10px 0px 0;
	text-decoration: none;
}
/* Homepage panels */
#leftpanel {
	float: left;
	width: 218px;
	padding: 0px 21px;
	overflow: visible;
	min-height: 100px;
}
#leftpanel h2 {
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#leftpanel h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1.0em;
	display: block;
	background: #99A851;
	color: #ffffff;
	padding: 2px;
	width: 214px;
}
#leftpanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftpanel li {
	margin-left: 0;
	padding-left: 0;
	color: #405F73;
	margin-bottom: 7px;
	margin-top: 0;
	font-weight: bold;
	background: none;
line-height: 14px;
}
#leftpanel li a, a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #405F73;
}
#leftpanel li a:hover {
	color: #99A851;
}
#leftpanel a:hover {
	color: #99A851;
	text-decoration: underline;
}
#middlepanel {
	float: left;
	width: 218px;
	padding: 0px 21px;
	line-height: 18px;
	overflow: visible;
}
#middlepanel h2 {
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#middlepanel h3 {  margin-bottom: 10px; }
#middlepanel a:hover {
	color: #99A851;
	text-decoration: underline;
}
#middlepanel .img {
	width: 208px;
	border: 1px solid #3C627B;
	background-color: #fff;
	padding: 3px;
	margin: 4px 0px 0px 0;
	text-decoration: none;
}
#rightpanel {
	float: left;
	width: 218px;
	padding: 0px 21px;
	line-height: 18px;
	overflow: visible;
}
#rightpanel h2 {
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#rightpanel h3 {  margin-bottom: 10px; }
#rightpanel a:hover {
	color: #99A851;
	text-decoration: underline;
}
#rightpanel .img {
	width: 208px;
	border: 1px solid #3C627B;
	background-color: #fff;
	padding: 3px;
	margin: 4px 0px 0px 0;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer {
	margin: 0 auto;
	text-align: center;
	background: url(../../images/footer-back.png) top center #ffffff repeat;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
}

.cmspopup { text-align: left; font-size: 12px; }

.searchlist
  {
	color: #405F73;
	background: url(../../images/body-bullet.gif) no-repeat 0em 0.4em;
	padding-left: 1.6em;
	line-height: 1.8em;
	font-size: /*10px*/1.0em;
	padding-bottom: 0.2em;
}

.taxdata a, .taxdata a:link, .taxdata a:active, .taxdata a:visited { color: #99A851!important;}
.taxdata a:hover { color: #405F73!important;}


#promo img, .logo img {
	behavior: url(/images/iepngfix.htc);
}

/*body#spage .logo img {                 ****how Patricia had it originally****
	behavior: url(/images/iepngfix.htc);
}*/
#spage img, .logo img {
	behavior: url(/images/iepngfix.htc);
}

/*width: 520px;*/ 
#EkTbBase_CollectionCustomGuidcollmiddlerightpanels #rightpanel img { overflow: hidden; width: 210px; }
#EkTbBase_CollectionCustomGuidcollmiddlerightpanels #rightpanel { overflow: hidden; width: 218px;}

#EkTbOuterElmt_CollectionCustomGuidcollmiddlerightpanels { overflow: visible; width:780px;}
#EkTbLeftBar_CollectionCustomGuidcollmiddlerightpanels { overflow: visible; width: 50px; }



.tabs { width: 600px; position: absolute; top: 149px; left: 0;z-index: 40000;}

.tabs .power { float: left;width: 88px; height: 27px;}
.tabs .water { float: left;width: 88px; height: 27px;}
.tabs .directv { float: left; width: 88px; height: 27px;}
.tabs .internet { float: left; width: 88px; height: 27px;}
.tabs .longdistance { float: left;width: 88px; height: 27px;}