@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff url(/images/bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin:0;
}
.base {
	width: 920px;
}
a {
	color:#cc0000;
}
a:hover {
	text-decoration: none;
	color: #31508c;
}

#login {
	font-size: 0.9em;
}
#login span {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #cc0000;
}
#login a {
	color: #cc0000;
}
#options, #tracking {
	padding: 8px;
	height: 170px;
}
#options {
	background: #7ea1c2 url(/images/options_bg.gif) repeat-x top;
}
#tracking {
	background: #990000 url(/images/tracking_bg.gif) repeat-x top;
	color: #ffffff;
	padding: 8px 20px;
}
#footer {
	background: url(/images/footer_bg.jpg) repeat-x top;
}
#footer a {
	color: #31508c;
	text-decoration: underline;
	font:11px Arial;
}
#footer a:hover {
	color: #cc0000;
	text-decoration: none;
}
#footer .links { font:11px Arial; padding:10px 0 0 30px  }
#footer .links ul { padding:0; margin:0; }
#footer .links li.group { float:left; display:inline; list-style:none; padding:0; margin:0 10px;  }
#footer .links .one { width:35% }
#footer .links .two { width:30% }
#footer .links .three { width:25% }
#footer .links li.group li { list-style:none; margin:2px 0 }

#news li {
	list-style-image:url(/images/arrow.gif);
	font-size: small;
	padding-bottom: 5px;
}
.faqs {
	color: #cc0000;
	font-size: medium;
}

.faqs li {
	font-size: small;
	list-style-image:url(/images/arrow.gif);
	padding-bottom: 5px;
}
#explore {
	margin-left: 8px;
	padding-left: 8px;
}

#explore li {
	list-style-image:url(/images/arrow.gif);
	padding-bottom: 5px;
}
#teasers span {
	font-size: 1.1em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#latest {
	color: #31508c;
	font-size: medium;
}
.faqs a {
	color: #cc0000;
}
#callus {
	font-size: 1.3em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#callus span {
	color: #cc0033;
}
#content_type {
	padding: 4px;
	color: #ffffff;
	font-size: 1.7em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#left_col {
	padding-left: 20px;
}
#page_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0033;
	font-size: 1.7em;
}
#quick_nav {
	background: url(/images/quick_nav_bg.jpg) repeat-x top;
}

.breadcrumb, a {
	color: #31508c;
	font-size: 0.9em;
}


/***************************************
dropdown nav 
***************************************/
#nav {
	height: 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-transform: lowercase;
}
#nav_bar th {
	padding:0;
	border:0;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding:0;
	margin: 0;
	white-space: nowrap;
}
#nav a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #333333;
	text-decoration: none;
	padding: 0 5px 0px 5px;
}
#nav li {
	float: left;
	padding: 0px;
}
#nav li ul {
	position: absolute;
	display: none;
	height: auto;
	width: 190px;
	font-weight: normal;
	border: 0px solid #ffffff;
	margin: 0;
}
#nav li li {
	height: 33px;
	padding-right: 1em;
	width: 190px;
	background: #005ba4;
	border-top: 1px solid #5a7aa9;
	text-align: left;
}
#nav li li a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	line-height: 30px;
}
#nav li li a:hover {
	color: #ffffff;
}
#nav li a:hover {
	color: #ffffff;
	background: #005ba4;
}
#nav li:hover {
	background: #005ba4;
	color: #ffffff;
}
#nav li ul a {
	width: 203px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;
	color: #ffffff;
}
#nav li li a:hover {
	background: #0094d8;
	color: #ffffff;	
}

#nav li.sfhover a {
	color: #ffffff;
}
#nav li.pipe {
	padding: 0 10px 0 10px;
	color:#ed1b2d;
}
#nav li.pipe:hover {
	background: none;
	border-top: 0;
}

#subnavH { 
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	/*padding-left:20px;*/
	/*background:url(/images/bg_nav_grey.gif) top right no-repeat;*/
 }
#subnavH span {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #cc0000;
}
#subnavH ul {
	margin-left: 0;
	padding-left: 0px;
	list-style:none;
}

#subnavH a {
	color:#336699;
	text-decoration:none;
	display: block;
	padding: 3px 3px 3px 20px;
	width: 90%;
	font-size: 1.2em;
	border-bottom: 1px solid #cccccc;
	background: url(/images/arrow.gif) no-repeat 5px 9px;
}
#subnavH a:hover {
	color: #cc0000;
	background: url(/images/arrow_over.gif) no-repeat 5px 9px;
}
#subnavH #selected a {
	color:#cc0000;
	font-weight: bold;
	background: url(/images/arrow_over.gif) no-repeat 5px 9px;
}


#subnav { 
	width: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	/*padding-left:20px;*/
	/*background:url(/images/bg_nav_grey.gif) top right no-repeat;*/
 }

#subnav ul {
	margin-left: 0;
	padding-left: 0px;
	list-style:none;
}

#subnav a {
	color:#336699;
	text-decoration:none;
	display: block;
	padding: 3px 3px 3px 20px;
	width: 220px;
	border-bottom: 1px solid #cccccc;
	background: url(/images/arrow.gif) no-repeat 5px 9px;
}
#subnav a:hover {
	color: #cc0000;
	background: url(/images/arrow_over.gif) no-repeat 5px 9px;
}
#subnav #selected a {
	color:#cc0000;
	font-weight: bold;
	background: url(/images/arrow_over.gif) no-repeat 5px 9px;
}
.phone_nums{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	text-align: right;
	padding-bottom: 4px;
	letter-spacing: -1px;
}
.phone_nums2{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-align: right;
	padding-bottom: 4px;
	letter-spacing: -1px;
}
.phone_nums2 b{
	color: #cc0033;
}
.phone_nums b{
	color: #cc0033;
}
.callout {
	position: absolute;
	display: none;
	width: 263px;
	height: 170px;
	background: url(/images/cta_callout.png) no-repeat;
	z-index: 9999;
	margin-top: -85px;
	margin-left: 155px;
}
.callout ul {
	list-style: none;
	padding-top: 20px;
}
.callout li {
	height: 29px;
	background: #e5f2f8 url(/images/callout_link_r.png) right no-repeat;
	font: medium 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	width: 200px;
}
.callout li a {
	text-decoration: none;
	display: block;
	width: 192px;
	height: 26px;
	background: url(/images/callout_link_l.png) left no-repeat;
	padding: 3px 3px 0 5px;
}
.callout a:hover {
	background: #7ea2c2 url(/images/callout_link_l.png) left no-repeat;
	color: #ffffff;
}
.ship_bttn {
	background: url(/images/bttn_ship.png) top left no-repeat;
	height:59px;
}
.ship_bttn_ovr {
	background: url(/images/bttn_ship_over.png) top left no-repeat;
	height:59px;
}
.track_bttn {
	background: url(/images/bttn_track2.png) top left no-repeat;
	height:59px;
}
.track_bttn_ovr {
	background: url(/images/bttn_track_ovr.png) top left no-repeat;
	height:59px;
}
.manage_bttn {
	background: url(/images/bttn_manage.png) top left no-repeat;
	height:59px;
}
.manage_bttn_ovr {
	background: url(/images/bttn_manage_ovr.png) top left no-repeat;
	height:59px;
}

.partner-links { 
	font:11px Arial; float:left; width:60%; margin:0 0 0 7px; padding:0 0 15px 0;
}
.partner-links a {  text-decoration:none;  }

.partner { display:none }