body {
	font-family: 'Asap', sans-serif;
	font-size: 1em;
	background: url(../img/bg_rough_diagonal.png) repeat;
}

p {
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 9px;
	color: #555;
}

a {
	text-decoration: none;
	color: #6984e7;
	font-weight: bolder;
}

a:hover {
	color: #617cdf;
}

h1 {
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	padding: 7px;
	color: #222;
	text-transform:uppercase;
}

h2 {
	font-family: 'Asap', sans-serif;
	font-weight: lighter;
	font-size: 1.5em;
	padding: 9px;
	color: #999;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

h3 {
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 20px 0px 10px 9px;
	color: #555;
}

h4 {
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 4px 0px 5px 9px;
	color: #555;
}

ul.list {
	list-style: disc outside none;
}

ul.list{
	margin: 0 0 9px 25px;
	padding: 0;
	color: #555;
	font-family: 'Asap', sans-serif;
}

.list li {
	line-height: 1.5em;
	font-size: 0.9em;
	color: #555;
}

ol.orderedlist {
	margin: 0 0 9px 32px;
	padding: 0;
	color: #555;
	list-style: decimal outside none;
	line-height: 1.5em;
	font-size: 0.9em;
	font-family: 'Asap',sans-serif;
}

i {
	font-style: italic;
}

/* header */

.logo {
	display: block;
	background: url(../img/logo.jpg) no-repeat 50% 55px #ffffff;
	width: 100%;
	height: 210px;
}

.logo div {
	background: url(../img/bg_vertical_cloth.png) repeat;
	box-shadow: inset 0px -7px 5px -5px rgba(0, 0, 0, 0.7);
	height: 20px;
}

.logo h1 {
	text-indent: -9999px;
}

/* nav */
.navBackground {
    background: #fff;
    width: 100%;
}

.navContainer {
    background: #fff;
    width: 830px;
    height: 60px;
    margin: auto;
    z-index: 100;
    position: relative;
}

.navContainer ul {
    width: 100%;
}

.navContainer li {
	float: left;
	zoom: 1;
	display: inline;
    position: relative;
	width: 102px;
	height: 60px;
	border-right: 2px;
	border-color: #fff;
	border-style: solid;
}

.navContainer li.last {
	border-style: none;
	border-right: 0;
}

.navContainer ul li ul li {
	border-style: none;
}

.navContainer a {
	box-sizing: border-box;
	padding: 5px 7px 0 7px;
    color: #fff;
	background: #cccccc;
    display: block;
    font: bold 0.7em 'Asap', sans-serif;
    height: 60px;
	text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.navContainer li:hover > a {
    background: #e13c9a;
    color: #fff;
}

.navContainer li:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 20px;
}

.navContainer li ul {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
	min-width: 100%;
	width: max-content;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.navContainer li:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navContainer li ul li {
    width: 100%;
    height: auto;
    float: none;
    display: block;
}

.navContainer li ul a {
    height: auto;
    padding: 10px 12px;
    line-height: 1.35;
    background: #333;
}

.navContainer li ul a:hover {
    background: #e13c9a;
}

.navContainer .selected {
    background: #333;
    color: #fff;
}

.no-shadow {
	position:absolute;
	top:210px;
	width:100%;
	height:60px;
	z-index:1;
	background-color:#FFF;
}
/* intro */

.background {
	background: url(../img/bg_vertical_cloth.png) repeat;
	height: 390px;
}

.introContainer {
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	width: 960px;
	margin: auto;
	height: 390px;
}

.introArticle {
	clear: left;
	margin: auto;
}

/* Caption style */
/* IE rgba() hack */

.introArticle h2 {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom:1
}

.introArticle p {
	background: none;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom:1
}

.introArticle h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 20px;
    color: #FFFFFF;
    font-size: 1.9em;
    font-weight: lighter;
    line-height: 50px;
    padding-left: 120px;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 831px;
}

.introArticle p {
	background: rgba(0, 0, 0, 0.5);
	font-weight: lighter;
	line-height: 1.8em;
	color: #ccc;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

/* article */
.articleContainer {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.3);
	position: relative;
	padding: 40px 0 0 0;
	z-index: 0;
	clear: left;
	margin: auto;
	width: 960px;
}

.articleDiv {
	clear: left;
	margin: auto;
	padding: 30px 115px;
	border-top: dashed 1px #C3C3C3;
}

.articleDiv p:last-child {
	padding-bottom: 60px;
}

.noBorderTop {
	padding-top: 0 !important;
	border-top: none;
}

.articleDiv h1 {
	padding: 9px 9px 20px 9px;
}

.articleDiv h2 {
	padding-left: 0;
	padding-right: 0;
}

.articleDiv section {
	color: #555;
	font-family: 'Asap', sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

.articleDiv div, .threeColumn {
	float: left;
	width: 33%;
}

#introDiv div, .oneColumnDiv div, .oneColumn {
	float: left;
	width: 100% !important;
}

.paddingBottom {
	padding-bottom: 30px;
}

#introDiv div.twoColumn, .twoColumn {
	width: 50% !important;
}

.twoThirdColumn {
	width: 66% !important;
}

/* news */
h3.date {
	color: #999;
	font-style: normal;
	font-weight: normal;
}

#newsDiv h3.date {
	padding-top: 0;
}

#newsArticleContainer {
	height: 921px;
}

#newsDiv h3 {
	padding: 9px;
}

#newsDiv section > div > h2 {
	padding-left: 9px;
	padding-right: 9px;
}

#newsDiv section > div > p {
	margin-bottom: 30px;
}

#newsDiv div.rightBorder {
	border-right: solid;
	border-right-width: 2px;
	border-color: #f1f1f1;
}

div.promoindex {
	width: 19%;
	margin-left:7%;
}

div.promo {
	background: #E13C9A;
	border-right: none;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
}

div.promo h2 {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	padding-top: 15px;
	font-size: 1.0em;
}

div.promo a {
	font-weight: normal;
	color: #fff;
	}

a:hover {
	color: #e13c9a;
}

div.panel {
	padding: 10px 0px 10px 7px;
	margin: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: 1px solid #f3f3f3;
	width: 31%;
}

div.social p:last-child {
	padding-bottom: 20px;
}

div.social {
	width: 100%;
	position: relative;
}

div.social img {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 12px;
}

div.social span {
	margin-left: 42px;
	display: block;
	height: 36px;
}

/* Our Service */
#ourServiceArticleContainer {
	min-height: 3220px;
}

#ourServiceIntroContainer {
	background: url(../img/service_top.jpg) no-repeat;
}

#introDiv p:last-child,
#eventsDiv p:last-child {
	padding-bottom: 30px;
}

#eventsDiv ul li:last-child {
	padding-bottom: 60px;
}

.eventsAside {
	width: 47%;
	text-indent: 9999px;
	float: left;
	margin: 12px 1%;
}

.mainEventsImage {
	display: block;
	float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
	padding-bottom: 10px;
    width: 98% !important;
}

.driversAside {
	width: 48%;
	text-indent: 9999px;
	float: right;
	margin: 12px 1%;
}

#clientsContainer {
	padding-bottom: 60px;
}

#clientsContainer div {
    width: 100% !important;
}

.clientsAside {
	width: 700px;
	text-indent: 9999px;
}

/* Our Fleet */

#vehiclesDiv {
	border-top: dashed 1px #C3C3C3;
	clear: left;
    padding: 20px 0 100px;
}

#vehiclesDiv h2 {
	padding:  12px 120px 12px 120px;
}

#ourFleetIntroContainer {
	background: url(../img/vehicles_top.jpg) no-repeat;
}

.va-slice-1 {
	background-image: url(../img/bg_vertical_cloth.png);
}

.va-slice-2 {
	background-image: url(../img/bg_vertical_cloth.png);
}

.va-slice-3 {
	background-image: url(../img/bg_vertical_cloth.png);
}

.va-slice-4 {
	background-image: url(../img/bg_vertical_cloth.png);
}

#environment {
	height: 540px;
}

#ourFleetArticleContainer {
	height: 2530px;
}

#tracking {
	height: 320px;
	border-top: none !important;
}

#management {
	clear: none !important;
	height: 400px;
}

.trackingAside {
	width: 48%;
	margin-left: 2%;
	float: right;
}

.fleetMgtAside {
	width: 48%;
	margin-right: 2%;
	float: left;
	padding-top: 10px;
}

#vehicle-management {
	clear: left;
}



/* accounts.html */

#accountsIntroContainer {
	background: url(../img/new_accounts.jpg) no-repeat;
}
#accountsIntroContainer ul li:last-clid {
	padding-bottom: 60px;
}
#accountsArticleContainer {
	height: 1250px;
}

form div.flashplay {
	width: auto !important;
}

div.center {
	width: 350px !important;
	height: 100px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	float: none !important;
}

.error {
	font-family: 'Asap',sans-serif !important;
	font-size: 0.8em;
	color: #F00;
	font-weight: normal;
}

.errorMsg {
	font-family: 'Asap',sans-serif !important;
	font-size: 0.9em;
	color: #F00;
	font-weight: bold;
}
.success {
	color: #e13c9a;
	font-weight: bold;
	font-size: 0.9em;
}

/* contact.html */

#contactIntroContainer {
	background: url(../img/contact_us.jpg) no-repeat;
}

#contactArticleContainer {
	height: 900px;
}

#contactArticleContainer iframe {
	border: solid 1px #ddd;
	margin-left: 10px;
	padding: 9px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.contacts {
	box-sizing: border-box;
	padding: 10px 9px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: 1px solid #f3f3f3;
	width: 48% !important;
	height: 160px;
}

.contacts h3 {
	padding: 0 0 5px 0;
}

.contacts p {
	padding: 0;
}

#contactArticleContainer h3 {
	padding: 0 0 5px 0;
}

#addressDiv {
	width: 100%;
	height: 400px;
	padding-top: 20px;
}

#addressDiv div {
	width: 50% !important;
}

#contactDiv {
	width: 100% !important;
	padding-bottom: 30px;
}

/* booking.html */

input[type="radio"] {
	float: left;
	margin-left: 210px;
}

#bookingIntroContainer {
	background: url(../img/slide_03.jpg) no-repeat;
}

#bookingArticleContainer {
	height: 620px; 	/* include JavaScript changes when updating with login: 2050px */
}

.bookingContactRight {
	margin-left: 20px !important;
}

.bookingContactLeft {
	margin-left: 0 !important;
}

.bookingContact {
	padding-top: 50px;
}

.loginRequired {
	display: none;
}

/* form */

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 200px;
    font-family: 'Asap', sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	padding: 8px 0px 0px 0px;
	color: #888;
}

label.right {
	text-align: left;
	margin: 0 0 0 10px;
	float: none;
}

.oneColumnWidth {
	width: 720px;
}

form div {
	padding: 3px 0px 3px 0px;
	width: 100% !important;
}

legend {
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 4px 0 2px 9px;
	color: #555;
}

input, textarea {
	padding: 2px;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
}

input[type="text"], input[type="tel"], input[type="email"], input[name="pickupDate"], input[name="pickupTime"], input[type="password"], textarea{
	border: solid #ccc 1px;
	width: 300px;
	height: 25px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.12);
}

input[name="pickupDate"], input[name="pickupTime"], input.short {
	float: left;
	width: 120px;
}

input.formSubmit {
	margin-left: 270px;
	margin-top: 10px;
}

.articleDiv div.login {
	text-align: center;
	margin: 10px 0 30px;
}

.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	box-shadow: inset 0px 1px 0px 0px #bbdaf7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8ccef2), color-stop(1, #939fe6) );
	background: -moz-linear-gradient( center top, #8ccef2 5%, #939fe6 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ccef2', endColorstr='#939fe6');
	background-color: #8ccef2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #718ede;
	display: inline-block;
	color: #ffffff;
	font-family: 'Asap', sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	padding: 4px 30px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528ecc;
}.button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #939fe6), color-stop(1, #8ccef2) );
	background: -moz-linear-gradient( center top, #939fe6 5%, #8ccef2 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#939fe6', endColorstr='#8ccef2');
	background-color: #939fe6;
}.button:active {
	position: relative;
	top: 1px;
}

.radio {
	color: #333;
	font-family: 'Asap', sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	margin: 0 0 0 10px;
	float: none;
}

.horizontalLabel {
	padding-left: 20px;
	width: auto;
	}

fieldset {
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: 1px solid #f3f3f3;
}

select {
	margin: 4px 0 0;
}

#addAddress {
	display: none;
    font-family: 'Asap', sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 8px 0px 0px 8px;
	color: #888;
}

#addAddress:hover {
	text-decoration: underline;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 200px;
}

.articleDiv div.bookingContact {
	width: 35% !important;
	margin: 20px 45px;
}

/* Terms and Conditions */
#termsIntroContainer {
	background: url(../img/terms.jpg) no-repeat;
}

#termsArticleContainer {
	height: 7500px;
}


#copySpace, #copySpace p {
	font-family:Asap, sans-serif;
	font-size:14px;
	line-height:19px;
	color:#555;
}
#copySpace li {
	list-style-type: disc;
	list-style-position:inside;
	margin-left:14px;
}


ul.termsList {
	list-style: disc outside none;
	margin: 0 0 9px 25px;
	padding: 0;
	color: #555;
	font-family: 'Asap', sans-serif;
}

.termsList li {
	font-family: 'Asap',sans-serif !important;
	color: #555 !important;
    font-size: 0.9em;
    line-height: 1.5em;
}

#termsArticleContainer h3 {
	font-style: normal;
}

/* Application Form */

#applicationIntroContainer {
	background: url(../img/application.jpg) no-repeat;
}

.italicUnderline {
	font-style: italic;
	text-decoration: underline;
}

ol.orderedlist ul {
	list-style: disc outside none;
	padding: 8px 0;
}

ol.orderedlist ul li {
	margin-left: 15px;
	font-weight: bold;
}

input[type="file"] {
	width: 300px;
}

.checkboxLeft {
	margin-left: 210px;
}

.checkboxFirst {
	margin-left: 0;
	margin-top: 3px;
}

div.checkboxes {
	float: none;
}

#applicationForm input.browse {
	width: 80px;
	padding: 5px 30px;
	margin-left: 10px;
	font-size: 0.8em;
	height: 30px;
}

#applicationForm div.submit,
#bookingForm div.submit,
#newAccountForm div.submit {
	margin: 20px 0 20px;
	text-align: center;
}

#applicationForm input[type="submit"],
#bookingForm input[type="submit"],
#newAccountForm input[type="submit"] {
	width: 140px;
	margin-left: auto;
    margin-top: auto;
}

#applicationForm input.reset,
#bookingForm input.reset,
#newAccountForm input.reset {
	width: 140px;
	text-align: center;
	margin-left: 10px;
    margin-top: auto;
}

span.info {
	font-family: 'Asap',sans-serif;
	font-size: 1em;
	padding-right: 30px;
	line-height: 1.5em;
}

/* footer */

.footerBackground {
	border-top: 20px solid silver;
	background-image: url(../img/bg_vertical_cloth.png);
	box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.9);
	background-repeat: repeat;
	clear: left;
	width: 100%;
	position: relative;
	height: 324px
}

.footerContainer {
	padding-top: 40px;
	position: relative;
	clear: left;
	width: 730px;
	margin: auto;
}

.footerContainer div {
	float: left;
}

.footerContainer h1 {
	font-weight: lighter;
	font-size: 0.7em;
	text-shadow: 0px 1px 1px #000000;
	color: #cccccc;
	padding-bottom: 10px;
	padding-left: 12px;
}

.footerContainer a {
	padding: 0px;
	color: #999;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
}

.footerContainer a:hover {
	color: #AAA;
	text-decoration: none;
}

.footerContainer li {
	padding: 8px 0px 8px 2px;
	font-family: 'Asap', sans-serif;
	font-size: 0.7em;
	font-weight: lighter;
	margin: 0px 10px 0px 10px;
	width: 220px;
	line-height: 14px;
}

.footerContainer li.line {
	background: #2c2d32;
	height: 1px;
	padding: 0;
	border-bottom: 1px solid #505255;
}

.copyright {
	clear: both;
	text-align: center;
	color: #999999;
    text-decoration: none;
    text-shadow: 0 1px 0 #000000;
	padding: 10px;
	font-size: 0.7em;
}

/* news index page */
#newsArticleContainer.news-index {
	height: auto;
	padding-bottom: 40px;
}

#newsArticleContainer.news-index #newsDiv section > div {
	box-sizing: border-box;
	width: 50% !important;
}

.news-index .navigation.pagination {
	clear: both;
	float: none;
	padding: 20px 115px 40px;
	text-align: center;
	width: 100%;
}

.news-index .nav-links {
	display: inline-block;
	float: none;
	font-family: 'Asap', sans-serif;
	font-size: 0.9em;
	width: auto;
}

.news-index .page-numbers {
	color: #6984e7;
	display: inline-block;
	font-weight: bold;
	margin: 0 4px;
	padding: 6px 10px;
	text-decoration: none;
}

.news-index .page-numbers.current {
	color: #555;
	font-weight: normal;
}

.news-index .page-numbers.dots {
	color: #999;
	font-weight: normal;
}
