 /* overall body styles */
body {
    background-color: #FFFFFF;
    color: #949494;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

/* line breaks and horizontal rules */
br {line-height: 1em;}
hr {display: block;}

/* small text and strong text */
em {font-style: italic;}
small {font-size: 12px;}
strong {font-weight: bold;}

/* default link styles */
a {
    color: #9fbdb2;
    text-decoration: underline;
}
a:hover {
    color: #33715a;
}

/* image styles */
img {
    border: 0;
}

/* floats */
.left {
    float: left;
    margin: 0 2em 0 0;
}
.right {
    float: right;
    margin: 0 0 0 2em;
}
.clear {
    clear: both;
}

/* header styles */
h1 {
    margin: 0;
    padding: 0;
}
h2 {
    color: #9fbdb2;
    font-size: 24px;
    font-weight: normal;
    margin: 15px 0;
}
h3 {
    color: #9fbdb2;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
h4 {
  color: #9fbdb2;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

/* paragraph styles */
p {
    margin: 0;
    text-align: left;
}

/* list styles */
ul {
    list-style: none;
    margin: 5px 0 15px 30px;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
}

/* table styles */
table, tr, td {
    border: 0;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}


/* page segments */
#container {
    margin: 0 auto;
    width: 820px;
}

#follow {
  float: right;
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
}
#follow a {
  color: #949494;
  text-decoration: none;
}
#follow .fb {
  background: url('/common/images/facebookicon.gif') top left no-repeat;
  display: block;
  line-height: 20px;
  padding-left: 25px;
  height: 20px;
}

#header {
    padding: 0;
    text-align: left;
    height: 102px;
}

#hero {
    margin: 0 0 10px 0;
    padding: 0;
    height: 365px;
}

#menu {
    margin: 0;
    padding: 0;
    height: 26px;
    width: 820px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 26px;
}
#menu li {
    float: left;
}

#content {
    clear: both;
    text-align: justify;
}
.home {
    margin: 0 auto;
    padding: 0 20px 0 0;
    width: 700px;
}
/* right box that appears in the about page */
.box-about {
    background: #EAF8FE url('../images/main_about_our_services.gif') top left no-repeat;
    font-size: .9em;
    text-align: left;
    width: 313px;
    min-height: 338px;
}
.box-about li {
    margin: 0 0 8px 0;
}
/* right box in the suppliers page */
.box-suppliers {
    background: #EAF8FE url('../images/main_our_first_class_suppliers.gif') top left no-repeat;
    font-size: 13px;
    text-align: left;
    width: 291px;
    min-height: 611px;
}
.box-suppliers h4 {
    color: #33715a;
    font-size: 13px;
    font-weight: bold;
    margin: 12px 0 5px 0;
}
.box-suppliers td {
    width: 130px;
    height: 17px;
}
/* columns in the contracts page */
.tricol {
    float: left;
    margin: 0 50px 0 0;
    text-align: left !important;
    width: 215px;
}
.tricol img {
    margin: 0 0 10px 0;
}

/* staff images */
#staff {
    margin: 50px 0 0 0;
    text-align: left;
}
#staff img {
    border: 5px solid #FFFFFF;
    margin: 0 30px 30px 0;
}
#staff img.highlight {
    border: 5px solid #9FBDB2;
}

/* gallery images */
#gallery {
    margin: 0 auto;
    width: 720px;
}
a.gallery {
    float: left;
}
a.gallery img {
    margin: 0 30px 30px 0;
}

#footer {
    clear: both;
    font-size: .8em;
    margin: 30px 0;
}