﻿/*
	Orrville Utilities
		Website Stylesheet
*/

/*Secondary page CSS and header*/
html, body {
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	color: #333333;
	
	font-family: helvetica, arial, verdana, sans-serif;
}

#container {
	position: relative;
    
	width: 900px;
	
	margin:0 auto;
	padding: 0;
	padding-top: 300px;

	text-align: left;
}

#mini-logo {
	position: absolute;
	top: 45px;
	left: 40px;
}

#tertiary-header {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 75px;
	left: 380px;
	width: 400px;
}

#tertiary-header h1 { font-family: futura, arial, helvetica, sans-serif; font-weight: bold; color: #000000; font-size: 24px; }

#footer {
	position: relative;
	
	width: 100%;
	
	margin-top: 60px;
	
	text-align: center;
	font-family: helvetica, arial, verdana, sans-serif;	
	font-size: 10px;
}



#side-menu {
	position: absolute;
	
	top: 138px;
	right: 678px;
	
	margin: 0;
	padding: 0;
	
	height: 430px;
	
	z-index: 100;
}

#side-menu ul {	
	list-style-type: none;

	padding: 0;
	margin: 0;
	margin-top: 0px;
	margin-left: 0;
}

#side-menu ul li {
	position: relative;
	
	background: none;
	
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-right: 24px;
		
	color:#929292;	
	font-family: futura, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	line-height: 110%;
	
}

#side-menu ul li:hover {

	background: url('images/hoverdot.png') right 2px no-repeat;
	color: #000;
}

#side-menu a {
	padding: 0;
	text-decoration: none;
	border: none;
	color: #929292;
}

#side-menu a:hover{
	text-decoration: none;
	background: none;
	border: none;
	color: #000;
}


#content {
	position: relative;
	margin-left: 200px;
	min-height: 250px;
	width: 575px;
}


#sub-menu {
	margin-left: 140px;
}

#sub-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	
}

#sub-menu ul li {
	padding: 0px;
	
	font-family: futura, arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 110%;
	color: #808080;	

	font-style: italic;
}

#sub-menu a {
	display: block;
	
	padding: 8px 0 8px 25px;
	
	width: 200px;
	text-decoration: none;
	color: #808080;
	background: none;
	border: none;
}

#sub-menu a:hover { 
	text-decoration: none;
	border: none;
	color: #000;
}

#sub-menu.water a:hover {
	background: url('images/bullet-water.gif') 0px 0px no-repeat;

}

#sub-menu.waste a:hover{
		background: url('images/bullet-waste.gif') 0px 0px no-repeat;
}

#sub-menu.electric {
	margin-left: 30px;
}
#sub-menu.electric a {
	padding: 2px 0px 2px 225px;
	
	padding-right: 0px;
}

#sub-menu.electric a:hover{
		background: url('images/bullet-electric.gif') -13px 2px no-repeat;
}

p {
	padding: 8px 25px 8px 25px;
	font-size: 13px;
	line-height: 130%;
}
.justified {
	text-align: justify;
}
.centered {
	text-align: center;
}