/* Home Page */

#homeBgMap {
	background: url(/imgs/site/homebg.gif) no-repeat top center;
}

#homeContent {
	padding-top: 30px;
}

#homeServices {
	margin-bottom: 15px;
}

#homeServices ul li {
	float: left;
	padding-right: 5px;
	border-right: 1px solid #ffa318;
	margin-right: 5px;
}

#homeServices ul li.last {
	border: none;
	padding: 0;
	margin: 0;
}

#homeServices p {
	padding: 0;
	margin: 0;
}

.hq1 { background-color: #b89900; }
.hq2 { background-color: #999; }
.hq3 { background-color: #69c; }

.homeQuotePic {
	width: 104px;
	height: 47px;
	border-right: 1px solid #fff;
	float: left;
	margin-bottom: 10px;
	display: block;
	z-index: 99;
}

.homeQuoteArrow {
	height: 24px;
	width: 24px;
	float: left;
	display: block;
	border-right: 1px solid #fff;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.homeQuoteText {
	width: 144px;
	float: left;
	display: block;
	line-height: 24px;
	opacity: .65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
}

.homeQuoteText a {
	padding-left: 7px;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}




/* Countries we cover */

#countriesWeCover {
	min-height:580px;
	height:auto !important;
	height:580px;
	background: url(/imgs/site/fullmap.jpg) no-repeat top left;
	padding: 20px;
	color: #036;
	float: left;
	position: relative;
}

#countriesWeCover h1 {
	text-indent: -9000px;
}

#countriesWeCover h2 {
	font-size: 123.1%;
	font-weight: bold;
	margin-bottom: 10px;
	
}

.countriesOverlay {
	background-color: #fff;
	padding: 10px;
	opacity: .75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=75);
}

#peaceOfMind {
	font-size: 85%;
	width: 440px;
	float: left;
	margin-bottom: 10px;
}

#countriesList {
	font-size: 77%;
	float: left;
}

#countriesList table {
	width: 100%;
}

#countriesList table tr td {
	width: 17%;
}

#countriesList table tr td.short {
	width: 16%;
}

#countriesUnavailable {
	font-size: 85%;
	width: 270px;
	background-color: #D8C87F;
	line-height: 24px;
	color: #036;
	float: right;
	margin-top: 20px;
}

#countriesUnavailableNub {
	width: 24px;
	height: 24px;
	background-color: #B89E3F;
	float: left;
	margin-right: 10px;
}




/* Your quote */

#quoteStages {
	background-color: #B4B7CA;
	float: left;
	width: 100%;
	color: #fff;
	font-weight: bold;
}

#quoteStages h1 {
	display: none;
}

#quoteStages .box {
	margin: 15px 0 15px 15px;
	float: left;
	width: 110px;
	display: inline;
}

#quoteStages .box .arrow {
	float: left;
	height: 15px;
	width: 110px;
}

#quoteStages .box .arrow img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#quoteStages .box .text {
	float: left;
}

#quoteStages .box .text a, #quoteStages .box .text span {
	background: #AE8B00;
	display: block;
	color: #fff;
	width: 90px;
	padding: 15px 10px;
	text-decoration: none;
}

#quoteStages .box .text a:hover {
	background-color: #B89A00;
}

#quoteStages .box .text span {
	background-color: #8C93AD !important;
	color: #B4B7CA !important;
}


#quoteStageBox {
	width: 100%;
	min-height:580px;
	height:auto !important;
	height:580px;
	background: url(/imgs/site/fullmap.jpg) no-repeat top left;
	float: left;
}

#quoteBoxOpacity {
	width: 504px;
	margin-left: 15px;
	color: #fff;
	background: url(/imgs/site/quoteformop.gif) no-repeat top left;
	min-height:580px;
	height:auto !important;
	height:580px;
	display: inline;
	float: left;
}

#quoteBoxWhite {
	padding: 30px;
	color: #333;
}

#quoteBoxWhite p {
	margin-bottom: 15px;
	color: #666;
}

#quoteBoxWhite p.small {
	font-size: 77%;
}

#quoteBoxWhite h2, #quoteBoxWhite h3, #quoteBoxWhite h4 {
	font-weight: bold;
	color: #039;
	float: left;
	display: block;
	width: 100%;
}

#quoteBoxWhite h2 {
	font-size: 167%;
	margin-bottom: 10px;
}

#quoteBoxWhite h2 span {
	font-size: 77%;
	color: #B4B7CA;
}

#quoteBoxWhite h3 {
	font-size: 116%;
	padding: 10px 0;
	border-top: 3px solid #B4B7CA;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #B4B7CA;
}

#quoteBoxWhite h4 {
	font-size: 100%;
	padding: 0 0 2px 0;
	border-bottom: 1px dotted #B4B7CA;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c0c0c0;
}

#quoteBoxWhite h3 span, #quoteBoxWhite h4 span {
	float: right;
	font-size: 77%;
}

#quoteBoxWhite .formRow, #quoteBoxWhite .sumRow {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#quoteBoxWhite .sumRow {
	margin-bottom: 10px;
}

#quoteBoxWhite .formRow label {
	float: left;
	display: block;
	width: 150px;
	padding-right: 15px;
}

#quoteBoxWhite .formRow label span.currency {
	font-size: 77%;
}

#quoteBoxWhite .formRow input, #quoteBoxWhite .formRow span.dropdown {
	width: 220px;
	border: 1px solid #999;
	padding: 3px;
	font-size: 85%;
	float: left;
}

#quoteBoxWhite .formRow span.dropdown {
	float: left;
}

#quoteBoxWhite .formRow .short {
	width: 110px !important;
}

#quoteBoxWhite .formRow .dropdownBox {
	border: 0;
	border: none;
	width: 100%;
}

#quoteBoxWhite .formRow .radioB {
	width: auto;
	margin-right: 10px;
	border: 0;
	border: none;
}

#quoteBoxWhite .formRow textarea {
	width: 220px;
	border: 1px solid #999;
	padding: 3px;
	font-size: 85%;
	float: left;
}

#quoteBoxWhite .sumRow .sumQ {
	float: left;
	display: block;
	width: 180px;
	padding-right: 15px;
	font-size: 85%;
	font-weight: bold;
	color: #666;
}

#quoteBoxWhite .sumRow .sumA {
	float: left;
	display: block;
	color: #000;
	font-size: 85%;
}


#quoteStageBox .infoBox {
	display: inline;
	float: left;
	margin-bottom: 5px;
}

#quoteStageBox .infoBox .nub {
	float: left;
	background-color: #fff;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

#quoteStageBox .infoBox .text a {
	float: left;
	background-color: #fff;
	opacity: .80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	color: #003;
	line-height: 24px;
	display: block;
	padding-left: 10px;
	width: 172px;
}


#quoteFB, #quoteBB { margin-top: 30px; background-color: #B89A00; }
#quoteFB  { float: right; margin-left: 15px;}
#quoteBB, #quoteBB .nub, #quoteBB a, #quoteFB a, #quoteFB .nub  { float: left; }

#quoteFB .nub, #quoteBB .nub {
	display: block;
	width: 24px;
	height: 24px;
	background-color: #AE8B00 ;
}

#quoteFB a, #quoteBB a {
	display: block;
	line-height: 24px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

#quoteBoxWhite input.nextPage {
	background: url(/imgs/site/mnextarrow.gif) no-repeat top right;
	height: 24px;
	border: none;
	border: 0;
	padding-right: 34px;
	padding-left: 10px;
	color: #fff;
	width: auto;
	margin: 0;
	overflow: visible;
}

#quoteBoxWhite span.error {
	display: block;
	clear: both;
	font-size: 93%;
	background-color: #c00;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	padding: 2px 0;
}

.driverDetails {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.driverDetails .buttons {
	text-align: right;
	font-size: 85%;
}

.driverDetails .driver {
	font-weight: bold;
}

.driverDetails .title {
	color: #999;
}

#gMap {
	float: left;
	padding: 9px;
	border: 1px solid #c0c0c0;
}



