﻿*
{
	margin: 0px;
	padding: 0px;
}
html
{
	width: 100%;
	height: 100%;
}
body
{
	background-color: White;
	color: Black;
	font-family: Arial, Verdana;
	font-size: 90%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.mainPage
{
	position: absolute; 
	left: 50%; 
	margin-left: -420px; 
	width: 832px;
	height: 765px;
	background-color: white;
	overflow-x: hidden;
}
p
{
	margin-bottom:10px;
	margin-top: 10px;
}
h1
{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #b70002;
}
a, a:visited
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: red;
}
.leftRepeat
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 26px;
	background-image: url(../images/left-repeat.jpg);
	background-repeat:repeat-y;
	height: 100%;
}
.rightRepeat
{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 26px;
	background-image: url(../images/right-repeat.jpg);
	background-repeat:repeat-y;
	height: 100%;
}
.topLinks
{
	position: absolute;
	top: 10px;
	left: 370px;
	width: 120px;
	font-size:8pt;
}
.content
{
	position: absolute;
	top: 300px;
	left: 26px;
	width: 480px;
	padding: 5px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}
.topBanner1
{
	position: absolute;
	top: 40px;
	left: 26px;
	height: 30px;
	width: 495px;
	background-image: url(../images/top-banner1.jpg);
	background-repeat: no-repeat;
}
.topBanner2
{
	position: absolute;
	top: 70px;
	left: 26px;
	height: 199px;
	width: 495px;
	background-image: url(../images/top-banner2.jpg);
	background-repeat: no-repeat;
}
.topBanner3
{
	position: absolute;
	top: 70px;
	left: 521px;
	height: 199px;
	width: 495px;
	background-image: url(../images/top-banner3.jpg);
	background-repeat: no-repeat;
}
.searchBox
{
	position: absolute;
	top: 3px;
	right: 26px;
	width: 285px;
	height: 68px;
	background-image: url(../images/search-box.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	font-size: 120%;
	font-weight: bold;
}
.searchBox a, a:visited
{
	color: White;
	text-decoration: none;
}
.searchBox a:hover, a:active
{
	color: Yellow;
	text-decoration: none;
}

.navcontainer
{
	position: absolute;
	top: 269px;
	left: 26px;
	background-color: #FF4400;
	width: 495px;
	height: 25px;
	font-size: 7.5pt;
padding:0px;
margin:0px;
}
.navlist ul
{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
padding:0px;
margin:0px;
}

.navlist li
{
	display: inline;
	list-style-type: none;
	line-height: 25px;
	padding:0px;
	margin:0px;
}

.navlist a { padding: 5px 3px 5px; }

.navlist a:link, .navlist a:visited
{
	color: White;
	background-color: #b70002;
	text-decoration: none;
}

.navlist a:hover
{
	color: White;
	background-color: #fe0000;
	text-decoration: none;

}
.fastTrack
{
	position: absolute;
	top: 269px;
	right: 26px;
	width: 275px;
	height: 159px;
	padding: 5px;
	background-image: url(../images/fasttrak-box.jpg);
	background-repeat: no-repeat;
}
.rightFeatureBanner
{
	position: absolute;
	top: 428px;
	right: 26px;
	width: 260px;
	height: 30px;
	padding-left: 25px;
	padding-top: 8px;
	color: White;
	font-weight: bold;
	background-image: url(../images/right-feature-banner.jpg);
	background-repeat: no-repeat;
}
.rightFeatureRepeat
{
	position: absolute;
	top: 464px;
	right: 26px;
	width: 265px;
	height: 258px;
	padding: 10px;
	background-image: url(../images/right-bottom.jpg);
	background-repeat: no-repeat;
	color: White;
}
.footer
{
	position: absolute;
	bottom: 0px;
	left: 26px;
	height: 15px;
	width: 750px;
	padding: 15px;
	background-color: #b70002;
	color: White;	
}
.searchInput
{
	position: absolute;
	top: 32px;
	left: 105px;
	height: 18px;
	width: 139px;
	background-color: Transparent;
	border: none;
}
.searchButton
{
	position: absolute;
	top: 32px;
	left: 250px;
	height: 18px;
	border: none;
}
.logon
{
	position: absolute;
	top: 70px;
	left: 20px;
	color:#ffffff;
}
.formLabel
{
	display: -moz-inline-box;display: inline-block;	
	min-width:80px;
	max-width:80px;
	width: 80px;
	text-align:right;
	line-height: 14px;
	vertical-align: top;
	margin: 5px 10px 5px 0px;
}
/*darrens added links*/
.footerLinks:link
{
    text-decoration:none;
    color: #FFFFFF;
    font-family: Arial, Verdana;
	font-size: 100%;
}
.footerLinks:active
{
    text-decoration:none;
    color: #FFFFFF;
    font-family: Arial, Verdana;
	font-size: 100%;
}
.footerLinks:visited
{
    text-decoration:none;
    color: #FFFFFF;
    font-family: Arial, Verdana;
	font-size: 100%;
}
.footerLinks:hover
{
    text-decoration:underline;
    color: #FFFFFF;
    font-family: Arial, Verdana;
	font-size: 100%;
}
.tandc
{
     color: #000000;
    font-family: Arial, Verdana;
	font-size: 70%;
	padding:3px;
}
.privacy
{
     color: #000000;
    font-family: Arial, Verdana;
	font-size: 70%;
	padding:5px;
	list-style-type:none;
}
/*************************************************************************/
/*Below is for the tab feature to let the user know what page they are on*/
/*************************************************************************/
.licence{position:absolute;top:-195px;left:-495px;height:25px;width:80px;border:1px solid white;background-color:transparent;}
.twoWay{position:absolute;top:-195px;left:-412px;height:25px;width:113px;border:1px solid white;background-color:transparent;}
.shortTerm{position:absolute;top:-195px;left:-90px;height:25px;width:88px;border:1px solid white;background-color:transparent;}
.vehicle{position:absolute;top:-195px;left:-180px;height:25px;width:89px;border:1px solid white;background-color:transparent;}
.trunked{position:absolute;top:-195px;left:-300px;height:25px;width:121px;border:1px solid white;background-color:transparent;}
/*******************************/
/*this is for click here links*/
/******************************/
.clickHere:link{color:white;font-family: Arial, Verdana;font-size: 90%;font-weight:bold;text-decoration:none;}
.clickHere:active{color:white;font-family: Arial, Verdana;font-size: 90%;font-weight:bold;text-decoration:none;}
.clickHere:visited{color:white;font-family: Arial, Verdana;font-size: 90%;font-weight:bold;text-decoration:none;}
.clickHere:hover{color:white;font-family: Arial, Verdana;font-size: 90%;font-weight:bold;text-decoration:underline;}
/*****************************/
/*start now links*/
/****************************/
.startNow:link{color:white;font-family: Arial, Verdana;font-size: 100%;font-weight:bold;text-decoration:none;}
.startNow:active{color:white;font-family: Arial, Verdana;font-size: 100%;font-weight:bold;text-decoration:none;}
.startNow:visited{color:white;font-family: Arial, Verdana;font-size: 100%;font-weight:bold;text-decoration:none;}
.startNow:hover{color:white;font-family: Arial, Verdana;font-size: 100%;font-weight:bold;text-decoration:underline;}





