@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	padding-top:10px;
	background-color:#E5E5E5;
}

h1{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:30px;
}

h2{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:15px;
	padding-bottom:15px;
}

.paddingTop{
	padding-top:15px;
}

p, .par{
	padding:0px;
	padding-top:10px;
	margin:0px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size:18px;
}

.center{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.bullet{
	vertical-align:middle;
}

.bulletItem{
	padding-top:10px;
}

a:link{
	color:#1e00bc;
}

a:visited{
	color:#1e00bc;
}

a:hover{
	color:#1e00bc;
	font-weight:bold;
}

a:active{
	color:#1e00bc;
}

.line{
	position:absolute;
	top:163px;
	background-color:#FF0000;
	width:100%;
	height:25px;
	min-height:25px;
	z-index:-1;
	box-shadow: 0px 5px 5px #888;
}

.header{
	width:900px;
	background:url(images/people.png);
	background-color:#FFFFFF;
	margin:0 auto; 
	border:#FF0000 3px solid;
	border-radius: 15px;
	padding:15px;
	box-shadow: 0px 5px 5px #888;
	padding-bottom:5px;
	padding-right:0px;
}

.headerShoutOut{
	padding-left:650px;
	text-align:center;
	padding-right:15px;	
	padding-top:0px;
	visibility:hidden;
}

.headerShoutOut a{
	text-decoration:none;
	color:#FF0000;
}

.logo{
	width:300px;
	float:left;
}

.menuContainer{
	float:left;
	padding-top:140px;
	padding-left:125px;
	width:445px;
}

.content{
	width:890px;
	background-color:#FFFFFF;
	margin:10px auto;
	border:#FF0000 3px solid;
	border-radius: 15px;
	padding:15px;
	box-shadow: 0px 5px 5px #888;
}

.footer{
	width:890px;
	background-color:#FFFFFF;
	margin:0 auto;
	border:#FF0000 3px solid;
	border-radius: 15px;
	padding:15px;
	box-shadow: 0px 5px 5px #888;
	margin-bottom:10px;
}

.footerContent{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
}

.buttons{
	padding-right:15px;
	border:none;
	width:100px;
	height:100px;
	min-height:100px;
	background-repeat:no-repeat;
	float:left;
}

.home{
	background-image:url(images/buttons/home.png);
}

.home:hover{
	background-image:url(images/buttons/home2.png);
}

.aboutus{
	background-image:url(images/buttons/aboutus.png);
}

.aboutus:hover{
	background-image:url(images/buttons/aboutus2.png);
}

.services{
	background-image:url(images/buttons/services.png);
}

.services:hover{
	background-image:url(images/buttons/services2.png);
}

.contactus{
	background-image:url(images/buttons/contact.png);
}

.contactus:hover{
	background-image:url(images/buttons/contact2.png);
}
.billpay{
	background-image:url(images/buttons/billpay.png);
}

.billpay:hover{
	background-image:url(images/buttons/billpay2.png);
}

.rightcolbox{
	border:#1e00bc 3px solid;
	border-radius:15px;
	box-shadow:0px 5px 5px #888;
	width:300px;
	padding:15px;
	padding-right:10px;
	padding-top:5px;
	margin:15px;
}

.leftcol{
	float:left;
	width:525px;
	text-align:justify;
}

.construction{
	background-color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:10px;
	box-shadow: 0px 5px 5px #888;
}