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

body {
	background-image: url(/images/bg-fade.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 575px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	position: absolute;
	z-index: 100;
	left: 2px;
	width: 780px;
	top: -145px;
}

#content {
	height: 325px;
	position: absolute;
	border: medium solid #000000;
	top: 150px;
	width: 774px;
}
#homeUL {
	color: #FFFFFF;
	font-size: xx-large;
	position: absolute;
	left: 350px;
	top: 36px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer {
	height: 150px;
	position: absolute;
	width: 780px;
	top: 600px;
	margin: 0px;
	padding: 0px;
}
#copyright   {
	position: absolute;
	left: 181px;
	top: 593px;
	text-align: center;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: small;
}
#copyright a {
	color: #333333;
}

#nav {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 3px;
	position: absolute;
	left: 319px;
	top: 300px;
	width: 450px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 22px;
	white-space: nowrap;
}
#nav ul li {
	list-style-type: none;
	display: inline;
}
#nav ul a {
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #000000;
	background-color: #333333;
}
#nav ul a:hover {
	color: #FFF;
	background-color: #0000FF;
}
#address {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 3px;
	position: absolute;
	left: 156px;
	top: 493px;
	width: 475px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.h1 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
}.h2 {
	font-size: large;
	font-weight: bolder;
	color: #000000;
}
.imgleft {
	float: left;
	margin-left: 65px;
	position: absolute;
	margin-top: 20px;
	left: -29px;
	top: 1px;
}

div {
	margin: 0px;
	padding: 0px;
}
#colors {
	height: 300px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding: 5px;
}
#whatis {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	width: 377px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 3px solid #000000;
	text-align: center;
	background-color: #333333;
	float: left;
	position: absolute;
	left: 381px;
	top: 33px;
}
.imgcenteroutline {
	border: thin solid #000000;
	text-align: center;
}

#contact {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}


.colormouseover {
	height: 41px;
	width: 100px;
}
#colordiv {
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #000000;
	width: 725px;
	padding: 5px;
	background-color: #cccecb;
	margin-top: 5px;
}
.imgleftBG {
	float: left;
	clear: none;
}
.imgrightBG {
	float: right;
	clear: none;
}
.whitecenter {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.whitecenterLG {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: x-large;
}
.whitecenterSM {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
}
.directionstext {
	color: #FFFFFF;
	text-align: left;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
}
.mapleft {
	float: left;
	margin-left: 10px;
	border: medium solid #000000;
}
