body {
  background: #fff url(../images/blue_bg.png);
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  text-align: center; /* IE Fix */
}

#container {
  background-color: #fff;
  border-left: 2px solid #336699;
  border-right: 2px solid #336699;
  margin: 0 auto;
  padding: 0 2px;
  text-align: left; /* Cancel IE Fix */
  width: 900px;
}

#header {
  height: 110px;
}

#logo {
  float: left;
  position: relative;
  top: 11px;
}

#contact {
  color: #8e8e8e;
  float: right;
  position: relative;
  right: 5px;
  top: 5px;
}

#contact img {
  vertical-align: middle;
}

#banner {
  background: #ffffff url(../images/phonebook.png) no-repeat center 145px;
  border: 2px solid #336699;
  height: 250px;
}

#banner img{
  left: 325px;
  position: relative;
  top: 35px;
}

#navigation {
  background: #eec73e;
  height: 30px;
  margin: 0; 
  padding: 0;
}
#navigation li {
  display: inline;
  line-height: 24px;
  list-style-type: none;
}
#navigation li a { 
  background-color: #eec73e;
  border-right: 2px solid #fff;
  color: #000000;
  float: left;
  font-size: 1em;
  font-weight: bold;
  padding: 3px 8px;
  text-decoration: none;
}
#navigation li a:hover {
  background-color: #f0a513;
}
#navigation li a.on {
  background-color: #f0a513; color: #000000;
}

#colscontainer {
  border-bottom: 2px solid #f0a513;
  border-top: 2px solid #f0a513;
  margin-bottom: 2px;
  margin-top: 2px;
}

.colcontainer {
  float: left;
  width: 300px;
}

#colcontentheader {
  background-color: #f0a513;
  background-image: url(../images/orange_bg.png);
  font-size: 18px;
  line-height: 45px;
  margin-top: 2px;
  padding-left: 15px;
}

#col1header {
  background-color: #f0a513;
  background-image: url(../images/orange_bg.png);
  font-size: 18px;
  line-height: 45px;
  margin-right: 1px;
  margin-top: 2px;
  padding-left: 15px;
}

#col2header {
  background-color: #f0a513;
  background-image: url(../images/orange_bg.png);
  font-size: 18px;
  line-height: 45px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 2px;
  padding-left: 15px;
}

#col3header {
  background-color: #f0a513;
  background-image: url(../images/orange_bg.png);
  font-size: 18px;
  line-height: 45px;
  margin-left: 1px;
  margin-top: 2px;
  padding-left: 15px;
}

#colcontentcontent {
  background: transparent url(../images/content_background.png) no-repeat center center;
  border: 1px solid #336699;
  height: 525px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 5px;
}

#col1content {
  border: 1px solid #336699;
  height: 275px;
  margin: 2px 1px 2px 0px;
  padding: 5px;
}

#col2content {
  border: 1px solid #336699;
  height: 275px;
  margin: 2px 1px 2px 1px;
  padding: 5px;
}

#col3content {
  border: 1px solid #336699;
  height: 275px;
  margin: 2px 0px 2px 1px;
  padding: 5px;
}

div#slideshow a {
  outline: none;
  text-decoration: none;
}
div#slideshow a img {
  border: 0px;
}

#footer {
  background-color: #eec73e;
  background-image: url(../images/orange_bg.png);
  line-height: 75px;
  text-align: center;
}

.separator {
  border-top: 2px solid #f0a513;
  margin-bottom: 2px;
  margin-top: 2px;
  width: 100%;
}

.y-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none; color: #369;
}
a:hover {
  border-bottom: 1px; color: #49515C;
}

.clear {
  clear: both;
}

p {
  margin: 0px 0px 15px 0px;
}

.form_label {
  float: left;
  text-align: right;
  width: 125px;
}

.form_field {
  float: left;
  text-align: left;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

#contactform {
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

