/* Structure Stuff */
body{
  font-family: "arial";
  margin: 10px 0 0 0;
  font-size: 12px;
}

#wrapper {
  margin: 20px 0 0 0;
}

#container {
  min-width: 1000px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

a, a:active, a:visited {
  text-decoration: none;
  color: #05bcf5;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

hr.green {
  color: #b5ff27;
  height: 2px;
  border: 0;
  background-color: #b5ff27;
}

/* Header Stuff */
.header{
  height: 70px;
  margin: 0 auto;
  width: 1000px;
  min-width: 1000px;
}

.header .logo {
  float: left;
  background: #fff url(/images/blue/images/logo.png) no-repeat;
  width: 200px;
  height: 58px;
}

.header .links {
  float: right;
  color: #7e7e7e;
  font-size: 12px;
  margin: -20px 0 0;
}

.header p.slogan {
  float: right;
  clear: both;
  margin: -30px 0 0;
  font-size: 12px;
  font-style: italic;
  color: #05BCF5;
}

.header .links ul {
  list-style-type: none;
  list-style-image: none;
}

.header .links ul li {
  float: left;
  padding: 0 5px 0 0;
}

.header .links ul li a, .header .links ul li a:visited, .header .links ul li a:active {
  color: #7e7e7e;
}

.header .links ul li a:hover {
  text-decoration: underline;
}

/* Top Menu Stuff */
.menu {
  height: 40px;
  background: #fff url(/images/blue/images/nav_background.png) repeat-x;
  width: 100%;
}

.menu-wrapper {
  margin: 0 auto;
  width: 1000px;
  min-width: 1000px;
}

.menu .items ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.menu .items ul li {
  float: left;
  font-size: 17px;
  padding: 10px 15px 0 0;
}

/*.menu .items ul li:last-child {
  float: right;
  padding: 10px 0 0 0;
}*/

.menu .items ul li a, .menu .items ul li a:visited, .menu .items ul li a:active {
  color: #fff;
}

.menu .items ul li:hover a, .menu .items ul li.active a {
  color: #006396;
}

.menu .items ul li a:hover {
  text-decoration: none;
}

/* Submenu Stuff */
.menu .items ul li ul.submenu {
  display: none;
  width: 170px;
  position: absolute;
  padding: 10px 0;
  margin: 0 0 0 -15px;
}

.menu .items ul li:hover > ul, .menu .items ul li.hover > ul {
  display: block;
}

.menu .items ul li ul.submenu li {
  float: none;
  position: relative;
  padding: 0;
}

.menu .items ul li ul.submenu li a {
  height: 15px;
  width: 170px;
  background-color: #0a6ea3;
  padding: 11px 18px 10px 18px;
  color: #fff;
  font-size: 12px;
  display: block;
}

.menu .items ul li ul.submenu li a:hover {
  background-color: #62a2c4;
}


/* Main Body Stuff */
.main {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Top part of the Footer */
.top-footer {
  background-color: #e5e5e5;
  color: #5f5f5f;
  padding: 20px 0;
  margin: 10px 0 0;
}

.footer-wrapper {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
}

.top-footer .footer-wrapper a {
  color: #2baee6;
  font-size: 12px;
}

.top-footer .footer-wrapper .left {
  width: 230px;
  float: left;
  border-right: 1px solid #cecece;
  margin: 0 30px 0 0;
}

.top-footer .footer-wrapper .right {
/*  float: right;*/
}

.top-footer .footer-wrapper .right .column {
  float: left;
  padding: 0 32px 0 0;
}

.top-footer .footer-wrapper .right .column:last-child {
  padding: 0;
}

.top-footer .footer-wrapper .right .column .items a, .top-footer .footer-wrapper .right .column .items a:visited, .top-footer .footer-wrapper .right .column .items a:active {
  color: #5f5f5f;
}

.top-footer .footer-wrapper .right .column .items ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.top-footer .footer-wrapper .right .column .items ul li {
  margin: 10px 0 0;
}

/* Newsletter stuff in footer */
.top-footer .footer-wrapper .right .column .items.newsletter-form input[type="text"], .top-footer .footer-wrapper .right .column .items.newsletter-form label {
  margin: 5px 0;
  float:left;
}

.top-footer .footer-wrapper .right .column .items.newsletter-form input[type="text"] {
  border: 1px solid #aaa;
  padding: 3px;
}

/* Bottom part of the footer */
.bottom-footer {
  background-color: #d6d6d6;
  color: #7e7e7e;
  padding: 10px 0;
  height: 40px;
}

.bottom-footer a, .bottom-footer a:visited, .bottom-footer a:active {
  color: #7e7e7e;
}

.bottom-footer .footer-wrapper .left {
  float: left;
}

.bottom-footer .footer-wrapper .right {
  float: right;
}

.bottom-footer .footer-wrapper .right ul.links {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.bottom-footer .footer-wrapper .right ul.links li {
  float: left;
  margin: 0 10px 0 0;
  border-right: 1px solid #32bcf5;
  padding: 0 10px 0 0;
}

.bottom-footer .footer-wrapper .right ul.links li:last-child {
  margin: 0;
  border-right: none;
  padding: 0;
}
