@charset "UTF-8";
body {
	font-family: Helvetica, Arial, 'Lucida Grande', Tahoma, 'Lucida Sans', 'Trebuchet MS', sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #f1efeb;
	background-image: url(../images/bk.gif);
	background-repeat: repeat;
	height: 100%
}

a {	
	color: #003399;
}

a img {	
	border: none;
}

a:visited {
	color: #003388;
}

a:hover {
	color: #FF0000;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
/* 	border-left: 5px solid #ccc; */
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: 1px dotted #eee;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0;
}
#pageContainer {
	width: 980px;
	background-image: url(../images/pg_bk.jpg);
	background-repeat: repeat-y;
	height: 100%;
	margin: 10px auto;
}
#pageContainer #pageHeader {
	background-image: url(../images/hd_bk.gif);
	width: 980px;
	height: 130px;
}
#pageContainer #pageHeader #headLeft {
	float: left;
	width: 350px;
}
#pageContainer #pageHeader #headLeft #logo {
	margin: 25px 0px 0px 35px;
}
#pageContainer #pageHeader #headRight {
	float: right;
	width: 400px;
	text-align: right;
}
#pageContainer #pageHeader #headRight #phone {
	margin: 20px 30px 0px 0px;
}
#pageContainer #pageHeader #navBar {
	clear: both;
	width: 930px;
	margin: 0 auto;
	height: 30px;
	background-image: url(../images/nav_bkDark.gif);
}
#pageContainer #pageHeader #navBar #MenuBar1 {
	float: left;
	width: 730px;
}


/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 125px;
	float: left;
}
ul.MenuBarHorizontal #contactLink {
	width: 105px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 124px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
	text-align: left;
	margin-left: 5px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 115%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #003399;
	background-color: #c7ddf3;
	border-top: none;
}

ul.MenuBarHorizontal ul ul
{
	border: 1px solid #003399;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding:10px 0px 8px 0px;
	color: #003399;
	text-decoration: none;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu, li#contactLink a
{
	color: #fff;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	text-decoration: underline;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	text-decoration: underline;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #003399;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


#pageContainer #pageHeader #navBar #search {
	float: right;
	width: 200px;
	height: 30px;
	text-align: right;
}
#pageContainer #pageHeader #navBar #search #Search {
	margin: 5px 0px 0px 5px;
	float: none;
	background-repeat: no-repeat;
	width: 180px;
	height: 20px;
	background: url(../images/srchBk.png) transparent no-repeat;
}
#pageContainer #pageHeader #navBar #search #Search #srchBox {
	border: none;
	width: 148px;
	height: 15px;
	margin: auto 2px auto 2px;
	background: transparent;
}
#pageContainer #pageHeader #navBar #search #Search #query {
	border: none;
	width: 148px;
	height: 15px;
	margin: 2px 2px auto 2px;
	background: transparent;
}

/*******************************************************************************

 HOME PAGE STYLES: home page only styles

 *******************************************************************************/




#pageContainer #contentContainer {
	height: 100%;
	width: 930px;
	margin: 10px auto;
}
#pageContainer #contentContainer #homeAdblock {
	height: 400px;
	width: 930px;
	margin: 5px auto;
	background-image: url(../images/Adblock_bk.jpg);
	background-repeat: no-repeat;
}
#pageContainer #contentContainer #homeAdblock #homeAdLeft {
	float: left;
	width: 550px;
	height: 400px;
}
#pageContainer #contentContainer #homeAdblock #homeAdLeft #AdHeaderTitle {
	margin-top: 25px;
	margin-left: 20px;
}
#pageContainer #contentContainer #homeAdblock #homeAdLeft #AdHomeSolutions {
	margin-top: 70px;
	margin-left: 35px;
}
#pageContainer #contentContainer #homeAdblock #homeAdLeft #AdHomeSolutions ul {
	padding-top: 12px;
}
#pageContainer #contentContainer #homeAdblock #homeAdLeft #AdHomeSolutions li {
	height:39px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight {
	width: 305px;
	margin: 0px 0px 0px 625px;
	padding: 4px 0px 0px 6px;
	height: 400px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeQuote {
	background-image: url(../images/quote_bk.jpg);
	text-align: center;
	width: 291px;
	height: 137px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeQuote img {
	margin-top: 93px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeHelp {

	width: 291px;
	height: 94px;
}

#pageContainer #contentContainer #homeAdblock #homeAdRight #homeEmail {
	background-image: url(../images/vehicle_map_bk.jpg);
	width: 291px;
	height: 82px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeEmail a {
	display: block;
	width: 100%;
	height: 100%;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeEmail #homeContact {
	width: 285px;
	height: 30px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeEmail #homeContact #emailInput {
	width: 210px;
	height: 17px;
	background-image: url(../images/email_bk.gif);
	background-repeat: no-repeat;
	border: none;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
	padding: 6px 0px 0px 5px;
	font-size: 10px;
	color: #333;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeEmail #homeContact #goBtn {
	width: 36px;
	height: 27px;
	margin-top: 38px;
	margin-left: 5px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeUpdate {
	background-image: url(../images/map_error_bk.jpg);
	width: 291px;
	height: 80px;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeUpdate a {
	display: block;
	width: 100%;
	height: 100%;
}
#pageContainer #contentContainer #homeAdblock #homeAdRight #homeUpdate #updateLinks {
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
}
#pageContainer #contentContainer #txtContainer {
	clear:both;
	width: 930px;
	height: 100%;
}
#pageContainer #contentContainer #txtContainer .sidebarTXT {
	margin-top: -10px;
	padding: 0px 10px;
	line-height: 1.3em;
	word-spacing: .2em;
}
#pageContainer #contentContainer #txtContainer #hmSidebar1 {
	float: left;
	width: 300px;
	padding: 0px;
	font-size: 85%;
}
#pageContainer #contentContainer #txtContainer #hmSidebar2 {
	float: right;
	width: 300px;
	padding: 0px;
	font-size: 85%;
}
#pageContainer #contentContainer #txtContainer #hmSidebar3 {
	margin: 15px 305px 15px 305px;
	text-align: center;
	width: 322px;
	vertical-align: top;
}
#pageContainer #contentContainer #txtContainer #hmSidebar1 #homeSample {
	margin-top: 10px;
	margin-left: -15px;
}
#pageContainer #contentContainer #txtContainer #hmSidebar1 #homePageTitle, #pageContainer #contentContainer #txtContainer #hmSidebar2 #homeLatestNews {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 18px;
	font-weight: 600;
}
#pageContainer #contentContainer #txtContainer #hmSidebar2 .newsDate {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 600;
}
#pageContainer #contentContainer #txtContainer #hmSidebar2 .readMore {
	margin-left: 125px;
	margin-top: 10px;
	font-style:italic;
	text-decoration: underline;
	border: none;
}
#pageContainer #contentContainer #txtContainer #hmSidebar2 .readMore a {
	color: #333
}
#pageContainer #contentContainer #txtContainer #hmSidebar3 li {
/* 	height: 130px; */
}


#pageContainer #contentContainer .quick-links .quick-links-title {
	color: #333;
	font-size: 14px;
	border-top: 1px dotted #CCCCCC;
	font-weight: bold;
	margin: 5px 10px;
	padding-top: 15px;
}
#pageContainer #contentContainer .quick-links table {
	width: 95%;
	font-size: 12px;
	margin: 0 auto;
}
#pageContainer #contentContainer .quick-links table td {
	padding: 2px 10px;
}
#pageContainer #contentContainer .quick-links ul {

}
#pageContainer #contentContainer .quick-links li {
	line-height: 1.3em;
}
#pageContainer #contentContainer .quick-links a {
	font-weight: bold;
}

/*******************************************************************************

 END OF HOME PAGE STYLES: home page only styles

 *******************************************************************************/





/*******************************************************************************

 SECONDARY PAGE STYLES: interior page only styles

 *******************************************************************************/



#pageContainer #mainContainer {
	height: 100%;
	width: 945px;
	margin: 10px auto;
}
#pageContainer #mainContainer #Sidebar1 {
	width: 735px;
	float: right;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer {
	width: 734px;
	height: 100%;
	background-image: url(../images/txtBdy_md.png);
	background-repeat: repeat-y;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBodyHd {
	width: 734px;
	height: 28px;
	background-image: url(../images/txtBdy_hd.png);
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #picBanner {
	text-align:  center;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #picBanner img {
	margin-top: -21px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #blueBar {
	width: 718px;
	height: 53px;
	background-image: url(../images/blueBar.jpg);
	margin: 0 auto;
	margin-top: -4px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #blueBar #blueLft {
	float: left;
	width: 410px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #blueBar #blueLft img {
	margin-top: 10px;
	margin-left: 7px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #blueBar #blueRht {
	float: right;
	width: 150px;
	text-align: right;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #blueBar #blueRht img {
	margin-top: 20px;
	margin-right: 20px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody {
	clear: both;
	margin: 10px 30px;
	line-height: 1.3em;
	word-spacing: .2em;
	font-size: 85%;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #productTitle {
	margin-bottom: 10px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #3399cc;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #termsBox {
	height: 120px;
	overflow: auto;
	font-size: 10px;
	padding: 1px 5px;
	border: 1px solid #ccc;
	background-color: #efefef;
	margin: 10px auto;
	width: 640px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody p {
	margin: 15px auto;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody ul {
	margin-left: 20px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody li {
	list-style-type: disc;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody input {
	margin: 2px auto;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #comparisonTable {
	width: 655px;
	margin: 5px auto;
	border: 1px solid #949494;
	padding: 4px;
	background-color: #fff;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #comparisonTable td {
	border-color: #949494;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	padding: 2px 5px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #comparisonTable .brdrRgt {
	border-color: #949494;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #comparisonTable .brdrBtm {
	border-bottom: 1px solid #949494;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #comparisonTable .rowTitle {
	font-weight: 600;
	font-size: 14px;
	height: 24px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #crossTitle {
	margin-bottom: 10px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #3399cc;
	border: none;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #crossSell {
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #crossSell li {
	list-style-type: none;
	margin-left: 10px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #crossSell a {
	text-decoration: underline;
	color: #333;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #crossSell .xSellBox {
	width: 24%;
	float: left;
	border-right: dotted #003388 1px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #crossSell #noDot {
	border: none;
}

#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #contactForm input {
	width: 200px;
}
#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #contactForm textarea {
	width: 204px;
}

#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #contactForm .checkBox {width: auto; height: auto;}

#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBody #contactForm #goBtn {
	width: 36px;
	height: 27px;
	margin-top: 5px;
	margin-left: 0px;
}

#pageContainer #mainContainer #Sidebar1 #txtBodyContainer #txtBodyFt {
	width: 734px;
	height: 30px;
	background-image: url(../images/txtBdy_ft.png);
}
#pageContainer #mainContainer #Sidebar2 {
	margin: 0px 735px 0px 0px;
	padding: 0px;
	width: 210px;
}
#pageContainer #mainContainer #Sidebar2 #tryNow {
	margin-left: 4px;
}
#pageContainer #mainContainer #Sidebar2 #categories {
	width:204px;
	height: 100%;
	background-image:url(../images/cat_md.gif);
	background-repeat: repeat-y;
	letter-spacing: .05em;
	margin: 0 auto;
}
#pageContainer #mainContainer #Sidebar2 #categories #catHead {
	height: 36px;
	width: 204px;
	background-image:url(../images/cat_hd.gif);
	background-repeat: no-repeat;
}
#pageContainer #mainContainer #Sidebar2 #categories #catFoot {
	height: 19px;
	width: 204px;
	background-image:url(../images/cat_ft.gif);
	background-repeat: no-repeat;
}
#pageContainer #mainContainer #Sidebar2 #categories ul {
	margin-left: 7px;
}
#pageContainer #mainContainer #Sidebar2 #categories .catTitle {
	font-size: 14px;
	margin: 5px 0px 4px 5px;
	line-height: 16px;
}
#pageContainer #mainContainer #Sidebar2 #categories .productLinks {
	margin-left: 5px;
}
#pageContainer #mainContainer #Sidebar2 #categories .productLinks li {
}
#pageContainer #mainContainer #Sidebar2 #categories .productLinks a {
	text-decoration: none;
	color: #777777;
	font-size: 11px;
}
#pageContainer #mainContainer #Sidebar2 #categories .productLinks a:hover {
	text-decoration: underline;
	color: #666666;
}
#pageContainer #mainContainer #Sidebar2 #promoBox {
	width: 204px;
	height: 315px;
	background-image: url(../images/promo_bk.png);
	margin: 0px auto;
	padding: 0px;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoQuote {
	width: 182px;
	height: 125px;
	margin: 0px auto;
	background-image: url(../images/online_quote.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	text-align: center;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoQuote img {
	margin-top: 85px;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoHelp {
	width: 184px;
	height: 64px;
	background-image: url(../images/sm_help_bk.png);
	margin: 0px auto;
	margin-top: 8px;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoHelp a {
	display: block;
	width: 182px;
	height: 62px;
	margin: auto;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoHelp #Help.online {
/* 	background-image: url(../images/sm_online.png); */
	width: 91px;
	height: 11px;
	margin-top: -17px;
	margin-left: 20px;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoHelp #Help.offline {
/* 	background-image: url(../images/sm_offline.png); */
	width: 91px;
	height: 11px;
	margin-top: -17px;
	margin-left: 20px;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoHelp #Help a {
	display: block;
	width: 91px;
	height: 11px;
	margin: auto;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoEmail {
	width: 184px;
	height: 55px;
	background-image: url(../images/sm_news_bk-07.png);
	margin: 0 auto;
	margin-top: -2px;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoEmail #promoContact #promoInput {
	width: 128px;
	height: 11px;
	background-image: url(../images/smInput_bk.png);
	background-repeat: no-repeat;
	border: none;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
	font-size: 9px;
	padding: 2px 0px 0px 5px;
	color: #333;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoEmail #promoContact #smGoBtn {
 	width: 24px;
	height: 18px;
	margin-top: 24px;
	margin-left: 4px;

}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoUpdates {
	width: 184px;
	height: 63px;
	background-image: url(../images/sm_update_bk.png);
	margin: 0 auto;
}
#pageContainer #mainContainer #Sidebar2 #promoBox #promoUpdates #updates {
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
}


/*******************************************************************************

 END OF SECONDARY PAGE STYLES: interior page only styles

 *******************************************************************************/




#pageContainer #pageFooter {
	background-image: url(../images/footer_bk.jpg);
	height: 124px;
}
#pageContainer #pageFooter #NavTeqFooter {
	float: right;
	width: 160px;
}
#pageContainer #pageFooter #NavTeqFooter #navteqLogo {
	margin-top: 35px;
	margin-left: 0px;
}
#pageContainer #pageFooter #footerLinks {
	float: none;
	clear: right;
	width: 930px;
	margin:0 auto;
	text-align: center;
}
#pageContainer #pageFooter #footerLinks #links {
	position: relative;
	top: -30px;
	left: 0px;
	font-size: 90%;
	word-spacing: .4em;
}
#pageContainer #pageFooter #footerLinks #links a {
	padding: 5px 10px;
	text-decoration: none;
}
#pageContainer #pageFooter #footerLinks #links .seperators {
	font-size: 18px;
	position: relative;
	top: 2px;
	left:0px;
	
}

/*

Start Picture Drop Shadow Styles

*/

.out {
  display:block; 
  background:#bbb; 
  border:1px solid #ddd; 
  position:relative;
  margin:1em 0;
  }
.in2 {
  display:block; 
  background:#777; 
  border:1px solid #999; 
  position:relative;
  padding:1px;
  margin:1px;
  }
.in {
  background:#fff; 
  border:1px solid #989898; 
  position:relative; 
  padding:4px;
  font-weight:normal;
  }

.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.rtin {
  left:5px;
  }



.narrow {width:8em;}
.normal {width:180px;}
.wide {width:18em;}
.image {width:auto; padding:0;}

/*

End Picture Drop Shadow Styles

*/

.smallTXT {font-size: 9px;}

.alignCtr {text-align: center;}
.alignLft {text-align: left;}
.alignRgt {text-align: right;}

.lftFlt {
	float: left;
	margin-right: 10px;
}

.rgtFlt {
	float: right;
	margin-left: 10px;
}

.bold {
	font-weight: 800;
}

.inline {
	display: inline;
}

.show {
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}





/* ClearFix */
.clearfix
{
	display: block;
	clear: both;
	visibility: visible;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
.clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: transparent;
	}
}
