* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 96%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #061026;
	background-color: #113277
}
img {  
	border-style: none;
}
a {
	color: #DF1138;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	background: #0C2455 url(../images/bkgd.jpg) top center no-repeat;
	padding-bottom: 20px;
}
em {
    font-style: italic;
}
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 15px 0px 15px;
}
/*Logo & Contact Info*/
#branding {
	float: left;
	width: 950px;
	padding-bottom: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#branding img {
	float: left;
	width: 195px;
}
#info {
	float: right;
	width: 460px;
	text-align: right;
	margin-right: 20px;
	margin-top: 15px;
	font-size: 95%;
}
#info p {
	color: #FFCF02;
	font-weight: 900;
	line-height: 140%;
}
#info p.phone span, p.fax span, p.email span {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
p.phone {
	font-size: 180%;
}
p.phone span.phone {
	font-size: 60%;
}
p.fax {
	float: left;
	width: 150px;
	clear: left;
}
p.email a {
	text-decoration: none;
	color: #FFCF02;
}
p.email a:hover {
	text-decoration: underline;
}
/* Navigation */
ul#nav {
	float: left;
	width: 950px;
	list-style: none;
	margin-top: 30px;
	height: 15px;
}
ul#nav li {
	float: left;
	margin-right: 35px;
	margin-left: 15px;
}
ul#nav li.nospace {
	margin-left: 0px;
	margin-right: 0px;
}
a span {
	display: none;
}
a#nav-home, a#nav-inside, a#nav-products, a#nav-links, a#nav-employees, a#nav-contact {
	display: block;
	height: 15px;
	background-position: 0 0;
}
a#nav-home {
	width: 42px;
	background-image: url(../images/nav-home.gif);
}
a#nav-inside {
	width: 186px;
	background-image: url(../images/nav-inside.gif);
}
a#nav-products {
	width: 153px;
	background-image: url(../images/nav-products.gif);
}
a#nav-links {
	width: 119px;
	background-image: url(../images/nav-links.gif);
}
a#nav-employees {
	width: 87px;
	background-image: url(../images/nav-employees.gif);
}
a#nav-contact {
	width: 92px;
	background-image: url(../images/nav-contact.gif);
}
a#nav-home:hover, body.home a#nav-home, a#nav-inside:hover, body.inside a#nav-inside, body.message a#nav-inside, body.employment a#nav-inside, body.map a#nav-inside, a#nav-products:hover, body.products a#nav-products, body.energy a#nav-products, body.cola a#nav-products, body.other a#nav-products, a#nav-links:hover, body.links a#nav-links, a#nav-employees:hover, body.employees a#nav-employees, a#nav-contact:hover, body.contact a#nav-contact, body.form a#nav-contact, body.locations a#nav-contact {
    background-position: 0 -15px;
}
/*Footer*/
#footer {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	color: #8899BB;
	font-size: 80%;
}
#footer a {
	color: #8899BB;
}
#footer a:hover {
	text-decoration: none;
