/* CSS Document */
body{
  font-size: 12px;
}
#container {
	border: 1px solid #666666;
	width: 800px;
}
.table {
	width: 800px;
}
.topbar_dark1 {
	background-color: #28296d;

	height: 20px;
}
.topbar_dark2 {
	background-color: #ef8d1b;
	background: url('images/orangebar.gif');
	height: 67px;
}
#companyname {
	color: #ffffff;
	font-weight: Bold;
	font-family: Arial;
	font-size: 20px;
	margin-left: 50px;
	margin-top: 12px;
}
#companylogo {
	margin-left: 0px;
	margin-top: 0px;
}
.topbar_lite {
	background-color: #f2a040;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#hnavlist{
	margin-left: 50px;
}
#hnavlist ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#hnavlist li{
	float: right;
}
#hnavlist a{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
}
#hnavlist a:hover{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	padding-right: 20px;
}
.footerbar {
	background: url('images/footer_gradient.gif');
	background-color: #ffffff;
	height: 102px;
	width: 800px;
	text-align: center;
}
.footiconleft {
        text-align: right;
        width: 150px;
}
.footiconright {
        text-align: left;
        width: 150px;
}
#footnavlist{
	margin-left: 5px;
	margin-bottom: 10px;
}
#footnavlist ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footnavlist li{
	float: left;
}
#footnavlist a{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #0000ff;
	text-decoration: none;
	padding-right: 5px;
}
.midbar_top {
	background: url('images/blue_gradient.gif');
	height: 94px;
	text-align: center;
}
#textdesc {
	width: 525px;
	margin-left:30px;
	font-family: arial;
	text-align: right;
	font-size: 16px;
	font-style: italic;
	color: #dddddd;
}
#address {
	width: 525px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: arial;
	text-align: right;
	font-size: 12px;
	color: #666666;
}
#content {
	width: 525px;
	margin-left:10px;
	font-family: arial;
	text-align: left;
	font-size: 12px;
	color: #333333;
}
#content a,a:visited{
	color: #0000ee;
	text-decoration: underline;
}
#content a:hover{
	color: #003366;
}
.main_nav {
	height: 300px;
	width: 225px;
	text-align: center;
}
#vertmenu {
	width: 200px;
	margin-top: 15px;
}
#vertmenu ul{
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}     
#vertmenu li{
  white-space: nowrap;  
}
#vertmenu ul a{
	display: block;
	padding: 3px;
	width: 140px;
	background-color: #eaeaea;
	border: 1px solid #b8b8b8;
	color: #ed8000;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
}
#vertmenu ul a:hover{
	background-color: #00287a;
	color: #ffffff;
}
