@charset "utf-8";
/* ------------------------- Style sheet by B&J Graphics ---------------------*/
body {
  font-family:  Arial, helvetica, sans-serif;
  font-size:16px;
  background-color:#2d250e;
  margin-top:0px;
}

td {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}

th {
	font-family: Arial, helvetica, sans-serif;
	  font-size:16px;
}
.lgdrkgreen {
	color:#362d11;
	font-size:18px;
	font-weight:bold;
}
.meddrkgreen {
	color:#362d11;
	font-size:16px;
}
.red {
	color:#CC0000;
	font-size:16px;
}
.testimonial {
	border-bottom: 2px solid #55471a;
}
#overall {
	border-top: 2px solid #a19c88;
	border-left: 2px solid #a19c88;
	border-right: 2px solid #a19c88;
	border-bottom: 2px solid #a19c88;
}
.header {
	background-color:#9b7d49;
	height:220px;
}
.main-content {
	padding:10px 15px 0 15px;
	background-image:url(images/contentbg.jpg);
	background-repeat:repeat;
	border-top: 2px solid #55471a;
	border-left: 2px solid #55471a;
	border-right: 2px solid #55471a;
	border-bottom: 2px solid #55471a;
	margin-bottom: 20px;
	height:320px;
}
.mainleft {
	background-image:url(images/lftmsinbg.jpg);
	background-repeat:repeat-y;
}
.mainright {
	background-image:url(images/rtmainbg.jpg);
	background-repeat:repeat-y;
}
/* -------Start of wraps---------------------------------*/
.wrapleft {
	float:left;
	margin:0 0 10px 10px;
	padding:15px;
}
.wrapright {
	float:right;
	margin:0 0 5px 10px;
	padding:15px;
}

/* ------Start of Borders and Frames---------------------*/
.bordertop {
	border-top: 4px solid #a19c88;
	border-left: 4px solid #a19c88;
	border-right: 4px solid #a19c88;
	border-bottom: 0px solid #a19c88;
}
.frametop	{
	border-top: 0px solid #55471a;
	border-left: 4px solid #55471a;
	border-right: 4px solid #55471a;
	border-bottom: 4px solid #55471a;
}

/* -----Start of copyright and footer------------------- */
.copyright {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
}
.copyright a:link {
    font-size: 10px;
    text-align: center;
	text-decoration: none;
	color:#000000;
}
.copyright a:visited {
   	color:#000000;
	text-decoration: none;
}
.copyright a:hover {
    font-size: 10px;
    text-align: center;
	text-decoration: underline;
	color:#000000;
}
#Footer {
	background-color:#9b7d49;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:40px;
}
.footer {
	color:#000;
    text-align: center;
	font-size:14px;
}
.footer a:link{
    text-align: center;
	color:#000;
	text-decoration: none;
}
.footer a:visited{
	color:#000;	
	text-decoration: none;
}
.footer a:hover{
	color:#55471a;
	text-decoration: underline;
}
/* -----End of copyright and footer-------------------- */
