@charset "utf-8";
body  {
	margin: 3 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #005353;
	font-size: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	}	
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 125px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 10px 15px;
	font:Verdana, Geneva, sans-serif;
	margin: 0;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 5px 5px 0px 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 1.0em;
} 

.twoColFixLtHdr #mainContent p{
	text-align: left;
	font-size: .75em;
	font-family: Verdana, Geneva, sans-serif;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #005353;
} 
.twoColFixLtHdr #BottomLinks {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	color: #FFF;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.6em;
	color: #EBEBEB;
	font-variant: small-caps;
	text-transform: none;
	background-color: #005353;
}

.twoColFixLtHdr #BottomLinks p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 100px 10px 250px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FFF;
	font-variant: small-caps;
	text-align: center;
}

.twoColFixLtHdr #BottomLinks a {
	color: #000;
	font-weight: bold;
	font-size: .9em;
}
.twoColFixLtHdr #container #mainContent #MultimediaTabs .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul {
	font-size: 0.8em;
	font-weight:bold
}

.twoColFixLtHdr #container #mainContent a {
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent a:hover {
	text-decoration: underline;

}	
.twoColFixLtHdr #container #mainContent a:link, a:visited {
	text-decoration:none;
	color:#333;
	text-align: left;

}
.twoColFixLtHdr #container #BottomLinks a {
	font-weight: bold;
}
.twoColFixLtHdr #container #BottomLinks a:hover {
	text-decoration: underline;
}	
.twoColFixLtHdr #container #BottomLinks a:link, a:visited {
	text-decoration:none;
	color:#000;
}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	font-size: 1.2em;
	text-align: center;
}
#mainContent h2 {
	font-size: 1.0em;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent ul {
	text-align: left;
	font-size: .8em;
	list-style: square;
}
.twoColFixLtHdr #container #mainContent table tr td {
	text-align: left;
	font-size: 0.8em;
}
.twoColFixLtHdr #container #mainContent ol {
	font-size: .8em;
}
.twoColFixLtHdr #container #mainContent h6 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #tblLocations {
	border-top-color: #EFEFEF;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 5px;
}
.twoColFixLtHdr #container #tblLocations  a:hover {
	text-decoration: underline;

}	
.twoColFixLtHdr #container #tblLocations  a:link, a:visited {
	text-decoration:none;
	color:#000;
	text-align: left;}
	
.twoColFixLtHdr #container #sidebar1 #sidebar1_editable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
.twoColFixLtHdr #container #mainContent #tblstaff {
	text-align: left;
	width: 95%;
}

.twoColFixLtHdr #container #mainContent #tblstaff th {
	background-color: #CCC;
	padding: 6 px;
	font-size: 1.1em;
	font-family:Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent #tblstaff tr {
	background-color: #E8E8E8;
	padding: 4 px;
	font-family:Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #container #mainContent #centerparagraph {
	text-align: center;
}

.twoColFixLtHdr #container #mainContent table #Parts_Form tr td {
	text-align: left;
	background-color: #E1E1E1;
}


#mainContent #contactus_table tr td {
	text-align: left;
}

#mainContent #ProductTable
{
	font-size: .8em;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
}

#mainContent #ProductTable td
{
	padding: 7px;
	border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
	background-color: #EEEEEE;
}

#mainContent #ProductTable td a
{
	text-align: left;
}

#mainContent #ProductTable tr:hover td
{
	background: #E1E1E1;
	color: #999;

}

#mainContent #ServiceTable
{
	font-size: .9em;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
}

#mainContent #ServiceTable p
{
	font-size: .75em;
}

#mainContent #FinanceTable
{
	 align: center;
	text-align: center;
		width: 70%;
}

#mainContent #FinanceAppTable
{
	font-size: .8em;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
}

#mainContent #FinanceAppTable td
{
	padding: 7px;
	border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
	background-color: #EEEEEE;
}

#mainContent #FinanceAppTable td a
{
	text-align: left;
}

#mainContent #LocationsTable
{
	font-size: 1.1em;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
}

#mainContent #LocationsTable td
{
	padding: 7px;
	border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
	background-color: #EEEEEE;
}

#mainContent #LocationsTable td a
{
	text-align: left;
}

#mainContent #LocationsTable tr:hover td
{
	background: #E1E1E1;
	color: #999;

}#Application {
	padding: 8px;
}
#Unavailable {
	text-decoration: line-through;
	color: #000;
}
#truckTable {
	font-size:1.6em;
}
