/* CSS Document */

#container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: left;
	
}

.bg_image {
	background-image: url(images/myer-header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: -1;
	left: 17px;
	top: 1px;
	width: 894px;
}

.body_txt {
    display: block;
	width: 95%;
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #444;
}
.header1 {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	list-style-type: none;
	color: #9b110e;
}
.link {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #9b110e;
	text-decoration: none;
}
.linkBold {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.creditBold {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.listNav ul {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
	padding-left: 0px;
	color: #fff;
	background-color:: #000
}
.listNav a {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	margin: 6px;
	padding: 6px;
}
.listNav a:link {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 28px
	font-weight: bold;;
	color: #cfc8c2;
	text-decoration: none;
}
.listNav a:visited {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #cfc8c2;
	text-decoration: none;
	
}
.listNav a:hover {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}
.listNav a:active {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #6076ff;
	text-decoration: none;
	
	}