/* ====================================
GENERAL ITEMS
==================================== */

body{
	background-attachment: fixed;
	background-image: url(/images/general/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}

.BODY-table{
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
h1 {
	font-family: "Arial Narrow";
	font-size: 22px;
	font-weight: bold;
	color: #DC7904;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}


/* ====================================
HEADER ITEMS
==================================== */

.HEADER-td-background{
	background-color: #FFFFFF;
	background-image: url(/images/general/bg-top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 110px;
}
.HEADER-text{
	font-family: Verdana;
	font-size: 14px;
	color: #59482E;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.HEADER-menu-text{
	font-family: Arial;
	font-size: 12px;
}
.HEADER-menu-text a:link{
	color: #765D3E;
	text-decoration: none;
}
.HEADER-menu-text a:visited{
	color: #765D3E;
	text-decoration: none;
}
.HEADER-menu-text a:hover{
	color: #FF0000;
}
.HEADER-menu-bg{
	background-image: url(/images/menu/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 28px;
}
.HEADER-td-line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

/* ====================================
CONTENT BLOCK
==================================== */

.CONTENT-table-bg{
	background-color: #56442E;
	padding-top: 8px;
	padding-bottom: 8px;
}
.CONTENT-border-heroimg{
	border: 5px solid #000000;
}
#CONTENT-td{
	width: 958px;
	background-color: #FEFCD3;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#CONTENT-td a:link{
	color: #0000CC;
	text-decoration: underline;
}
#CONTENT-td a:visited{
	color: #990066;
	text-decoration: none;
}
#CONTENT-td a:hover{
	color: #CC0000;
	text-decoration: none;
}


/* ====================================
FOOTER
==================================== */
.FOOTER-td-bg{
	background-image: url(/images/general/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 92px;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-left: 7px;
	font-family: Arial;
	font-size: 12px;
	color: #C49F68;
}
.FOOTER-td-bg a:link, a:visited{
	color: #C49F68;
	text-decoration: none;
}
.FOOTER-td-bg a:hover{
	color: #ffffff;
}
.FORM-dropdown {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}


/* ===================================
FORMS
=================================== */
.FORM-td-c1{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #56442E;
	color: #FFFFFF;
}
.FORM-td-c2{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #56442E;
	color: #000000;
}
.FORM-td-c2-req{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #56442E;
	background-image: url(/images/general/reqfield.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.FORM-textfield{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	border: 1px solid #CCCCCC;
}
.FORM-button {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E28B00;
	border: 2px outset #8A5600;
}
.FORMS-dropdown {
	font-family: Arial;
	font-size: 11px;
}
.FORM-textarea{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}
.FORM-statusmsg-error{
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	border: 3px solid #CC0000;
}
.FORMS-status-ok{
	font-family: Verdana;
	font-size: 14px;
	color: #00CC00;
	font-weight: bold;
}
.FORMS-status-error{
	font-family: Verdana;
	font-size: 14px;
	color: #CC0000;
}
.HOME-featured-header {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AE8D5A;
	padding: 8px;
}
.HOME-td-image {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #AE8D5A;
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.HOME-img-text {
	padding-top: 3px;
	padding-bottom: 3px;
}
.logo {
	margin-top: 16px;
	margin-bottom: 5px;
}
