
/* Presentation Stylesheet */

/* Form Styles */

input, select, textarea {
	height: 22px;
	border: 1px solid #baa486;
	width: 134px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

textarea {
	width: 215px;
	height: 62px;
}

label {
	width: 110px;
}

#searchBlock form {
	padding: 7px 0 7px 0;
}

#searchBlock input, #searchBlock select {
	width: 105px;
}

.searchtext
{
	height: 20px;
	padding: 0px;
}

.class
{
	height: 23px;
	padding: 0px;
}

#searchBlock label {
	font-weight: bold;
}

#contactForm input {
	width: 215px;
}

#searchBlock input.submit, input.submit, #contactForm .submit, .hmdsearchboxbutton {
	background: none;
	width: auto;
	font-weight: bold;
	margin-top: 10px;
	border: 0px;
	margin-bottom: 9px;
}

#leftColumn a:link, #leftColumn a:visited {
	display: block;
	text-decoration: none;
	color: #000000;
}

#leftColumn a:hover {
	font-weight: bold;
}

#leftControlWrap {
	position: relative;
	width: 154px;
}

#leftControlWrap a:link, #leftControlWrap a:visited {
	background-color: #c7b7a2;
	padding-right: 13px;
}

#leftControlWrap h2 {
	padding-right: 13px;
}

p {
	padding: 10px 0px 12px 0px;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #b9a07a;
	padding: 7px 0px 10px 0px;
}

h2 {
	color: #715a3b;
	font-size: 18px;
	font-weight: normal;
	padding-top: 20px;
}

h2.white {
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #b9a07a;
	padding: 7px 0px 10px 0px;
	position: relative;
}

h3 span {
	position: absolute;
	right: 1px;
	color: #000000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 7px 0px 10px 0px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    color: #a28a66;
    padding: 60px 0px 50px 0px;
}

h6 {
    font-size: 18px;
    font-weight: bold;
    color: #a28a66;
    padding: 60px 0px 50px 0px;
    text-align: center;
}

#promptButton {
    text-align: center;
}

#promptButton img {
    border: 0px;
}

.hr {
	background: url(../images/hr.gif) repeat-x;
	height: 5px;
	border: none 0px;
	margin: 7px 0 7px 0;
}

.readMore a:link, .readMore a:visited, .backLink a:link, .backLink a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.readMore a:hover, .backLink a:hover {
	text-decoration: underline;
	color: #715a3b;
}

.bold {
	font-weight: bold;
}

.shortImg {
	width: auto;
	float: right;
	padding: 7px 0 7px 0px;
	margin-left: 20px;
}

.short img {
	border: 1px solid #cdb599;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #6c370b;
}

a:hover {
	color: #000000;
}

/* Left Nav Styles */

#leftColumn dl, #leftColumn dt, #leftColumn dd, #leftColumn ul, #leftColumn li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftColumn dd {
	margin-bottom: 20px;
	margin-top: 7px;
}

dl#menu dt {
	cursor: pointer;
	margin: 0px;
	height: 22px;
	line-height: 22px;
}

dl#menu li {
	height: 22px;
	line-height: 22px;
}

dl#menu dt a {
	text-decoration: none;
	height: 100%;
}

dl#menu li a {
	color: #000000;
	text-decoration: none;
	height: 100%;
}

dl#menu li a:hover {
	color: #000000;
}

ul, ol {
	margin: 10px 10px 10px 35px;
}

/* Pagination Styles */

p.contentPageLinks {
	padding: 0px;
	color: black;
}

.pagenav-current {
	font-weight: bold;
}

a.pagenav:link, a.pagenav:visited {
   color : #000000;
   font-weight: normal;
   text-decoration : none;
}

a.pagenav:hover {
	text-decoration: underline;
	color: #715a3b;
}

a.blogLink {
	margin-top: 25px;
}

/* fck_editorarea.css styles */

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.mainheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}

.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #993300;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
}