html
{
	width: 100%;
}

body { 
	width: 100%;
  	margin: 0px;
  	padding: 0px;
  	background-color: #501c22;
}	

h1 {
	font-family: courier;
	font-size: 20px;
	font-weight: bold;
}
.banks {
	
	position: relative;
	top:-2px;
	left: -5px;
	width: 640px;
}
.bottomspacer {
	height: 30px;
	width: auto;
	position: absolute;
	margin-top: 600px;
}

.bottomspacer2 {
	height: 30px;
	width: auto;
	position: absolute;
	margin-top: 650px;
}

.bottomspacer3 {
	height: 30px;
	width: auto;
	position: absolute;
	margin-top: 800px;
}
.bottomspacer4 {
	height: 30px;
	width: auto;
	position: absolute;
	margin-top: 1100px;
}
.bottomspacer5 {
	height: 30px;
	width: auto;
	position: absolute;
	margin-top: 1870px;
}

.sums
{
	margin-left: 55px;
}

.whitetop
{
	position: absolute;
	background-color: #FFFFFF;
	height: 40px;
	width: 100%;
	top: 163px;
	z-index: 0;
}

.whitebottom
{
	position: absolute;
	background-color: #FFFFFF;
	height: 40px;
	width: 100%;
	top: 490px;
	z-index: 0;
}

.pagenav {
	position: relative;
	z-index: 2;
	font-family: verdana;
	font-size: 12px;
	padding-left: 20%;
	margin-top: 2px;
	font-style: italic;
}

.pagenav2 {
	position: relative;
	z-index: 2;
	font-family: verdana;
	font-size: 12px;
	padding-left: 20%;
	font-style: italic;
	color: #772730;
}

#wrapper
{
	width: 100%;
}

.top-half
{
	
background-color: #e7e7e7;
	
}

.bottom-half {
	background-color: #501c22;
	height: 100px;
   }

.box {
  margin-top: 30px;
  position: relative;
  width: 730px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,1), 0 0 50px rgba(0,0,0,1) ;
  border-radius: 1%     1%     1%     1% /     1%     1%     1%     1%;
}
.box:before {
    position: relative;
    width: 730px;
    height: 100%;
    margin-top: 50px;
    border-radius: 10px / 100px;
    z-index: -1;
    top: 15%;
    bottom: 15%;
    content: "";
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    }


.logo {
	text-align: center;
	padding: 20px 20px 20px 20px;
}

.menu {
	
	background-color: f4f4f4;
	text-align: center;
	font-family: verdana;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	z-index: 2;
}



.button {
   border-top: 1px solid #96d1f8;
   background: #d66565;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e3e), to(#d66565));
   background: -webkit-linear-gradient(top, #9c3e3e, #d66565);
   background: -moz-linear-gradient(top, #9c3e3e, #d66565);
   background: -ms-linear-gradient(top, #9c3e3e, #d66565);
   background: -o-linear-gradient(top, #9c3e3e, #d66565);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   text-align: left;
   margin-left: 55px;
   
   }
.button:hover {
   border-top-color: #9c3e3e;
   background: #9c3e3e;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.form {
	margin-top: 24px;
	position: relative;
	margin-bottom: 40px;
	text-align: center;

}
.formcontact {
	margin-top: 60px;
	position: relative;
	margin-bottom: 355px;
}
.formonconveypage {
	margin-top: 60px;
	position: relative;
	margin-bottom: 525px;
}

.formonotherservices {
	margin-top: 60px;
	position: relative;
	margin-bottom: 1335px;
}

.formonwheretofindus {
	margin-top: 60px;
	position: relative;
	margin-bottom: 160px;
}

.formbg {
	background-color: #772730;
	height: 25px;
	border-radius: 5px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.txtarea {
	background-color: #772730;
	height: 100px;
	border-radius: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}

.hcontentleft {
	float: left;
	width: 430px;
	height: auto;
	position: relative;
	background-color:#FFFFFF;
	margin-top: 30px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	
}

.homepagetext {
	margin-right: 20px;
	margin-left: 20px;

}
.hcontentright {
	float: left;
	width: 290px;
	height: auto;
	position: relative;
	background-color:#FFFFFF;
	margin-top: 25px;
	text-align: right;

}

#slider {
	height: 274px;
	position: relative;
	margin-top: 30px;
}

a {
	color: #414040;
	text-decoration: none;
	font-weight: 600;
}

a:hover 
{
	color:#772730;
} 



