@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #EEEEEE;
	background-image: url(../img/tiles-ahead-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.location-table-topline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #291A51;
}

.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.twoColFixLtHdr #sidebar1 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	line-height: 10px;
}
.twoColFixLtHdr #sidebar1 table tr td p {
	font-size: 10px;
	line-height: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #showroom_sidebar p {
	font-size: 14px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #showroom_sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #showroom_sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 340px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 12px;
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
.twoColFixLtHdr #footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}

.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;
}
.twoColFixLtHdr #header-1-search {
	margin: 0px;
	background-color: #FFF;
	padding: 0px;
	height: 48px;
} 
.twoColFixLtHdr #header-2-navzone {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 44px;
	background-color: #666;
	background-image: url(../img/tiles-ahead-topnav-bg.jpg);
}
.twoColFixLtHdr #container #header-2-left {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 197px;
	float: left;
}

.twoColFixLtHdr #header-3-hometop {
	background: #DDDDDD;  /* 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. */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 365px;
}
.twoColFixLtHdr #container #header-1-left {
	margin: 0px;
	padding: 0px;
	height: 44px;
	width: 197px;
	float: left;
}
.twoColFixLtHdr #header-2-navzone-right {
	height: 44px;
	background-color: #666;
	background-image: url(../img/tiles-ahead-topnav-bg.jpg);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}

.twoColFixLtHdr #homelinks-4 {
	margin: 0px;
	height: 180px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.largelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#homelink1 {
	background-image: url(../img/homelink-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 4px solid #CCC;
	margin: 0px;
	height: 170px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

#homelink2 {
	background-image: url(../img/homelink-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 4px solid #CCC;
	margin: 0px;
	height: 170px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
#homelink3 {
	background-image: url(../img/homelink-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 4px solid #CCC;
	margin: 0px;
	height: 170px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
.twoColFixLtHdr #sidebar1 p {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 13px;
}
small {
	font-size: 10px;
}

.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.twoColFixLtHdr #container #wrap {
	clear: both;
	float: left;
}

.twoColFixLtHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.twoColFixLtHdr #mainContent a {
	color: #339;
	text-decoration: none;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #291A51;
	display: block;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006;
}
.twoColFixLtHdr #header-1-header-right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 660px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	line-height: 12px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
.twoColFixLtHdr #homelink1 a {
	text-decoration: none;
	color: #006;
	font-size: 16px;
	line-height: 16px;
}
.twoColFixLtHdr #homelink2 a {
	text-decoration: none;
	color: #006;
	font-size: 16px;
	line-height: 16px;
}
.twoColFixLtHdr #homelink3 a {
	text-decoration: none;
	color: #006;
	font-size: 16px;
	line-height: 16px;
}
.twoColFixLtHdr #homelink1 a:hover {
	text-decoration: underline;
	color: #006;
	font-size: 16px;
	line-height: 16px;
}
.twoColFixLtHdr #homelink2 a:hover {
	text-decoration: underline;
	color: #006;
	font-size: 16px;
	line-height: 16px;
}
.twoColFixLtHdr #homelink3 a:hover {
	text-decoration: underline;
	color: #006;
	font-size: 16px;
	line-height: 16px;
}
.twoColFixLtHdr #header-3-contenttop {
	background: #DDDDDD;  /* 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. */
	margin: 0px;
	height: 167px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #63F;
	text-decoration: underline;
}
.twoColFixLtHdr #header-2-navzone a {
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	margin: 0px;
	display: block;
}
.twoColFixLtHdr #header-2-navzone a:hover {
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/tiles-ahead-topnav-over-bg.jpg);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	margin: 0px;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	display: block;
}
.location-table-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}
#announcement {
	background-color: #EEEEEE;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 2px dotted #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#1995_banner  {
	height: 181px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-decoration: none;
}

#1995_banner img	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homelink4 {
	background-image: url(../img/homelink-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 4px solid #CCC;
	margin: 0px;
	height: 200px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

#footer_tiles
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	line-height: 10px;
	margin-top: 20px;
}
