@charset "UTF-8";
 /* -------------------- CSS © Copyright Robin Ludwig Design Inc. All Rights Reserved - http://www.rldprint.com/ --------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #9D7E4F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 /* -------------------- site container --------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
	width: 934px;
	background-image: url(../images/bg.jpg);
	background-color: #FEFAEA;
	background-repeat: no-repeat;
	background-position: bottom;
	border: 3px solid #000000;
	padding: 0px;
}
/* -------------------- link formatting --------------------*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
/* -------------------- main text formatting --------------------*/
p {
	margin-top: 6px;
	margin-bottom: 13px;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #BE9800;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}
h3 {
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: -4px;
	font-size: 13px;
}
/* -------------------- text class formatting --------------------*/
.bold {
	font-weight: bold;
}
.boldcaps {
	font-weight: bold;
	text-transform: uppercase;
}
.indent {
	padding-left: 15px;
}
.italic {
	font-style: italic;
}
.linebreak {
	display: block;
}
.linebreakitalic {
	display: block;
	font-style: italic;
}
.linebreakbold {
	font-weight: bold;
	display: block;
}
.linebreakbolditalic {
	font-style: italic;
	font-weight: bold;
	display: block;
}
/* -------------------- header formatting --------------------*/
#header {
	height: 189px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 962px;
}
#pagename {
	float: left;
}
/* -------------------- main links formatting --------------------*/
#links {
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DFD5BE;
	padding-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}
#links ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 6px;
	padding-left: 0px;
	text-align: right;
	margin: 0px;
}
#links  li  {
	display: inline;
	margin-left: 30px;
	font-size: 14px;
}
#links .first {
	padding-left: 0px;
}
#links .last {
	padding-right: 4px;
}
.listnote {
	font-size: 11px;
	display: block;
	text-align: right;
	margin: 0px;
	line-height: 5px;
	padding-bottom: 10px;
}
/* -------------------- main content box formatting --------------------*/
#main {
	text-align: justify;
	float: left;
	display: inline;
	padding-left: 20px;
	width: 635px;
}
#mainfull {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
}
#directoryline  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 18px;
	margin-top: 15px;
}
#main ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#main  li  {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mainfull ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#mainfull  li  {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
/* -------------------- sidebar box formatting --------------------*/
#sidebar {
	float: right;
	width: 241px;
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
table {
	margin-bottom: 15px;
}
td {
	padding-top: 1px;
	padding-right: 35px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.directorynames {
	font-weight: bold;
}
/* -------------------- footer formatting --------------------*/
#footer {
	clear: both;
	text-align: left;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 14px;
	padding-right: 20px;
}
#footercontact {
	float: left;
}
#footersubmit {
	text-align: right;
	float: right;
	font-size: 13px;
	width: 500px;
	padding-bottom: 15px;
}
/* -------------------- site info formatting --------------------*/
#siteinfo {
	text-align: center;
	font-size: 11px;
	padding-top: 8px;
	clear: both;
	padding-bottom: 8px;
	font-weight: bold;
}
.imagefloatleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #000000;
	margin-top: 5px;
}
.clr {
	clear: both;
}
