/*	Color		Hex
	Blue		094F94
	Dark Gray	747373
	Light Gray	A39D9D
	Orange		CC6635 */
/* 
 * GLOBAL
 */
body{
	margin: 0;
	text-align:center;
	font-family: Verdana, sans-serif;
	color: rgb(0,0,0);
	font-size: 0.68em;
}
a{	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: bold;
}
a:link, a:hover{color: #094F94;}
a:active{color: #CC6635;}
a:visited{color: #747373;}
img{	border:0;}
input, select, textarea{
	border:1px solid black;
	font-family: Verdana, sans-serif;
	background-color: #E6E6E6;
	/*display: block;*/
	/*width: 100%;*/
	color: rgb(0,0,0);
	margin-bottom:3px;
}
option{color:rgb(0,0,0)}
fieldset{border: 0}
label{vertical-align:top}
th{	color: #CC6635;
	font-family: "Palatino Linotype", "Goudy Oldstyle", serif;
	font-weight: bold;
	font-size: 18pt;
	letter-spacing: 0.03em;
	text-align:left;
	vertical-align:bottom;
	margin:0; padding:0;border:0;
}
.locHead{	color: #CC6635;
	font-family: "Palatino Linotype", "Goudy Oldstyle", serif;
	font-weight: bold;
	font-size: 14pt;
	letter-spacing: 0.03em;
	vertical-align:bottom;
	margin:0; padding:0;border:0;
}
bbr{	height: 3px;}
#Showcase{
	height: 112px; /*this appears to be the max height of our vehicles*/
	margin: 0 auto;
	padding:0;
	font-size: 0.9em;
	letter-spacing: 0.09em;
	overflow: auto;
}
#Showcase td{
	vertical-align: middle;
}
#Ribbon{
	background-image: url("/etc/img/blue.bmp");
	background-repeat: repeat;
	height: 45px;
	padding: 0;
	margin: 0;
	margin-top: -2px;
}
.Content{
	margin-right:auto;
	margin-left: auto;
	text-align:left;
}
.light{
	padding: 4px 2px 0 0;
	color:#747373;
	font-weight:bold;
}
#vName{
	color: #CC6635;
	font-family: "Palatino Linotype", "Goudy Oldstyle", serif;
	font-weight: bold; 
	font-size: 24pt; 
	margin:0
}
/*
 * HOME
 */
#RentaFord{
	color: #094F94;
	font-weight:bold;
	font-family: "Palatino Linotype", "Goudy Oldstyle", serif;
	font-size: 2em;
}
#Home{
}
#Home td{
	padding-top: 16px;
	padding-right: 4px;
	vertical-align: top;
	cursor: pointer;
}
#Home th{
	padding-top:6px;
	padding-right: 4px;
	vertical-align: top;
	font-size: 14pt;
	color: #747373;
}
#Home .Number{
	font-family: AjensenPro, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #094F94;
}
.Reasons{
	color: #CC6635;
	font-family: "Palatino Linotype", "Goudy Oldstyle", serif;
	font-size: 24pt;
	font-weight: bold;
	letter-spacing: 0.13em;
	margin:0; padding:0;
	border:0;
}

/*
 * SELECTION
 */
#ClickOnAVehicle{
	text-align:left;
	color: #094F94;
	font-family: "Palatino Linotype", "Goudy Oldstyle", serif;
	font-size: 12pt;
	font-weight: bold;
}
.Vehicle{
	padding: 8px 4px;
	cursor: pointer;
}
.Vehicle .Name{
	color: #094F94;
	font-weight:bold;
	padding:0;
}
.Vehicle div{
	padding-left: 24px;
}
#Selection th{
	padding-left: 27px;
}


/*
 * LOCATION
 */
#Location{
	margin-top: 8px;
	font-size:0.9em;
	border-spacing:0;
}
#Locations th{
	width:195px;
}
#LocationColumn{
	padding: 8px 4px;
	vertical-align: top;
}
.Numbers{
	color: #094F94;
	font-weight:bold;
}
.Num{
	color: #094F94;
	font-weight:bold;
	font-family: Georgia, Times New Roman, serif;
	font-size: 82pt;
	line-height: 0.7em;
	margin-top: -2em;
}
/*
 * CONVENIENCE
 */
#Convenience td{
	margin-top: 4px;
	margin-bottom: 4px;
}
#vData td{
	margin-right: 18px;	
}

/* 
 * NAVIGATION BAR
 */
#Navigation{
	background-image: url("/etc/img/gray.bmp");
	background-repeat: repeat;
	margin: 0;
	padding: 6px 0;
	position:fixed;
	bottom:0;
	width:100%;
	z-index: 999;
}
#Navigation a, #Navigation a:hover, #Navigation a:link, 
#Navigation a:active, #Navigation a:visited{
	color: rgb(255,255,255);
	margin: auto 8px;
}