/**
  * Created By: Steven Nance
  * Last Update: 3 April 2010
  * Description: Main stylsheet for sysco site
  */
body {
    font-family: Arial,Helvetica,sans-serif;
    background: #051d35;
    font-size: 14px;
}
h1 {
  font-size: 25px;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-size: 20px;
  font-weight: normal;
}
/* Top Bar */
#top {
  height: 61px;
  background: url('../images/top_s.png') top center repeat-x;
  color: white;
}
#top h1 {
  font-size: 22px;
  padding-top: 18px;
}
/* Navigation Styling */
#navbar {
  padding-top: 15px;
}
ul#navbar li {
  font-size: 14px;
  float: left;
  height: 30px;
  padding-right: 3px;
}
ul#navbar li a:link, ul#navbar li a:visited {
  color: white;
}
/* Layout Controls */
ul#navbar li a{
  display: block;
}
ul#navbar li a span {
  padding: 0 10px;
  display: block;
}
ul#navbar li a span span {
  padding: 8px 0;
  display: block;
}
/* Hover Styling */
ul#navbar li a:hover{
  background: url('../images/menu_hover_r.png') right top no-repeat;
}
ul#navbar li a:hover span {
  background: url('../images/menu_hover_l.png') left top no-repeat;
}
ul#navbar li a:hover span span {
  background: url('../images/menu_hover_s.png') left center repeat-x;
}
/* Active Stylying */
ul#navbar li.active a:link, ul#navbar li.active a:visited {
  color: black;
}
ul#navbar li.active a{
  background: url('../images/menu_active_r.png') right top no-repeat;
}
ul#navbar li.active a span {
  background: url('../images/menu_active_l.png') left top no-repeat;
}
ul#navbar li.active a span span {
  background: url('../images/menu_active_s.png') left center repeat-x;
}
/*end Top Bar */
/* Page Title Bar */
/*.pageTitle {
  height: 52px;
  padding-top: 15px;
  background: url('../images/title_s.png') bottom left repeat-x;
}*/
.pageTitle {
  border-top: 1px solid #1865B8;
  color: #0F3E61;
  height: 25px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-top: 25px;
  background: white;
}
.pageTitle h1 {
  font-size: 35px;
}

/* Grey Content Break Bar */
.greyBreak {
  height: 40px;
  border-bottom: 1px solid white;
  background: #dfdfdf;
  clear: both;
}
/* Mid */
#mid {
  background: white;
  padding-bottom: 30px;
}
#content {
  color: #6B6B6B;
  padding-top: 15px;
  margin-bottom: 15px;
}
#content p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4;
}
#content img {
  padding: 10px;
}
/* end Mid */

/* Contact Form */
.contact label
{
  font-weight: bold;
  margin-bottom: 5px;
}
.contact input[type=text], .contact textarea {
  width: 100%;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.whoswho .grid_3 {
  min-height: 75px;
  margin-bottom: 20px;
}
/* Footer Controls */
#footer {
  color: white;
}
#footer .top {
  height: 30px;
  background: #051d35;
  font-size: 15px;
  border-top: 1px solid #636363;
}
#footer .mid {
  background: #0f3e61;
  padding: 10px 0;
  border-top: 1px solid #1865b8;
  border-bottom: 1px solid #1865b8;
}
#footer .mid h3 {
  margin-bottom: 10px;
}
#footer li {
  margin-bottom: 10px;
}
#footer .mid a, #footer .mid a {
  color: white;
  padding-left: 10px;
}
#footer .mid a:hover {
  color: #b5b7b8;
}
#footer .bottom {
  text-align: center;
  padding-top: 10px;
  min-height: 30px;
}
/* Clear Fixes */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear-right {
	clear: right;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;

}
.clear-left {
	clear: left;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;

}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.image-gallery-container {
   margin-left: 40px;
}

.contact #loading {
    display: none;
    text-align: center;
    padding-top: 25px;
}

.contact #thanks {
    display: none;
    text-align: center;
    padding-top: 25px;
}

.contact #message {
    height: 5em;
}
