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: #97bdde;
	padding: 10px 20px;
	background: url(images/foot-bg.jpg) repeat-x;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #97bdde;
	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 {
	background: #FDFDFD url(images/content-bg.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}
.padding {
	padding: 20px;
}

.address {
	padding: 5px 20px;
	color: #FFFFFF;
}



/* 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;
}




/* ---------------Navigation ------------------ */
ul#nav {
	height: 44px;
	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: 44px; 
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:83px;}
#services {background:url(images/nav-services.jpg); width:96px;}
#about-us {background: url(images/nav-about-us.jpg); width:97px;}
#careers {background: url(images/nav-careers.jpg); width:93px;}
#partners {background: url(images/nav-partners.jpg); width:92px;}
#locations {background: url(images/nav-locations.jpg); width:99px;}
#contact {background: url(images/nav-contact.jpg); width:84px;}

/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #nav .active {background-position: 0 -44px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}
