﻿body {
	font: 13px arial;
	background: url('../img/blue-gray-white.png') repeat-x;
	color: black;
	margin: 0;
	padding: 0;
}
#header {
	width: 1000px;
	margin: 0 auto;
	height: 130px;
	position: relative;
}
#contact {
	position: absolute;
	left: 800px;
	top: 1px;
	width: 154px;
	height: 23px;
	z-index: 1;
	text-align:right;
	padding:10px;
}
#navigation {
	margin: 0;
	padding: 0;
	float: right;
	width: 450px;
	list-style-type: none;
	vertical-align: bottom;
	overflow: hidden;
	position: absolute;
	left: 547px;
	top: 100px;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: black;
}
#whitetop {
	background: url('../img/white_round_top.png') no-repeat;
	height: 17px;
}
#whitemiddle {
	background: white;
	margin: 0 6px;
	padding: 0 15px;
	position: relative;
}
#whitemiddlebot {
	background: white;
	margin: 0 6px;
	padding: 0 15px;
	width: 9993px;
	margin: 0 auto;
	color: gray;
}
#whitebottom {
	background: url('../img/white_round_bottom.png') no-repeat;
	height: 20px;
	width: 1000px;
	margin: 0 auto 10px auto;
}
/* INDIVIDUAL BLACK */
/*scale */
#scalenav {
	background: url('../img/link1front.png');
	width: 85px;
	margin-top: 5px;
	height: 30px;
}
#scalenav:hover {
	background: url('../img/link1back.png');
}
#scalenav a {
	padding: 10px 10px 4px 25px;
	display: block;
}
#scalenav a:hover {
	color: white;
}
/*inhibitor */
#inhibitornav {
	background: url('../img/link2front.png') no-repeat;
}
#inhibitornav:hover {
	background: url('../img/link2back.png') no-repeat;
	color: white;
}
#inhibitornav a {
	padding: 13px 0 0 10px;
	display: block;
	height: 35px;
	width: 140px;
}
#inhibitornav a:hover {
	color: white;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
/* CONTENT HOLDERS */
#midleft {
	width: 185px;
	float: left;
	position: relative;
	color: silver;
	margin: 0 0 0 8px;
}
#midcent {
	width: 527px;
	margin: 0px 40px;
	color: white;
	float: left;
	position: relative;
	color: silver;
}
#midright {
	width: 185px;
	float: left;
	position: relative;
	color: silver;
}
/*BLACK ROUND THINGS - WIDE*/
.roundmiddletop {
	padding: 6px 15px 0 15px;
	background: url('../img/black_top_wide.png') no-repeat;
	height: 30px;
}
.roundblackmiddle {
	padding: 2px 15px;
	background-image: url('../img/black_middle_wide.png');
}
.roundblackbottom {
	background: url('../img/black_bottom_wide.png') no-repeat bottom;
	height: 16px;
	margin: 0 0 10px 0;
}
/*BLACK ROUND THINGS - NARROW*/
.blacktop185 {
	background-image: url('../img/black_top_285.png');
	padding: 6px 15px 0 15px;
	height: 29px;
	overflow: hidden;
}
.blackmid185 {
	background: url('../img/black_middle_285.png') repeat-y;
	padding: 2px 15px;
}
.blackbottom185 {
	background-image: url('../img/black_bottom_285.png');
	height: 11px;
	padding: 0 15px;
	margin: 0 0 15px 0;
}
/*regular stuff */
h1 {
	margin: 0;
	font-size: 30px;
	font-family: "arial black";
}
h2 {
	margin: 0 0 8px 0;
	font-size: 20px;
}
h3 {
	margin: 0 0 8px 0;
	font-size: 20px;
}
a {
	color: silver;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 15px 0;
}
.pmargleft {
	margin-left: 20px;
}
img {
	border-width: 0px;
	vertical-align: middle;
}
.imgtenmargbot {
	margin: 0 0 10px 0;
}
.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
}
.gray {
	color: gray;
}
.grayleft {
	color: gray;
	margin-left: 30px;
}
.sub {
	font-size: 10px;
}
.sup {
	font-size: 10px;
	vertical-align: top;
}
.center {
	text-align: center;
}
.yellowcaps {
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px gray solid;
}
.whitefont {
	color: white;
}
.margintenfour {
	margin: 0 0 4px 10px;
}
