
/*Custom stuff*/

/* Barbourville Utility Commission : STYLESHEET: style.css v1.6 */
body {
	background: #002A59 url('./images/bg.png') repeat-x;
	margin: 0;
	font-family: "Trebuchet MS", sans-serif;
}

a, a:visited, a:active {
	color: #004A84;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #619DCC;
	text-decoration: underline;
}

img {
	border:  none;
}

.post{
	padding:  1em;;
}



/* HEADER & NAVIGATIONAL ELEMENT STYLES */

#topContainer {
	width: 840px;
}

#topBar {
	background: transparent url('./images/top_bar_bg.jpg') no-repeat;
	width: 840px;
	/*height: 40px;*/
	height: 150px;
}
#topBar img{
	margin-left: 15px;
	float: left;
	border:  none;
}


#topBar ul.menu {
	float: right;
	margin-right: 10px;
	margin-top: 50px;
}

#topBar ul.menu li {
	display: inline;
	margin-right: 10px;
}

#topBar ul.menu li a, a:visited, a:active{
}


#webmailForm {
	color:  white;
	padding-top: 13px;
	float: right;
}

#webmailForm strong{
	padding-right: 1em;
}

#webmailForm label{
	font-size: 10px;
	position: absolute;
	margin-top: -10px;
	color:  white;
}

#webmailForm p{
	display: inline;
}

#webmailForm input.field {
	background: #FFF;
	border: 1px solid #40BEF4;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
}

#webmailForm input.button {;
	background: #FFF;
	border: 1px solid #40BEF4;
	color: #40BEF4;
	font-size: 10px;
	padding: 2px 5px 2px 5px;
}

#webmailForm input.button:hover {
	background: #0378AC;
}

#navBar {
	/*background: url('./images/nav_bar_bg.jpg')  no-repeat;*/
	background-color: red;
	height: 110px;
	font-size: 13px;
	color: #323232;
	clear:  both;
}

#navBar ul.menu {
	margin-top: 50px;
	float: right;
	clear: both;
	margin-right: 10px;
}

#navBar ul.menu li {
	display: inline;
	margin-right: 10px;
}



/* CONTENT STYLES */

#mainContainer {
	width: 700px;
	margin-left: 140px;
	display: table;
	background: #FFF;
}

#promo {
	text-align: center;
}

#sideBarContainer {
	width: 165px;
	padding-top: 1em;
	margin-left: 10px;
	float: left;
	clear: both;
	display: inline;
}

#sideBar {
	background: transparent url('./images/sidebar_bg.jpg') no-repeat;
	padding: 5px 10px 30px 10px;
}

#sideBar ul{
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0;
	padding: 0;
}

#sideBar li {
	margin:  0;
	margin-bottom: 1em;
}

#sideBar li.green{
	margin: 0;
	list-style-image: url(images/action_check.gif);
	margin-bottom: 1em;
}

#sideBar li.red{
	margin: 0;
	list-style-image: url(images/action_delete.gif);
	margin-bottom: 1em;

}

#sideBar h2{
	color: #004A84;
	font-size: 15px;
	margin: 0;
}

#sideBar p {
	margin: 0;
	color: #323232;
	font-size: 10px;
}

.weather_info {
	margin-top: 5px;
	font-size: 12px;
}

#sideBar .report {
	font-size: x-small;
}

#sideBar .report_time{
	font-size: xx-small;
}

#mainContent {
	background: transparent;
	margin-left: 190px;
	padding-right: 10px;
	padding: 10px;
	clear: right;
	background: #FFFFFF;
}

#mainContent #mainContentFloat {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

#mainContent h1 {
	margin: 0;
	color: #004A84;
	font-size: 16px;
	border-bottom: 1px solid #004A84;
}

#mainContent p {
	font-size: 12px;
	text-align: justify;
	color: #323232;
	margin-top: 10px;
}

#mainContent a:hover {
	text-decoration: underline;
}

#mainContentAdBox {
	text-align: center;
}

#mainContent ul {
	font-size: 12px;
}

#mainContent .slideshow {
	float: right;
	background-color: #ccc;
	padding: 5px;
	margin: 0 0 10px 10px;
	border:  1px solid #EEE;
}

.serviceReportGray{
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 1em;
}

.serviceReportRed{
	background: #ea978a;
	border: 1px solid #c60c15;
	padding: 5px;
	margin-bottom: 1em;
}

.serviceReportGreen{
	background: #d7edc5;
	border: 1px solid #5aa24c;
	padding: 5px;
	margin-bottom: 1em;
}

.dateRow{
	font-size: x-small;
	font-style: italic;
	margin:  0;
}

.slide{
	float: right;
	margin: 1em;
	padding:  5px;
	background: #ccc;;
}


/* FOOTER STYLES */

#footer {
	font-family: "Arial", Trebuchet MS, sans-serif;
	background: transparent url('./images/footer_bg.gif') no-repeat;
	padding-top: 12px;
	width: 700px;
	margin-left: 140px;
	margin-bottom: 30px;
	/* IMPORTANT NOTE: margin-left must be equal to margin-left of #topContainer + 130px */
	text-align: right;
	color: #FFF;
	font-size: 12px;
	clear:  both;
}

#footer a:link.footerLink, a:active.footerLink, a:visited.footerLink {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover.footerLink {
	color: #41BEF4;
}
