body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D5D5D5;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #392c1b;
	text-decoration: none;
}
a:visited {
	color: #392c1b;
	text-decoration: none;
}
a:hover {
	color: #392c1b;
	text-decoration: underline;
}
a:active {
	color: #392c1b;
	text-decoration: none;
}

/* ######### Start Drop Menu ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #ddd0b6;
	width: 200px; /* default width for menu */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	line-height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #392c1b;
	border-right-color: #392c1b;
	border-bottom-color: #392c1b;
	border-left-color: #392c1b;
}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li a{
	width: 200px;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #392c1b;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #392c1b;
	background-color: #ddd0b6;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #392c1b;
	padding: 10px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #ddd0b6;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.anylinkcsscols .column{
	width: 130px;
	float: left;
}

.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols li{
	padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	visibility: hidden;
	background-color: black;
}

/* ######### End Drop Menu ######### */



.BusinessListingHeads {
	font-weight: bold;
	height: 20px;
	font-size: 14px;
	color: #392c1b;
}
.BusinessListingBus {
	font-weight: bold;
	font-size: 11px;
	color: #392c1b;
}
.BusinessListingText {
	font-weight: normal;
	height: 20px;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}
.anchorclass {
	margin: 0px;
	padding: 0px;
}
.ScrollingArea {
	height: 360px;
	width: 400px;
	overflow: auto;
}
.ContactFormArea {
	background-image: url(../images/Contact_06.jpg);
	background-repeat: no-repeat;
	width: 500px;
	overflow: auto;
	padding-left: 20px;
	padding-top: 15px;
	height: 215px;
	background-color: #ded0b6;
}
.FormRows {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.ContactFormSuccess {
	background-image: url(../images/Contact_06.jpg);
	background-repeat: repeat;
	width: 480px;
	overflow: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 65px;
	height: 165px;
}

