body, html {
  margin: 0;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif; 
  background-color: #ffffff;
  background-image: url("http://images.hugheshoney.com/images/css/site_bg.png");
  font-size: 12px;
  color: #333333;
}

body {
  min-width: 760px;
}

h1 {
  font-size: 16px;
  color: #0B87A3;
  background-color: #e0ecee;
  width: 90%;
  font-weight: bold;
  padding: 2px;
  padding-left: 5px;
  margin-top: 15px;
}

h2 {
  font-size: 13px;
  color: #333333;
  background-color: #ffffff;
}

img {
  border: 0;
}

a {
  color: #0B87A3;
  text-decoration:none;
}

a:hover {
        color: #0B87A3;
        text-decoration:underline;
}

#wrapper {
  width: 760px;
  margin: 0 auto; 
  border: 1px #98AAB1 solid;
  background: #ffffff url("http://images.hugheshoney.com/images/css/border.png") 506px 0px repeat-y;
}

#header {
  background-image: url("http://images.hugheshoney.com/images/css/header_bg.gif");
  height: 60px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#header #logo {
 padding: 12px;
}

#masthead {
  background: #ffffff url("http://images.hugheshoney.com/images/css/inner_subnav_bg.gif") repeat-x;
  border-bottom: solid 1px #ffffff;
  height: 168px;
  width: 100%;
  margin: 0;
  padding: 0;
}

#imgmast {
  float:left;
  top: 0;
  left: 0;
  height: 168px;
  width: 506px;
  padding: 0;
  margin: 0;
}

#imgmast img {
  padding: 0;
  margin: 0;
}

#sidemast {
  float:left;
  padding: 0;
  padding-left: 20px;
  padding-top: 20px;
  top: 0;
  right: 0;
  display: inline;
  margin: 0;
}

#sidemast ul {
  list-style-image: url("http://images.hugheshoney.com/images/css/white_arrow.gif");
  list-style-type: disc;
}

#nav {
  margin: 0;
  background-image: url("http://images.hugheshoney.com/images/css/footer_bg.gif");
  border-bottom: solid 1px white;
  height: 18px;
  padding-left: 10px;
  padding-bottom: 2px;
  padding-top: 2px;
}

#nav li {
  list-style-type: none;
  display: inline;
  padding-right: 7px;
  padding-left: 7px;
  margin: 0;
}

#maincontent {
  float: left;
  width: 506px; 
  border-top: solid 8px #b5b5b5;
  margin-left: 0;
  padding: 0;
  margin: 0;
  display: inline;
}

#contactcontent {
  margin-left: 30px;
}

#imgcontent {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#imgcontent img {
  padding-top: 5px;
}

#content, #sidecontent {
  margin: 15px;
}

#sidecontent ul {
  list-style-image: url("http://images.hugheshoney.com/images/css/side_arrow.gif");
  list-style-type: disc;
  list-style-position: inside;
  display: inline;
}

#sidebar {
  float: right;
  width: 253px; 
  border-top: solid 8px #cccccc;
  padding: 0;
  margin:0;
  display: inline;
}

#footer {
  clear: both;
  margin-top: 0;
  background-image: url("http://images.hugheshoney.com/images/css/footer_bg.gif");
  height: 18px;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#home #wrapper #nav .home a,
#honey #wrapper #nav .honey a,
#pollinate #wrapper #nav .pollinate a,
#about #wrapper #nav .about a,
#contact #wrapper #nav .contact a,
#gallery #wrapper #nav .pics a,
#awards #wrapper #nav .awards a,
#swarm #wrapper #nav .swarm a {
  color: #B5B5B5;
  text-decoration:none;
  cursor: default;
}


.tablebox {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background: #F5F5F5;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 75px;
  width: 50%;
}

.tablebox td {
  padding-left: 10px;
  padding-right: 5px;
}

.whiteText {
  font-size: 12px;
  color: #FFFFFF;
}

.whiteText a {
  color: #FFFFFF;
  text-decoration:none;
}

.whiteText a:hover {
  color: #FFFFFF;
  text-decoration:underline;
}

.darkgrayTextLarge {
   font-size: 14px;
   font-weight: bold;
}

.logoWrap {
  margin-top: 20px;
  margin-right: 15px;
  font-size: 11px;
  font-weight: bold;
  text-align: center; 
}
