﻿#centeredBG {
	background-image: url('banner.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 1000px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width:1000px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#header {
	position:relative;
	height: 200px;
}
 
 #menu {
	font-family: Arial, Helvetica, sans-serif;
	background-color:black;
	color: white;
	border-width: 1px;
	border-color: black;
	margin-top: 10px;
	width: 1000px;
	height: 25px;
	border-top-style: solid;
	border-bottom-style: solid;
}


#mainContent {
	padding: 8px 40px 15px 40px;
	background-color:white;
}

.alignImageCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width:400px;
}


.alignImageLeft {
	margin-right: 10px;
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.alignImageRight {
	margin-left: 10px;
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.alignLeft {
	margin-right: 10px;
	float: left;
}

.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.alignRight {
	margin-left: 10px;
	float: right;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.1em;
	padding-bottom: 5px;
	text-align: justify;
}

h2 {
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color:black;
	display: inline-block;
	clear: both;
	width: 1000px;
}

#footer {
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:black;
	color: white;
	text-decoration: none;
	border-width: 1px;
	margin-top: 10px;
	line-height: 1;
	width: 980px;
	clear: both;
	border-top-style: solid;
}

#footer p {
	background-color:black;
	color: white;

	padding: 0px;
	margin: 0px;
}



/* link styles */
.nav a {
	text-decoration: none;
	display: block;
	padding: 5px 7px 4px ;
	color: white;
	width: 8em;
	background-color: black;
    margin: 0;
    	font-size: 0.9em;

}

.nav li li a {
  /* style for links on pop-up menus */
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background-color:#ACD77D;
	color: #333333;
}

/* main nav bar */
.nav {
	margin: 0;
	padding: 0;
	line-height: 1;
}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  left: 0;
  top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#6EA533;
	}


#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:95%;
	font-size:1.0em;

border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:1em;
border:1px solid #6EA533;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#6EA533;
color:#ffffff;
}
#customers tr.alt td 
{
	color: #000000;
	background-color:#ACD77D;
}

.images
{
    position: relative;
    height:300px;
    width:400px;
}
.images img
{
    display: none;
    position: absolute;
}

div.img
{
  margin: 2px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

div.borderimg
{
  margin: 2px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  	padding: 5px;
	border: 1px solid #964;
}
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}


h4 { 
    display: block;
    font-size: 3em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}


.left{
	background-color:white;
    width:450px;
    float:left;	      
}

,right{
	background-color:white;
    width:450px;
    float:left;	      
}

