@charset "UTF-8";
/* CSS Document */


/*  Header 6 styles */

body {
	color: #000000;
	background-color: #B2B3B6;
}
#header {
	background-image: url(../images/headers/header6.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#nav  {
	height: auto;
	width: auto;
}
/* Menu items that have mouse over or focus have a green background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #92A013;
	color: #FFF;
}
a
{
	text-decoration: none;
	}

a:link
{
	color: #E15C2B;
	}
a:visited {
	color: #993300;
}
a:hover {
	color: #FFFF99;
}

#contact {
	width: 230px;
	color: #C2C1BF;
	text-decoration: none;
	top: 210px;
	position: relative;
	float: right;
}

#contact a {
	text-decoration: none;
	li
}
a:active {
	color: #829111;
}
.slideshow {
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
