body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
body {
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.names {
	font-weight: bold;
	color: #5a8e22;
}
.footnotes {
	font-size: 10px;
	color: #666666;
}


a:link {
	color: #5a8e22;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5a8e22;
}
a:hover {
	text-decoration: underline;
	color: #5a8e22;
}
a:active {
	text-decoration: none;
	color: #5a8e22;
}


.footer {
	color: #000000;
	padding: 10px 20px;
}
#footer a:link, #footer a:visited {
	color: #5a83a6;
}
#footer a:hover {
	color: #5a8e22;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5a83a6;
    text-transform: uppercase;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #5a8e22;
	font-style: italic;
	font-weight: bold;
}


.content {
	padding: 20px;
	background: #FFFFFF url(images/body-bg.jpg) repeat-x;
}
.padding {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}



/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 9px 18px 0;
	border: 0px; text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}


img {
	border-width: 0px;
}
.dotted-line {
	background: url(images/dotted-line.gif) repeat-y;
	width: 3px;
}
ul {
	list-style: url(images/bullet.gif);
}




/* ---------------Navigation ------------------ */
ul#nav {
	height: 43px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*  Makes the list items sit next to each other */
#nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#nav a {
display: block;
height: 43px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#home {background: url(images/nav-home.jpg); width:93px;}
#about-us {background: url(images/nav-about-us.jpg); width:107px;}
#locations {background: url(images/nav-locations.jpg); width:119px;}
#careers {background: url(images/nav-careers.jpg); width:103px;}
#investors {background: url(images/nav-investors.jpg); width:116px;}
#contact {background: url(images/nav-contact.jpg); width:106px;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #nav .active {background-position: 0 -43px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}
