/***** Polk-Burnett *****/

/* Global */
* {
	padding: 0;
	margin: 0;
}
body {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/main/bkgd.png) repeat-x;
	text-align: center;
}
h1 { font-size: 2em; }
h2 {
	font: normal 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #3C5EA4;
	padding-bottom: 6px;
}
h3 { font-size: 1.6em; font-family: Verdana, sans-serif; padding-bottom: 8px;}
p { padding-bottom: 8px; }

a, a:link, a:active, a:visited {
	color: #4263A7;
	text-decoration: underline;
	text-transform: none;
}
a:hover { color: #333333; }
#container {
	width: 904px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.subhead { color: #3C5EA4; font-weight: bold;  font-size: 1.1em;}
.accent { color: #3C5EA4; }

blockquote { margin-left: 24px; }

/* Top Nav */
#top {
	height: 30px;
	margin-left: 15px;
}
#top h1 { display: none; }

#top a, #top a:link, #top a:active, #top a:visited {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#top a:hover {
	color: #bbccde;
	text-transform: uppercase;
	font-weight: bold;
}
#top .search {
	float: left;
	width: 200px;
	font-size: 0.9em;
	text-transform: uppercase;
}
#top .search a, #top .search a:link, #top .search a:active, #top .search a:visited { text-transform:uppercase; font-weight: bold; }
#top input {
	width: 85px;
	height: 12px;
	margin-top: 4px;
	font-size: 1em;
}
#top #topnav {
	float: left;
	width: 675px;
	color: #ffffff;
	text-align: right;
	margin-top: 4px;
	margin-right: 14px;
}
#top #topnav li {
	display: inline;
	padding-right: 4px;
}
#top #topnav .bullet {
	width: 8px;
	height: 8px;
	margin: 0px;
	display: inline;
	padding: 0px 4px 0px 4px;
}

/* Header - Logo, Nav */

#header {
	width: 904px;
	height: 130px;
	background:url(../img/main/header-bkgd.png) no-repeat;
}
#header .logo {
	position: absolute;
	top: 56px;
	left: 20px;
}
#header .touchstone {
	position: absolute;
	top: 100px;
	left: 180px;
}
#header #menu {
	position: absolute;
	top: 132px;
	left: 210px;
	background:url(../img/nav/nav_back.jpg) no-repeat;
}
#header #menu-employees {
	position: absolute;
	top: 132px;
	left: 284px;
background:url(../img/nav/nav_back_emp.jpg) no-repeat;
}
#tabs {
	position: absolute;
	/*	width: 337px;
*/	top: 105px;
	left: 550px;
}
#tabs .electric {
	float: left;
	display: block;
	width: 114px;
	height: 27px; }
#tabs .security {
	float: left;
	display: block;
	width: 114px;
	height: 27px;
}
#tabs .propane {
	float: left;
	display: block;
	width: 109px;
	height: 27px;
}

/* Billboard */

#billboard {
	margin: 0px 11px 0px 11px;
	width: 882px;
	border-top: 4px solid #ffffff;
}
body#home #billboard .img {
	width: 882px;
	height: 225px;
}
body#spage #billboard .img {
	width: 882px;
	height: 190px;
}

/* Quick Links */

#quicklinks {
	background:url(../img/main/quicklinks.png) #4263A7 no-repeat;
	text-align: center;
	border-width: 4px 4px 20px 4px;
	border-color: #ffffff;
	border-style: solid;
	width: 752px;
	margin-left: 7px;
	padding-left: 130px;
	height: 44px;
	display: block;
	text-align: center;
}
#quicklinks img { float: left; padding-left: 28px; }
#quicklinks .text {
	float:left;
	padding-top: 12px;
	vertical-align: middle;
	height: 20px;
	display: block;
	text-align: left;
	color: #ffffff;
}
#quicklinks .textdouble {
	float:left;
	padding-top: 8px;
	vertical-align: middle;
	height: 20px;
	display: block;
	text-align: left;
	color: #ffffff;
}
#quicklinks a, #quicklinks a:link, #quicklinks a:active, #quicklinks a:visited { text-decoration: none; color: #ffffff; text-transform: none; line-height: 1.2em; }
#quicklinks a:hover { color: #bbccde; }
* html body#spage #quicklinks { border-width: 4px 4px 10px 4px; }

#quicklinks-emp {
	background:url(../img/main/quicklinks.png) #4263A7 no-repeat;
	text-align: center;
	border-width: 4px 4px 20px 4px;
	border-color: #ffffff;
	border-style: solid;
	width: 752px;
	margin-left: 7px;
	padding-left: 130px;
	height: 44px;
	display: block;
	text-align: center;
}
#quicklinks-emp img {
	float: left;
	padding-left: 20px;
}
#quicklinks-emp .text {
	float:left;
	padding-top: 12px;
	vertical-align: middle;
	height: 20px;
	display: block;
	text-align: left;
	color: #ffffff;
}
#quicklinks-emp .textdouble {
	float:left;
	padding-top: 8px;
	vertical-align: middle;
	height: 20px;
	display: block;
	text-align: left;
	color: #ffffff;
}

#quicklinks-emp .textdouble-last {
	float:left;
	width: 100px;
	padding-top: 8px;
	vertical-align: middle;
	height: 20px;
	display: block;
	text-align: left;
	color: #ffffff;
}
#quicklinks-emp img.last { padding-right: 6px;}

#quicklinks-emp a, #quicklinks-emp a:link, #quicklinks-emp a:active, #quicklinks-emp a:visited { text-decoration: none; color: #ffffff; text-transform: none; line-height: 1.2em; }
#quicklinks-emp a:hover { color: #bbccde; }

/* Content area */

body#home #main {
	background: url(../img/main/home-bkgd.png) repeat;
	float: left;
}
body#spage #main {
	background: url(../img/main/spage-bkgd.png) repeat;
	float: left;
}
#left a, #left a:link, #left a:active, #left a:visited {
	color: #333333;
	text-decoration: underline;
	text-transform: none;
}
#left a:hover { color: #4263A7 !important; }

body#home #left {
	float: left;
	width: 303px;
	padding: 0;
	margin: 0;
}
body#home #left .text {
	padding-left: 30px;
	padding-right: 20px;
}
body#home #left h3 {
	font-size: 1.1em;
	color: #333333;
}
body#home #left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body#home #middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body#home #left li {
	background: none;
	height: 1%;
}
body#home #middle li {
	background: none;
	height: 1%;
}
body#home #left li a, body#home #left li a:link, body#home #left li a:active, body#home #left li a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	background: url(../img/main/left-border.png) bottom repeat-x;
	padding-bottom: 8px;
	padding-top: 4px;
	margin: 0;
	text-transform: none;
}
body#home #middle li  {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	background: url(../img/main/left-border.png) bottom repeat-x;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0;
	text-transform: none;
}

body#home #middle li a, body#home #middle li a:link, body#home #middle li a:active, body#home #middle li a:visited { margin-bottom: 12px; display: block; }  

body#home #middle a:hover { font-weight: bold !important; }
#left li .date {
	float: left;
	padding-right: 9px;
	padding-bottom: 1px;
	color: #9F8104;
}
* html #left li .date {
	float: left;
	padding-right: 9px;
	padding-bottom: 1px;
	color: #9F8104;
	padding-top: 0;
	margin-top: 0;
}
#middle li .date {
	float: left;
	padding-right: 9px;
	padding-bottom: 1px;
	color: #9F8104;
}
* html #middle li .date {
	float: left;
	padding-right: 9px;
	padding-bottom: 1px;
	color: #9F8104;
	padding-top: 0;
	margin-top: 0;
}
body#home #left li a:hover {
	font-weight: normal;
	color: #49423A;
	text-decoration: none;
	display: block;
	background-color: #cccccc;
}
body#home #middle li a:hover {
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
	display: block;
	background-color: none;
}
body#spage #left {
	float: left;
	width: 283px;
	padding: 0;
	margin: 0;
}
body#spage #left ul {
	list-style-type: none;
	padding-bottom: 30px;
}
body#spage #left ul ul {
	display: block;
	background-color: #f2f2f2;
	padding-left: 12px;
	border-top: 1px dotted #333333;
	border-bottom: 0px dashed #333333;
	padding-bottom: 0;
}
body#spage #left ul ul ul {
	border: 0;
	padding-bottom: 0;
}

body#spage #left .text {
	padding-left: 30px;
	padding-right: 20px;
}
body#spage #left li a,
body#spage #left li a:link,
body#spage #left li a:active,
body#spage #left li a:visited {
	color: #333333;
	text-transform: none;
	font-weight: bold;
	display: block;
	padding-left: 8px; /*note*/
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
body#spage #left li li a, 
body#spage #left li li a:link, 
body#spage #left li li a:active, 
body#spage #left li li a:visited {
	color: #4263A7;
	text-transform: none;
	font-weight: normal;
	padding-left: 0;
}
body#spage #left li li li a,
body#spage #left li li li a:link,
body#spage #left li li li a:active,
body#spage #left li li li a:visited {
	color: #333333;
	text-transform: none;
	font-weight: normal;
	padding-left: 0;
}
body#spage #left li a:hover {
	color: #4263A7;
	background-color: #f2f2f2;
	display: block;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
body#spage #left li li a:hover {
	color: #333333  !important;
	padding: 0;
	margin: 0;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
body#spage #left li li li a:hover {
	color: #4263A7;
	padding: 0;
	margin: 0;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
body#spage #left li {
	border-bottom: 1px dotted #333333;
	display: block;
}
body#spage #left li li {
	background:url(../img/main/sidebar-bullet1.png) 0em 0.4em no-repeat;
	padding-left: 14px;
	border-bottom: 0px dashed #333333;
}
body#spage #left li li li {
	background:url(../img/main/sidebar-bullet2.png) 0em 0.4em no-repeat;
	padding-left: 14px;
}
#middle {
	float: left;
	width: 298px;
}
#middle .text {
	padding-left: 20px;
	padding-right: 20px;
}
#middle h3 {
	font-size: 1.1em;
	color: #333333;
}
/* New */
/*#middle ul {margin-left: 10px; list-style-type: none; }
#middle li { background:url(../img/main/body-bullet.png) 0em 0.4em no-repeat;
	padding-left: 14px;
	border-bottom: 0px dashed #333333;}
*/
body#home #right { width: 301px; }
body#employees #right { width: 301px; }
body#spage #right { width: 616px; }
#right {
	float: left;
	width: 303px;
}

#right .text {
	padding-left: 20px;
	padding-right: 20px;
}
#right h3 {
	font-size: 1.1em;
	color: #333333;
}
#right #breadcrumbs ul {
	list-style-type: none;
	margin-left: 0;
}
#right #breadcrumbs li {
	background: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
}
#right #breadcrumbs a, #breadcrumbs li a:link, #breadcrumbs li a:active, #breadcrumbs li a:visited {
	color: #333333;
	text-transform: none;
	text-decoration: underline;
}
#right #breadcrumbs a:hover { color: #4263A7 !important; }
body#spage #middle { display: none; }
#right a, #right a:link, #right a:active, #right a:visited {
	color: #4263A7;
	text-decoration: underline;
	text-transform: none;
}
#right a:hover { color: #333333 !important; }
#right ul {
	margin-left: 24px;
	list-style-type: none;
	margin-bottom: 8px;
}
#right li {
	background:url(../img/main/body-bullet.png) 0em 0.1em no-repeat;
	padding-left: 14px;
	text-transform: none;
	line-height: 1.4em;
	padding-bottom: 6px;
}
#right ul ul {
	margin-left: 0px;
	list-style-type: none;
padding-top: 8px;
margin-bottom: 0px;
}
#right li li {
	background:url(../img/main/body-bullet2.png) 0em 0.1em no-repeat;
	padding-left: 14px;
	text-transform: none;
}
#right ul ul ul {
	margin-left: 0px;
	list-style-type: none;
}
#right li li li {
	background:url(../img/main/body-bullet.png) 0em 0.4em no-repeat;
	padding-left: 14px;
	text-transform: none;
}

#right ol { margin-left: 44px; }
#right ol li {
	background-image: none;
	padding-left: 0;
}
body#spage #right img { padding-left: 10px; padding-right: 10px; }

/* News stuff */
#right .newsdate { text-align: right; font-weight: bold; border-top: 1px solid #333333; margin-bottom: 14px; }
#right #newsimg { width: 224px; float: left;padding: 4px; border: 1px solid #333333; margin-right: 8px; }
#right #newsimg img { width: 224px; padding: 0 !important; }#right .cutline { width: 212px; font-size: 0.9em; font-style: italic; }

* html .newsclear { display: none; }.newsclear {clear:both; height: 0; padding: 0; margin: 0; }
.date { font-weight: bold; float: left; padding-right: 9px; padding-bottom: 1px; padding-left: 0;margin-left: 0;}
* html .date { font-weight: bold; padding-right: 9px; /* margin-bottom: 27px;*/ }
#news li { background: none; line-height: 12px; padding-bottom: 8px;}
/* Staff */

.people {
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 10px;
	height: 106px;
	min-height: 106px;
	padding-left: 30px;
}
.peopledetail { 
	border-bottom: 1px solid #3C627B;
	margin-top: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0px;
	height: 92px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.peoplecopy {
	padding-top: 0px;
	line-height: 18px;
}

div.people .photo, div.peopledetail .photo {
	float: left;
	width: 80px;
	border: 1px solid #3C627B;
	background-color: #fff;
	padding: 3px;
	margin: 0 10px 15px 0;
	text-decoration: none;
}
div.people .arrow { float: none; width: 14px; border: 0; margin: 0;}

/* Gallery */
#gallery a img, #gallery a:link img, #gallery a:active img, #gallery a:visited img { width: 10em; /*12em height: 100%;width: 120px; height: 80px;*/padding: 4px; border: 3px solid #333333; margin: 4px;}
#gallery a:hover img {padding: 4px; border: 3px solid #cccccc; margin: 4px; }
#gallery .row { float: left; clear: both; }
#gallery .photo { float: left;/* width: 140px;*/}
#gallery p { line-height: 1.2em; padding-left: 4px; }

/* Site Map */
#sitemap ul {
	list-style-type: none;
	padding-bottom: 30px;
}
#sitemap ul ul {
	padding-left: 0px;
	padding-bottom: 0;
	
}
#sitemap ul ul ul {
	border: 0;
	padding-bottom: 0;
	margin-left: 12px;
	margin-bottom: 0;
}

#sitemap .text {
	padding-left: 30px;
	padding-right: 20px;
}
#sitemap li a,  #sitemap li a:link,  #sitemap li a:active,  #sitemap li a:visited {
	color: #333333;
	text-transform: none;
	font-weight: bold;
	padding-left: 8px; /*note*/
	margin-left: 0;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#sitemap li li a, #sitemap li li a:link, #sitemap li li a:active, #sitemap li li a:visited {
	color: #4263A7;
	text-transform: none;
	font-weight: normal;
	padding-left: 0;
}
#sitemap li li li a, #sitemap li li li a:link, #sitemap li li li a:active, #sitemap li li li a:visited {
	color: #333333;
	text-transform: none;
	font-weight: normal;
	padding-left: 0;
}
#sitemap li li li li a, #sitemap li li li li a:link, #sitemap li li li li a:active, #sitemap li li li li a:visited {
	color: #4263A7;
	text-transform: none;
	font-weight: normal;
	padding-left: 0;
}
#sitemap li a:hover {
	color: #4263A7;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemap li li a:hover {
	color: #333333 !important;
	padding: 0;
	margin: 0;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemap li li li a:hover {
	color: #4263A7 !important;
	padding: 0;
	margin: 0;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemap li li li li a:hover {
	color: #333333 !important;
	padding: 0;
	margin: 0;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemap li {
	margin-left: 0;
	padding-left: 0;
	background: none;
}
#sitemap li li {
	background:url(../img/main/body-bullet2.png) 0em 0.1em no-repeat;
	padding-left: 14px;
	margin-left: 24px;
	border-bottom: 0px dashed #333333;
}
#sitemap li li li {
	background:url(../img/main/body-bullet.png) 0em 0.1em no-repeat;
	padding-left: 14px;
	margin-left: 24px;
}
#sitemap li li li li {
	background:url(../img/main/body-bullet.png) 0em 0.4em no-repeat;
	padding-left: 14px;
	margin-left: 0;
	color: #4263A7;
}
#footer {
	background: url(../img/main/footer-bkgd.png) no-repeat;
	width: 904px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 22px;
	height: 110px;
	color: #ffffff;
}
#footer .footercontent {
	width: 862px;
	height: 67px;
	display: block;
	font-size: 0.9em;
	line-height: 1.4em;
	background-color: #4263A7;
	margin: 0px 11px 4px 11px;
	padding: 10px 10px 0px 10px;
}
#footer .footercontent img { padding-top: 0px; margin-top: -4px; }

#footer .bullet { float: left; }
#footer .footerlogos { text-align: center;margin-top: 12px;}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	font-weight: normal;
}
#footer a:hover {
	color: #bbccde;
}
* html #footer .footercontent img { margin-top: 0px; }

/* Search */
.searchlist
{font-size: 1em;
line-height: 1.5em;
text-transform: none;
margin-left: 10px;
padding-left: 20px;
background-color: transparent;
background-image: url(../img/main/body-bullet.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position:center;
color: #49423a;}

/* Pagination */

.pagination { border: 0px !important; }

.pagination { border: 0px !important; margin-top: 0px; }
img.pagination { float: left; }
.numbers{ float: left; margin-left: 6px; margin-right: 6px; }