/*
Theme Name: SeaScape
Description: A Bubbly Theme
Version: 1.0
Author: DentalWebCenter
Author URI: http://dentalwebcenter.com/
Tags: bubbles, green, round
  Created by Anthony Taylor
*/

* {
  margin: 0px auto;
  padding: 0px;
}

a:link {
  color: #00979E;
}
a:hover {
  text-decoration: none;
  color: #FF0000;
}
a:visited {
  color: #00979E;
}

body {
  background: #00979E url(images/back_all.gif) repeat-x bottom right; 
  font: 13px Arial, Helvetica, sans-serif;
  color: #383838;
}
#bottom_back {
  background: url(images/back_all_big.gif) no-repeat bottom right;
}
#content {
  margin: 0 auto;
  padding-top:35px;
  width: 865px;
  background: url(images/top_header.png) no-repeat top;
  min-height:945px;
}

#main {
  margin: 0 auto;
  width: 756px;
  background: url(images/table_back.gif) repeat-y;
  text-align: center;
}

#back {
  width: 756px;
  margin: 0 auto;
}

#top {
  margin: 0 auto;
  text-align: center;
  width: 756px;
  height: 13px;
  background: url(images/top.png) no-repeat;
}

#bottom {
  margin: 0 auto;
  text-align: center;
  width: 756px;
  height: 15px;
  background: url(images/bottom.png) no-repeat;
}

#header {
  height: 30px;
  text-align: right;
}

#logo {
  background: url(53FF30) no-repeat;
  border: solid FF1726;
  padding-top: 10px;
  padding-right: 30px;
  float: right;
  margin: 10px 20px 0 0;
}

#logo h1 {
  font-size: 28px;
  text-transform: uppercase;
}
#logo h1 a {
  color: #FFFFFF;
  text-decoration: none;
}

#logo h2 {
  font-size: 12px;
  font-style: italic;
  color: #FFFFFF;
}

#box {
  background: url(images/box.gif) no-repeat;
  height: 138px;
  width: 756px;
  color: #666666;
  overflow: hidden;
  text-align: right;
}

#right {
  margin-left:20px;
  width: 208px;
  float: right;
  padding: 0 10px 0 0;
  text-align: left;
}

#right h4 {
  width: 183px;
  height: 27px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 25px;
  padding-top: 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: url(images/title.gif) no-repeat;
}

#right ul {
  list-style: none;
  margin-bottom: 10px;
  padding-top: 10px;
}

#first, #second {
  height:200px;
  background:url(images/title_back.gif) no-repeat 0 45px;
  padding:  0 0 60px 0;
}

#right li {
  padding: 7px;
  padding-left: 20px;
}

#right a {
  color: #00979E;
}
#right a:visited {
  color: #00979E;
}

#right p {
  font-size: 12px;
  padding-left: 10px;
}

.bot {
  padding: 10px;
}

#left {
  /* width: 520px; */
  margin: 0 10px;
  text-align: left;
}

#left h4 {
  margin: 0;
  padding: 0px;
  font-size: 20px;
  color: #00979E;
}

#left a {
  color: #00979E;
  text-decoration: none;
}

#left p {
  margin: 5px 5px 0 5px;
  padding: 0;
}

#left h2 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  color: #00979E;
}

#left ol, #left ul {
  margin-left: 30px;
}

#left2 {
  width: 700px;
  margin-left: 25px;
  text-align: left;
}

#left2 h4 {
  margin: 0;
  padding: 0px;
  font-size: 20px;
  color: #00979E;
}

#left2 a {
  color: #00979E;
  text-decoration: none;
}

#left2 p {
  margin: 5px 5px 0 5px;
  padding: 0;
}

#left2 h2 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  color: #00979E;
}

#left2 ol, #left2 ul {
  margin-left: 30px;
}

#footer {
  margin: 15px auto 0;
  width: 756px;
  text-align: center;
  padding-bottom:45px;
}

#footer p {
  font-size: 10px;
  text-align: center;
  color: #000000;
}

#footer a {
  color: #000000;
}

.float_right {
  padding: 10px 10px 0px 5px;
  float: right;
}

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
  text-align: center;
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 738px;
  background: #ececec; /*menu strip background*/
  padding: 3px 0;
  border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
  width: 100%;
}

.navigation ul { /*aero button CSS*/
  list-style-type: none;
  display: inline;
}

.navigation li{ /*aero button CSS*/
  display: inline;
}

.navigation li { /*aero button CSS*/
  background: transparent url('images/aeroleft.png') no-repeat top left;
  display: inline-block;
  vertical-align: middle;
  font: bold 10px Verdana, Trebuchet MS; /* Change 13px as desired */
  line-height: 21px; /* This value + 8px should equal height of button background (default is 31px) */
  height: 24px; /* Height of button background height */
  padding-bottom: 5px;
  padding-left:10px;
  margin:0 -2px; /*spacing between buttons*/
}

.navigation li a {
  color:#326668;
  background: transparent url('images/aeroright.png') no-repeat top right;
  display: block;
  padding: 0 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
  text-decoration: none;
}

.navigation li a:hover{ /* Hover state CSS */
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*this and next two rules control opacity of buttons during hover*/
  opacity: 1;
  -moz-opacity: 0.50;
}

.navigation li a:hover { /* Hover state CSS (for text) */
  color: #ffffff;
}
#links li {
  list-style:none;
  padding-bottom:15px;
}
#theform label {float:left;display:block;width:130px;}
#theform input {width:207px;}
#theform p {margin:5px 0;}
#theform #submit {
  width:140px;
  float:left;
  margin-left:225px;
}
.ui-accordion .ui-accordion-header {
  padding-left:35px;
}