/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Modified for LubeCorp Manufacturing Inc. by Jason Komar, 80918
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3 {
	color: #005D28;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:visited {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #650065;	
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Inside div/span classes for a sans-table layout */

div.clearer {
	clear: right;
	line-height: 0px;
	height: 0;
}

div.twocolinright {
	float: right;
	width: 115px;
	padding: 0 0 0 10px;
}

div.twocolinleft {
	float: right;
	width: 225px;
	padding: 0;
}

span.sub {
	font-size: 0.8em;
	vertical-align: baseline;
	position: relative;
	bottom: -0.33em;
	}

span.sup {
    font-size: 0.8em;
    vertical-align: baseline;
    position: relative;
    top: -0.33em;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(/images/header.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #005D28;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

#header sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF url(/images/home_page_background.gif);
	text-align: left;
}

#rightColumn {
	float: right;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#middleColumn {
	float: right;
	width: 360px;
	padding: 20px 10px 0 10px;
}

#leftColumn {
	float: right;
	width: 140px;
	padding: 0;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(/images/footer_line.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}

#footer p {
	text-align: right;
}

/* jQuery Multi Level CSS Menu #2 */

.jqueryslidemenu{
font: bold 12px Verdana;
background: #414141;
width: 700px;
margin: 0 auto;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
border-bottom: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
