* 									{ margin: 0; padding: 0; }
html, body 							{ height: 100%; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; background: #e8ebed; } 
#page-wrap { 
	min-height: 100%; /* sets height so that footer rests at bottom */
	/*height: 500px; /* ADJUST IN EACH FILE INDEPENDTLY to ensure that height of all content remains at a certain minimum */
	width: 960px; /* sets width for main content area */ 
	margin: 0px auto; /* centers main content */
	background: #F4F4F4; /* sets backgound color for main content area */
	position: relative;
	}
a									{ text-decoration: none; outline: none; color: #F63 }
a:hover								{ color: #666; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }
img									{ border: none; }

#no-ie								{ width: 875px; background: #CCC; padding: 10px; }
#no-ie h3							{ font-size: 24px; padding: 5px; color: #000; }
#no-ie p							{ font-size: 18px; }
#no-ie li							{ list-style: none; margin-left: 25px; font-size: 16px; }

h4 { 
	font-size: 145%;
	color: #1E1E1E;
	}

h3 {
	font-size: 130%;
	color: #114c73;;
	}
	h3 img {
		border: none;
	}

.clear { clear: both;}
.nostyle {
		list-style: none;
		text-decoration: none;
		}
.big { font-size: 120%;	}
.bigger { font-size: 140%; }
.reg { font-size: 100%; }
.small { font-size: 80%; }
.smaller { font-size: 60%; }

#main {
	overflow:auto; 
	padding-bottom: 150px; /* must be same height as the footer */
	padding: 20px;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #114c73;
}

#main p {
	font-family: Verdana, Arial, Geneva, sans-serif;
}

#main ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: -5px;
}

#quote {
	float: right;
	width: 500px;
	margin: 15px;
	background: #ededed;
	-moz-box-shadow: 1px 1px 3px #888;
	-moz-border-radius-bottomright: 15px;
	-webkit-box-shadow: 1px 1px 3px #888;
	-webkit-border-bottom-right-radius: 10px;
	}
.quote {
	font-family: Myriad Pro, Arial, Calibri, Geneva, sans-serif;
	font-size: 185%;
	text-align: center;	
	padding: 15px;	
	color: #06304b;
	}

.txtcenter {
	text-align: center;
}
.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}	

.tabletitle {
	background-color: #ededed;
	background-image: url(images/tabletitlebg.png) repeat-x;
	}
.findmore {
	margin: 10px 0 0 0;
	}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/*
	BREADCRUMBS
*/

#breadcrumbs {
	margin: 0 20px 0 20px;
	font-size: 85%;
	width: 910px;
	background: #ededed;
	padding: 5px;
	color: #06304b;
	}
	#breadcrumbs ul li{
		display: inline;	
		}
		#breadcrumbs ul li.active{
		color: #999999;
		}


/*
	INDEX PAGE
*/
.indexfooterpush {
	height: 420px; /*because of absolute positioning content needs to be pushed using a div, sets bg height of main_bottom */
}

#mainbottom {
	position: relative;
	background: #e7e7e7;
	width: 900px;
	margin: 0 auto;
	top: -20px;
	}
#contentarea {
	position: relative;
	}
	.highlightbox {
		position: absolute;
		top: 20px;
		left: -10px;
		width: 540px;
		padding: 0 10px 0 10px;
		
		background: #CCC;
		background: rgba(233, 92, 0, 0.80);		
		-moz-box-shadow: 2px 2px 5px #888;
		-moz-border-radius-topright: 4px;
		-webkit-box-shadow: 2px 2px 5px #888;
		-webkit-border-top-right-radius: 4px;
		
		}
		.highlightbox h4.quote {
			font-family: Arial, Myriad Pro, Calibri, Arial, Geneva, sans-serif;
			font-weight: 100;
			font-size: 135%;
			text-align: left;
			color: #333;
			}			
	.news {
		position:absolute;
		top: 30px;
		left: 15px;
		width: 540px;
		padding: 20px;
		background: #F4F4F4;
		box-shadow:inset 0 0 10px #888;
		-moz-box-shadow:inset 0 0 10px #888;
		-webkit-box-shadow:inset 0 0 10px #000000;
		/*
		-moz-box-shadow: 2px 2px 5px #888;		
		-webkit-box-shadow: 2px 2px 5px #888;
		*/
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		}
		.news h3 {
			font-weight: 100;
			margin-bottom: 15px;
			}
	.members {
		position:absolute;
		top: 430px;
		left: 15px;
		width: 560px;
		}
		.members h3 {
			font-weight: 100;
			margin-bottom: 15px;
			}
		.members a {
			margin-left: 20px;
			}
	.imageone {
		position: absolute;
		top: 40px; 
		right: -15px;
		background: #92a9b9;
		background: rgba(146, 169, 185, 0.80);
		-moz-box-shadow: 2px 2px 5px #888;
		-webkit-box-shadow: 2px 2px 5px #888;			
		}	
	.imagetwo {
		position: absolute;
		top: 160px; /*imageone + 80(previous image height) + x(padding between images)*/
		right: -15px;
		-moz-box-shadow: 2px 2px 5px #888;
		-webkit-box-shadow: 2px 2px 5px #888;
		}
	.imagethree {
		position: absolute;
		top: 285px; /*imagetwo + 100(previous image height) + x(padding between images)*/
		right: -15px;
		-moz-box-shadow: 2px 2px 5px #888;
		-webkit-box-shadow: 2px 2px 5px #888;
		}
	

#home {
	position: relative;
	}
	#home img {
		border: none;
		text-decoration: none;
		margin: 0;
		padding: 0;
		}
	#home .threecol {
		width: 296px;
		margin: 0px;
		margin-top: 15px;
		padding: 0px;
		padding-right: 10px;
		}
		
	#home a.indexmailimg {
			text-indent: -9999px;
			display: block;
			width: 260px; height: 100px;
			background-image: url(../images/emailus_L.png);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#home a.indexmailimg:hover {
			background-position: bottom center;
			}	
	#home a.indextestimg {
			text-indent: -9999px;
			display: block;
			width: 260px; height: 100px;
			background-image: url(../images/testimonials.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#home a.indextestimg:hover {
			background-position: bottom center;
			}
	#home a.indexseaimg {
			text-indent: -9999px;
			display: block;
			width: 260px; height: 100px;
			background-image: url(../images/tracerseatrax.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#home a.indexseaimg:hover {
			background-position: bottom center;
			}
		
		/*testing for alt*/
	#leftbox .firstbox {
		float: left; 
		width: 610px; 
		margin: 40px 0px 10px 0; 
		padding: 10px 10px 10px 10px;
		border: 1px solid #e9e9e9;
		background: #f0f0f0;
		-moz-box-shadow: 1px 1px 3px #888;
		-webkit-box-shadow: 1px 1px 3px #888;
		}
		#leftbox .firstbox h3 {
				font-weight: 400;
				font-size: 150%;
				font-family: Arial Narrow, Arial, Helvetica, sans-serif;
				}
		#leftbox .firstbox h4.quote {
				font-size: 150%;
				}
	#leftbox .secondbox {
			float: left; 
			width: 610px; 
			margin: 0 0px 10px 0;		 
			padding: 10px 10px 10px 10px;			
			}
	
	#rightbox {
		margin-top: 20px;
		}
		#rightbox .firstone {
			float: right; 
			width: 270px; 
			margin: 0 0px 10px 0; 
			padding: 0 0px 0 0;
			}
		#rightbox .secondone {
			float: right; 
			width: 270px; 
			margin: 0 0px 10px 0;		 
			padding: 0 0px 0 0px;
			}
		#rightbox .thirdone {
			float: right; 
			width: 270px; 
			margin: 0 0px 10px 0;		 
			padding: 0 0px 0 0px;
			}
			/* end of testing for alt */
			
	#topbox {
		margin-top: 15px;
		}
		#topbox .firstcol {
			float: left; 
			width: 390px; 
			margin: 40px 0px 10px 0; 
			padding: 10px 15px 10px 10px;
			border: 1px solid #e9e9e9;
			background: #f0f0f0;
			-moz-box-shadow: 1px 1px 3px #888;
			-webkit-box-shadow: 1px 1px 3px #888;
			}
			#topbox .firstcol h3 {
				font-weight: 400;
				font-size: 150%;
				font-family: Arial Narrow, Arial, Helvetica, sans-serif;
				}
			#topbox .firstcol h4.quote {
				font-size: 150%;
				}
		#topbox .secondcol {
			float: left; 
			width: 470px; 
			margin: 0 0px 10px 0;		 
			padding: 10px 0px 10px 30px;
			
			}
	#bottombox {
		margin-top: 20px;
		}
		#bottombox .firstcol {
			float: left; 
			width: 270px; 
			margin: 0 0px 10px 0; 
			padding: 0 30px 0 0;
			}
		#bottombox .secondcol {
			float: left; 
			width: 270px; 
			margin: 0 0px 10px 0;		 
			padding: 0 30px 0 30px;
			}
		#bottombox .thirdcol {
			float: left; 
			width: 270px; 
			margin: 0 0px 10px 0;		 
			padding: 0 0px 0 10px;
			}
	
	#home .lgtborderrgt {
		height: 100px;
		}
	#home a.indexleftimg {
			text-indent: -9999px;
			display: block;
			width: 300px; height: 100px;
			background-image: url(../images/testimonials.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#home a.indexleftimg:hover {
			background-position: bottom center;
			}
	#home a.indexmidimg {
			text-indent: -9999px;
			display: block;
			width: 260px; height: 100px;
			background-image: url(../images/tracerseatrax.jpg);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#home a.indexmidimg:hover {
			background-position: bottom center;
			}
	#home ul.news {
		margin-top: 15px;
		}

#members {
	margin-top: 15px;
	padding: 0;
	}
	#members a{
	margin-top: 15px;
	padding: 0;
	}
#memberlogos {
	margin-left: 0px;/*pushes content to the right so it centers better */
	margin-top: 15px;
	}
#members.twocol {
		float: left; 
		width: 360px; 
		margin: 0 20px 10px 0; 
		padding: 5px;
	}

/*
	BRANCH PAGES
*/
#branch img {
	margin: 0 0 10px 0;
	}
	
#branch .threecol {
	float: left;
	margin: 0 0 15px 0;
	height: 260px; /* height of box is set to standardize borders between columns */
	padding: 15px;
	width: 276px;
	margin-bottom: 0px; /* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
	padding-bottom: 0px; /* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
	}
	#branch .button {
			margin-top: 0px;/* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
			padding-top: 0px;/* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
			height: 40px;
			}
	#branch .threecol img{
		margin: 0 0 0 45px;
		}
			
/*
	PRODUCT PAGES
*/
.twocol { float: left; width: 390px; margin: 0 20px 10px 0; padding: 5px; }
.threecol { float: left; width: 260px; margin: 0 20px 10px 0; padding: 5px; }
.last { margin-right: 0; }
		
.seperate {
	clear: both;
	border-bottom: 1px solid #333;
	}
.seperatecol {
	border-right: 1px solid #333;
	}

h2.title {
	font-size: 170%;
	color: #333;
	}

.fltrgt {
	float: right;
	}
.fltlft {
	float: left;
	}

#features {
	}
	#features .leftcol{
		background: #dfdfdf;
		float: left; 
		width: 300px; 
		margin: 20px 20px 10px 0; 
		padding: 10px;		
		}
		#features .leftcol ul li {
			font-size: 180%;
			list-style-image: url("../images/product/listcheck.gif");
			list-style-type: square;
			color: #114c73;
			}
	#features .leftcolimg{
		font-size: 160%;
		background: none;
		float: left;
		width: 300px; 
		margin: 20px 20px 10px 0; 
		padding: 10px;
		list-style: circle;
		}
		
	#features .rightcol{
		float: right; 
		width: 500px; 
		margin: 0 0px 10px 0; 
		padding: 5px;
		}
#hardware {
	}
	#hardware img {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		padding-left: 50px;
		}
	#hardware ul {
		margin-top: 10px;
		}
	#hardware .threecol {
		width: 259px;
		height: 300px;
		}
#interface {
	}
	#interface ul li{
		margin-left: 235px; /*220 width of image beside it + 25 */
		margin-top: 10px;
		}
		
#antennas {
	}
	#antennas img {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 10px;
		padding-left: 0px;
		}
	#antennas ul {
		margin-top: 10px;
		}
	#antennas .threecol {
		width: 259px;
		height: 325px;
		}
	#antennas .imagebump {
		padding-left: 30px;
		}
	#antennas .imagebump2 {
		padding-left: 50px;
		}
		
#mapping {
	}
	#mapping img {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 20px;
		outline: none;
		border: none;
		}
	#mapping ul {
		margin-top: 10px;
		margin-left: 40px;
		margin-bottom: 20px;
		}
	#mapping p.footerpush {
		margin-bottom: 50px;
		}
#accessories {
	}
	#accessories img {
		margin-right: 40px;
		margin-bottom: 20px;
		}
	#accessories ul {
		margin-top: 10px;
		margin-left: 40px;
		margin-bottom: 20px;
		}
#stc {
	}
#satnetwork {
	}
#downloads {
	}
	#downloads h3 {
		margin-top: 20px;
		margin-bottom: 5px;
		}
	#downloads ul {
		list-style: none;
		}

/*
	MAPPING
*/

#mappingprod img {
	border: none;
	margin: 20px 40px 20px 20px;
}

#mappingprod #compatible img {
	border: none;
	margin: 0 15px 0 0;
	padding: 0;
}

#mappingprod .pushlist {
	margin-left: 320px;
	}

#mappingprod .mappartners img {
	margin: 0px;
	padding: 0px;
	}

/*
	OPERATORS
*/

#operators {
	}
	#operators img {
		text-decoration: none;
		border: none;
		}
	#operators table td {
		padding: 20px;
		}
	#operators a h3{
		color: #114c73;
		}
		#operators a h3:hover {
			color: #F63;
			}
	#operators .threecol{
		height: 250px;
		margin-bottom: 0px; /* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
		padding-bottom: 0px;/* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
		}
		#operators .button {
			margin-top: 0px;/* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
			padding-top: 0px;/* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
			height: 40px;
			}
	#operators .fourcol {
		float: left;
		margin: 0 0 15px 0;
		height: 380px; /* height of box is set to standardize borders between columns */
		padding: 10px;
		width: 209px;
		}
		#operators .fourcol h3 {
			text-align: center;
			color: #114c73;
			}
		#operators .fourcol p {
			font-size: 88%;
			}

.lgtbordertop {
	border-top: 1px solid #CCC;
	}
.lgtborderbtm {
	border-bottom: 1px solid #CCC;
	}
.lgtborderrgt {
	border-right: 1px solid #CCC;
	}
.lgtborderlft {
	border-left: 1px solid #CCC;
	}
.lgtborderbox {
	border: 1px solid #CCC;
	padding: 15px;
	}

/*
	FUNCTION
*/

#function {
	}
	#function img {
		text-decoration: none;
		border: none;
		margin-right: 20px;
		margin-bottom: 10px;
		margin-left: 25px;
		margin: 10px 20px 10px 25px;
		}
	#function .twocol {
		height: 125px;
		width: 425px;
		}
	#function .fourcol {
		float: left;
		margin: 0 0 0 0;
		height: 530px; /* height of box is set to standardize borders between columns */
		padding: 10px;
		padding-bottom: 0px;
		margin-bottom: 10px;
		width: 209px;
		background: #e3e3e3;
		}
		#function .fourcol h3 {
			text-align: center;
			color: #114c73;
			height: 35px; /*height of table title image */
			}
		#function .fourcol p {
			font-size: 88%;
			}
		#function .fourcol ul li {
			font-size: 88%;
			}
		#function .button {
			margin-top: 0px;/* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
			padding-top: 0px;/* allows for buttons border-lgtbdrrgt- to bump up against paragraph border correctly*/
			padding-bottom: 15px;
			margin-bottom: 10px;			
			height: 40px;
			}
		#function .quote {
			font-size: 180%;
			text-align: center;
			}
		#function .tabletitle {
			background-image: url(../images/tabletitlebg.png);
			background-repeat: repeat-x;
			}
			
/*
	CONSULTING
*/

#consulting {
	}
	#consulting .threecol {
		height: 250px;
		width: 280px;
		}

/*
	MEDIA
*/

#media {
	}
	#media ul.nostyle {
		list-style: none;
		text-decoration: none;
		}
	#media ul.pushright {
		margin-left: 35px;
		}
#media #quote {
	width: 200px;
	height: 300px;
	padding: 20px;
	-moz-box-shadow: 1px 1px 3px #888;
	-moz-border-radius-bottomright: 0px;
	-webkit-box-shadow: 1px 1px 3px #888;
	-webkit-border-bottom-right-radius: 0px;
	}
#media #quote img {
	padding: 0 15px 0 15px;
	}
	
#pressreleases {
	}
	#pressreleases ul {
		margin: 10px;
	}
	#pressreleases ul li {
		list-style: none;
		text-decoration: none;
		}
	#pressreleases ul li a {
		color: #666;
		}
		#pressreleases ul li a:hover {
			color: #F63
			}

/*
	MyMap
*/

#mymap img {
	margin: 20px 0 20px 0;
	}

#mymap .twocol {
	width: 409px;
	margin: 10;
	padding: 20px;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
}

/*
	CONTACT US
*/

#contact {
	}
	#contact ul.nostyle {
		list-style: none;
		text-decoration: none;
		}
	#contact ul {
		margin: 15px;
		}

#mapcanvas {
	-moz-box-shadow: 5px 5px 7px #888;
	-webkit-box-shadow: 5px 5px 7px #888;
	}

/*
	TESTIMONIALS
*/

#testimonials table {
	background: #FFF;
	}
	#testimonials table tr {
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #CCC;
		}
#testimonials p {
	margin-left: 15px;
	}

/*
	PARTNERS
*/

#partners img {
	margin-left: 25px;
	}


/*
	INDIVIDUALS
*/

#individuals .leftcol{	
		float: left; 
		width: 650px; 
		margin: 5px 15px 20px 0; 
		padding: 10px;		
		}
		
#individuals .rightcol{
		float: right; 
		width: 175px; 
		margin: 5 0px 10px 0; 
		padding: 5px;
		}
		#individuals .rightcol img{
			border:none;
			}
			
#individuals .twocol{
	width: 439px;
	padding: 10px;
	margin: 0;
	}
	#individuals .twocol img{
		border: none;
		margin: 15px;
		}
	#individuals .twocol h3{
		margin-bottom: 15px;
		}

/*
	SUPPORT
*/

#support .lgtborderbox {
	-moz-box-shadow: 5px 5px 7px #888;
	-moz-border-radius-bottomright: 15px;
	-webkit-box-shadow: 5px 5px 7px #888;
	-webkit-border-bottom-right-radius: 15px;
}

#support #login {
	background: #e7e7e7;
	padding: 10px;
	-moz-box-shadow: 1px 1px 3px #888;	
	-webkit-box-shadow: 1px 1px 3px #888;
	}
	#support #login h2{
		margin-bottom: 15px;
		}
	#support #login img{
		margin-left: 35px;
		}

/*
	CORPORATE
*/

#corporate #quote {
	font-size: 100%;
	padding: 15px;
	-moz-box-shadow: 5px 5px 7px #888;
	-moz-border-radius-bottomright: 15px;
	-webkit-box-shadow: 5px 5px 7px #888;
	-webkit-border-bottom-right-radius: 15px;	
	}

#corporate .blog {
	float: right;
	width: 200px;
	padding: 5px;
	background: #e98545;
	-moz-box-shadow: 5px 5px 7px #888;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 7px #888;
	-webkit-border-radius: 5px;	
	}
	#corporate .blog a{
		color: #114c73;
		}
		
/*
	LOGO
*/

#logobox {
	position:relative;
	width: 960px; height: 131px;
	}
	
#logobox .contactbox {
	position: absolute;
	top: 0px; /*height of bgline running along top - 2; makes it look like it is emerging from it */
	right: 30px;
	background: url("../images/contactbox.png");
	background-position: top center;
	width: 146px; height: 23px;
	}
	#logobox .contactbox:hover {
		background-position: bottom center;
		}
	#logobox .contactbox a {
		display: block;
		width: 146px; height: 23px;
		outline: none;
		}

#logobox .emailbox {
	position: absolute;
	top: 0px; /*height of bgline running along top - 2; makes it look like it is emerging from it */
	right: 150px; /*right push of contact box + width of contact box + width of email box - 3 for overlap effect */
	background: url("../images/emailbox.png");
	background-position: top center;
	width: 71px; height: 23px;
	}
	#logobox .emailbox:hover {
		background-position: bottom center;
		}
	#logobox .emailbox a {
		display: block;
		width: 71px; height: 23px;
		outline: none;
		}

#logobox .logo {
	position: absolute;
	top: 0px;
	left: 15px;	
	width: 370px; height: 66px;
	background: url("../images/logo.png");
	text-indent: -9999px;
	/*margin-left: 15px; /* pushes content to the right so that it falls into content wrap */
}

#logobox .logo h1 a {
	display: block;
	width: 370px; height: 66px;
	float: left;
	/*margin-top: -50px; /* brings it above the nav bar */
	outline: none;
}


/*
	NAVIGATION MENU
*/

/* level one */
#nav { 
	width: 1005px; 
	margin: 0px auto; 
	position: absolute;
	top: 76px; /*adjust position relative to the top of the page; pushed down past header logo and search */
	left: -15px; /* pushed left to adjust for unequal side fold; right one being 15 px wider than left */
	z-index: 9999;
	}
ul.dropdown                         { position: relative; list-style: none; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; } /* background for level 1 */
ul.dropdown li.hidetxt a				{ text-indent: -9999px;} /* indents nav text for non link nav buttons */
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    {
	text-indent: -9999px; 
	display: block;
	padding: 4px 8px; 
	width: auto;
	outline: none;
	}
	ul.dropdown li.nodrop a {
		text-indent: -9999px; 
		display: block;
		height: 55px;
		outline: none;
		}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #000; position: relative; } /* applies background hover colors */
/* changes backgound hover properties for left wing */

ul.dropdown li.hover a              { color: black; }
ul.dropdown li ul li a {
	text-indent: 0px;
	}

		ul.dropdown li.leftw{
			background-image: url(../images/nav/nav_leftw.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 15px;
			height: 55px;
			}
		ul.dropdown li.home{
			background-image: url(../images/nav/nav_home.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 87px;
			height: 55px;
			}
		ul.dropdown li.products{
			background: url(../images/nav/nav_products.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 121px;
			height: 55px;
			}
		
		ul.dropdown li.solutions{
			background: url(../images/nav/nav_solutions.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 115px;
			height: 55px;
			}
		ul.dropdown li.services{
			background: url(../images/nav/nav_services.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 100px;
			height: 55px;
			}
		ul.dropdown li.corporate{
			background: url(../images/nav/nav_corporate.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 121px;
			height: 55px;
			}
		ul.dropdown li.partners{
			background: url(../images/nav/nav_partners.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 106px;
			height: 55px;
			}
		ul.dropdown li.store{
			background: url(../images/nav/nav_store.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 78px;
			height: 55px;
			}
		ul.dropdown li.space{
			background: url(../images/nav/nav_space.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 55px;
			height: 55px;
			}
		ul.dropdown li.support{
			background: url(../images/nav/nav_support.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 96px;
			height: 55px;
			}
		ul.dropdown li.mymap{
			background: url(../images/nav/nav_mymap.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 81px;
			height: 55px;
			}
		ul.dropdown li.rightw{
			background: url(../images/nav/nav_rightw.png);
			background-repeat: no-repeat;
			background-position: top center;
			width: 30px;
			height: 55px;
			}
		
		ul.dropdown li.leftw:hover, ul.dropdown li.leftw:active,
		ul.dropdown li.home:hover, ul.dropdown li.home:active,
		ul.dropdown li.products:hover, ul.dropdown li.products:active,
		ul.dropdown li.solutions:hover, ul.dropdown li.solutions:active,
		ul.dropdown li.services:hover, ul.dropdown li.services:active,
		ul.dropdown li.corporate:hover, ul.dropdown li.corporate:active,
		ul.dropdown li.partners:hover, ul.dropdown li.partners:active,
		ul.dropdown li.store:hover, ul.dropdown li.store:active,
		ul.dropdown li.space:hover, ul.dropdown li.space:active,
		ul.dropdown li.support:hover, ul.dropdown li.support:active,
		ul.dropdown li.mymap:hover, ul.dropdown li.mymap:active,
		ul.dropdown li.rightw:hover, ul.dropdown li.rightw:active {
			background-position: bottom center;
			}
		
		body#products ul.dropdown li a.products,
		body#solutions ul.dropdown li a.solutions,
		body#services ul.dropdown li a.services,
		body#corporate ul.dropdown li a.corporate,
		body#partners ul.dropdown li a.partners,
		body#store ul.dropdown li a.store,
		body#space ul.dropdown li a.space,
		body#support ul.dropdown li a.support,
		body#mymap ul.dropdown li a.mymap {
			background-position: bottom center;
			}

/* level two */
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
/* Applies styling to dropdown boxes */
ul.dropdown ul li {	
	font-weight: normal;
	background: #739db9; 
	color: #000; 
	/*border-bottom: 1px solid #999; */
	float: none; 
	margin-left: 3px; 
	}
/* changes dropdown text properties */
ul.dropdown .submenu li a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	} 
	ul.dropdown .submenu li a:hover {
		color: #f96;
		}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* level three */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*
	SEATRAX + TRACER
*/

#gateway a.seatrax {
			text-indent: -9999px;
			display: block;
			width: 400px; height: 346px;
			background-image: url(../images/tracerseatrax/seatrax.gif);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#gateway a.seatrax:hover {
			background-position: bottom center;
			}
#gateway a.or {
			text-indent: -9999px;
			display: block;
			width: 103px; height: 346px;
			background-image: url(../images/tracerseatrax/or.gif);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#gateway a.or:hover {
			background-position: bottom center;
			}
#gateway a.tracer {
			text-indent: -9999px;
			display: block;
			width: 397px; height: 346px;
			background-image: url(../images/tracerseatrax/tracer.gif);
			background-position: top center;
			background-repeat: no-repeat;
			}
	#gateway a.tracer:hover {
			background-position: bottom center;
			}
#gateway h2 {
	font-size: 180%;
}

/*
	FOOTER
*/
#footer { 
	width: 1005px; height: 150px;
	background: url("../images/footer.png");
	margin: 0px auto; 
	position: absolute;
	bottom: 0px; /*adjust position relative to the top of the page; pushed down past header logo and search */
	left: -15px; /* pushed right to adjust for unequal side fold; right one being 15 px wider than left */
	margin-top: -150px; /* negative value of footer height */
	top:1110px;
	clear:both;	
	}

#footerbox {
	position:relative;
	}

/*2 formatting for individual footer lists */
#map-products {
	position: absolute;
	left: 15px;
	top: 33px;
	}

#map-solutions {
	position: absolute;
	left: 140px;
	top: 33px;
	}
#map-services {
	position: absolute;
	left: 260px;
	top: 33px;
	}
#map-other {
	position: absolute;
	left: 400px;
	top: 33px;
	}
#map-contact {
	position: absolute;
	left: 540px;
	top: 33px;
	}
#map-email {
	position: absolute;
	left: 720px;
	top: 50px;
	}
	#map-email ul.list-items li span {
		text-decoration:underline;
		}

#footerbox ul li.title {	
	color: #CCC;
	font-size: 14px;
	}
#footerbox ul.list-items {
	margin-top: 8px;
	}
	#footerbox ul.list-items li {
		margin: -1px;
		padding: 0;
		}

#footer ul li.map-products {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 20px;
	font-size: 14px;
	}
	#footer ul.map-products-items li {
		margin-left: 20px;
		}
		
#footer ul li.map-solutions {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-solutions-items li {
		margin-left: 35px; /* whatever left margin title li has */
		}
		
#footer ul li.map-services {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-services-items li {
		margin-left: 35px;
		}

#footer ul li.map-other {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-other-items li {
		margin-left: 35px;
		}

#footer ul li.map-contact {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 85px;
	font-size: 14px;
	}
	#footer ul.map-contact-items li {
		margin-left: 85px;
		}
		
#footer ul li.map-email {
	color: #CCC;
	margin-top: 55px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-email-items li {
		margin-left: 35px;
		}
		#footer ul.map-email-items li span {
		text-decoration:underline;
		}
		
#footer ul { /*places ul of footer items side by side in the footer*/
	display: block;
	float: left;
	}
#footer ul li {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	}
#footer ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	}
	#footer ul li a:hover{
		color: #f96;
		}

/* formatting for individual footer lists */
#footer ul li.map-products {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 20px;
	font-size: 14px;
	}
	#footer ul.map-products-items li {
		margin-left: 20px;
		}
		
#footer ul li.map-solutions {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-solutions-items li {
		margin-left: 35px; /* whatever left margin title li has */
		}
		
#footer ul li.map-services {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-services-items li {
		margin-left: 35px;
		}

#footer ul li.map-other {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-other-items li {
		margin-left: 35px;
		}

#footer ul li.map-contact {
	color: #CCC;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: 85px;
	font-size: 14px;
	}
	#footer ul.map-contact-items li {
		margin-left: 85px;
		}
		
#footer ul li.map-email {
	color: #CCC;
	margin-top: 55px;
	margin-bottom: 8px;
	margin-left: 35px;
	font-size: 14px;
	}
	#footer ul.map-email-items li {
		margin-left: 35px;
		}
		#footer ul.map-email-items li span {
		text-decoration:underline;
		}

.footerpush {
	height: 110px /*height of footer - 40 px*/
}


