/*
 *
 * File		: main.css
 * Purpose	: Primary CSS file
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

body {
/*	margin: 10px 4%;*/
	margin: 0;
	padding: 0;
	background-color: #E1E1E1;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 10pt;
	height: 100%;
}

div {
/*	border: #000 1px solid; */
}

hr {
	color: #000000;
}

p {
}

input {
	font-size: 10px;
}

label {
	color: black;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
/* 	background-color: #EEEEEE; */
	padding: 3px;
}

td {
	font-size: 12pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-align: left;
}

img {
	border-style: none;
}
/* Main Header Area */
#header {
	position: absolute;
	top: 10px;
	left: 4%;
	width: 92%;
	height: 134px;
	float: left;
}

#logo {
	z-index: 10;
	width: 200px;
	height: 94px;
	position: absolute;
	top: 30px;
	left: 6%;
}

#compTitle {
	z-index: 10;
	float: right;
	font-weight: bold;
	font-size: 10pt;
/*	position: relative;
	top: 30px;
	left: 6%;*/
}


#graphic {
	width: 100%;
	height: 134px;
	float: right;
	z-index: 1;
	background-color: #FFFFFF;
/*	position: absolute;
	top: -5;
	left: 5;*/
}

#shadow {
	position: absolute;
	top: 145px;
	left: 4%;
	width: 92%;
	height: 20px;
	float: left;
	background-image: url('/images/drop_shadow.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}



/* Main Content and Navigation */
#mainBody {
	position: absolute;
	top: 165px;
	left: 4%;
	width: 92%;
/*	height: 100%;*/
/* 	min-height: 40%; */
	float: left;
	background-color: #FFFFFF;
}

#content {
	width: 100%;
/*	height: 100%;*/
	float: left;
	background-color: #FFFFFF;
	background-image: url('/images/fade-reverse_b.jpg');
	background-repeat: repeat-x;
}

#main {
	width: 65%;
	float: right;
/*	height: 100%;*/
	padding: 1% 3%;
/*	position: relative;
	top: 0;
	left: -5%;*/
	background-color: #FFFFFF;
}

#mainNav {
/*	position: relative;
	top: 0;
	left: 0;*/
	padding: 0px 0px 0px 20px;
	width: 23%;
/*	height: 100%;
	min-height: 70%;*/
	float: left;
/*	z-index: 2;*/
}

#fpItems {
	background-color: #FFFFFF;
	width: 100%;
	min-height: 265px;
	float: left;
}

.fpGroup {
	width: 33%;
	height: 100%;
	float: left;
	text-align: center;
/*	overflow: auto;*/
}

.fpBox {
	background-color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
/*	margin: 10px;
	padding: 15px;*/
}

.fpHeader {
	background-color: #FFFCD9;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
	text-align: center;
	width: 90%;
	height: 42px;
	margin: 0 auto;
}

.fpLift {
	position: relative;
	top: 50%;
	height: 20px;
}

.fpDrop {
	position: relative;
	top: -50%;
}

/* Bottom */
#footer {
	background-color: #E1E1E1;
	width: 100%;
	height: 75px;
	float: left;
}

#bottomYellow {
	background-color: #FFCC33;
	width: 100%;
	height: 5px;
	font-size: 3px;
}

.bottomBar {
	background-color: #FFFFFF;
	width: 100%;
	height: 15px;
}

#bottomNav {
/* 	width: *; */
	height: 30px;
	font-weight: bold;
	float: right;
	font-size: 7pt;
	padding: 10px;
}

#dealerNav {
	width: 300px;
	height: 30px;
	font-weight: bold;
	float: left;
	font-size: 8pt;
	padding: 5px;
}

#copyright {
	background-color: #E1E1E1;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	height: 20px;
}

.messageBlock {
	width: 300px;
	padding-left: 10px;
}
.messageSignal {
	width: 20%;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	background-color: #FFCC33;
/* 	float: left; */
	top: 0px;
}
.messageResponse {
	width: 80%;
	font-size: 10pt;
	color: #000000;
	background-color: #E9E9E9;
/* 	float: right; */
/* 	text-align: justify; */
}

/* Entrance Map */
#mapMainBody {
	position: absolute;
	top: 165px;
	left: 4%;
	width: 92%;
	height: 100%;
/* 	min-height: 40%; */
	float: left;
	background-color: #FFFFFF;
}

#mapContent {
	width: 100%;
	height: 100%;
}

#flashinfo {
	width: 100%;
	height: 25px;
}

#map {
	width: 100%;
	height: 80%;
}
