
@media screen, projection, print { /* web/cdn/css/mqglobal.css *//**
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
 MAPQUEST GLOBAL STYLES TOC
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
 * - BODY
 * - CONTAINER ELEMENTS
 * - FORMS & INPUTS
 * - FONTS & TEXT
 * - LINKS
 * - DISPLAY
 * - PADDING
 * - ALIGNMENT
 * - FLOATS & CLEARING
 * - GENERAL LAYOUT STYLES
 * - SHARED LAYOUT ELEMENTS
 * - BUTTONS
 * - POP-UP DIALOGS
 * - ALERTS & MESSAGES
 * - ADS
 * - HEADER : TOP LINE
 * - FOOTER 
 * - ROUND BOXES
 */
/**
* = BODY
*/ 
*{
	margin:     0;
    padding:    0;
}
/* =RESET FONT DEFAULTS @ for cross-browser consistency */
body,div,form,input,textarea,table,fieldset,button {
    margin:0;
    padding:0;
    border-spacing: 0px;
    color:          #000;
    font-size:      11px;
    font-family:    arial, verdana, helvetica, sans-serif;
}
/*COPIED FROM BETA GLOBAL.CSS*/

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* ROUNDED BUTTONS SUCK - BUT WE HAVE TO DO EM */
/* BUTTON TAG BUTTONS - FOR USE WITH FORMS
 * 
 * The markup:
 * <button><span>Click Me</span></button>
 * 
 * Yah, that's it ... but, the drawbacks are no CSS sprites can be used with this implementation, and
 * hover does not work in ie6.  
 */
button { 
	border:0; 
	cursor:pointer; 
	font-weight:bold; 
	padding:0 10px 0 0;
	margin:-1px 3px 0 0;
	text-align:center; 
	/*font-size:0.9em; */
	font-size:12px;
	background-color:transparent;
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	/** IE Stuff */
	_width:auto;
	.width:auto;
	_overflow:visible;
	.overflow:visible;
	_margin-top:-3px;
	.margin-top:-3px;
}

button span { 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 10px; 
	height:25px;
	line-height:25px;
	color:#fff;
	background-position:left center;
	background-repeat:no-repeat;
	/** IE Stuff */
	_margin-top:1px;
	.margin-top:1px;
}
button, button span { 
	background-image:url(../beta/images/btn_blue.gif); 
}
button:hover, button:hover span { 
	background-image:url(../beta/images/btn_blue_hover.gif); 
}
button.beige, button.beige span {
	background-image:url(../beta/images/btn_beige.gif); 
	color:#037eab;
}
button.beige:hover, button.beige:hover span { 
	background-image:url(../beta/images/btn_beige_hover.gif); 
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* HEADER */
#header {
	background: #f0ebd9 url(../beta/images/bg_header.gif) top left repeat-x;
	/* width required for ie to draw the background proper like */
	width:100%;
}

#headerTopLeft {
	float:left;
	padding:10px 18px 0 8px;
	font-size:0.75em;
	position:relative;
}

#headerTopLeft a{
	text-decoration:none;
	padding:0 0.4em 0 0.3em;
	border-right:1px solid #777;
}

#headerTopLeft a.last {
	border-right:0;
}

#headerTopRight {
	float:right;
	padding:10px 10px 8px;
}

#headerNav {
	margin-left:43px;
}

#headerNav div {
	float:left;
}

#navLogo {
	width:250px;
	height:65px;
	background: url(../beta/images/logo_new.gif) no-repeat 0px 3px;
	margin:0 37px 0 0;
}

#navLogo a {
	display:block;
	width:250px;
	height:45px;
}

#navMaps,#navDir,#navYp,#navLocal,#navGas {
	background:url(../beta/images/sprt_header_icons.gif) no-repeat top center;
	height:65px;
	font-size:12px;
	font-weight:bold;
	width:6.5em;
	text-align:center;
	/* when largest text size in ie prevent icon sprite from showing */
	overflow:hidden;
}
#navDir   {background-position:center -65px;}
#navYp    {background-position:center -130px;}
#navLocal {background-position:center -195px;}
#navGas   {background-position:center -260px;}

#headerNav div a {
	color:#434343;
	text-decoration:none;
	white-space:nowrap;
}

#headerNav div a.i {
	display:block;
	width:4em;
	margin-left:1.5em;
	height:45px;
}

#aolinput{
	margin:0;
	padding:0;
	font-size:0.7em;
	color:#999;
	width:165px;
	padding-left:3px;
	height:1.2em !important;
	height:1.3em;
	vertical-align:baseline;
	border-spacing:0;
}

#aolinput.active {
	color:#000;
}

.aolbtnalt{
	font-size:0.7em;
	background: #b3d34c url(../beta/images/bg_aol_button.gif) repeat-x center center;	
	border:1px solid #60A72B;
	color:#000;
	cursor:pointer;
	height:1.5em;
	overflow:visible;
	padding:0 4px;
	width:auto;
	vertical-align:baseline;
}

#backToClassic {
/*	
	position:absolute;
	top: 80px;
	right:18px;
*/
	font-size:0.8em;
	float:right;
	margin:-24px 12px 0 0;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* FOOTER */
#footer {
	background: #FFF url(../beta/images/bg_footer.gif) top left repeat-x;
	padding-top:0.6em;
	height:50px;
	text-align:center;
	/*font-size:0.8em;*/
	line-height:1.5em
}

#footer a {
	padding:0 0.5em 0 0.2em;
	border-right: 1px solid #037eab;
}

#footer a.last {
	border-right:0;
}
/*END COPIED CONTENT*/
.topHeaderLink{
	font-size:12px !important;
}

/*override em sizing*/
#mqfooter a, 
#mqfooter a:visited, 
#mqfooter div{
    font-size:      11px !important;
}
html, body {   /* ie has math issues so this helps adjust for proper em scaling */
    width: 100%;
 	height: 100%;
	background-color: #fff;
}
.ie body, .ie7 body{
	cursor: default;
}
/**
* = CONTAINER ELEMENTS
*/
address, blockquote, dl, pre {
    margin: 10px 0;
}
blockquote, dd {
    margin-left:    40px;
}
abbr, acronym {
    border:             none;
    font-style:         normal;
    text-decoration:    none;
    cursor:             help;
}
address, cite {
    font-style: normal;
}
img {
    border: 0;
}
ol, ul, li {
    padding: 0px;
    margin: 0px;
		top:0px;
    font-size: 11px;
}
ul {
	list-style-type: square;
	list-style-image: none;
	/*this causes a problem with the map zoom controls*/
	/*list-style-position:inside;*/
}
ul.list { /*saved and recent*/
	list-style-type: disc;
	list-style-position:inside;
	padding:0px 0px 12px 6px;
	white-space:nowrap;
	overflow:hidden;
}
table, td, tr {
	padding:0;
	margin:0;
	border:none;
}
div.body {
    margin: 10px;
}
/**
* = FORMS & INPUTS
*/
input,textarea,select{
	font-size: 11px;
	/*very bad for radio btns in IE*/
	/*border:1px #969696 solid; */
}
input,textarea {
	padding-left:3px;
}
#helpBubbleEnterSite {
	padding-left:0px;
}
.radio {
	border: 0;
}
fieldset {
      margin:    0 0 10px;
      border:    none;
}
label {
	font-weight:bold;
	color: #434343;
}
#formFields label{
	font-weight:normal;
	color:black;
}
.formTextBlur {
	color: #666;
}
.formTextFocus {
	color: #000;
}
/**
* = FONTS & TEXT
*/
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#434343;
}
h2 {
	font-size:13px;
	font-weight:bold;
	color: #434343;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color: #434343;
}
h4 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:4px;
	color: #434343;
}
h5 {
	font-size:11px;
	font-weight:bold;
	color: #434343;
}
.sm{
	font-size:1px;
}
.n {
	font-weight: normal;
}
.b {
    font-weight:    bold;
} 
.i {
    font-style:    italic;
} 
.red {
	color:#990000;
}
.green{
	color: #389344;
}
.black {
	color: #000;
}
.dkBlue{
	color:#434343;
}
.rightrailad div,
.rightrailad li,
.rightrailad span,
#mqar-right-side div,
#mqar-right-side li,
#mqar-right-side span,
#mqar-bottom-header div,
#mqar-bottom-header li,
#mqar-bottom-header span,
#mqar-dir-side-ad div,
#mqar-dir-side-ad li,
#mqar-dir-side-ad span,
#mqar-dir-side-list-ad a,
#mqar-map-side div,
#mqar-map-side li,
#mqar-map-side span,
#mqar-top-map div,
#mqar-top-map-left div,
#mqar-top-map-right div, 
#mqar-bottom-summary-left div,
#mqar-bottom-summary-right div,
#mqar-top-map li,
#mqar-top-map span,
#mqar-top-map-left li,
#mqar-top-map-left span,
#mqar-top-map-right li,
#mqar-top-map-right span,
#mqar-bottom-summary-right li,
#mqar-bottom-summary-left li,
#mqar-bottom-summary-right span,
#mqar-bottom-summary-left span,
#mqar-bottom-summary div,
#mqar-bottom-summary li,
#mqar-bottom-summary span,
#mqar-bottom-footer div,
#mqar-bottom-footer li,
#mqar-bottom-footer span,
#mqar-bottom-left-search li,
#mqar-bottom-left-search a,
#mqar-bottom-left-search span,
#mqar-bottom-left-itin div,
#mqar-bottom-left-itin li,
#mqar-bottom-left-itin a,
#mqar-bottom-left-itin span,
#mqar-summary-right li,
#mqar-summary-right a,
#mqar-summary-right span,
#mqar-home-side li,
#mqar-home-side a,
#mqar-home-side span,
#mqar-map-side li,
#mqar-map-side a,
#mqar-map-side span,
#mqar-bottom-footer li,
#mqar-bottom-footer a,
#mqar-bottom-footer span,
.adColumn3 div, 
.adColumn3 .link2,
.adColumn3 .link2n,
.adColumn div, 
.adColumn .link2
{
	font-size:12px;
}
.adColumn .link2n
{
	font-size:12px;
}
.rightrailad .link1,
#mqar-right-side .link1,
#mqar-bottom-left-search .link1,
#mqar-bottom-left-itin .link1,
#mqar-pf-textads .link1,
#mqar-bottom-footer .link1,
#mqar-bottom-header .link1,
#mqar-dir-side-ad .link1,
#mqar-map-side .link1,
#mqar-top-map .link1,
#mqar-bottom-summary-left .link1,
#mqar-bottom-summary-right .link1,
#mqar-top-map-left .link1,
#mqar-top-map-right .link1,
#mqar-bottom-summary .link1,
.adColumn .link1,
.adColumn3 a,
.adColumn3 .link1
{
	font-size:9px;
}
/**
* = LINKS 
*/
a, a:visited {
    color:  #037eab;
    text-decoration:underline;
    cursor:pointer;
}
.ad a, .ad a:visited{
	color: #00f;
}
li.lastli{
border:0px;
}
a.link1, a.link1:visited {
	color:#389344;
	text-decoration:none;
}
span.link1 {
	color:#389344;
}
.gray, .gray a, .gray a:visited {
	color:#666;
}
.link2 {
	color: #00f;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
}

.link2n {
	color: #00f;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
	 cursor: hand;	
}
a.link3, a.link3:visited {
	color:#00f;
	font-size:10px;
	font-weight:normal;
}
.noUnder{
	text-decoration:none;
}
.under{
	text-decoration:underline;
}
.bLinks, .gLinks, .bLinksExt {
	list-style-type: none;
}
.bLinks li, .gLinks li {
    text-align:     left;
   	padding:        0px 0.3em 0px 0.3em;
	border-style: solid; 
	border-width:0px 1px 0px 0px;
	display: inline;
}
.bLinksExt li {
    text-align:     left;
   	padding:        0px 0.7em 0px 0.7em;
	border-style: solid; 
	border-width:0px 1px 0px 0px;
	display: inline;
}
.gLinks a, .gLinks a:visited {
	color:#389344;
	white-space:nowrap;
}
.bLinks .firstli,.bLinksExt .firstli, .gLinks .firstli{
	padding-left:0px;
}
.bLinks .lastli,.bLinksExt .lastli, .gLinks .lastli{
	border:0px;
}
.ie .bLinks .lastli, .ie .gLinks .lastli,.ie7 .bLinks .lastli, .ie7 .gLinks .lastli{
	padding-left: 0.3em;
}
.ie .bLinksExt .lastli, .ie7 .bLinksExt .lastli{
	padding-left: 0.7em;
}
.gLinks .singleli, .bLinks .singleli{
	margin:0px;
	padding:0px;
	border: none;
}
/**
* = DISPLAY
*/
.disb {
    display:    block;
}
.disi {
    display:    inline;
}
.disn, .hide, .print {
    display:    none;
}
.hiddenButPresent{
	visibility:hidden;
	position:absolute;
	top:-999em;
	left:-999em;
}
#userActionDebugger{
	height:100px;
	width:99%;
	overflow:auto;
	background-color:#ffffdf;
	margin-left:4px;
}
/**
* = PADDING
*/
.padt4 {
	padding-top:4px;
}
.padr4 {
	padding-right:4px;
}
.padb4 {
	padding-bottom:4px;
}
.padb8 {
	padding-bottom:8px;
}
.padt8 {
	padding-top:8px;
}
.padr10 {
	padding-right:10px;
}
/**
* = ALIGNMENT
*/
.textc {
    text-align: center;
}
.textl {
    text-align: left;
}
.textr {
    text-align: right;
}
.alignr {
	text-align:right;
}
.alignt {
	vertical-align:top;
}
.alignm {
	vertical-align:middle;
}
/**
* =FLOATS & CLEARING
*/
.clear:after {
    display:    block;
    visibility: hidden;
    clear:      both;
    height:     0;
    content:    ".";
}
.clear {
    display:    block;
}
.clearb {
	clear:	both;
}
.clearl {
	clear:	left;
}
.clearr {
	clear:	right;
}
.fltl {
    float:  left;
}
.fltr {
    float:  right;
}
/**
* = GENERAL LAYOUT ELEMENTS
*/
.divider {
	margin:10px 0px 20px 0px;
	border-bottom:1px dotted #ccc;
}
.divSolid {
	margin:10px 0px 20px 0px;
	border-bottom:1px solid #ccc;
}
.nowrap {
    white-space:    nowrap;
}
.half {
    float:  left;
    width:  50%;
}
.ie .half {
    float:  left;
    width:  49%;
}
/**
* = SHARED LAYOUT ELEMENTS
*/
/*logo*/
#mqlogo,
#mqlogoResults
{
	padding:13px 8px 0px 26px;
}
#mqlogo ul{
	padding-left:10px;
}
#mqlogoResults{
	height:59px; 
}
#mqlogo img,
#mqlogoResults img
{
	margin:0px 0px 0px 9px;
}
#mqlogo ul,
#mqlogoResults ul
{
	padding-left:15px;
}

#tcurve{
	width:100%;
	background: url(../images/sprt-hmcurve.png) repeat-x 0px -40px;
}
#tlcurve{
	float:left;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px 0px;
	height:10px;
	width:10px;
	line-height:10px;
}
#trcurve{
	float:right;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px -20px;
	height:10px;
	width:10px;
	line-height:10px;
}
#bcurve{
	width:100%;
	background: url(../images/sprt-hmcurve.png) repeat-x 0px -50px;
}
#blcurve{
	float:left;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px -10px;
	height:10px;
	width:10px;
	line-height:10px;
}
#brcurve{
	float:right;
	background: url(../images/sprt-hmcurve.png) no-repeat 0px -30px;
	line-height:10px;
	height:10px;
	width:10px;
}
#homeMQCont h1{
	font-size:16px;
	padding:5px 0px 7px 0px;
}
#homeMQCont h1 span{
	font-size:12px;
	font-weight: normal
}
#homeMQCont h3{
	padding-bottom: 11px;
}
#homeMQCont{
	clear:both;
	padding:6px 15px 18px 15px;
	background-color:#fff;
	border-left:1px solid #c0c2a4;
	border-right:1px solid #c0c2a4;
	/*overflow:hidden;*/
}
.pageContent{
	padding:0px 2px 0px 2px;
	background-color:#e0e0cf;
}	
/*Search Nearby Pop-up*/
.srchNrby{
	border-top:1px dotted #ccc;
	margin-top:5px;
	padding:5px 0px 0px 0px;
}
.srchNrbyTxt{
	width:180px;
}
.srchNrbyPop{
	width:220px;
}
.srchNearbyWarning{
	padding: 8px 0px 8px 0px;
	color:#CC0000;
	font-weight:bold;
	margin: 4px 0px 4px 0px;
}
.nearThis {
	font-weight:bold;
	color: #434343;
}
.popSrch{
	padding-top:10px;
}
.popSrchPOI {
}
/* = header links */
.mainnav ul {
    float:          left;
    text-align:     center;
    list-style:     none;
}
.mainnav li {
    display:        inline;
    padding:        0 0.5em 0 0.5em;
    border-right:   1px solid #434343;
    font-weight:    bold;
    text-align:     left;
}
.mainnav li.last {
    border: none;
}
.mainnav li a,.mainnav li a:visited{
    color:              #3d3d60;
    text-decoration:    none;
}
/* = drop-down inputs */
.chevron {
	background:url(../images/btn-chev.png) no-repeat;
	width:19px;
	height:19px;
	float:left;
}
.chevron a{
	text-decoration:none;	
}
.inputAlign {
	background-color:#fff;
	height:19px;
}
.inputAlign a{
	padding:0px 6px 7px 10px;
	cursor:pointer;
}
.inputAlign input {
	padding: 3px 0px 0px 5px;
	height:13px;
	color:#666;
	border:0px;
	border-bottom:1px solid white;
}
.ie .inputAlign input, .ie7 .inputAlign input{
	padding-top: 2px;          
}
/*
* = BUTTONS
*    Note: we are mimicking these styles for the dojo buttons in mqlayout.css
*/
/*since we can't handle ems yet this overrides ems with px*/
button{
	font-size:14px;
}
.btn{
	padding:0px 3px 0px 3px;
	/*
	border: 1px solid #a8cbee;
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -194px;	
	*/
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -171px;	
	border: 1px solid #037eab;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	height:20px;
	width:auto;
	overflow:visible;
}
.ie.btn, .ie.aolbtn,.ie.btnLg{
	width:1px;
}
.btnDisabled, .btnDisabled:hover, .btnDisabled:active{
	padding:0px 4px 0px 4px;
	border: 1px solid #c0c0c0;
	background: #f0f0f0 none left -18px repeat-x;	
	color:#c0c0c0;
	cursor:default;
	height:20px;
}
.aolbtn{
	padding:0px 30px 1px 30px;
	border: 1px solid #a9a9a9;
	background: #a9a9a9 url(../images/sprt-all-bgs.png) repeat-x 0px -218px;
	color:#000;
	font-size:12px;
	cursor:pointer;
	font-weight:bold;
	width:auto;
	overflow:visible;
}
.btnLg{
	font-size:12px;
	font-weight:bold;
	padding:0px 4px 0px 4px;
	border: 1px solid #b3c3d0;
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -533px;	
	color:#434343;
	cursor:pointer;
	height:39px;
	width:auto;
	overflow:visible;
}
.btnSm{
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -571px;
	border:1px solid #cdc6ad;
	cursor:pointer;
	height:14px;
	width:auto;
	height:20px;
}
.btnSm div {
	font-size:10px;
	vertical-align:middle;
	font-weight:bold;
	color:#037EAB;
	padding-left:8px;
}
.safari .btnSm{
	padding:0px 4px;
}
.safari .btnSm div{
	margin:0px;
}
.btn:hover{
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -781px;	
	color:#fff;
}
.btn:active{
	background: #c6dcf4 url(../images/sprt-all-bgs.png) repeat-x 0px -171px;
	color:#434343;
}
.btn.more span{
	padding:0 0 0 9px;
	margin:5px 0 0 3px;
	position:relative;
	top:4px;
}
/*
.btn span{
	height:5px;
	width:9px;
	background:transparent url('../images/btn-more.gif') no-repeat;
}
.btn:hover span{
	background:transparent url('../images/btn-more_down.gif') no-repeat;
}
*/

.auto{
	overflow:auto;
}
/*
* = POP-UP DIALOGS
* LinkToPage -pop-up
* SendToCell - pop-up
* SendEmail - pop-up
*/
.popBtn{
	margin-top:10px;
}
.ltpPopupWidth, .stcPopupWidth, .emailPopupWidth{
	width: 234px;
}

.captionBox {
	color:#98996a;
	border: 1px solid #98996a;
	border-width:1px 0px 1px 0px;
	padding:5px 0px 5px 0px;
}
.caption {
	color:#98996a
}
.stgPopupWidth {
	width: 275px;
}
.popHead {
	background-color:#d8e5ef;
	padding:0px 5px 0px 5px;
	margin:0px 0px 5px 0px;
	height:17px;
	font-size:12px;
	font-weight:bold;
	color: #434343;
}
.popupWin {
	width: 260px;
	position: absolute; 
	z-index: 1;	
}
.popupWin .center {
	width: 90%;
	padding-left: 20px;
	padding-right: 10px;
}
.avoid, .redavoid,.greenavoid {
	padding-right:20px;
}
.redWarning{
	color:#9b0707;
}
.popupWin .redavoid, .popupWin .red,.alert-warning .redwarn  {
	color:#990000;
	font-weight:bold;
}
.popupWin .greenavoid {
	color: #389344;
	font-weight:bold;
}
.popupWin ul{
	list-style-position:inside;
}
.btnClose{
	background:transparent url(../images/btn-close.png) no-repeat;
	border:0px solid black;
	margin:0px;
	padding:0px;
	width:16px;
	height:16px;
	cursor:pointer;
}
.btnClose span{
	font-size:0.1em;
	visibility:hidden;
}
.btnClose:hover, .btnClose:active{
	background:transparent url(../images/btn-close.png) no-repeat;
}
#pfRouteWarning {
	padding: 8px 0px 8px 0px;
}
#pfRouteWarning .redwarn {
	vertical-align: middle;
	text-align: left;
}
/*
.mqpoicontenttext .gLinks {
	width:190px;
}
*/
#ambigResultsList {
	margin-left:  22px;
	margin-top:   8px;
}
.ie #ambigResultsList, .ie7 #ambigResultsList {
	padding-left:  10px;
	margin-top:   8px; 
}
/* Online Offers Page */
#offersWrapper ul{
	list-style-position:outside;
}

#offersWrapper{
	width:600px;
	background-color:#fff;
	padding-top:10px;
}
#mqar-offers-top,
#mqar-classic-offers-top 
{
	float:left;
}
#mqar-offers-left {
	float: left;
	padding:10px 0px 10px 13px;
	clear:both;
}
#mqar-offers-left, 
#mqar-offers-left ul{
	width: 380px;
}
#mqar-offers-right, 
#mqar-classic-offers-right {
	float: right;
	width: 178px;
	margin:0px 0px 10px 0px;
	border:1px solid #d7c78f;
}
#mqar-offers-rightCont{
	padding-right:13px;
}	
#mqar-offers-left ul,
#mqar-offers-left li,
#mqar-offers-right ul,
#mqar-offers-right li,
#mqar-classic-offers-right ul,
#mqar-classic-offers-right li
{
	list-style: none;
}
#mqar-offers-left li{
	margin-bottom:10px;
}
#mqar-offers-right li,
#mqar-classic-offers-right li
{
	padding:0px 0px 3px 5px;
}
.mqar-offers-hdr{
	background-color:#f0ecd8;
	padding-left:5px;
}
#mqar-offers-ftr {
	padding:0px 11px 10px 13px;
	border-top:1px solid #d7c78f;
	background-color:#f0ecd8;
}
#mqar-offers-hdr {
	font-weight:bold;
	color: #434343;
	background-color:#f0ecd8;
	padding:3px 0px 3px 13px;
}
#mqar-offers-select{
	padding:5px 0px 0px 13px;
}
#mqar-offers-close {
	position:relative;
	left:575px;
}
/*************************************************************************************
* =Send To GPS
**************************************************************************************/
.gpsSelector{
	height:65px;
	width:270px;
	border:solid thin #DADADA;
	overflow:auto;
	margin-top:3px;
	padding:0px 0px 5px 0px;
}
#STGDevice{
	padding-top:5px;
}
.gpsSelectorRoute .divide{
	border-bottom:1px solid #ccc;
}
.gpsSelectorRoute{
	height:160px;
}
.gpsSelectorMap{
	height:65px;
}
.gpsSelectorItem{
	padding:5px;
}
.gpsSelectorItem .locationTitle{
	font-weight:bold;
	color:#434343;
}
.gpsWarning{
	padding: 8px 0px 8px 0px;
	color:#CC0000;
	font-weight:bold;
	background-color:#FFFF99;
	margin: 4px 0px 4px 0px;
}
.gpsDevice{
	margin-right:4px;
}
.gpsWarning img{
	padding-right:5px;
	padding-left:5px;
	margin-top:-4px;
}
#gpsSuccessMessage li{
	margin-top:3px;
	margin-bottom:3px;
}
#gpsInfoImage {
	padding-top:3px;
}
#gpsNote{
	color:#98996A;
}
#garminLogo{
	padding-top:3px;
}
#gpsHelp{
	padding-right: 15px;
	padding-top: 2px;
}
#gpsFileName{
	padding-top:8px;
	padding-bottom:8px;
}
.gpsSuccess{
	color:#003366;
	font-weight:bold;
	font-size:18px;
}
.gpsWarningImage{
	margin-right:10px;
}	
.gpsError{
	width:235px;
	float:left;
}
.gpsError span{
	color:#990000;
	font-weight:bold;
}
#mqSTGDispContent .b, #mqSTGPopupContent ul .b{
	color:#434343;
}
#gpsFileName input{
	font-weight:normal;
}
/* trademark garmin*/
.tm{
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.3em;	
}
/*************************************************************************************
* =SEND TO CELL
**************************************************************************************/
.stcLocSum{
	margin-left:10px; 
	margin-top:7px;
	width:170px;
}
#stcDetails{
	overflow-x:hidden;
}
.safari .dijitButton button, .safari .dijitDropDownButton button{
	height:17px;
	overflow:hidden;
}
/*************************************************************************************
* =ALERTS AND MESSAGES
**************************************************************************************/
#initBubble {
	text-align:center;
	font-size:12px;
}
#initBubbleTitle {
	font-size:17px;
	color:#990000;
	font-weight:bold;
}
#airportPop UL{
	list-style:none;
}
#categoryPop .indent, #airportPop .indent {
	margin-left:20px;
	list-style: none;
}
#categoryPop .indent a, #airportPop .indent a{
	color:#666;
}
#nojavascript,#nocookie,#unsupportedBrowser{
	background-color:#900;
	text-align:center;
	color:#fff;
	font-weight:bold;	
	font-size: 13px;
	line-height:26px;
}
#nojavascript a, #nojavascript a:visited, #nocookie a, #nocookie a:visited,#printWarn a, #printWarn a:visited, #unsupportedBrowser a, #unsupportedBrowser a:visited{
	color:#fff;
}
.error {
    color: #900;
}
.alert-warning {
    position:       relative;
    min-height:     22px;
    padding:        0px 0px 5px 0px;
	display: block; 
}
.ie .alert-warning, .ie7 .alert-warning {
    height:    22px;
}
.alert-warning span {
    color:  #000;  
}
.alert-warning h5{
    color:	#900;
    font-weight: bold;	
}
.alert-warning img {
    float:          left;
    padding: 0px 5px 0px 0px; 
}
.composite .link {
	color: #00F;
	cursor: pointer;
}
.confirmDialog {
	position: relative;
	border : 0px solid #999;
	-moz-border-radius : 10px;
	padding : 5px;
}
.confirmDialog .message {
	font-weight: bold;
	color: #434343;
}
.confirmDialog .image {
	width: 50px;
	text-align: center;
}
.confirmDialog .buttons {
	margin: 5px;
	text-align: center;
}
.warningIcon {
	width: 24px;
	height: 25px;
}
/* Dialog */
.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}
.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 998;
	display: none;
	background: transparent;
}
.dijitDialogUnderlay {
	background: #eeeeee;
	opacity: 0.5;
}
.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=50);
}
/* images off, high-contrast mode styles */
.dijit_a11y .dijitDialog {
	opacity: 1 !important;
	background-color: white !important;
}
.dijitDialog .closeText {
	display:none;
	position:absolute;
}
.dijit_a11y .dijitDialog .closeText { 
	display:inline;
}
/* Ads */
#mqar-right-side .adHeader{
	padding: 2px 0px 5px 5px;
}
.ad div.sl {
	font-size: 10px;
	padding-left: 3px;
	cursor: pointer;
	cursor: hand;	
}
.ad div.sln {
	font-size: 10px;
	padding-left: 3px;
}
.ad li{
	line-height:18px;
}
.topAds .adColumn3 {
	width:31%;
	float:left;
}
.topAds .seeSponLnk {
	color: #343434;
}
#top-header-container {
 	padding: 0px 0px 0px 14px;
 	width: 728px;
}
.adColumn div, 
.adColumn a, .adColumn a:visited
{
	font-size:12px;
}
.topAds {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position:inside;
}
.topAds1 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style-position:inside;
}
.ad {
	border:1px solid #D5D0BD;
	/*background-color:#f9f9f9;*/
}
#mqar-home-side .ad {
	border: none;
}
.topAds .adColumn {
	width:24.8%;
	float:left;
}
#mqar-bottom-header .adHeader,
#mqar-bottom-header .topAdsULCont,
#mqar-dir-side-ad .adHeader,
#mqar-dir-side-ad .topAdsULCont,
#mqar-map-side .adHeader,
#mqar-map-side .topAdsULCont,
#mqar-bottom-footer .adHeader,
#mqar-bottom-footer .topAdsULCont,
#mqar-top-map .adHeader,
#mqar-top-map-left .adHeader,
#mqar-top-map-right .adHeader,
#mqar-bottom-summary-left .adHeader,
#mqar-bottom-summary-right .adHeader, 
#mqar-top-map .topAdsULCont, 
#mqar-top-map-left .topAdsULCont,
#mqar-top-map-right .topAdsULCont,
#mqar-bottom-summary-left .topAdsULCont,
#mqar-bottom-summary-right .topAdsULCont,
#mqar-bottom-summary .adHeader,
#mqar-bottom-summary .topAdsULCont,
#mqar-summary-right ul,
#mqar-summary-right .adHeader,
#mqar-map-side .adHeader2,
#mqar-home-side .adHeader2,
#mqar-search-side .adHeader2
{
	padding-left:10px;
}
#mqar-bottom-footer .topAdsULCont, 
#mqar-bottom-header .topAdsULCont,
#mqar-map-side .topAdsULCont,
#mqar-dir-side-ad .topAdsULCont
{
	padding-right:10px;
}
#mqar-bottom-header .ad,
#mqar-bottom-footer .ad,
#mqar-dir-side-ad .ad,
#mqar-map-side .ad,
#mqar-top-map .ad,
#mqar-top-map-left .ad,
#mqar-top-map-right .ad,
#mqar-bottom-summary-left .ad,
#mqar-bottom-summary-right .ad,
#mqar-bottom-summary .ad
{
	padding-bottom:5px;
}
#mqar-map-side, 
#mqar-search-side
{
	padding:15px 0px; 
}
#mqar-map-side .adHeader2,
#mqar-home-side .adHeader2,
#mqar-search-side .adHeader2
{
	padding:3px 8px;
}
#mqar-map-side .ad,
#mqar-search-side .ad 
{
	padding-bottom:8px;
}
#mqar-map-side ul,
#mqar-search-side ul
{
	padding:3px 0px 0px 14px;
}
.rightrailad .adText, 
#mqar-bottom-left-itin .adText, 
#mqar-bottom-left-search .adText,
#mqar-right-side .adText
{
	font-size:11px;
	line-height:13px;
}
.ie #mqar-right-side .adText,
.ie #mqar-right-side .link2
{
	height:1%;
}
.adHeader{
	padding: 0px 0px 5px 0px;
	/*background-color:#f4f4f4;*/
}
.ie .adHeader, .ie7 .adHeader{
	/*fix for IE peekaboo bug*/
	height:12px;	
}
.adHeader span, .adHeader a, .adHeader a:visited{
	font-weight:bold;
	color:#434343;
}
.ie .adHeader2, .ie7 .adHeader2{
	/*fix for IE peekaboo bug*/
	height:1%;	
}
.adHeader2 span{
	font-weight:bold;
	color:#434343;
	font-size:12px;
}
.topAds .adColumn2 {
	width:50%;
	float:left;
}

.topAds .adColumn2Thin {
	width:47%;
	float:left;
	padding-bottom:8px;
}

.splitAd .adColumn4 {
	width:49%;
	float:left;
}

.adColumn3 a {
	font-size:11px;
}
.adColumn2 a {
	font-size:11px;
}
#mqar-top-header {
	/* ie7 div is cutting off the iframe due to its padding.  so add some bottom margin so the padding shows. */
	.margin-bottom:5px;
}
#mqar-top-header iframe {
    padding-top: 5px;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* HEADER : TOP LINE */
#headerTopLinks a.last {
    color: #434343;
}
#headerTop {
	padding: 10px 10px 5px 5px;
}
#headerTopLinks {
	float:left;
}
#headerTopLinks a, #headerTopLinks a:visited {
	border-right:1px solid #9C915F;
	padding:0pt 5px;
	color:#9C915F;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#headerTopLinks a.last, #headerTopLinks a.last:visited {
	border-right:0px;
}
#aolwebSearch {
	float:right;
	margin:0px;padding:0px;
}
#aolwebSearch form {
	margin:0px;padding:0px;border:0px;
}
#aolinput{
	margin:0pt;
	padding:0pt;
	font-size:11px;
	color:#999;
	width:165px;
	padding-left:3px;
	height:1.2em !important;
	height:1.3em;
	vertical-align:baseline;
	border-spacing:0px;
}
#aolinput.active {
	color:#000;
}
.aolbtnalt{
	font-size:11px;
	background: #b3d34c url(../images/btn-aol.gif) repeat-x center center;	
	border:1px solid #60A72B;
	color:#000;
	cursor:pointer;
	height:1.5em;
	overflow:visible;
	padding:0px 4px;
	width:auto;
	vertical-align:baseline;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* HEADER : LOGO / ICON NAV */
/*
#headerNav {
	clear:both;
	margin:0px;
	padding:10px 10px 5px 20px;
	background: url(../images/sprt-all-bgs.png) repeat-x 0px -603px;
	.padding-top:5px;
}

#headerNav a.hdrLogo {
	width:295px;
	height:45px;
	padding:10px 16px 0px 0px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

#headerNav a.hdrLogo img {
	border:0px;
}

#headerNav ul {
	list-style: none;
	float:left;
}

#headerNav li {
	text-align:center;
	line-height: 12px;
	float:left;
	width:auto;
	width:6.7em;
	padding-bottom:3px;
}

#headerNav ul a, #headerNav ul a:visited {
	text-align:center;
	text-decoration:none;
	color: #434343;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}

.hdrMaps, .hdrDir, .hdrYlpg, .hdrGas, .hdrSrch {
	height:51px;
	background:url(../images/sprt-header-nav.gif) no-repeat;
	text-align:center;
	margin-bottom:-3px;
}
.hdrMaps {
	background-position: center -153px;
}
.hdrDir {
	background-position: center -102px;
}
.hdrYlpg {
	background-position: center -51px;
}
.hdrGas {
	background-position: center 0px;
}
.hdrSrch {
	background-position: center -204px;
}

.clearb {
	clear:both;
}
*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* FOOTER */
#mqfooter {
	font-size:11px;
	padding:10px;
	background:#FFFFFF url(../images/box_beige_bg_66rev.png) repeat-x scroll 0px 0px;*/
	/*background-color:#f0ebd9;
	border-top:2px solid #d7d2bf;*/
	color:#000;
}
#mqfooter ul {
	list-style: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
}
#mqfooter li {
	display: inline;
	margin: 0px;
	padding:0em 0.2em 0em 0.5em;
	border-right: 1px solid #666;
}
#mqfooter li.last {
	border: none;
}
#mqfooter li.first {
	padding-left:0px;
}
#mqfooter li a, #mqfooter li a:visited {
	color:#00F;
}
#mqfooter abbr {
	text-decoration:underline;
	border:none;
}
/*************************************************************************************
* =ROUND BOXES
**************************************************************************************/
/*
You need to apply a color class to parent div
Example: 
<div class="rndBoxBlue"><div><div class="rndBoxTop"><div></div></div><div class="rndMsg">
Content Here
</div><div class="rndBoxBtm"><div></div></div></div></div>
*/
.rndBoxTop {
	height:17px;
	margin:0px -20px 0px -9px;
}
.rndBoxTop div {
	width:18px;
	height:17px;
}
.rndBoxBtm {
	height:17px;
	margin:0px -20px 0px -9px;
}
.rndBoxBtm div {
	width:18px;
	height:17px;
}
.rndMsg{
	padding:0px 8px;
}
/*Light blue box with medium blue outline*/
.rndBoxBlue .rndBoxTop {
	background:url(../images/bg-rndBox_blue.png) 100% 0 no-repeat;
}
.rndBoxBlue .rndBoxTop div {
	background:url(../images/bg-rndBox_blue.png) 0 0 no-repeat;
}
.rndBoxBlue .rndBoxBtm{
	background:url(../images/bg-rndBox_blue.png) 100% 100% no-repeat;
}
.rndBoxBlue .rndBoxBtm div {
	background:url(../images/bg-rndBox_blue.png) 0 100% no-repeat;
}
.rndBoxBlue .rndMsg{
	background-color:#c4e1eb;
	border-left:1px solid #037eab;
	border-right:1px solid #037eab;
}
/*White box with medium blue outline*/
.rndBoxBlOut .rndBoxTop {
	background:url(../images/bg-rndBox_bloutline.png) 100% 0 no-repeat;
}
.rndBoxBlOut .rndBoxTop div {
	background:url(../images/bg-rndBox_bloutline.png) 0 0 no-repeat;
}
.rndBoxBlOut .rndBoxBtm{
	background:url(../images/bg-rndBox_bloutline.png) 100% 100% no-repeat;
}
.rndBoxBlOut .rndBoxBtm div {
	background:url(../images/bg-rndBox_bloutline.png) 0 100% no-repeat;
}
.rndBoxBlOut .rndMsg{
	background-color:#fff;
	border-left:1px solid #037eab;
	border-right:1px solid #037eab;
}
/*blue box with chewy gradient center. mmmm....*/
.boxBlue .rndBoxTop {
	background:url(../images/bg-rndBox_blgrad.png) 100% 0 no-repeat;
}
.boxBlue .rndBoxTop div {
	background:url(../images/bg-rndBox_blgrad.png) 0 0 no-repeat;
}
.boxBlue .rndBoxBtm{
	background:url(../images/bg-rndBox_blgrad.png) 100% 100% no-repeat;
}
.boxBlue .rndBoxBtm div {
	background:url(../images/bg-rndBox_blgrad.png) 0 100% no-repeat;
}
.boxBlue .rndMsg {
	border-left:1px solid #92c7dc;
	border-right:1px solid #92c7dc;
	padding:0px 5px;
	background:#d7eef1 url(../images/bg-blgrad.png) repeat-x;
}
/*print promo popup styles*/
#promo-pf-print-icon-popup{
	display:none;
	width:40px;
}
.prtBubble {
	background-color:#6f6f6f;
	color:#FFFFFF;
	left:8px;
	padding:5px;
	position:relative;
	top:12px;
	width:200px;
}
.prtBubble span{
	margin-top:3px;
}
.prtBubble div{
	background: url(../images/arw-trans.png) no-repeat;
	height:13px;
	margin-top:-18px;
	padding-bottom:5px;
}
.ie .prtBubble{
	/*Use png8 here*/
	background: url(../images/prt-bubble_ie.png) repeat;
}
.ie .prtBubble div{
	/*Use png8 here*/
	background: url(../images/arw-trans_ie.png) no-repeat;
}
.ie7 #promo-pf-print-icon-popup .prtBubble{
    background-color:#FFFFFF;
}
/*CAREFUL! There be dragons here - this is a necessary cascading 'override' to 
not show the beta version of the logo by default.
*/
#navLogo {
	background:transparent url(../beta/images/logo.gif) no-repeat scroll 0px 3px;
}



 }

