/* 
CSS for Hunter Oil Company, Inc.
*/

img {
	border-style: none;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 125%;
  padding: 0;
  margin: 0;
  background: #ffffff url(images/background_images/background.jpg) repeat-x;
}

#table1 {
	background-color: white;
}

#header1 {
	background: #ffffff url(images/truck_pix/truck1.jpg) no-repeat left bottom;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 5px;
}

#taglinetable {
	background: #ff9900 url(images/background_images/background2.jpg) repeat-y left bottom;
}

#table2 {
	background: #ffffff url(images/background_images/background3.jpg) repeat-y left bottom;
}

h1 {
	font-size: xx-small;
	color: white;
}

#tagline {
  color: white;
  font-style: italic;
  font-family: Georgia, Times, serif;
  font-size: medium;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 2px; 
}
 
#navcontainer {
	background: #cc6633 url(images/truck_pix/truck.jpg) no-repeat left bottom;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 8px;
	background-color: #cc6633;
	border-bottom: 2px solid #FFFFFF;
}

#navcontainer a:link
{
color: #ffffff;
text-decoration: none;
}

#navlist a:visited
{
color: #ffffff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ff9900;
color: #ffffff;
}

#content {
	background-color: white;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin: 0;
}
	
h2 {
  color: navy;
  font-size: x-large;
  font-weight: bold;
}

#footer {
	color: white;
  	font-style: normal;
  	font-family: Georgia, Times, serif;
  	font-size: smaller;
	background: #ff9900 url(images/background_images/background2.jpg) repeat-y left bottom;
  	padding-top: 2px;
  	padding-bottom: 2px;
  	padding-left: 5px;
  	padding-right: 2px;
}