@charset "utf-8";
body  {
	font: 100% Geneva, Geneva, Arial, Helvetica, sans-serif;
	background: #7A7349;
	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;
	font-size: 12px;
}
h1 {
    font-size: 22px;
		color: #663300;
	font-weight: bold;
}
h2 {
	color: #663300;
    font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h3 {
	color: #663300;
    font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #663300;
	outline-color: #7A7349;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #663300;
}
#container { 
	width: 958px;  /* this will create a container 80% of the browser width */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	height: 185px;
	margin-top: 10px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
} 
#topLinks {
	position: absolute;
	top: 12px;
	width: 400px;
	height: 85px;
	margin-left: 515px;
	z-index: 15;
	background-image:url(../images/miscellaneous/top_links.png);
	background-repeat: no-repeat;
	display: block;
} 
#topSearch {
	margin-top: 15px;
	width: 100px;
	height: 81px;
	z-index: 16;
	margin-left: 10px;
	float: left;
	display: inline;
} 
#topNewsletterLink {
	margin-top: 5px;
	width: 125px;
	height: 74px;
	z-index: 16;
	display: inline;
	position: absolute;
	left: 131px;
	top: -2px;
} 
#topTrucksLink {
	margin-top: 5px;
	width: 125px;
	height: 74px;
	z-index: 16;
	display: inline;
	position: absolute;
	left: 264px;
	top: -3px;
} 
#navbar { 
	background-color: #663300;
	height: 35px;
	padding: 0 0px;  /* 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. */
} 
#navbar a { 
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
} 
#sidebarLeft{
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 210px; /* since this element is floated, a width must be given */
	background: #A27543; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	align: left;
	height: 590px;
}
#mainContent{
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 737px; /* since this element is floated, a width must be given */
	height: 620px;
	font-size: 14px;
	background: #CAB684;
	padding-left: 10px;
}
#footer {
    clear: both;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 958px;
	bottom: 0px;
	position: relative;
	clear: both;
	text-align: center;
    background-color: #663300;
	color: #CAB684;
} 
#footer a {
    color: #CAB684;
}
#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 */
}
#tdNavigation  a:hover {
	color: #cab684;
	font-style: italic;
}
#tdNavigation a {
	background-color: #663300;
	display: inline-block;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	color: #cab684;
	background-position: bottom;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}
