* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e1e1d3;
	background-image: url(shared/bg01.gif);
	background-repeat: repeat-x;
	border: none;

}
p {margin-top: 5px;margin-bottom: 5px;}
ul {margin-left: 6px;padding-left: 6px;*padding-left: 11px;}
li {list-style-type: disc;}
.clear {clear: both;}
.img-left {float: left;margin-right: 5px;}
.wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
.content {
	width: 733px;
	background-color: #ffffff;
	margin-top: 12px;
	padding: 15px 13px 15px 14px;
}
.head1 {
	float: left;
	width: 300px;
	background-color: #373331;
	height: 54px;
	padding-top: 30px;
}
.head2 {
	float: right;
	width: 450px;
	background-color: #897761;
	height: 24px;
	padding-top: 60px;
	padding-right: 10px;
}
.cont1 {float: left;width: 277px;}
.promo {
	background-color: #887761;
	background-image: url(shared/bg02.gif);
	background-repeat: repeat-x;
	padding: 10px;
	height: 100px;
	width: 257px;
}
.bggreen {
	background-color: #A7A790;
	padding-top: 18px;
	width: 277px;
	height: 37px;
}
.left-gray-box {
	background-color: #ececec;
	padding: 5px;
	margin-top: 10px;
}
.beforeafter {
	width: 277px;
	margin-top: 10px;
}
.beforeafter img {
	border: 1px solid #CDCDB8;
}
.beforeafter img:hover {
	border-top-color: #36302D;
	border-right-color: #36302D;
	border-bottom-color: #36302D;
	border-left-color: #36302D;
}
.before {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0A8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.after {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1A9;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.cont2 {
	float: right;
	width: 448px;
}
.hovermenu {
	background-color: #e0e0d4;
	height: 55px;
	width: 448px;
}
.hovermenu ul{
	font: bold 13px arial;
	color: #49462f;
	margin: 0;
	padding: 0;
}
.hovermenu ul li{list-style: none;display: inline;}
.hovermenu ul li a{
	float: left;
	color: #49462f;
	background-color: #e0e0d4;
	height: 35px;
	padding-top: 20px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.hovermenu ul li a:hover{
	background-image: url(shared/menu-bg.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.cont3 {margin-top: 10px;}
.cont4 {
	float: right;
	width: 428px;
	padding: 10px;
	height: 100px;
}
.wrap .content .table {
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.wrap .content .table td {
	padding: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dropdown {
	background-color:#E0E0D4;
	display:none;
	padding: 5px;
}



.footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


.maintext {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 1.4em;
}
.maintext a {color: #887761;text-decoration: underline;}
.maintext a:hover {text-decoration: none;}

.browntext {color: #373331;font-size: 12px;}
.browntextbig {
	font-size: 16px;
	font-family: "Times New Roman";
}

.browntext a {color: #FFFFFF;}
.browntext a:hover {text-decoration: underline;}
.titletext {font-size: 13px;font-weight: bold;color: #887761;}
.titletext a {
	color: #887761;
	text-decoration: none;
}
.titletext a:hover {color: #887761;text-decoration: underline;}
.smalltext {font-size: 11px;color: #000000;}


/*ANYLINK CSS*/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #373331;
	border-bottom-width: 0;
	font-size :12px;
	line-height:18px;
	background-color: #E0E0D4;
	width: 150px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #373331;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 3px;
	color: #373331;
}

.anylinkcss a:hover{ /*hover background color*/
	background-image: url(shared/menu-bg2.gif);
	background-repeat: repeat-x;
	color: white;
}

