@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #e1e1e1;
}
/* set document width and center */
#pagewidth {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
}
/* bg shadow and padding for the shadow */
#pageshadow {
  width: 840px;
  background-image: url(../images/bg_dropshadow.png);
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
/* main page content with white background */
#page {
  width: 840px;
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
}
#header {
	height: 98px;
}
#titlelogo {
	background-image: url(../images/title_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 79px;
	width: 266px;
	float: left;
}
#titlelogo a {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	display: none;
}
#addressbox {
	float: right;
	width: 202px;
	color: #949499;
	padding-top: 20px;
}
/* fade background for both the flash element and navbar */
#nav {
  background-image: url(../images/bg_nav_fade.png);
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  
}
#flash {
  clear: both;
  height: 224px;
  width: 840px;
  background-color: #e1e1e1;
 }
#headerInside {
	clear: both;
	height: 116px;
	width: 840px;
	background-color: #e1e1e1;
}
#navbar {
  background-color: #6CF;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* each navbar link is an li element */
#navbar ul {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  height: 20px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: none;
  border-bottom-style: none;
  border-right-width: 2px;
  border-left-width: 2px;
  border-right-style: none;
  border-left-style: none;
  background-image: url(../images/bg_nav_bar.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* remove bullets and display all nav links in a single line */
#navbar ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* make each navbar link cover its the entire rectangle */
#navbar ul li a {
	text-transform: uppercase;
	display: block;
	float: left;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bolder;
}
/* hover behavior for navbar */
#navbar ul li a:link, #navbar ul li a:visited {
  text-decoration: none;
  color: #000;
}
#navbar ul li a:active, #navbar ul li a:hover {
  text-decoration: none;
  color: #454C99; /* #1E3877; */
}
/* custom widths for each nav link */
#navhome {
	width: 92px;
}
#navcust {
	width: 200px;
}
#navabout {
	width: 140px;
}
#navserv {
	width: 158px;
}
#navstaff {
	width: 120px;
}
#navcontact {
	width: 130px;
}
#sidebar {
	float: left;
	width: 300px;
}
#aboutbox {
	border: 1px solid #949499;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	background-image: url(../images/orange_triangle_16.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 23px;
	padding-left: 7px;
	width: 243px;
}
#aboutbox h3 {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}
#aboutbox p {
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
}
#quotebox {
	background-image: url(../images/car_box_bg.png);
	height: 133px;
	width: 258px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-top: 16px;
}
#quotebox h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bolder;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
}
#quotebox h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0px;
  font-weight: bolder;
  font-size: 11pt;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 9px;
  margin-left: 0px;
}
#quotebox p {
  padding: 0px;
  font-size: 10pt;
  margin-top: 9px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
#represent {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 12px;
	width: 258px;
	font-size: 9pt;
	line-height: 2;
}
/* spacing between navbar and main content */
#main {
	margin-top: 22px;
}
/* clear all floats before ending #page, so white bg extends all the way to the footer */
#bottom { clear: both; }
/* bottom drop shadow */
#footerbox {
  background-image: url(../images/bg_dropshadow_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 0px;
  width: 840px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#footer {
  text-transform: uppercase;
  text-align: right;
  background-color: #C8D1EA;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: 20px;
  line-height: 20px;
  width: 835px;
  margin: 0px;
}

/* Basic content styling */

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bolder;
  padding: 0px;
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
  font-size: 11pt;
  clear: right;
}
#body ul {
  padding-left: 0px;
  margin-left: 0px;
}
#body ul li {
  list-style-image: url(../images/bullet.png);
  padding-left: 0px;
  margin-left: 16px;
}
#body { margin-right: 13px; padding-left: 300px; }
.rightalign {
  float: right;
  padding-left: 2px;
}
