/* CSS Document */

body, html {
  height: 100%;
}

body {
  margin: 0;
  background: #2C4B6A url("/images/body_bg.jpg") top left;
}

body, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #000033;
}

form {
  margin: 0;
}

h2 {
  margin: 10px 0 15px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px dotted #000033;
}
h3 {
  margin: 0 0 12px 0;
  font-size: 15px;
  font-weight: bold;
}

.smallText {
  font-size: 12px;
}

img {
  border: 0;
}

a {
  color: #000000;
}
a:hover {
  color: #003399;
}

.img_float_left {
  float: left;
  margin: 0 10px 5px 0;
}
.img_float_right {
  float: right;
  margin: 0 0 5px 10px;
}
.clear_float {
  clear: both;
}

#top_nav form {
  float: right;
  color: #FFFFFF;
}
#top_nav form, #top_nav form select, #top_nav form input {
  font-size: 10px;
}
#top_nav form select {
  border: none;
}
#top_nav form input {
  border: 1px solid #FFFFFF;
}

#header {
  margin: 0 auto;
  width: 800px;
  height: 116px;
  position: relative;
}
#header_bg {
  width: 800px;
  height: 116px;
  z-index: 5;
}

#doyle_logo {
  width: 362px;
  height: 74px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 15;
}

#blue_line {
  width: 800px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #6699FF;
  z-index: 10;
}

#container {
  margin: 0 auto;
  width: 800px;
  height: 70%;
  position: relative;
}
#container_bg {
  width: 800px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#container_content {
  padding: 0 20px;
  width: 718px;
  height: 92%;
  position: relative;
  left: 20px;
  top: 4%;
  border: 1px solid #FFFFFF;
  background-color: #98B9FC;
  overflow: auto;
  scrollbar-3dlight-color: #98B9FC; 
  scrollbar-arrow-color: #FFFFFF; 
  scrollbar-base-color: #284968;
  scrollbar-darkshadow-color: #284968; 
  scrollbar-face-color: #98B9FC; 
  scrollbar-highlight-color: #284968; 
  scrollbar-shadow-color: #98B9FC;
  z-index: 10;
}
#container_content p {
  margin: 0 0 12px 0;
  font-size: 12px;
}

.transparent_bg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: .350;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  z-index: 5;
}




#footer {
  margin: 0 auto;
  width: 800px;
  height: 41px;
  position: relative;
}
#footer_bg {
  width: 800px;
  height: 41px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: .700;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  z-index: 5;
}
#footer_content {
  width: 800px;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 10;
}
#footer_content p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  text-align: center;
}
#footer_content a {
  color: #FFFFFF;
  text-decoration: none;
}



#marketing {
  margin: 15px auto;
  padding: 0 0 15px 0;
  width: 800px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
#marketing a {
  color: #FFFFFF;
}
#marketing a:hover {
  text-decoration: none;
}
