@charset "utf-8";
/* CSS Document */

body{
	background-color:#003366;
	margin:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}
.tableText	{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}	
a{
	color:#CBC9A9;
	text-decoration:none;
}
a:hover{
	color:#999999;
}
#header{
	position:relative;
	color:#000099;
	top:0px;
	width:950px;
	height:100px;
	background:url(../images/header.jpg);
	text-align:center;
}
#content{
	background-color:#5164a6;
	position:relative;
	top:0px;
	width:950px;
	text-align:left;
}
.header1{
	font-style:italic
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:18px;
}
#footer{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	top:0px;
	width:950px;
	height:99px;
	background:url(../images/footer.jpg);
	line-height:12px;
}
#indexFooter{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
	top:401px;
	width:950px;
	height:99px;
	background:url(../images/footer.jpg);
	line-height:12px;
}
#rotating1{
	position:absolute;
	float:left;
	width:474px;
	height:401px;
	
}
#index{
	position:absolute;
	background-color:#5164a6;
	height:401px;
	padding-left:20px;
	padding-top:60px;
	left:470px;
	top: 25px;
	width: 460px;
	
}
#topnav {
	background-color:#CBC9A9;
	position:relative;
	top:0px;
	background:none;
	margin:0px;
	text-align:right;
}
#topnavi {
	 background-color:#CBC9A9;
	 height: 20px;
	 margin: 0px;
	 padding-top:5px;
	 position:relative;
}
#topnavi li {
	padding:0px;
	margin:0px;
	list-style: none;
	position: relative;
	display: inline;
	height: 20px;
	color:#333333;
}

#topnavi a {
	display: inline;
	font-weight: bold;
	color:#000099;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	border:none;
	padding:3px;
}
#topnavi a:hover {
	color:#999999;
}
#rightnav{
	background-color:#CBC9A9;
	height:auto;
	float:right;
	width:200px;
	padding-left:10px;
	color:#000099;
}
#rightnav a{
	color:#000099;
	text-decoration:none;
	font-weight:bold;
}
#rightnav a:hover{
	color:#999999;
}
#main{
	position:relative;
	top:15px;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	width:700px;
}
#industrial{
	position:relative;
	float:left;
	display:inline;
	width:375px;
}
#specialty{
	position:relative;
	display:inline;
	width:375px;
}
#commercial{
	position:relative;
	float:left;
	display:inline;
	width:375px;
}
#experts{
	position:relative;
	display:inline;
	width:375px;
}
li{
	list-style:disc;
	list-style-position:inside;
	padding-left:20px;
}
h1{
	font-size:24px;
}
h2{
	font-size:20px;
}
h3{
	font-size:16px;
}
.input{
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color: #a1aedb;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.select{
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color: #a1aedb;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.textbox{
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color: #a1aedb;
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}