/* 
Hand coded by 
Chad Coleman
Frontier Web Design
http://frontierwebdesign.com
Maintained and further
coding by
http://www.acbsystems.com/
*/


body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFE8;
}
a:link {
	color: #660000;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.clearBoth {
	clear: both;
	}
.centerContent {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	
#wrapper {
}
#header {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 143px;
	background-color: #864b2d;
}
#logo {
	background-image: url(images/logo.png);
	margin: 20px 0px 0px;
	padding: 0px;
	height: 94px;
	width: 380px;
	text-indent: -999px;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	float: left;
	color: #FFFFFF;
}
#logo a {
	display: block;
	height: 94px;
	width: 380px;
}
#slogan {
	background-image: url(images/slogan.png);
	height: 45px;
	width: 294px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 10px;
	text-indent: -999px;
	overflow: hidden;
	float: right;
	margin-top: 25px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav {
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 39px;
	background-color: #49160c;
}
#nav ul {
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 760px;
}
#nav li {
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 13px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 14px;
}

#nav a:hover, #nav a:active {
	color: #f9e9c4;

}
#content {
	padding-top: 25px;
	padding-bottom: 30px;
}
#content table {
}

h2 {
	letter-spacing: -1px;
	margin: 3px 0px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h3 {
	letter-spacing: -1px;
	font-size: 16px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;*/
}
h3 a {
	text-decoration: none;
}


.left {
	float: left;
}
.right {
	float: right;
}
small {
	font-size: 10px;
}


#footer {
	font-size: 11px;
	background-color: #4f4631;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 114px;
	padding-top: 20px;
	color: #CCCCCC;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footlogo {
	background-image: url(images/footlogo.jpg);
	height: 59px;
	width: 246px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
#footnav {
	margin-bottom: 4px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
}
#footnav li {
	display: inline;
	padding-right: 12px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footnav a:link, #footnav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footnav a:hover, #footnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#qTip {
 	padding: 5px;
 	border-left: 2px solid #EEE;
 	border-top: 2px solid #EEE;
 	border-right: 2px solid #999;
 	border-bottom: 2px solid #999;
	 display: none;
	 background: #47150A;
	 color: #FFFFE8;
	 font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	 text-align: left;
 	position: absolute;
 	z-index: 2000;
}
