html, body, div {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

body {
  font-family: Trebuchet MS;
  background: #fff;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 24px !important;
}

h2 {
  font-size: 20px !important;
}

a {
  outline: 0;
}

.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footercurve {
  background-image: url('bottomcurve.png');
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  border-bottom: 1px solid #000;
  
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px #000;
}

#footercurve a {
  color: #fff;
}

.sliderdot {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-right: 10px;
  background: #bbb;
}

.menubar {
  /*border-radius: 10px;*/
  position: relative;
  background-image: url('menubar.png');
  background-size: 870px 38px;
  margin-left: -70px;
  width: 870px;
  height: 38px;
  
  z-index: 100;
  
  text-align: center;
  color: #888;
  text-shadow: 1px 1px 0px #fff;
}

.button {
  display: inline-block;
  /*display: block;
  float: left;*/
  width: 106px;
  height: 31px;
  margin-top: 1px;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: 17px;
  color: #000;
}

.button:hover {
  color: #fff;
  background-image: url('buttonbg.png');
  background-size: 100% 53px;
  
  text-shadow: none;
}

/*
.buttonbox {
  position: absolute;
  width: 111px;
  height: 19px;
  padding-left: 5px;
  padding-bottom: 10px;
  z-index: 1;
  overflow: hidden;
  color: #000;
  padding-right: 10px;
}

.buttonbox:hover {
  background-image: url('buttonbg.png');
  height: auto;
  width: auto;
  color: #fff;
}
*/

.menuitem {
  float: left;
  width: 111px;
  height: 30px;
  padding-left: 5px;
  padding-bottom: 10px;
  color: #000;
  padding-right: 10px;
}

.menuitem:hover {
}

.nodropdown:hover {
  background-image: url('buttonbg.png');
  height: 28px;
  width: 111px;
  color: #fff;
}

.buttonbox a {
  color: #000;
}

.buttonbox:hover a:hover {
  text-decoration: underline;
}

.buttonbox:hover {
  color: #fff !important;
  text-decoration: none;
}

.menulink {
  margin-left: 10px;
  color: #fff;
  font-weight: bold;
}

.button1 {
  left: 21px;
}

.button2 {
  left: 144px;
}

.button3 {
  left: 274px;
}

.button4 {
  left: 404px;
}

.button5 {
  left: 534px;
}



.shadow {
	-moz-box-shadow: 0px 0px 3px #444;
	-webkit-box-shadow: 0px 0px 3px #444;
	box-shadow: 0px 0px 3px #444;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.bgshadow {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.whitebox {
  position: relative;
  width: 800px;
  height: 320px;
  margin-left: 35px;
  top: -20px;
  background: #fff;
  border: 1px solid black;
  z-index: 1;
  overflow: hidden;
}

.innerwhitebox {
  border-top: 2px solid #800000;
  height: 78px;
  padding-left: 10px;
  overflow: hidden;
  font-weight: bold;
  color: #800000;
}

.middle {
  float: left;
  width: 800px;
  min-height: 800px;
  margin-top: 20px;
  margin-left: 35px;
}

.right {
  float: left;
}

.adbox {
  width: 160px;
}

.blurb {
  float: left;
  width: 222px;
  min-height: 300px;
  /*border: 1px solid black;
  border-right: 0;*/
  padding: 10px 0px 10px 0px;
}

.blurbtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.header {
  font-size: 26px;
}

.blurbcontents {
  min-height: 200px;
}

.blurbmore {
  margin-left: 130px;
  font-size: 24px;
}

.separator {
  float: left;
  width: 2px;
  height: 320px;
}

.quicklinks {
  float: left;
  /*margin-left: 60px;*/
  width: 25%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.quicklinkstitle {
  font-weight: bold;
  font-size: 18px;
}

.morebutton {
  display: block;
  color: #800;
  font-size: 16px;
  text-decoration: underline;
  text-align: right;
}

#slider {
  overflow-y: hidden;
  overflow-x: scroll;
}

.slide {
  float: left;
  width: 500px;
  height: 281px;
  text-align: center;
}
