/* CSS Document */
/* Re-designed and completed to customer's 100% satisfaction */
/* Author: Kevin R. Smith / Blue Crescent Digital */
/* Programming: Aaron Smith / Blue Crescent Digital */
/* Client: Paragon Energy / Dan Kline */

html{
 overflow-y: scroll;
}

body {
	background-color: #c6bcbc;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {font-size: 12px}


#topbar {
	width: 812px;
	margin-left:auto;
	margin-right:auto;
	height: 100px;
	background-image:url(../i/topbg.jpg);
}
#homeimage {
	width: 812px;
	margin-left:auto;
	margin-right:auto;
	height: 214px;
	background-image:url(../i/homeimage.jpg);
}
#content {
	width: 812px;
	margin-left:auto;
	margin-right:auto;
	min-height: 480px;
	background-image:url(../i/contentbg.jpg);
}
#logo{
	height: 85px;
	width: 600px;
	padding-left: 30px;}

#menu{
	height: 15px;
	width: 600px;
	text-align: center;
	list-style: none;
	margin-left: 110px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	font-size: 13px;
}

#menu a:link {
	text-decoration: none;
	color: black;
}

#menu a:hover {
	color: black;
	text-decoration:underline;
}

#menu a:visited {
	text-decoration: none;
	color: black;
}

#menu a:visited:hover {
	color: black;
	text-decoration:underline;
}


#menu ul{
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: none;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding: 0px 8px;
	line-height: 15px;
}


#nav{
	width: 776px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}

#nav ul { /* remove bullets and list indents and generally get Firefox to behave */
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: none;

}

#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
}

#nav a {
	border: none;

}



#left {
	width: 360px;
	border: 1px black solid;
	padding: 3px 3px 3px 3px;
	float: left;
	margin-top:3px;
	margin-right: 10px;
	font-size: 12px;
}

#right {
	background-color: #eeeeee;
	width: 350px;
	padding: 5px 6px 5px 6px;
	float: right;
	margin-right: 5px;
	margin-top:3px;	
}
#btmcap {
	width: 812px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	height: 6px;
	background-image:url(../i/btmcap.jpg);
}

#updates {
	width: 780px;
	margin-left: auto;
	margin-right: auto;

}

#footer a:link {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	color: black;
	text-decoration:underline;
}

#footer a:visited {
	text-decoration: none;
	color: black;
}

#footer a:visited:hover {
	color: black;
	text-decoration:underline;
}