body {
	background: #FDF0D9 url(/images/background.gif) repeat-x;
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
}

h1 {
	background: url(/images/united_electric_supply_company.gif) no-repeat;
	width: 200px;
	height: 205px;
	margin: 0;
}

h1 a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 200px;
	padding-top: 205px;
}

h1 span {
	position: absolute;
	left: -1999px;
	width: 400px;
}

h2 {
	font: normal 1.7em "Times New Roman", Times, serif;
	color: #C00;
	margin: 0 0 20px 0;
	text-decoration: underline;
}

h3 {
	font-size: 1.1em;
	margin-top: 0;
}

form { margin: 0; }

fieldset {
	border: 1px solid #C00;
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
}

legend {
	font-size: 1.1em;
	padding: 5px;
	color: #C00;
	font-weight: bold;
}

label {
	float: left;
	width: 120px;
}

textarea { width: 500px !important; }

#container {
	width: 760px;
	text-align: left;	
	margin: 0 auto;
}

#header {
	width: 765px;
	height: 300px;
	background: url(/images/united_electric_supply_company_building.jpg) no-repeat;
}

#navbar {
	width: 765px;
	height: 30px;
	background-color: #C00;
	font-weight: bold;
	text-align: right;
}

#navbar ul {
	margin: 0;
	padding: 5px 0 0 0;
}

#navbar li { 
	list-style-type: none;
	padding: 0 8px;
	display: inline;
}

#navbar a {
	color: #FFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #FDF0D9;
}

#staff, #affiliates, #locations, #contact { border-left: 2px solid #FFF; }

#content {
	width: 745px;
	padding: 10px;
}

#content li, .staff li {
	margin-bottom: 5px;
}

#content a { text-decoration: underline; }

#footer {
	width: 745px;
	padding: 10px;
	text-align: center;
	font-size: 0.7em;
}

#footer div { padding: 2px 0; border-top: 2px solid #C00; }

#creditapp {
	float: right;
	font-size: 0.8em;
}

.staff li { list-style-type: none; }

.row {
	clear: both;
	margin: 10px 0;
	/* border-bottom: 1px solid #C00; */
}
html>body .row { margin-bottom: 20px; }
.row ul { width: 18%; float: left; }
html>body .row ul { width: 19%; }
.row li { list-style-type: none; font-size: 0.8em; }

.btn {
	border: 1px solid #000;
	background-color: #C00;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	margin-top: 5px;
}

.subnavbar {
	width: 100%;
	margin-top: 30px;
	clear: both;
}

.back {
	float: left; 
	padding-left: 16px;
	background: url(/images/arrow_back.gif) no-repeat;
	background-position: left;
}

.next {
	float: right;
	padding-right: 16px;
	background: url(/images/arrow_next.gif) no-repeat;
	background-position: right;
}

.large_image {
	float: right;
	border: 1px solid #000;
	margin: 0 0 20px 20px;
}

.map_image {
	float: left;
	border: 1px solid #000;
	margin: 0 20px 0 0;
}

.left_float { float: left; margin: 0 20px 20px 0; }
.right_float { float: right; margin: 0 0 20px 20px; }
.textfield { width: 250px; }
.imgborder { border: 2px solid #C84; }
.centered { text-align: center; }
.clear { clear: both; }