@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0 auto; /* 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 */
	color: #000000;
	background-image: url(images2/background.jpg);
	background-attachment:fixed;
	
}

iframe {display:none;!important}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
}

.oneColLiqCtr #container {
	width: 1000px;  
	background:   #ffffff; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
	margin: 0 auto;
	
}
.oneColLiqCtr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00648C;
	padding-top: 10px;
	padding-right: 170px;
	padding-bottom: 0;
	padding-left: 245px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-color: #00648C;
	border-top-color: #00648C;
	border-bottom-color: #00648C;
	border-left-color: #00648C;
	
}

#sidebar {
	background-position: center;
	height: auto;
	width: 200px;
	color: #FFF;
	background-color: #00648C;
	border: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	line-height: 1.25em;
	float: left; 
	font-weight: bold;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 155px;
	padding-left: 0px;
}
#capabilities_tile {
	height: 288px;
	width: 576px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00648C;
	border-right-color: #00648C;
	border-bottom-color: #00648C;
	border-left-color: #00648C;
}
#serviceNav {
	list-style-type: none;
	text-align:right;
	display: inline;
	padding-bottom: 50px;
	}
a:hover {
	background-color: #999;
	}
#pageNav {
	list-style-type: none;
	font-size: large;
	padding-top: 65px;	
}
#footer {
	background-color:#999;
	width: 1000px;
	float:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px 0 5px 0;
	clear: both;
}
#pageGraphic {
	padding-top:25px;
	
}

 	
