/* global designs.css */
body {
   font-size:14px;
}
strong {
   font-weight:bold;
}
p {
   margin-bottom:1em;
}
#content_inner h3 {
   font-size:18px;
   margin-bottom:6px;
}
#content_inner {
   font-size:13px;
   text-align:left;
}
#content_inner .labeled_input {
   text-align:left;
}
#content_inner em {
   font-style:italic;
}
#content_inner em strong {
   font-style:italic;
   font-weight:bold;
}
#content_inner strong em {
   font-style:italic;
   font-weight:bold;
}

.full_site_banner {
   background:#3a3a3a;
   text-align:center;
   padding:10px 0 8px 0;
}
#google_ad_sense_banner {
   position:relative;
   height:100%;
   padding:10px 0;
   width:100%;
   text-align:center;
   z-index:8;
}

div.lb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: url('/images/screen.png');
  z-index:10;
}
div.lb #brand_new_site {
   background-color: white;
   height: auto;
   width: 400px;
   margin: 60px auto;
   padding: 1em 2em 1em 2em;
   border: solid black 1px;
}
div.lb #brand_new_site p {
   line-height: 1.5em; 
   font-weight: bold;
   color:#505050;
   text-align: center;
}
div.lb #brand_new_site a img {
   padding-top: 1em; 
}


.bottom_logos {
   margin-top:20px;
   text-align:center;
}

.bottom_logos a {
   font-size:7pt;
}

.bottom_logo {
   width:50%
}
.bottom_logo.nhi {
   float:left
}
.bottom_logo.amta {
   float:right
}

.bottom_logo.single {
   float:none;
   clear:both;
   width:100%
}

.helpful_form {
   margin-bottom:15px;
}
.helpful_form .icon {
   float:left;
   margin-right:20px;
}
.helpful_form .title {
   font-weight:bold;
   margin:0;
}

h1.service_heading { position: relative; width: 100%; margin: 0 0 .3em 0; font-size:1.5em }
h1 span.rates { position: absolute; right: 0; bottom: 0; text-align: right; font-size: .8em; }
h1 span.rates a { font-size: .7em; }
div.rates {font-weight:bold;margin-bottom:.7em;margin-top:-5px;font-size:1.1em;}

#customer_form .error_msg {
   position:absolute;
   display:block;
   background:#fff;
   color:red;
   width:250px;
   text-align:left;
   border:2px solid red;
   font-weight:bold;
   padding:4px;
}
#customer_form {
   width: 100%;
   margin-bottom: 20px;
}
#customer_form .inner {
   margin: 10px 25px 15px 15px;
}
#customer_form fieldset legend {
   font-size: 1.3em;
   font-weight: bold;
   padding: 0 5px;
   margin: 0 10px;
}
#customer_form .labeled_input {
   width: 100%;
   height: 35px;
   clear: both;
   margin: 5px 0;
   padding-left: 10px;
}
#customer_form .tall {
   height: 100px;
}
#customer_form .labeled_input label {
   float: left;
   width: 110px;
   text-align: right;
   margin-right: 20px;
   font-weight: bold;
   padding-top: 8px;
}
#customer_form .labeled_input .fields {
   display: block;
   float: left;
   padding-top: 7px;
}
#customer_form .labeled_input input[type="text"] {
   height: 20px;
   width: 260px;
}
#customer_form .labeled_input textarea {
   height: 80px;
   width: 260px;
}
#customer_form input[type="submit"] {
   clear: both;
   margin: 0 0 8px 130px;
}
#customer_form .labeled_input input.phone {
   width: 40px;
}
#customer_form .labeled_input input.amount {
   width: 60px;
}

#content_inner ol, #content_inner ul {
   margin-left:3em;
   padding-left:0;
   margin-bottom:1.2em;
}
#content_inner ol li {
   list-style-type: decimal;
}
#content_inner ul li {
   list-style-type: disc;
}
#content_inner .error {
   background-color:#cc0000;
   color:#fff;
   font-weight:bold;
   padding:1em;
}

#social_networking {
   text-align:center;
}
#social_icons a img {
   margin:5px 5px 0 5px;
}
.st_sharethis {
   display:block;
   float:right;
   padding:5px 5px 0 0;
}

#hours_box {
   padding:1px;
   margin-bottom:1.2em;
   font-size:12px;
}

#hours_box div {
   padding:9px;
   margin:2px;
}

#hours_box .day {
   font-weight:bold;
   display:block;
   float:left;
   width:110px;
}

fieldset {
   overflow:hidden;
}
#footer_spacer {
   margin:0 5px;
}
.view_larger_map {
   font-size:11px;
   margin-bottom:5px;
   text-align:left;
}

/* design01 base.css */
.header {
   position: absolute;
   width: 729px;
   height: 141px;
}
.inner .header {
   height:94px;
}
.header .heading {
   position: absolute;
   width: 670px;
   left: 210px;
}
.inner .header .heading {
   left: 160px;
}
.heading h1 {
   position:relative;
   width:100%;
}
h1 .title, h1 .subtitle {
   position:absolute;
   display:block;
   width:100%;
   text-align:center;
}
h1 .title {
   top:48px;
}
h1.with_subtitle .title {
   top:43px;
}
h1.with_subtitle .subtitle {
   top:78px;
}
.inner h1 .title {
   top:22px;
}
.inner h1.with_subtitle .title {
   top:10px;
}
.inner h1.with_subtitle .subtitle {
   top:45px;
}
h1.page_inner {
   margin-bottom:10px;
}
.header_extra {
   position: relative;
   top: 141px;
   height: 46px;
   width: 729px;
}
.header_extra .left {
   float: left;
   height: 46px;
   width: 183px;
   overflow: hidden;
}
.header_extra .middle {
   float: left;
   height: 46px;
   width: 538px;
   padding-top: 46px;
}
.header_extra .right {
   float: left;
   height: 46px;
   padding-top: 46px;
   width: 8px;
}
.inner .header_extra {
   clear:both;
   height:42px;
   top:94px;
}
.body_shape {
   background-repeat: no-repeat;
   background-position: left bottom;
}
.body_shape_footer {
   height:13px;
   width:720px;
}
.home .right_column {
   padding: 322px 7px 30px 100px;
}
.inner .right_column {
   float:right;
   width:530px;
   margin-top:76px;
}
.left_column {
   float: left;
   width: 183px;
}
.left_column .menu {
   padding-bottom: 11px;
}
.left_column .menu a {
   text-decoration: none;
}
.left_column .menu ul {
   text-align: center;
   padding-top: 100px;
   padding-bottom: 20px;
   list-style:none;
}
.left_column .menu li {
   padding-bottom: 0.5em;
   margin:0;
}
.left_column .menu a:hover {
   color: #e4d5a4;
   text-decoration: underline;
   font-weight:bold;
}
#menu_inner {
   margin-left: 20px;
}
.content {
   margin: auto;
   width: 729px;
   background-position: 240px;
   padding-bottom: 1em;
}
.content .error {
   background-color:#cc0000;
   color:#fff;
   font-weight:bold;
   padding:1em;
}
.content em {
   font-style:italic;
}
.content ul {
   list-style:square;
}
.content li {
   margin:0.5em;
}
.content a {
   text-decoration:underline;
}
.center {
   background-repeat: repeat-y;
   background-position: center center;
   text-align:left;
   background-image: url(/amta/images/designs/design01/theme3/center.png);
}
#content_inner {
   font-size:14px;
   padding-left: 100px;
   padding-top: 20px;
   padding-right: 150px;
   margin-top: 0;
}
.home #content_inner {
   border-top: 1px solid #A2905E;
}
.inner #content_inner {
   height:auto !important;
   height:400px;
   min-height:400px;
   padding:0 24px 30px 11px;
}
.footer {
   width: 730px;
   margin-right: auto;
   margin-bottom: auto;
   margin-left: auto;
   font-size: 0.8em;
}
.footer a {
   line-height:2em;
   color:#fff;
}
#footer_text {
   padding-left:2em;
   color:#fff;
}


/* design01 theme tpl */
html, body {
   background-image: url(/amta/images/designs/design01/theme3/background.jpg);
}
.header {
   background: url(/amta/images/designs/design01/theme3/header.jpg) no-repeat left top;
}
.inner .header {
   background: url(/amta/images/designs/design01/theme3-inner/header.jpg) no-repeat left top;
}

.left_column .menu {
   background: url(/amta/images/designs/design01/theme3/menu_bottom.gif) no-repeat 20px bottom;
}
.left_column .menu li {
   background: url(/amta/images/designs/design01/theme3/menu_separator.gif) no-repeat center bottom;
}
.left_column .menu a {
   color:#fff;
}
.left_column .menu a:hover {
   color:#cad3b8;
}
#menu_inner {
   background: #7f7e3d url(/amta/images/designs/design01/theme3/menu_background.jpg) no-repeat left bottom;
}
.inner .body_shape {
   background: url(/amta/images/designs/design01/theme3-inner/body_shape_repeat.gif) repeat-y;
}
.body_shape_footer {
   background: url(/amta/images/designs/design01/theme3-inner/body_shape_footer.gif) no-repeat left bottom;
}
.home .header_extra .left {
   background: url(/amta/images/designs/design01/theme3/header_extra_left.gif);
}
.home .header_extra .middle {
   background: url(/amta/images/designs/design01/theme3/header_extra_center_top.jpg) no-repeat;
}
.home .header_extra .right {
   background: url(/amta/images/designs/design01/theme3/header_extra_right.gif) no-repeat left top;
}
.home .body_shape {
   background-image: url(/amta/images/designs/design01/theme3/body_shape.gif);
}

.content a {
   color:#636124;
}
h1.service_heading {
   color:#636124;
}
#content_inner h3 {
   color: #636124;
}
#content_inner .rates {
   color:#636124;
}
.content {
   background-image: url(/amta/images/designs/design01/theme3/rectangle.gif);
}


#customer_form fieldset{
   border:#636124 2px solid;
}
#customer_form fieldset legend{
   color:#636124;
}
#hours_box {
   border:#636124 1px solid;
   color: black;
}
#hours_box .odd {
   background:#dddcb5;
}
#hours_box .even {
   background:#cac9a4;
}

.footer {
   background-color: #636124;
}

#social_networking {
   color: #fff
}
.sharethis {
   color:;
}
.inner .sharethis {
   color:;
}