/* ******* THIS CSS CONTAINS ALL STRUCTURAL TAGS AND DEFINITIONS ******* */


body {font-family: Verdana,Helvetica,Arial,Sans; margin:0; padding:0; background-color:#FFF;}


/* ******* WRAPPERS ******* */
/* main wrapper */
#wrapper
{
	width: 820px;
	margin: 0px 10px 0px 10px;
	font-family: Verdana,Helvetica,Arial,Sans;

}

/* space between header and footer */
#content
{
	width: 805px;
	margin: 15px 7px 5px 8px;
	clear: both;
	float: left;
}

#aefooter
{width: 805px; margin: 5px 7px 5px 8px; text-align:left; clear:both;}

/* ******* end WRAPPERS ******* */


/* ******* LOGO & MESSAGES ******* */
#aelogo
{
	margin: 5px 5px 15px 25px;
	float: left;
	height: 42px;
	width: 766px /* 4px lower b/c of removed tab */;
	padding: 0px;
	display:inline;
}

.logoimg {float: left; margin: 0px 3px 0px 0px;}

.flagimg
{
	float: left;
	margin: 15px 3px 0px 0px;
	width: 25px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}
.flagtext
{
	float: left;
	color: #4A77A5;
	margin: 11px 3px 0px 0px;
	font-size: 10px;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.langlink
{
	float: right;
	color: #4A77A5;
	margin: 3px 3px 5px 0px;
	font-size: 10px;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-weight: bold;
	text-align: right;
}

.langlink a, .langlink a:hover, .langlink a:visited, .langlink a:active
{
	color: #4A77A5;
}


/* ******* end LOGO & MESSAGES ******* */


/* ******* TABS ******* */
#nav, #nav li{
	padding:0px;
	margin:0px;
}

#nav ul {
	width:100%;
}

#nav{
	clear: both;
	padding:0px;
	width:770px;
	margin:0px auto;
	font-family: Verdana,Helvetica,Arial,Sans;
}
#nav li{
	padding-left:8px;
	background:url(/images/header/doors/left_door.gif)  no-repeat left -100px;
	list-style-type:none;
	float:left;
	font-size:11px;
}
#nav li.active{
	background-position:left top;
	margin-bottom:-2px;
	padding-bottom:2px;
	
}
#nav li.active a{
	background-position:right top;
	color:#fff;
	margin-bottom:-2px;
	
}
#nav li a{
	background:url(/images/header/doors/right_door.gif) no-repeat right -100px;
	display:block;
	text-align:center;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
	padding-right:8px;
}


#nav li a{
	/*width:93px;*/
	height:29px;
}
/* ******* end TABS ******* */



/* ******* SUBTABS ******* */
#tab, #tab a, #tab a:hover, #tab a:visited, #tab a:active
{
	text-align: left;
	font-size: 11px;
	color: white;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,Sans;
	text-decoration: none;
	vertical-align: middle;
}

#tab a:hover { text-decoration: underline; }
	
#tab {margin:4px 0px 0px 27px; }

#tab ul, #tab li{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold; 
	line-height: 16px;
}

#tab li {padding-right: 10px; margin-right: 9px; border-right: 1px solid #ffffff;}

#tab li.last {border-right: 0px;}

.toolTip /* no longer used but left in place in case we need it later */
{
	background-color: #e4ddc3;
	padding: 3px;
	position: absolute;
	border: 1px solid #ccc08f;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-size: 9px;
	margin-top: 20px;

}


.iconContact
{
	width: 60px;
	padding: 24px 0 0 0;
	float: right;
	position: relative;
	display: block;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-size: 9px;
	background-image: url(/images/header/new-icons/icon-contact.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	text-decoration: none;
	color: #4A77A5;
	font-weight: bold;
	line-height: 9px;
	margin:0;
}

.iconHelp {
	width: 60px;
	padding: 24px 0 0 0;
	float: right;
	position: relative;
	display: block;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-size: 9px;
	background-image: url(/images/header/new-icons/icon-help.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	text-align: center;
	text-decoration: none;
	color:#4A77A5;
	font-weight:bold;
	line-height: 9px;
	margin:0;
}

.iconContact a, .iconHelp a,
.iconContact a:hover, .iconHelp a:hover,
.iconContact a:active, .iconHelp a:active,
.iconContact a:visited, .iconHelp a:visited { 
	text-decoration: none; 
	color:#4A77A5;
	font-weight:bold;
}


/* ******* end SUBTABS ******* */


/* ******* LOG-IN AND AFF MESSAGES ******* */
.login 
{
	background: url(/images/header/login-bar-left.gif) top left no-repeat;
	width: 9px;
	height: 20px;
	float:left;
	margin: 3px 0px 0px 0px;
}

.loginbar
{
	background: url(/images/header/login-bar-right.gif) top right no-repeat;
	height: 20px;
	float: left;
	padding: 3px 9px 3px 0px;
	margin: 3px 0px 0px 0px;
}

.logintext
{
	line-height: 14px;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	font-family: Verdana,Helvetica,Arial,Sans;
	text-decoration: none;
}

.affmessage
{
	padding: 3px 0 3px 0;
	border-style: dotted none dotted none;
	border-color: #E4DDC3;
	border-width: 2px 0px 2px 0px;
	color: #4A77A5;
	font-size: 11px;
	font-family: Verdana,Helvetica,Arial,Sans;
	margin: 3px 0 3px 0;
}
/* ******* END LOG-IN AND AFF MESSAGES ******* */



/* START COLUMNS */
#container {
	width:805px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#leftcol {
	width:200px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	float: left;
}


#rightcol {
	width:200px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	float: left;
}

#centercol {
	width:375px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}

#guideblock {
	margin: 15px 0px 15px 0px;
	padding: 5px;
	float: left;
	border: 1px solid #4A77A5;
	background-color: #E4DDC3;
	text-align: left;
}

/* END COLUMNS */


/* BOXES - LIST BOX IDS UP ABOVE GENERIC CLASSES */

#moreservice, #toplocs, #emailsignup, #features, #promise, #homeresc1, #homeresc2
{
	width: 200px;
	margin: 0px 0px 12px 0px;
}


.tanboxtop
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 19px;
	background-image: url(/images/boxes/box-tan-top.gif);
	background-repeat: no-repeat;
}

.tanboxcontent {
	width: 200px;
	background-image: url(/images/boxes/box-tan-bkgd.gif);
	padding: 7px 0px 1px 0px;
	margin: 0px;
	background-repeat: repeat-y;
}

.tanboxcontent-bkgd {
	width: 200px;
	background-image: url(/images/boxes/box-tan-bkgd-solid.gif);
	padding: 7px 0 1px 0;
	margin: 0px;
	background-repeat: repeat-y;
}


.tanboxbottom {
	width:200px;
	height:7px;
 	background-image: url(/images/boxes/box-tan-bottom.gif);
	background-repeat: no-repeat;
	font-size:1px;
	}
	
.tanboxbottom-bkgd {
	width:200px;
	height:7px;
 	background-image: url(/images/boxes/box-tan-bottom-solid.gif);
	background-repeat: no-repeat;
	font-size:1px;
	}
	
.tanboxtop h2
{
	padding: 4px 0px 0px 24px;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-size: 11px;
	line-height: 13px;
	color: #4A77A5;
	text-align: left;
}

.tanboxitem, .tanboxitem-checklist, .tanboxitem-border
{
	text-align: left;
	padding: 0px;
	margin: 12px;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	font-weight: normal;
	font-family: Verdana,Helvetica,Arial,Sans;
	text-decoration: none;
}

.tanboxitem-border
{
	border-bottom: #e4ddc3;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	padding: 0 0 6px 0;
	margin: 12px 12px 0 12px;
	clear:both;
	display:block;
}

.tanboxitem ul, .tanboxitem-checklist ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tanboxitem li
{
	background-image: url('/images/index/gui/arrow-r-red.gif');
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 12px;
	background-repeat: no-repeat;
	color: #4A77A5;
}

.tanboxitem li a, .tanboxitem li a:visited
{
	text-decoration: none;
	color: #4A77A5;
}

.tanboxitem li a:hover
{
	text-decoration: underline;
	color: #4A77A5;
}

.tanboxitem li p
{
	margin:0 0 0 10px;
}

.tanboxitem h4
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #4A77A5;
	text-align: center;
}

.grayboxtop
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: 7px;
	background-image: url(/images/boxes/box-gray-top.gif);
	background-repeat: no-repeat;
	font-size:1px;
}

.grayboxcontent {
	width: 198px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background: url('/images/boxes/box-gray-content.gif');
	/*background-image: url(/images/boxes/box-gray-bkgd.gif);*/
	padding: 0px 0px0px 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

.grayboxbottom {
	width:200px;
	height:7px;
 	background-image: url(/images/boxes/box-gray-bottom.gif);
	background-repeat: no-repeat;
	font-size:1px;
}
	
/* Home page guide links */
.index-guide-links li
{
	list-style-image: url('/images/index/gui/arrow-r-red.gif');
	line-height: 19px;
}
.index-guide-links ul
{
	padding-left: 17px;
	margin: 5px;
}
.index-guide-links a, .index-guide-links a:visited
{
	font-size: 11px;
	color: #0000EE;
}

/* checklist - checklist layout may not be needed bill - 15 Aug*/
.tanboxitem-checklist li
{
	background-image: url('/images/boxes/checkmark.gif');
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 22px;
	background-repeat: no-repeat;
	color: #333;
	/*#4A77A5*/
	background-position: 0 -2px;
}

.tanboxitem-checklist h4
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #4A77A5;
	text-align: center;
}
/* end checklist */

.blueboxtop
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	min-height: 19px;
	background-image: url(/images/boxes/bluebox-top.gif);
	background-repeat: no-repeat;
}

.blueboxtop h2
{
	padding: 4px 0px 0px 24px;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-align: left;
}

.blueboxitem
{
	text-align: left;
	padding: 0px;
	margin: 12px;
	font-size: 11px;
	line-height: 16px;
	color: #4A77A5;
	font-weight: normal;
	font-family: Verdana,Helvetica,Arial,Sans;
	text-decoration: none;
}

.blueboxcontent-email
{
	width: 200px;
	min-height: 147px;
	background-image: url(/images/boxes/bluebox-mouse-bkgd.gif);
	background-position: bottom;
	padding: 7px 0px 1px 0px;
	margin: 0px;
	background-repeat: no-repeat;
	text-align:center;
}
/* END BOXES */


/* BOOKFORM ELEMENTS */

#bookform
{
	width: 375px;
	margin: 0px 0px 12px 0px;
}


.bluetabtop
{
	width: 375px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	background-image: url(/images/boxes/blue-tab.gif);
	background-repeat: no-repeat;
}

.bluetabtop h2, .bluetabtop h1
{
	padding: 3px 0px 0px 24px;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,Sans;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	text-align: left;
}

.bookform-content
{
	width: 375px;
	background-color: #EAE3CE;
	padding: 7px 0px 1px 0px;
	margin: 0px;
	text-align:left;
}

.bookform-note
{
	font-size: 10px;
	font-family: Verdana,Helvetica,Arial,Sans;
	color: #4A77A5;
	text-align: center;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 0px 0px;
	border-color: #CCC08F;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}


/* form items */
.menus
{
	width:225px;
	line-height: 13px;
}
#bookforms menus
{
	width:225px;
	line-height: 13px;
}

#bookform input, #bookform select
{
	display: block;
	float: left;
	margin: 0px 3px 10px 0px;
	font-size: 11px;
}

#bookform label
{
	font-family: Verdana,Helvetica,Arial,Sans;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #4A77A5;
	float: left;
	text-align: left;
	width: 100px;
	margin: 0px 0px 0px 50px;
	padding: 0px 5px 0px 0px;
}

#bookform br {
	clear: both;
}

#pickUpContainer div,
#dropOffContainer div {
	display:block;float:left;
}

/* end form items */


/* END BOOKFORM ELEMENTS */

/* generic div with top rule */
.ruledDiv
{
	margin: 10px 0;
	border-color: #4A77A5;
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
}


/* Gran Yosler http://blog.yosle.com/2007/09/20/css-round-corners/ */
.b1, .b2, .b3, .b4 {
	border-style: solid;
	border-width: 0;
	font-size: 1px;
	overflow: hidden;
	display: block;
}
.b1 { 
	height: 1px;
	margin: 0 5px;
}
.b2 {
	height: 1px;
	margin: 0 3px;
}
.BorderedBox .b2 {
	border-right-width: 2px;
	border-left-width: 2px;
}
.b3 {
	height: 1px; 
	margin: 0 2px;
}
.BorderedBox .b3 {
	border-right-width: 1px; 
	border-left-width: 1px; 
}
.b4 {
	height: 2px; 
	margin: 0 1px;
}
.BorderedBox .b4 {
	border-right-width: 1px; 
	border-left-width: 1px; 
}
.boxcontent {
	border-style: solid;
	border-width: 0;
}
.BorderedBox .boxcontent {
	border-width: 0 1px;
}
.boxcontent div {
	margin: 0 4px;
}
.boxcontent div .hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 5px 0;
}
.details input {
	font-weight: normal;
}
.details select {
	font-weight: normal;
}

/*********** General box styles *********/

/*  lowrate box  */
.lowrate_box div h3 {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0;
	padding-bottom: 5px;
}
.lowrate_box span {
	font-size: 14px;
	line-height: 14px;
}

/*  sideform boxes  */
.sideform_box {
	font-weight: 300;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial;
}
.sideform_box .details {
	text-transform: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.sideform_box .formlabeldark {
	padding: 0;
	margin: 0;
}
.sideform_box h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.sideform_box .lp-formtext {
	margin: 2px 0;
}
.sideform_box .submit_btn {
	text-align: center;
}

/*********** Specific box styles *********/
#ae-signup .details, #ae-navbox .details {
	text-align: left;
	font-weight: normal;
}
#ae-specialbox .details {
	text-align: left;
}
#ae-bookbox .formbutton a {
	text-transform: none;
}

/* sliding door buttons */
button.submitBtn { 
	border:0; 
	cursor:pointer; 
	font-weight:bold; 
	padding:0 13px 0 0; 
	text-align:center; 
	background:url('/images/sliding-door-button/button-right.gif') right no-repeat; 
	font-size:1.1em; 
}
button.submitBtn span { 
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 13px; 
	height:2.0em; 
	line-height:19px;
	background:url('/images/sliding-door-button/button-left.gif') left no-repeat;
	color:#4B77A6; 
}
/* red sliding door buttons */
button.submitBtnRed { 
	border:0; 
	cursor:pointer; 
	font-weight:bold; 
	padding:0 13px 0 0; 
	background:url('/images/sliding-door-button/button-right-red.gif') right no-repeat; 
	font-size:1.1em; 
}
button.submitBtnRed span { 
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:8px 0 0 15px; 
	height:2.0em; 
	line-height:19px;
	background:url('/images/sliding-door-button/button-left-red.gif') left no-repeat;
	color:#FFF; 
}
/* blue sliding door buttons */
button.submitBtnBlue { 
	border:0; 
	cursor:pointer; 
	font-weight:bold; 
	padding:0 13px 0 0; 
	background:url('/images/sliding-door-button/button-right-blue.gif') right no-repeat; 
	font-size:1.1em; 
}
button.submitBtnBlue span { 
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:8px 0 0 15px; 
	height:2.0em; 
	line-height:19px;
	background:url('/images/sliding-door-button/button-left-blue.gif') left no-repeat;
	color:#FFF; 
}

/*
button.submitBtn:hover {
	background:url(images/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(images/btn_blue_left_hover.gif) left no-repeat; 
}*/

/* video page elements */
.guidepageVideo{
	margin:0 0 20px 0;
}
#transcript
{
	padding: 5px 0 0 0;
	border-bottom: 1px #dadada solid;
}

#transcript h4
{
	margin: 0 0 5px 0;
	padding: 2px 0 2px 2px;
	font-size: 12px;
	height: 16px;
	background-color: #dadada;
}

a.transLink, a.transLink a:hover, a.transLink a:active, a.transLink a:visited
{
	background-image: url('/images/transcript-icon.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:15px;
	height:16px;
	display: block;
	margin: 15px 0 0 0;
}

/* crosslinking styles */
.crossLinkCon {
	clear:both;
	margin-top: 20px;
	width: 100%;
	float:left;
}