body {
	margin:0px;
	padding:0px;
	background-color: #E6E6DE;
}
h4, h3{
	margin-bottom: 0px;
	padding: 0px;
}
p, td, div {
	font-family:Tahoma,Arial;
	font-size:13px;
	color:#2B3C4C;
}
a:link {
    color:#880201;}
	
a:visited {
	color: #880201;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
.copyText {  
	font-family:Tahoma;
	color:#4D6C89;
	font-size:11px;
}
.smText {
	font-size:11px;
	color:#000000;
	}
.ulArrow, ul.vehicles {
	list-style-position: outside;
	list-style-image: url(images/layout/listArrow.gif);
	list-style-type: none;
	line-height: 20px;
	margin-left: 5px;
	color: #ffffff;
}
ul.vehicles {
	font-size:15px;
}
.pgHeading{
	font-size:13px;
	color:#b01211;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.address{
	font-size:18px;
	color:#b01211;
	font-weight: bold;
}
.ulCircleArrow {
	list-style-position: outside;
	list-style-image: url(images/layout/btn_Arrow.gif);
	list-style-type: none;
	line-height: 20px;
	margin-left: 5px;
}
	
.greyText { 
	color:#898989; 
}
.mainHeading{
	font-family:Tahoma;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
	font-variant: small-caps;
}
/*Below is the css for the subNav navigation*/
/*Start*/
.subNav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%; 
}

.subNav li{
	border-bottom: 1px solid #e9e9e9;
	background-image: url(images/layout/listArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.subNav li a{
	font-weight:bold;
	display: block;
	color: #064789;
	width: auto;
	padding: 15px 5px;
	text-indent: 10px;
	text-decoration: none;
	font-variant: small-caps;
}
.subNav li a:visited, .subNav li a:active{
	color: #064789;
}
.subNav li a:hover{
	color: #b01211;
	background-color:#F4F4F4;
}
/*End*/
.specBorder {
	border: 2px dashed #324353;
}
.imgB {
	border: 1px solid #000000;
	margin: 5px;
	padding: 2px;
}
fieldset {
	background-image: url(images/layout/fldBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.navBg {
	background-image: url(images/layout/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 10px;
}
ul.nav{
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
}
.nav li{
	display:inline;
	padding: 20px;
	background-image: url(images/layout/listArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav li a{
	text-decoration: none;
	color: #b01211;
}
.nav li a:hover{
	color:#999999;
}