/*
Website: Southern Illinois Power Cooperative
Author: M. Bradley Redfearn
*/
/* Page Structure */
html {
	margin-top: 0px;
}
body {
	background-color: #1a5c10;
	font-family: arial;
	font-size: 12px;
	margin-top: 0px;
}
div.clear {
	clear:both;
}
div#wrapper {
	height: 100%;
	min-height: 571px;
	width: 770px;
	background-color: #b3b697;
	background-image: url(../m/navtile.gif);
	background-repeat: repeat-y;
	border: 15px solid white;
	margin-left: auto;
	margin-right: auto;
}
/* Header */
img#headerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation */
div#navigation {
	width: 267px;
	height: auto;
	min-height: 463px;
	background-image: url(../m/navtile2.gif);
	background-repeat: no-repeat;
	float: left;
}
div#navigation ul {
	width: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-left: 0px;
}
div#navigation li {
	list-style-type: none;
	background-image: url(../m/navbullet.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
	height: 24px;
	border: 1px solid #000;
	background-color: #ccceb9;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 25px;
}
div#navigation_below {
	width: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 45px;
	padding-left: 0px;
	background-color: #ccceb9;
	border: 1px solid #000;
}
div#navigation a, a:visited {
	color: #000;
}
div#navigation a:hover {
	color: #99a788;
}
/* Typography */
a, a:visited {
	color: #1a5c10;
}
/* Home Page */
span#blackbox {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 491px;
	height: 205px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 267px;
	border-bottom: 16px solid #fff;
	padding: 6px 6px 6px 6px;
	border: 1px solid #ddffff;
}
img#cycleimage {
	float: right;
}
p.right {
	color: #000;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 6px 6px 6px 6px;
}
img.homeright {
	float: right;
	margin: 6px 6px 6px 6px;
}
img.homeleft {
	float: left;
	margin: 6px 6px 6px 6px;
	margin-left: 267px;
}
img.touchstone {
	margin-left: 45px;
}
img.right {
	float:right;
}
span.homeheadings {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
/* Internal Pages */
img.right {
	float: right;
	margin-right: 16px;
	margin-left: 8px;
	border: 2px solid white;
}
h2 {
	margin-left: 287px;
	font-size: 16px;
}
table.internal {
	margin-left: 287px;
}
h3 {
	margin-left: 287px;
	font-size: 12px;
}
p.internal {
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 287px;
}
ul.internal, ol.internal {
	margin-left: 314px;
	margin-right: 7px;
}
li.internal {
	list-style-image: url(../m/listbullet.gif);
}
/* Bottom Navigation */
ul.bottomnav {
	margin-left: 287px;
}
li.bottomnav {
	display: inline;
	padding-left: 3px;
	border-left: 1px solid #000;
}
li.bottomnavfirst {
	display: inline;
}
.bold {
	font-weight: bold;
}
/* 
What if this wasn't a rhetorical question?
*/