@charset "UTF-8";
body {
  background: #E3E3E3 url(../images/BackTile.jpg) repeat;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.background {
  width: 1026px;
  height: 597px;
  margin: 0 auto;
  padding: 0px 18px 16px 18px;
  background: url(../images/BackMain3.png) no-repeat;
}


.menuHeader {
  width: 151px;
  margin: 0px;
  float: right;
}
.menuHeader font {
  height: 35px;
  padding: 2px 0px 0px 9px;
  font: 15px/normal Calibri, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #EEEEEE;
}
.menuItem {
  width: 151px;
  margin: 0px;
  float: right;
  display: block;
}
.menuItem a, .menuItem a:visited {
  height: 18px;
  padding: 0px 0px 0px 9px;
  font: 15px/normal Calibri, Helvetica, sans-serif;
  font-weight: bold;
  color: #EC3124;
  text-decoration: none;
  display: block;
}
.menuItem a:hover, .menuItem a:active a {
  color: #999999;
}


.box {
  position:relative;
  height:341px;
  width:235px;
  float:left;
  margin-left:25px;
}
.links_box {
  position:absolute;
  bottom:0;
  width:235px;
  height:146px;
  color:#000;
}

.boxR {
  position:relative;
  height:505px;
  width:598px;
  float:left;
  margin-left:30px;
}
.content_box {
  position:absolute;
  bottom:0;
  width:598px;
  height:384px;
  color:#000;
}

#ProtectingImage
{
  position:absolute;
  background: url(../images/Protecting.png) no-repeat;
  width: 580px;
  height: 393px;
  top: 28px;
  left: 16px;
}

#aboutCopy {
  position:absolute;
  top: 80px;
  padding: 25px 25px 75px 25px;
  width:530px;
}
#aboutCopy a img, #aboutCopy a:visited img {
  margin: 0px 15px;
  border: 3px solid #522A26;
}
#aboutCopy a:hover img, #aboutCopy a:active img {
  border: 3px solid #DD7266;
}
#aboutCopy a:link, #aboutCopy a:visited, #aboutCopy a:active {
  text-decoration: none;
	color:	#55565B;
  cursor: hand;
}
#aboutCopy a:hover{
	color:	#55565B;
  text-decoration: underline;
}

.ContentLarge {
  position:absolute;
  top: 20px;
  left: 20px;
  padding: 25px 50px 75px 25px;
}
.ContentLarge a img, #aboutCopy a:visited img {
  margin: 0px 15px;
  border: 3px solid #522A26;
}
.ContentLarge a:hover img, #aboutCopy a:active img {
  border: 3px solid #DD7266;
}
.ContentScroll {
  position:absolute;
  top: 0px;
  left: 0px;
  padding: 25px 50px 75px 25px;
  overflow:auto;
  width: 526px;
  height: 283px;
}
.ContentScroll a img, #aboutCopy a:visited img {
  margin: 0px 15px;
  border: 3px solid #522A26;
}
.ContentScroll a:hover img, #aboutCopy a:active img {
  border: 3px solid #DD7266;
}

#contact {
  width: 865px;
  height: 300px;
  margin-left: 30px;
}
#contactForm {
  width: 510px;
  height: 300px;
  font: normal 14px/normal Calibri, Helvetica, sans-serif;
  color: #838383;
}
#contactForm p{
  margin: 0px 0px 4px 0px;
}
input, textarea, select {
  margin: 0px 3px 0px 0px;
  font: normal 14px/normal Calibri, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #BCB7BB;
}
