/*--------------------------------------------------------------------
Global CSS

Author(s):		Ryan Brill <ryan [at] solutionset.com>
				Dustin Weatherford <dweatherford [at] solutionset.com>
				Aimee Babb <ababb [at] solutionset.com>
Version:		1.0

Methods:		1. ORGANIZATION WITHIN CSS FILES
					General
							Container
									Header
										Content
									Footer

----------------------------------------------------------------------*/

body {
	background: #014f7d url(../i/bgImg.jpg) repeat-x;
}

body a {
cursor:pointer;
}

/* pageOnce Fonts
----------------------------------------------------------------------*/
h1 {
	font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
}
h4 {
	margin-bottom: 10px;
	margin-left: 25px;
}
.learnmore a:link,
.learnmore a:visited,
.next a:link,
.next a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1854a6;
}
h3 {
	margin-bottom: 10px;
	margin-left: 25px;
	line-height: 19px;
}
.testimonial a:link,
.testimonial a:visited,
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1854a6;
}

h5 {
	font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
	text-align: left;
}

h6 {
	font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
	color: #666;
	font-size: 19px;
	text-align: center;
	height: 25px;
}

/* Header -> Logo
----------------------------------- */
#logo a {
	float: left;
	display: inline;
	width: 304px;
	height: 84px;
	margin: 10px 0;
	background: url(../i/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: visible;
	position:relative;
	z-index:3;
    _background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/logo.png',sizingMethod='scale');
}

#logo_sm a {
	float: left;
	display: inline;
	width: 213px;
	height: 59px;
	margin: 10px 0;
	background: url(../i/logo_sm.png) no-repeat;
	text-indent: -9999px;
	overflow: visible;
	position:relative;
	z-index:3;
    _background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/logo_sm.png',sizingMethod='scale');
}

/* Header -> Login
----------------------------------- */
#header {
	height: 97px;	/* for the home page only, the header height is 167px to accomodate marketing messages */
}
#login {
	float: right;
	display: inline;
/*
	width: 200px;
	font-size: 1.2em;
*/
	width: 455px;
	height: 71px;
	background: url(../i/loginBG.png) repeat-x;
	padding: 0 20px;
	display: block;
}
#login div {
	float: left;
	display: inline;
	width: 76px;
}
#login label {
	color: #58595b;
	font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
/* to be deleted later... */
	font-size: 1.4em;
}
#login label img {
	position: relative;
	top: 5px;
}

#login input.login {
	margin: 8px 10px 2px 0;
	width: 170px;
	height: 15px;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, sans-serif;
}

#login .btnDone {
	height: 27px;
	width: 75px;
	float: right;
	background: url(../i/button-done.gif) no-repeat;
	border: 0;
	text-indent: -5000px;
}
#login .btnDone:hover {
	background: url(../i/button-done.gif) no-repeat 0 -28px;
}
#secured {
	float: right;
	display: inline;
	margin-right: 10px;
	width: 439px;
	height: 71px;
	background: #fff url(../i/logo_secure.gif) repeat-x;
	padding: 0px 20px 0 20px;
	overflow: visible;
	display: none;
	text-indent: -5000px;

}

/* Header -> newsLines		added by akhtar - 12/3
----------------------------------- */
#titleLine {
	position: relative;
	font-family: Verdana, "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	float: left;	
	width: 900px;
	clear: both;
	margin: 20px 0 0 120px;
	padding: 0 0 0 10px;
	z-index: 1000;
	color: #00a300;
	font-size: 26px;
	font-weight: normal;
}

#newsLines {
	position: relative;
	float: center;
	height: 97px;
	width: 900px;
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 1000;
}

#newsLines a {
	float: center;
	display: inline;
	color: #63757e;
}

#newsLines ul {
	font-family: Georgia, Arial,'Myriad Pro', Trebuchet, Verdana, sans-serif;
	font-style: oblique;
	font-size: 12px;
   list-style: none;
   margin: 0 0 0 20px;
   padding: 7px;
}

#newsLines li {
   float: left;
   margin: 5px 5px;
   padding: 0;
	color: #63757e;
}

#newsLines li a {
	display: inline;
   float: left;
	text-decoration: none;
}

#newsLines li a:hover {
	text-decoration: none;
	color: #333;
	cursor: hand;
}

/* Containers
----------------------------------------------------------------------*/
#wrapper {
	margin:0 auto;
	width: 960px;
}
#container {
	position: relative;
	zoom: 1;
}
#content {
	background: url(../i/contentSlvr.png) repeat-y;
	_background: none;
	zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/contentSlvr.png',sizingMethod='scale');
}
#mainContent {
	position: relative;
	left: 30px;
	top: -75px;
	margin-bottom: -75px;
	z-index:6;
}
#wrapper.tabs #content {
	margin-bottom: -78px;
	padding-bottom: 10px;
}
#wrapper.tabs #mainContent {
	float: left;
	display: inline;
}
#wrapper.inner #mainContent {
	position: relative;
	min-height: 438px;
	height: auto !important;
	height: 438px;
	width: 896px;
	float: left;
	top: 0;
}
#wrapper.inner #content {
	margin-bottom: -78px;
	padding-bottom: 20px;
	min-height: 400px;
	height: auto !important;
	height:	400px;
}

*+html #wrapper.inner #content {
	padding-bottom:85px;
	}

/* Corners / Backgrounds
----------------------------------------------------------------------*/

/* Corners / Backgrounds -> Content Top
----------------------------------- */
#contentTop {
	height: 98px;
	margin-top: 20px;
	background: url(../i/contentTop.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/contentTop.png',sizingMethod='scale');
}
#wing1 {
	width: 496px;
	height: 478px;
	position: absolute;
	top: -73px;
	left: -89px;
	background: url(../i/wings.png) no-repeat;
	z-index: 2;
	_left: -95px;
	_top: -54px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/wings.png',sizingMethod='scale');
}
*+html #wing1 {
	top: -54px;
}
#wing2 {
	width: 522px;
	height: 370px;
	position: absolute;
	top: 7px;
	left: 10px;

	background: url(../i/innerWing.png) no-repeat;
	z-index: 2;
	_top: -367px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/innerWing.png',sizingMethod='scale');
}
*+html #wing2 {
	top: 30px;
}

/* Corners / Backgrounds -> Content Btm
----------------------------------- */
#contentBtm {
	width: 100%;
	height: 78px;
	background: url(../i/contentBottom.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/contentBottom.png',sizingMethod='scale');
}
#wrapper.tabs #contentBtm,
#wrapper.inner #contentBtm {
	background: url(../i/contentBottomInner.png) no-repeat;
	margin: 0 7px;
	filter: none;
}

/* Corners / Backgrounds -> Content Foot
----------------------------------- */
#contentFoot {
	background: url(../i/contentFoot.png) no-repeat;
	height: 25px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/contentFoot.png',sizingMethod='scale');
}

/* Nav
----------------------------------------------------------------------*/
#wrapper #content #mainContent ul#nav {
	position: relative;
	top: 46px;
	left: -26px;
	_left: -32px;
}
#wrapper #content #mainContent ul#nav li {
	display: inline;
	float: left;
	position: relative;
	font-weight: bold;
	border-left: 1px solid #000;
	padding: 0 1em 0 1em;

}
#wrapper #content #mainContent ul#nav li.first {
	border: none;
}
#wrapper #content #mainContent ul#nav li.selected,
#wrapper #content #mainContent ul#nav li.selected a {
	color: #000;
	text-decoration: none;
}
#wrapper #content #mainContent ul#nav li a {
	text-decoration: none;
	color: #1854a6;
}

/* Content
----------------------------------------------------------------------*/
#content p {
	position: relative;
	top: 24px;
	left: 48px;
	margin: 0 29px 0px 48px;
	/*clear: both;*/
}

#content p.next {
	left: 24px;
	top: 0px;
}

h1.mainTagline {
	margin: -50px 0 10px 50px;
	width: 500px;
	float: left;
	display: inline;
	position: relative;
	z-index: 100;
}

#alt-color {
	color: #00a300;
	width: auto;
	float: left;
	font-weight: bold;
	padding-right: 3px;
}

.alt-color {
	color: #00a300;
	float: left;
	clear: right;
	margin-left: 30px;
	paddding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.title-color {
	color: #000;
	float: left;
	margin-left: 30px;
	paddding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

/* Content Box
----------------------------------------------------------------------*/
#contentBox {
	width: 400px;
	float: left;
	display: inline;
	margin-left: 33px;
	_margin-left: 31px;
	position: relative;
	z-index: 3;
}
/* Testimonial Box */
#TestimonialBox {
	width: 266px;
	min-height: 110px;
	height: 112px;
	x_height: 110px;
	display: inline;
	float: left;
	position: relative;
	margin: 0 6px 0 10px;
	padding: 10px 10px 10px 33px;
	background: #fff url(../i/home_testimon_bgrd.gif) no-repeat;
}
#TestimonialBox h4 {
	color: #59595b;
	font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	margin: -3px 0 10px 0;
	text-indent: -9999px;
	background: url('../i/home_text_testimonials.gif') top left no-repeat;
}
#TestimonialBox .quote,
#providers .quote{
	color: #393a3b;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin: 0 0 10px 0;
	display: block;
	/* background: url(../i/icon_quote_close.gif) 100% 100% no-repeat; */
}
#TestimonialBox .name {
	color: #393a3b;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	text-decoration: none;
	display: block;
	float: left;
	display: inline;
}
#SpotlightMore,
#TestimonialMore,
#ProvidersMore{
	float: right;
	display: inline;
	margin-top: -2px;
}
#SpotlightMore a,
#TestimonialMore a, 
#ProvidersMore a{
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #1854a6;
}
/* Press Box */
#PressBox {
	width: 269px;
	min-height: 90px;
	height: 112px;
	x_height: 90px;
	display: inline;
	float: left;
	position: relative;
	margin: 0 6px 0 0;
	padding: 10px 10px 10px 30px;
	background: #fff url(../i/home_kicker_bgrd.gif) no-repeat;
}
#PressBox h4 {
	color: #59595b;
	font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	margin: -3px 0 10px 0;
	text-indent: -9999px;
	background: url('../i/home_text_spotlight.gif') top left no-repeat;
}
#PressBox img {
	margin-top: 18px;
}

/* Providers */
#providers {
	width: 269px;
	min-height: 90px;
	height: 112px;
	x_height: 90px;
	display: inline;
	float: left;
	position: relative;
	margin: 0 6px 0 0;
	padding: 10px 10px 10px 30px;
	background: #fff url(../i/home_kicker_bgrd.gif) no-repeat;
}
#providers h4 {
	color: #59595b;
	font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
	font-size: 15px;
	margin: -3px 0 10px 0;
	text-indent: -9999px;
	background: url('../i/home_text_whats_new.gif') top left no-repeat;
}
#providers img {
	margin-top: 18px;
}
#providers h5 {
	color: #393a3b;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0 0 10px 0;
	display: block;
	/* background: url(../i/icon_quote_close.gif) 100% 100% no-repeat; */
}
#btnSide {
	position: absolute;
	width: 463px;
	height: 310px;
	z-index: 10;
	top: -95px;
	left: 344px;
}
#contentBtm p.learnmore {
	float: left;
	display: inline;
	margin: 10px 0 0 81px;
  _margin: 0px 0 0 81px;
}
#contentBtm p.learnmore a {
	position:absolute;
	z-index:20;
}
a.contentButton {
	width: 221px;
	height: 55px;
	float: right;
	display: inline;
	position: relative;
	_position: absolute;
	margin: 80px 75px 20px 0;
	_margin:310px 575px 0 150px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(../i/click_here_single.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/click_here_single.png',sizingMethod='scale');
}


a.homepage {
  width: 221px;
  height: 54px;
	margin: 0 50px 0 0;
  text-indent: -5000px;
  position: relative;
  float: right;
	display: inline;
  overflow: hidden;
  _position:absolute;
	_margin:-30px 0 0 500px;
  background: transparent url(../i/click_here_single.png) no-repeat;
}

a.homepagebb {
  width: 221px;
  height: 54px;
	margin: 0 -20px 0 0;
  text-indent: -5000px;
  position: relative;
  float: right;
	display: inline;
  overflow: hidden;
  _position:absolute;
	_margin:0px 0 0 420px;
  background: transparent url(../i/click_here_single.png) no-repeat;
}
a.homepagebb2 {
  width: 221px;
  height: 54px;
	margin: 35px 250px 0 0;
  text-indent: -5000px;
  position: relative;
  float: right;
	display: inline;
  overflow: hidden;
  _position:absolute;
	_margin:40px 0 0 570px;
  background: transparent url(../i/click_here_single.png) no-repeat;
}

/*

*+html a.homepage {
	margin:250px 130px 0 0;
}

a.homepage {
	width: 221px;
	height: 54px;
	float: right;
	display: inline;
	margin: 0 50px 0 0;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(../i/click_here_single.png) no-repeat;
} */

a.solution {
	float: left;
	_float: none;
	_position: static;
	height: 55px;
	margin:0 0 10px 0;
	background: transparent url(../i/click_here_single.png) no-repeat;
	_filter: none;
}

a.testimonialPage {
	margin:20px 50px 0 0;
  _position:absolute;
  _margin:20px 0px 0px 600px;
}
/* Home page kicker boxes
----------------------------------------------------------------------*/
.kicker {
	display: inline;
	float: left;
	width: 310px;
	height: 120px;
	margin: 3px 9px;
}

/* Content Box -> Links
----------------------------------- */
#contentBox ul li a {
	display: block;
	width: 345px;
	height: 72px;
	text-indent: -5000px;
	overflow: hidden;
	position: relative;
	line-height:72px;
}

#contentBox ul li.findBtn a {
	background: url(../i/homeRollovers/find.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/find.png',sizingMethod='scale');
}
#contentBox ul li.viewBtn a {
	background: url(../i/homeRollovers/view.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/view.png',sizingMethod='scale');
}
#contentBox ul li.relaxBtn a {
	width: 390px;
	background: url(../i/homeRollovers/relax.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/relax.png',sizingMethod='scale');
}
#contentBox ul li.findBtnOver a {
	background: url(../i/homeRollovers/findHoverBtn.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/findHoverBtn.png',sizingMethod='scale');
}
#contentBox ul li.viewBtnOver a {
	background: url(../i/homeRollovers/viewHoverBtn.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/viewHoverBtn.png',sizingMethod='scale');
}
#contentBox ul li.relaxBtnOver a {
	background: url(../i/homeRollovers/relaxHoverBtn.png) no-repeat;
	width: 345px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/relaxHoverBtn.png',sizingMethod='scale');
}

/* Content Box -> Links -> Rollover Popups
----------------------------------- */
.findBtnRight {
	background: url(../i/homeRollovers/findHoverState.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/findHoverState.png',sizingMethod='scale');
}
.viewBtnRight {
	background: url(../i/homeRollovers/viewHoverState.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/viewHoverState.png',sizingMethod='scale');
}
.relaxBtnRight {
	background: url(../i/homeRollovers/relaxHoverState.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/homeRollovers/relaxHoverState.png',sizingMethod='scale');
}


/* RightBox
----------------------------------------------------------------------*/
#rightBox {
	width: 480px;
	height: 380px;
	float: right;
	position: absolute;
	_position:relative;
	margin: -140px 0 0 480px;
	_margin-top:-380px;
	*margin:-150px 0 0 48px;
	background: url(../i/mainImages.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainImages.png',sizingMethod='scale');
}
#rightBoxTravel {
	width: 600px;
	height: 396px;
	float: right;
	position: absolute;
	_position:absolute;
	margin: -100px 0 0 415px;
	*margin:-100px 0 0 0px;
	background: url(../i/home-ver/home-travel.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home-ver/home-travel.png');
}
#rightBoxCell {
	width: 600px;
	height: 396px;
	float: right;
	position: absolute;
	_position:absolute;
	margin: -100px 0 0 415px;
	*margin:-100px 0 0 0px;
	background: url(../i/home-ver/home-cell.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home-ver/home-cell.png');
}
#rightBoxBB {
	width: 350px;
	height: 500px;
	float: right;
	position: absolute;
	_position:absolute;
	margin: 120px 0 0 360px;
	*margin:120px 0 0 -269px;
	background: url(../i/home-ver/bb_anim.gif) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home-ver/bb_anim.gif');
}
#rightBoxApple {
	width: 350px;
	height: 396px;
	float: right;
	position: absolute;
	_position:absolute;
	margin: -10px 0 0 480px;
	*margin:-10px 0 0 -145px;
	background: url(../i/home-ver/iphone_anim.gif) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home-ver/iphone_anim.gif');
}

#rightBoxBBhome {
	width: 350px;
	height: 640px;
	float: right;
	position: absolute;
	_position:absolute;
	margin: -80px 0 0 600px;
	*margin:-80px 0 0 -10px;
	background: url(../i/home-ver/blackberry-ebay.jpg) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home-ver/blackberry-ebay.jpg');
}

#rightBoxiPhonehome {
	width: 350px;
	height: 640px;
	float: right;
	position: absolute;
	_position:absolute;
	margin: -80px 0 0 700px;
	*margin:-80px 0 0 50px;
	background: url(../i/home-ver/iphone-ebay.jpg) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home-ver/iphone-ebay.jpg');
}
#wrapper.inner #aboutbox #rightBox {
	width: 316px;
	height: 289px;
	margin: -77px 0 0 577px;
	*margin: -77px 0 0  -245px;
	_margin: -83px 0 0 -330px;
	background: url(../i/screenDefault316.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/screenDefault316.png',sizingMethod='scale');
}

/* Relax -> RighBox
----------------------------------- */
.relax #rightBox {
	width: 395px;
	height: 250px;
	margin: 15px 30px 0 0;
	background-image: url(../i/relaxGraphic.png);
	position:relative;
	_filter: none;
}

/* View -> RightBox
----------------------------------- */
.view #rightBox {
	width: 379px;
	height: 384px;
	position:relative;
	margin: -125px 40px 0 0;
	background: url(../i/viewGraphic.png);
	clear: both;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/viewGraphic.png',sizingMethod='scale');
}

/* Finder -> RightBox
----------------------------------- */
.finder #rightBox {
	width: 395px;
	height: 290px;
	margin: -48px 0 0 0;
	_margin:-48px 0 80px 0;
	position:relative;
	background: none;
	_filter: none;
}

/* LeftBox
----------------------------------------------------------------------*/
#leftBox {
	width: 430px;
	float: left;
	display: inline;
	position: relative;
}

#leftBox.flash {
	position:relative;
/*
	position:absolute;
	_top: 75px;
	_left: 20px;
*/
}
/* Inner pages
----------------------------------------------------------------------*/
#wrapper.inner #aboutbox {
	position: relative;
	width: 900px;
	min-height: 438px;
	height: auto !important;
	height: 438px;
	top: -60px;
	margin-bottom: -60px;
	_margin-bottom: 0px;
	z-index: 4;
}

#wrapper.inner #staticContentTop {
	margin-top: -8px;
	_margin-top: 0px;
	background: url(../i/mainThreeTop.png) no-repeat;
	height: 20px;
	width: 900px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainThreeTop.png',sizingMethod='scale');
	z-index:74;
}

#wrapper.inner #staticContent {
	background: url(../i/mainThreeBG.png) repeat-y;
	width: 900px;
	zoom: 1;
	margin-top: -4px;
	min-height: 400px;
	height: auto !important;
	height: 438px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainThreeBG.png',sizingMethod='scale');
	position: relative;
	_position: static;
}

#wrapper.inner #staticContentBtm {
	background: url(../i/mainThreeBtm.png) no-repeat;
	height: 28px;
	width: 900px;
	margin: 0 0 8px 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainThreeBtm.png',sizingMethod='scale');

}

#wrapper.inner #pagetitle {
	position: relative;
	left: 27px;
	top: 30px
}
#wrapper.inner #pagetitle h2 {
	font: normal 2.4em 'Myriad Pro', Trebuchet, Verdana, sans-serif;
	color: #98d3f3;
}
#wrapper.inner #mainTagline {
	display: inline;
	position: relative;
	float: left;
	margin: 67px 0 10px 24px;
	width: 800px;
}
#wrapper.inner #mainTagline h2 {
	margin: 17px 0 0 2px;
}
#wrapper.inner #mainContent h4 {
	margin: 17px 0 0 25px;
}
#wrapper.inner #mainContent p {
	top: 0;
	left: 27px;
	line-height: 20px;
  	margin: 0 100px 0 0;
}
#wrapper.inner #mainContent ol,
#wrapper.inner #mainContent ul {
	list-style-image: url(../i/li-ring.gif);
	margin: 7px 48px 7px 42px;
	_margin: 7px 48px 7px 48px;
}
#wrapper.inner #mainContent ul li {
	padding: 0 0 0.5em 2em;
}

/* Footer
----------------------------------------------------------------------*/
#footer {
	background: url(../i/contentSlvr.png) repeat-y;
	padding: 3px 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/contentSlvr.png',sizingMethod='scale');
}
#wrapper.tabs #footer,
#wrapper.inner #footer {
	padding-top: 20px;
}
#address {
	margin: 0 20px 2px 20px;
	_margin: 0 20px 2px 25px;
}
#address p {
	margin: 0;
}
#address ul {
	float: left;
	display: inline;
	margin: 0;
}
#address ul li {
	display: inline;
}
#address ul li a,
#address ul li a:visited {
	position: relative;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #1854a6;
	text-decoration: none;
}
#address ul li a:hover {
	text-decoration: underline;
}

#address p.copyright {
	margin-left:530px;
	_margin-left:530px;
}

/* Assets
----------------------------------------------------------------------*/
#assets {
	background-image:url(../i/footer.png);
	float:left;
	display:inline;
	width: 958px;
	height: 107px;
	margin: 8px 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/footer.png',sizingMethod='scale');
}

#assets #ftrContent{
	margin: 6px 18px;
}

/* Social Networking
----------------------------------------------------------------------*/
#socnet {
	position: relative;
/* to be included when we use RSS for the blog too
	margin: 6px 140px 0 210px;
*/
	margin: 6px 240px 0 330px;
	clear: both;
}

#socnet table, tr, td a {
	text-decoration: none;
}

/* Tabs
----------------------------------------------------------------------*/
ul#tabs {
	height: 65px;
	margin-bottom: -5px;
	_margin-bottom: -12px;
}
ul#tabs li {
	float: left;
	display: inline;
}
ul#tabs li a {
	width: 162px;
	height: 62px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

/* Tabs -> Find
----------------------------------- */
ul#tabs li.findTab a {
	_height: 74px;
	background: url(../i/btnStates/findStates.png) no-repeat 0 -54px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/find.png',sizingMethod='scale');
}
ul#tabs li.findTab a:hover {
	background:url(../i/btnStates/findStates.png) no-repeat 0 5px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/findHover.png',sizingMethod='scale');
}
ul#tabs li.findTab a.active,
ul#tabs li.findTab a.active:hover {
	height: 74px;
	background: url(../i/btnStates/findStates.png) no-repeat 0 -114px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/findTab.png',sizingMethod='scale');
}

/* Tabs -> View
----------------------------------- */
ul#tabs li.viewTab a {
	width: 188px;
	background: url(../i/btnStates/viewStates.png) no-repeat 0 -62px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/view.png',sizingMethod='scale');
}
ul#tabs li.viewTab a:hover {
	background:url(../i/btnStates/viewStates.png) 0 -2px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/viewHover.png',sizingMethod='scale');

}
ul#tabs li.viewTab a.active,
ul#tabs li.viewTab a.active:hover {
	background: url(../i/btnStates/viewStates.png) 0 -124px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/viewTab.png',sizingMethod='scale');
}

/* Tabs -> Relax
----------------------------------- */
ul#tabs li.relaxTab a {
	background: url(../i/btnStates/relaxStates.png) no-repeat -6px -55px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/relax.png',sizingMethod='scale');
}
ul#tabs li.relaxTab a:hover {
	background:url(../i/btnStates/relaxStates.png) no-repeat -6px 4px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/relaxHover.png',sizingMethod='scale');
}
ul#tabs li.relaxTab a.active,
ul#tabs li.relaxTab a.active:hover {
	background: url(../i/btnStates/relaxStates.png) no-repeat -6px -123px;
	width:182px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/btnStates/relaxTab.png',sizingMethod='scale');
}


/* Tabs -> Tab Wrappers
----------------------------------- */
#tabContentTop {
	margin-top: -3px;
	background: url(../i/mainThreeTop.png) no-repeat;
	height: 20px;
	width: 900px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainThreeTop.png',sizingMethod='scale');
}
#tabContentBtm {
	background: url(../i/mainThreeBtm.png) no-repeat;
	height: 28px;
	width: 900px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainThreeBtm.png',sizingMethod='scale');
}

/* Tabs -> Tab Content
----------------------------------- */
#tabContent {
	background: url(../i/mainThreeBG.png) repeat-y;
	width: 900px;
	zoom: 1;
	margin-top: -4px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainThreeBG.png',sizingMethod='scale');
}
#tabContent h1.tabHeader {
	margin: 10px 0 0 30px;
}
#tabContent ul.tabLists {
	margin: 20px 0 0 40px;
	width: 400px;
	list-style-type: none;
}
#tabContent ul.tabLists li {
	background: url(../i/tabBullets.png) no-repeat;
	margin-bottom: 15px;
	padding: 0;
}
#content p.tabUlp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0 1px 30px;
	color: #58585a;
	position: static;
}
#content p.tabUlpBB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 1px 30px;
	color: #58585a;
	position: static;
	background: url(../i/li-ring.gif) no-repeat;
}

#content p.tabUlpBB1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0 1px 30px;
	color: #58585a;
	position: static;
}

#content simpleLink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #1854a6;
}

#content ul.tabLists li h3 {
	margin: 8px 0 3px 30px;
	font-size: 18px;
	line-height: 22px;
}

/* New About page -- Created by Dustin Weatherford on April 29th 2008
-----------------------------------------------------------------------------------*/

#wrapper.inner #staticContent.about {
	margin-top: -30px;
	float: left;

}

#staticContent.about #about_nav_holder {
	position: absolute;
	left: 0;
	float: left;
	padding-bottom: 40px;
	background-color: #e6f5fc;
	border-color: #f4fbfd;
	border-style: solid;
	border-width: 16px 4px 0px;
	width: 211px;
	overflow: hidden;
}
/* Beginning of about navigation styling
	-----------------------------------------------------------------------*/
#about_nav_top {
	width: 200px;
	height: 30px;
	top: -20px;
	position: relative;
	z-index: 199;
	background: transparent url(../i/aboutPage/about_nav_top.gif) no-repeat top left;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/aboutPage/about_nav_top.png',sizingMethod='scale');
	padding: 0 0 0 20px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

	#about_nav_top p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #58585a;
	}

	#wrapper.inner #mainContent #about_nav_top p {
		padding-top: 5px;
	}

#about_nav {
	height: auto;
	width: 219px;
	_width: 200px;
	left: 1px;
	/*background: transparent url(../i/aboutPage/bg_repeat.jpg) repeat-y top left;*/
}

	#wrapper.inner #mainContent #about_nav ul.main {
		margin: 30px 0 0 10px;
		_margin-right: -20px;
		padding-top: 23px;
		display: block;
	}

	#wrapper.inner #mainContent #about_nav ul.main li {
		width: 205px;
		padding: 4px 0px 6px 20px;
		display: block;
		list-style-position: outside;
		list-style-image: none;
		background: transparent url(../i/aboutPage/minus.jpg) no-repeat 0 5px;
	}

	body.solutions #wrapper.inner #mainContent #about_nav ul.main li {
		padding-left: 3px;
		background: transparent url(../i/aboutPage/underline.jpg) no-repeat 0 5px;
	}

	#wrapper.inner #mainContent #about_nav ul.main li a:hover,
	#wrapper.inner #mainContent #about_nav ul.main li.active a {
		color: #ff9c00;
	}


		#wrapper.inner #mainContent #about_nav ul.main li.active {
			height: auto;
			list-style-image: none;
			background: transparent url(../i/aboutPage/minus.jpg) no-repeat 0 5px;

		}

		#wrapper.inner #mainContent #about_nav ul.main li.active ul.sub {
			display: block;
			margin: 6px 0 2px -16px;
		}

		#wrapper.inner #mainContent #about_nav ul.main li.active ul.sub li {
			height: 20px;
			padding: 0;
			background: none;
		}

		#wrapper.inner #mainContent #about_nav ul.main li.active ul.sub li a {
			height: 20px;
			padding-left: 32px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			font-family: #333333;
			color: #58585a;
			display: block;
			_display: inline-block;
		}

		#wrapper.inner #mainContent #about_nav ul.main li.active ul.sub li a:hover,
		#wrapper.inner #mainContent #about_nav ul.main li.active ul.sub li a.active {
			width: 170px;
			height: 20px;
			background: transparent url(../i/aboutPage/sub_bg.jpg) no-repeat top left;
			color: #1854a6;
		}

	#about_nav ul.main li a {
		/*position: relative;
		top: -1px;*/
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #333333;
	}

	#about_nav ul.main li ul.sub {
		display: none;
	}

	/* End of about navigation styling */

	/* Beginning of about content styling
	---------------------------------------------------------*/

		#about_content_box {
			float: left;
			display: inline; /* IE6 Fix */
			margin-left: 219px;
			width: 654px;
			min-height: 400px;
			border-left: 1px solid #85c0d9;
			font-family: Verdana, Arial, Helvetica, sans-serif;
      position:relative;
      z-index: 10;
    }

		#about_content_box.forums_box {
			width: 675px;
		}

		#staticContent.about #about_content_box h2 {
			margin: 10px 30px;
			font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
			font-size: 3.2em;
			color: #98d3f3;
		}

		#staticContent.about #about_content_box h3 {
			margin: 28px 30px;
			font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
			font-weight: bold;
			font-size: 22px;
			line-height: 26px;
			color: #000000;
		}

		#staticContent.about #about_content_box h4 {
			margin: 17px 0px 5px 30px;
			font-weight: bold;
			color: #666666;
		}

		#staticContent.about #about_content_box h5 {
			margin: 17px 0px 15px 30px;
			font-size: 14px;
			font-weight: bold;
			color: #666666;
		}

		#staticContent.about #about_content_box table {
			margin: 10px 0px 10px 30px;
		}

		#staticContent.about #about_content_box table td {
			color:#58585A;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:12px;
			line-height: 18px;
		}
		#staticContent.about #about_content_box table.table {
			border-top: 1px solid #85c0d9;
			border-left: 1px solid #85c0d9;
		}
		#staticContent.about #about_content_box table.table td,
		#staticContent.about #about_content_box table.table th {
			border-bottom: 1px solid #85c0d9;
			border-right: 1px solid #85c0d9;
			padding: 5px 5px 10px 10px;
		}
		#staticContent.about #about_content_box table.table th {
			background-color: #d4ecf6;
			text-align: center;
			font-size:13px;
			padding: 5px 10px 3px 10px;
			color: #58585a;
		}
		#staticContent.about #about_content_box table.table td ul {
			margin: 0;
			margin-left: 20px;
		}
		#staticContent.about #about_content_box p {
			margin: 0 0 20px 4px;
			padding-right: 30px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #58585a;
		}
		#staticContent.about #about_content_box p.intro {
			margin: 0 250px 20px 4px;
		}
		#staticContent.about #about_content_box p.job_title {
			margin-top: 10px;
			font-weight: bold;
		}

		#staticContent.about #about_content_box ul {
			margin: 20px 0 20px 50px;
			list-style-position: outside;
		}

		#staticContent.about #about_content_box ul li {
			padding-left: 3px;
			margin-bottom: 5px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #58585a;
		}

		#staticContent.about #about_content_box ul.privacy li {
			margin-top: 30px;
			font-weight: bold;
		}

		#staticContent.about #about_content_box ul.privacy p {
			margin: 5px 0 10px -26px;
			font-weight: normal;
			color: #58585a;
		}

		#staticContent.about #about_content_box dl {
			margin: 0 0 30px 30px;
		}

		#staticContent.about #about_content_box dl img {
			margin-bottom: 5px;
		}

		#staticContent.about #about_content_box dt {
			margin: 3px 0 3px 0;
			font-weight: bold;
		}

		#staticContent.about #about_content_box dd {
			margin-top: 4px;
		}

		#staticContent.about #about_content_box ol {
			margin: 20px 0 0 50px;
			list-style-image: none;
			list-style-type: decimal;
		}

		#staticContent.about #about_content_box ol li{
			margin-top: 20px;
			font-weight: bold;
		}

		#staticContent.about #about_content_box ol p {
			margin: 1px 0 0 -26px;
			font-weight: normal;
			color: #58585a;
		}

		#about_content_box img.floatleft {
		margin: 6px 0 10px 0px;
		_margin-left: 28px;
		display: inline;
		float: left;
		}
		#about_content_box p.floatright {
		display: inline;
		margin-left: 0;
		}
		#about_content_box p span {
		margin-left: 76px;
		display: block;
		}
		#about_content_box p.register {
			display: block;
			text-align: right;
			clear: both;
		}

		#staticContent #about_content_box h4.execteamtitle {
		  margin: 0px 0 10px 30px;
		  color: black;
		}
		
    #staticContent #about_content_box h4.execteam {
		  margin: 0px 0 10px 30px;
		}

	/* End of about content styling */
	#wrapper.inner #staticContentBtm.about {
	float: left;
	background: transparent url(../i/mainThreeBtmAbout.png) no-repeat;
	height: 28px;
	width: 900px;
	margin: 0 0 8px 0;
	_margin-top: -20px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/mainThreeBtmAboutie.png',sizingMethod='scale');
	}

/* End of new About page */
/* --------- ------------------------------  NEW STYLES FOR HOME 4/25/09 ------------------------- ---------*/
#login .registerLink {
/*
  margin: 30px 0 0 40px;
  font-size: 16px;
*/
  margin: 0;
}

.registerLink a{
  font-size: 11px;
  color: #1854A6;
  text-decoration: none;
}
.mainContent {
  height: 325px;
  background: transparent url(../i/contentBottomInner.png) no-repeat bottom center;
}
.appPreviews {
  background: transparent url(../i/new_bb_iphone.png) no-repeat top left;
  height:459px;
  width: 406px;
  position: absolute;
  right: 0;
  margin-top:-124px;
  margin-right:16px;
}
.appInfo {
  margin-top: -100px;
  position: absolute;
  padding: 35px;
  z-index:3;
  font-family: helvetica, arial, sans-serif;
}
.appInfo span {
  font-size: 18px;
  color: #63757E;
  line-height: 20px;
  display:block;
}
.appInfo h1 {
  color: #2B3331;
  font-size: 20px;
  font-family: helvetica, arial, sans-serif;
}
.appInfo a:link, .appInfo a:visited {
  color: #265DAC;
  font-size:18px;
  font-family: helvetica, arial, sans-serif;
  /*
  background: transparent url(../i/arrow.png) no-repeat right;
  */
  padding-right: 20px;
  text-decoration: none;
  margin-right: 16px;
  line-height:20px;
}
.appInfo a:hover, .appInfo a:active {
  text-decoration: underline;
}

.personalAssistant {
  background: transparent url(../i/pageonce_icon_small.png) no-repeat left;
  height:90px;
  padding-left:118px;
  width: 310px;
}

.TripTracker {
  background: transparent url(../i/home_triptracker_small.png) no-repeat left;
  height:90px;
  padding-left:118px;
  width: 310px;
  margin-left:-118px;
  margin-top:37px;
  z-index: 1;
}

.cellMinuteTracker {
  position: absolute;
  background: transparent url(../i/cmt_icon_small.png) no-repeat left;
  height:90px;
  padding-left:118px;
  width: 330px;
  margin-top:37px;
  margin-left:-118px;
}

.personalAssistant a, .cellMinuteTracker a, .TripTracker a {
	text-decoration: none;
}

.personalAssistant a:hover, .cellMinuteTracker a:hover, .TripTracker a:hover {
	text-decoration: none;
}

#login td {
  vertical-align:top;
}

#content sub, #content sup {
  font-family: helvetica, arial, sans-serif;
  font-size:9px;
  line-height: 1px;
}

#popupBoxPA {
	position: absolute;
   background: transparent url(../i/bgPopupPA.png) 0 0 repeat-x;
	padding: 4px 6px 4px 8px;
	margin: -1.6em 0.7em -5.6em 11.5em;
	border: 2px solid #79bce4;
	z-index: 2;
}

#popupBoxCMT {
	position: absolute;
   background: transparent url(../i/bgPopupCMT.png) 0 0 repeat-x;
	padding: 4px 6px 4px 8px;
	margin: -1.6em 0.7em -5.6em 11.5em;
	border: 2px solid #79bce4;
	z-index: 2;
}

/* --------------------------------------------------- */
/*      table classes - added by akhtar - 7/23/09      */
/* ----------------------------------------------------*/

.tableBox {
	width: 850px;
	float: left;
	margin: 1em 0 1em 2.5em;
	position: relative;
  	font: 130%/1.2 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif; */
}

.tableOrGridContent {
	font-family:Verdana,Arial,Helvetica,sans-serif;
  	/* font: 85%/1.4 Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif; */
	position: relative;
	background-image: url("../i/tableHeaderGradientGrey.png");
	background-repeat: repeat-x;
	float: left;
	clear: left;
	width: 835px;
	margin: 1em 0 1em 0;
	border: 1px solid #d6d6d6;
}

.Dataheader_border {
	color: #333;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	height: 15px;
	border-bottom: 1px solid #9097a2;
}

.Datafooter_border {
	color: #618ac0;
	font-size: 0.1em;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	height: 15px;
}

.Dataheader_border_right {
	color: #000;
	font-weight: bold;
	padding: 1px 5px 0 5px;
	height: 15px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #9097a2;
}

.Boxheader_border {
	color: #000;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	height: 20px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #9097a2;
}

.Boxheader_border_right {
   color: #000;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	height: 20px;
	border-bottom: 1px solid #9097a2;
}

.Datafooter_border_right {
	color: #618ac0;
	font-size: 0.1em;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	height: 23px;
}

.Datafooter_border_right {
	color: #618ac0;
	font-size: 0.1em;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	height: 23px;
}

.celldataplain_border {
	background: #fafafa;
	padding: 8px 5px 8px 5px;
	height: 23px;
	border-bottom: 1px solid #ececec;
}

.celldatacolored_border {
	background: #eeeeff;
	padding: 8px 5px 8px 5px;
	height: 23px;
	border-bottom: 1px solid #ececec;
}

.celldataplain_border_right {
	background: #fafafa;
	padding: 8px 5px 8px 5px;
	height: 23px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #ececec;
}

.celldatacolored_border_right {
	background: #eeeeff;
	padding: 8px 5px 8px 5px;
	height: 23px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #ececec;
}

/* ---------------------- table classes end here ------------------- */

/* ------------------------------------------------------------------ */
/*  product teaser tags on home page - added by akhtar - 12/8/09      */
/* -------------------------------------------------------------------*/

#personalAssistantTeaser {
  position: absolute;
  height: 300px;
  width: 300px;
  left: 600px;
  top: 55px;
  z-index: 200;
  border: 1px dotted #c2c2c2;
  background: #fff;
  padding: 10px;
  font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
  font-size: 15px;
  color: #63757e;
  visibility: hidden;
}

#cellMinuteTrackerTeaser {
  position: absolute;
  height: 300px;
  width: 300px;
  left: 565px;
  top: -112px;
  z-index: 200;
  border: 1px dotted #c2c2c2;
  background: #fff;
  padding: 10px;
  font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
  font-size: 15px;
  color: #63757e;
  visibility: hidden;
}

#tripTrackerTeaser {
  position: absolute;
  height: 300px;
  width: 300px;
  left: 565px;
  top: -112px;
  z-index: 200;
  border: 1px dotted #c2c2c2;
  background: #fff;
  padding: 10px;
  font-family: 'Myriad Pro', Trebuchet, Verdana, sans-serif;
  font-size: 15px;
  color: #63757e;
  visibility: hidden;
}

/* ------------------ product teaser tags end here ------------------- */

/* ----------------------------------------------------------- */
/*  sign-in tags on home page - added by akhtar - 12/12/09     */
/* ------------------------------------------------------------*/

#signIn {
   position: relative;
   font: "Myriad Pro", Verdana, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
   margin: 30px 0;
   padding: 0 0 0 20px;
	color: #1854A6;
}

#signIn a {
	text-decoration: none;
	color: #1854A6;
}

#signIn ul {
   margin: -35px 0 5px -210px;
   padding: 10px;
   clear: both;
   width: 380px;
	border: 1px solid #c2c2c2;
	height: 70px;
	background: #f2f2f2;
}

#signIn li {
   float: left;
   list-style: none;
   width: 160px;
   height: 30px;
	font-size: 0.8em;
}

#signIn li a {
	text-decoration: none;
}

#signIn li a:hover {
	text-decoration: underline;
}

/* ------------------ sign-in tags end here ------------------- */
