@charset "utf-8";
/* CSS Document */

{
	margin: 0px;
	padding: 0px;
}
body {
	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 */
	color: #000000;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
#contact{
	padding-top: 40px;
}
.GMapEZ {
	padding: 10px;
	height: 200px;
	width: 300px;
}
.oneColLiqCtrHdr #container {
	width: 100%;
	border: 0px solid #000000;
	text-align: left;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #header {
	height: 358px;
	width: 1025px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 100%;
	float: left;
	height: 100%;
	margin-bottom: 0px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtrHdr #footer {
	width: 100%;
	clear: both;
	height: 115px;
	margin-top: 0px;
	padding: 0px;
	background-color: #FFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #00F;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #CCC;
}
.thrColLiqHdr #nav {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 100%; /* since this element is floated, a width must be given */
	height: 36px;
	background-repeat: repeat-x;
}
.logo {
	width : 260px;
	height : 96px;
	position : absolute;
	text-indent : -999em;
	right : 69px;
	top : 133px;
	display : block;
	background-image: url(images/LOGO.png);
	background-repeat: no-repeat;
	z-index: 500;
}

#container{
	width: 100%;min-width:1040px;
	height: 100px;
}
#navDiv {
	width: 100%;
	height: 150px;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/nav2.png);
} 
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
} 
#nav-menu li {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
} 
#nav-menu li a {
	height: 50px;
	line-height: 40px;
	float: left;
	display: block;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 1px 1px #666;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 95px;
	padding-right: 12px;
	padding-left: 12px;
} 
#nav-menu li a:hover {
	height: 50px;padding-right: 12px;
	padding-left: 12px;
	line-height: 40px;
	float: left;
	display: block;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 1em;
	color: #345991;
	letter-spacing: 0.05em;
	text-shadow: rgba(0,0,0, .65) 0 1px 0;
	font-weight: bold;
	border-top-left-radius:6PX; 	
	-moz-border-radius-topleft:6PX;
	border-top-RIGHT-radius:6PX; 	
	-moz-border-radius-topRIGHT:6PX;
	background:#FFF;
}  
#nav-menu {
	width: 1060px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/nav.png);
}
#headerTop {
	height: 265px;
	width: 100%;
	margin-top: 0px;
	float: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/sps_1_03.png);
}
#contentFullwidth{
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
	background-image: url(images/nav_lower.png);
	clear: both;
	margin-top: 0px;
	margin-bottom: 25px;
}
#info-menu{
	width: 1025px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	text-align: center;
	padding: 0px;
	background-image: url(images/images/images/sps_1_01.png);
}
#headerLeft {
	height: 90px;
	width: 495px;
	float: left;
	clear: both;
	overflow: hidden;
	background-image: url(image/sps_1_08.png);
	margin-top: 50px;
	margin-left: 2px;
}
#headerRight{
	width: 530px;
	height: 90px;
	float: right;
	overflow: hidden;
}
#content{
	width: 1040px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 75px;
	margin-left: auto;
}
#contentRight{
	width: 410px;
	height: 100%;
	float: right;
	margin-left: 0px;
	margin-top: 81px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#contentRightSecure{
	width: 505px;
	height: 100%;
	float: right;
	margin-left: 0px;
	margin-top: 81px;
	margin-bottom: 0px;
	padding-left: 0px;
}
#busing{
	width: 400px;
	height: 235px;
}
#map{
	width: 500px;
	height: 275px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#contentLeft{
	width: 600px;
	height: 100%;
	float: left;
	margin-right: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#contentSecure{
	width: 505px;
	height: 100%;
	float: left;
	margin-right: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#contentClients{
	width: 960px;
	height: 100%;
	float: left;
	margin-right: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#contentFull{
	width: 520px;
	height: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
#contentFullPage{
	width: 820px;
	height: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentLeftbusing{
	width: 600px;
	height: 100%;
	float: left;
	margin-right: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #003471;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #003471;
	margin: 0px;
	padding: 0px;
}
p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	line-height: 1.25;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
p1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h4 {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	color: #003471;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003471;
	line-height: 24px;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #98B1CF;
}
ImageViewer {
	margin: 0 auto;
	width: 575px;
	margin-bottom: 50px;
	position: absolute;
	background-color: #000;
	height: 550px;
}
/*gradients*/
.gradient1 h1 {
	position: relative;
	color: #003471;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 220%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	text-shadow: rgba(0,0,0, .3) 0 1px 0;
	padding: 0px;
}

.gradient1 h1 span {
	position: absolute;
	display: block;
	width: 618px;
	height: 17px;
	background-image: url(images/gradient-glossy.png);
	background-repeat: repeat-x;
	top: -2px;
	left: -1px;
}
.gradient2 h2 {
	position: relative;
	color: #003471;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 142%;
	line-height: 100%;
	font-weight: bold;
	margin-top: 35px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	text-shadow: 1px 1px 1.5px #999;
	width: 500px;
	float: left;

}
.gradient2 h2 span {
	position: absolute;
	display: block;
	width: 584px;
	height: 22px;
	background-image: url(images/gradient-glossy.png);
	background-repeat: repeat-x;
	top: -718px;
	left: -7px;
}
ul.a {
	list-style-type:none;
	color: #2A4F89;
	font-size: 1em;
}
#contentWrapper {
	height: 100%;
	width: 1040px;
	clear: both;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 ul.clientColumns {
	width:240px;
	display:block;
	float:left;
	list-style-type:none;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	size:.8 em;
	color:#039;
}
 li.clientColumns{
	
}s
