body {
	background-color: #FFF;
	color: #000305;
	font-size: 87.5%;
	font-family: Calibri;
	line-height: 1.5;
	text-align: left;
}

.mainbackground {
	background-color: #FFF;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #666666;
}

a:hover, a:active {
}

.body {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

.topnav {
	height: 40px;
	background-image: url('../img/header/background.png');
}

.topnav div {
	padding-top: 3px;
	padding-left: 650px;
}

.mainheader {
	background-color: #EEE;
	height: 120px;
	border-bottom: 1px solid #CCCCCC;
}

.mainheader img {
	margin-top: 1%;
}

.mainheader nav {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

.mainheader nav img {
	padding: 0 40px;
}

/* new */
.mainheader nav ul {
  margin:0px;
  padding:0px;
  margin-left: 27px;
  margin-top: 27px;
  list-style: none;
}

.mainheader nav li {
  float: left;
  height:30px;
  margin-left:15px;
  margin-right:15px;
  position: relative;
}

.mainheader nav li a {
  text-decoration:none;
  font-weight: bold;
  font-size: 16px;
}

.mainheader nav li a:hover {
  color: #76c370;
}

.mainheader nav li ul {
  margin-top:1px;
  padding:5px;
  position: absolute;
  left: -9999px;
  height: 116px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  -webkit-border-bottom-left-radius: 10px; 
  -moz-border-bottom-left-radius: 10px; 
  border-bottom-left-radius: 10px; 
  -webkit-border-bottom-right-radius: 10px; 
  -moz-border-bottom-right-radius: 10px; 
  border-bottom-right-radius: 10px; 
  margin-left: 0px;
}

.mainheader nav li:hover ul
{
  left: 0;
  width:200px;
}

.subnav {
  background-color: #000;
}
/* end new */

.carouselcontent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

/* make sure drop down menu isn't hidden behind carousel */
#carouselSlideshow {
    z-index: -100;
}

.topcontent {
	background-color: #666666; 
    color: #666;    
    text-align: center;
    margin-top: -15px;
}

.maincontent {
	background-color: #FFF; 
    padding: 3% 3%;
    color: #666;
    font-size: 17px;
    text-align: left;
    margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding-top: 5px;
	min-height: 400px;
}

.maincontent img {
	margin-left: 30px;
	--margin-bottom: 30px;
	padding: 5px;
	border: 1px ridge #666;
}

.topcontent ul li {
	display: inline-block;
	padding: 5px;
	padding-left: 2px;
}

.topcontent ul li img.separator {
	border-left: 1px solid #888;
}

.topcontent ul li a:hover {
	
}

.mainfooter {
	height: 250px;
    background-color: #EEE;
    color: #666;
    font-size: 14px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #CCC;
    margin-top: 0px;
}

.footer-heading {
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: bold;
}

.footer-column {
    width: 160px;
    margin-left: 80px;
    margin-top: 0px;
}

.footer-copyright {
    font-size: 14px;
}

.footer-logo {
    margin-top: 20px;
    margin-left: 400px;
}

.formfield {
	padding-bottom: 10px;
}

.formfield label {
	display: block;
}

#testimonial-background
{
	background-color: #EEEEEE;
    border-top: #CCCCCC 2px solid;
}

#testimonials
{
	background: url('../img/home/quotes.png');
	background-repeat: no-repeat;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 40px 55px;		padding-bottom: 10px;
	position:relative;
	height: 100%;
}

#testimonials .testimonial
{
	position:absolute;
	left:0px;
	top:0px;
	width:85%;
	z-index:1;
}

#testimonials h2
{
	color:#f25911;
	font-size:22px;
	font-style:normal;
	line-height:22px;
	margin-bottom:10px;
}

#test_container
{
	position:relative;
	overflow:hidden;
	margin-left: 20px;
}

#testimonials .testimonial_text
{
	font-size:12px;
	font-family:verdana;
	font-style:italic;
}

#testimonials .testimonial_name
{
	font-size:12px;
	margin:10px auto 3px;
	font-style:normal;
	font-family:arial;
}

#testimonials .testimonial_designation
{
	font-size: 10px;
	line-height: 14px;
	font-family:verdana;
}

/* reponsive design
@media only screen and (min-width: 150px) and (max-width: 600px)
{
	
	.body {
		width: 90%;
		font-size: 95%;
    }
	
	.mainheader nav {
		height: 160px;
	}
	
	.mainheader nav ul {
		padding-left: 0;
	}
	
	.mainheader nav ul li {
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}
	
	.mainheader nav a:link, .mainheader nav a:visited {
		padding: 10px 25px;
	    height: 20px;
	    display: block;
	}
	
	.carousel {
		display: none:
    }

	.content {
		width: 100%;
		margin-top: 2%;
	}
	
	.postinfo {
		display: none;
	}
	
	.topcontent {
	    margin-bottom: 4%;
	}
	
	.bottomcontent {
	    margin-top: 3%;
	}
	
	.postinfo {
		font-style: italic;
		color: #999;
		font-size: 90%;
	}
}
*/