﻿/*----Site Colors---
	Green:#008c11
	Yellow:#fed100
	Black:#000
*/

body {
	background:url(../PublishingImages/siteart/sitebg.jpg) repeat-x top left #fff;
	margin:0;
	overflow-x:hidden;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636363;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#008c11;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

p {
	margin:0 0 15px;
	display:block;
}


#topbar {
	height:28px;
	color:#636363;
	font-size:12px;

}

.date {
	float:right;
	width:400px;
	text-align:right;
}

#header {
	padding:30px 0;
}

#mid {
	vertical-align:top;
	padding-bottom:7px;
}

#mid-left {
	padding-right:7px;
	vertical-align:top;
}

#mid-right {
	vertical-align:top;
}

.mid-right2 {
	margin:6px 0;
}


/*--------------Navigation Section--------------*/

#nav {
	background:#008c11;
	display:block;
}

#menu {
	width:994px;
}

#menu td a:link, #menu td a:visited, #menu td a:active {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding:10px;
	border-right:1px #01750f solid;
	border-left:1px #019713 solid;
	display:block;
}

#menu td a:hover {
	background:#01750f;
	color:#ffe400;
}

.sub-menu {
	position:absolute;
	visibility: hidden;
	border:1px #008c11 solid;
	border-bottom-width: 0;
	z-index: 100;
	color: #fff;
	width:180px;
	top:0;
	left:0;
	font-family:Arial, Helvetica, sans-serif;
}

.sub-menu a:link, .sub-menu a:visited, .sub-menu a:active {
	width: 180px;
	display: block;
	text-indent: 5px;
	border-bottom:1px #01750f solid;
	border-top:1px #019713 solid;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
	background:#008c11;
	font-size:12px;
	text-align:left;
}

.sub-menu a:hover {
	background: #01750f;
	color: #ffe400;
}


/*-----------------Content Section--------------*/

#content {
	padding:20px 0;
	vertical-align:top;
}

#main {
	vertical-align:top;
	width:719px;
	padding-right:20px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#000;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:1px #e5e5e5 solid;
	display:block;
	margin:0 0 8px;
}

h2 {
	font-size:16px;
	font-weight:normal;
	text-transform:capitalize;
	color:#000;
	display:block;
	margin:0;
}

.location {
	display:block;
	margin-bottom:15px;
	width:719px;
	clear:both;
	background:#fafafa;
	padding:5px 0;
}

.address {
	width:220px;
	vertical-align:top;
	border-right:2px #fff solid;
	padding-right:20px;
	padding-left:5px;
	vertical-align:top;
}

.emp {
	width:490px;
	padding-left:20px;
	vertical-align:top;
}

#parts-emp {
	width:719px;
}

#parts-emp img {
	border:2px #e9e9e9 solid;
	margin-bottom:3px;
}

#sidebar {
	width:255px;
	vertical-align:top;
	background:#f5f5f4;
}

#sidebar-hdr {
	padding:5px;
	border-bottom:1px #dbdbdb solid;
	border-top:1px #dbdbdb solid;
	background:#e9e9e8;
	display:block;
}

#sidebar-content {
	display:block;
	border-top:1px #fff solid;
	padding:15px 10px;
}




#sidebar-content a:link, #sidebar-content a:visited, #sidebar-content  a:active {
	text-decoration:none;
	color:#008c11;
	display:block;
	padding:2px 3px 2px 10px;
}

#sidebar-content a:hover {
	color:#000;
	text-decoration:none;
}

#slide {
	border-top:1px #e9e9e9 solid;
	padding:15px 0;
}

#footer {
	border-top:1px #e9e9e9 solid;
	padding:15px;
	text-align:center;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

a.footerlink:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#999999;
}

.smallfootertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#999999;
}

.divfooter {
	width:450px;
	text-align:center;
	margin:0 auto;
}

/*ANYLINK STYLES*/
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
z-index: 100;
background-color: #456192;
width: 255px;
}

.anylinkcss a, .anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
color: #fff;
display: block;
border-bottom: 1px solid black;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

