@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #7E8E9B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColLiqLt #container { 
	width: 950px;
	background-image:url(../images/sidemenu-bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColLiqLt #sidebar1 {
	float: left;
	width: 178px;
	padding: 0px 0 15px;
	background-image: url(../images/sidemenu-bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #F9F9F9;
}
.twoColLiqLt #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #65727D;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	display: block;
	width: 162px;
}
.twoColLiqLt #sidebar1 h3, .twoColLiqLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColLiqLt #mainContent {
	margin: 0 20px 0 24%;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header {
	white-space: nowrap;
	height: 144px;
	background-image: url(../images/headerbg.jpg);
	width:100%;
}
.topnav {
	background-image: url(../images/topnav-bg.gif);
	white-space: nowrap;
	height: 42px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 42px;
	color: #000000;
	text-align: right;
}
.topnav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/divet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 20px;
	font-weight: bold;
}
.topnav a:hover{
	color: #FF0000;
}
.floatrt {
	float: right;
}
#sidenav {
	white-space: nowrap;
	display: block;
	width: 178px;
	background-image: url(../images/sidemenu.jpg);
}
#sidenav h1{
	background-image: url(../images/capabilitiesheader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding: 0px;
	height: 20px;
	width: 162px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidenav ul{
	white-space: nowrap;
	display: block;
	width: 162px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/sidemenu-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidenav ul li{
	background-image: url(../images/sidemenu-border.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sidenav ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-indent: 15pt;
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
}
#sidenav ul li a:hover{
	color: #FF0000;
}
.sidebg {
	background-color: #FFFFFF;
	background-image: url(../images/sidemenu-bg.jpg);
	background-repeat: repeat-y;
}
#maincontenttb {
}
#maincontenttb p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#maincontenttb ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#maincontenttb h4{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #7E8E9B;
	margin: 5px 0px;
	padding: 0px;
}
#maincontenttb h5{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 5px 0px;
}
table#bucket {
	background-image: url(../images/bgbucket.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
table#bucket th {
	background-image: url(../images/bgbuckethdr.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table#bucket td {
	font-size: 11px;
	color: #000;
	padding-left: 5px;
}
table#bucket ul {
	style: square;
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
table#bucket li {
	color: #7E8E9B;
}
table#bucket li a:link { color: #7E8E9B;}
table#bucket li a:visited { color: #7E8E9B;}
table#bucket li a:hover { color: #FF0000;}
table#bucket li a:active { color: #7E8E9B;}
table#bucket a:link { color: #000000;}
table#bucket a:visited { color: #000000;}
table#bucket a:hover { color: #FF0000;}
table#bucket a:active { color: #000000;}
#footer {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
#footer a:link { color: #FFF;}
#footer a:visited { color: #FFF;}
#footer a:hover { color: #FF0000;}
#footer a:active { color: #FFF;}
.breadcrumbs {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	text-align: left;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.breadcrumbs a{
	color: #FFFFFF;
}
.breadcrumbs a:hover{
	text-decoration: none;

}
.bottomshade {
	background-image: url(../images/content-bg2.jpg);
	background-repeat: repeat-x;
	height: 4px;
	float: right;
	width: 763px;
}
 div.hr {
 	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
div.hr hr {
  display: none;
}
#appltable {}
#appltable th{
	border-right: 1px solid #E7F3FE;
	font-weight:normal;
}
#appltable ul{
	padding: 0px;
	margin-left: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 80px;
}
#appltable li{
	padding: 0px;
	margin-bottom: 10px;
}
#appltable h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding:2px;
	margin:0px;
}
#appltable h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding:2px;
	display:block;
}
#equiptable {}
#equiptable td{border-bottom:1px solid #999999;padding:2px;font-size:10px;}
#equiptable th{background-color:#999999; color:#ffffff; font-size:14px;text-align:left;padding:2px;}
.267wfrt {width:267px;float:right;}
#sitemap {}
#sitemap ul {
	style: square;
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sitemap li {
	color: #7E8E9B;
}
#sitemap li a:link { color: #7E8E9B;}
#sitemap li a:visited { color: #7E8E9B;}
#sitemap li a:hover { color: #FF0000;}
#sitemap li a:active { color: #7E8E9B;}