﻿/*
CSS for Georgia Cleaning Company site
*/


html {
  background: #FFFFFF;
  height: 100%;
  margin: 0;
  padding: 0;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

body {
  text-align: center;
}

#header {
  margin: 0;
  padding: 0;
}

#content {
  width: 39.5em;
  margin: 0 auto;
  padding: 0;
}

#navigation {
  font-family: Tahoma, Geneva, sans serif; 
  font-size: 80%;
  font-weight: bold;
  line-height: 100%;
  margin: auto;
  z-index: 1;
  padding: 0;
  width: 49.5em;
  white-space: nowrap;
}

#container {
  float: left;
  clear: left;
  margin: auto;
  width: 100%;
}

#contactus {
  font-family: Tahoma, Geneva, sans serif; 
  font-size: 80%;
  font-weight: bold;
  line-height: 100%;
  margin: auto;
  padding: 0;
  width: 49.5em;
  height: 0.1em;
  white-space: nowrap;
}

#thanks {
  font-family: Tahoma, Geneva, sans serif; 
  font-size: 80%;
  font-weight: bold;
  line-height: 100%;
  margin: auto;
  padding: 0;
  width: 49.5em;
  height: 0.1em;
  white-space: nowrap;
}

#antispam img {
  float: left;
  margin-top: 0;
}

#antispam p {
  font-size: 67%;
  float: left;
  width: 168px;
  margin: 0;
  padding-left: 2%;
}

#antispam {
  width: 268px;
  margin: 0 auto;
  margin-top: -1%;
}

#footer {
  font-family: Tahoma, Geneva, sans serif; 
  margin: auto;
  padding: 0;
  width: 39.5em;
  white-space: nowrap;
}

h1 {
  float: left;
}

h2 {
  float: left;
}

h3 {
  color: #000000;
  font-size: 140%;
}

p {
  font-size: small;
  color: #33CC33;
}

ul {
  list-style: none;
  margin: 0;
  padding-right: 0px;
  text-align: center;
  text-decoration: none;
}

li {
  display: inline;
  text-align: center;
  padding: 0.9em;
}

a:link {
  color: #0066CC;
  text-decoration: none;  
  text-align: center;
}

a:visited {
  color: #696969;
  text-decoration: none; 
  text-align: center; 
}

a:hover {
  text-decoration: none;
  color: #CC3333;
  text-align: center;
}

a:active {
  color: #009966;
  text-align: center;
}

form.contact fieldset {
  border: 0;
  font-size: small;
  color: #33CC33;
  margin-top: 5.7em;
}

form.contact label.fixedwidth {
  display: block;
}

.consultation1 {
  font-weight: bold;
  font-size: 120%;
  line-height: 25px;
  margin-top: -8px;
}

.consultation2 {
  font-weight: bold;
  font-size: 120%;
  line-height: 70%;
  margin-top: -16px;
}

.copy {
  font-size: 70%;
}


/*
This section deals with the positioning of items on the screen.
It uses both relative positioning and absolute positioning, which refers to fixed x and y coordinates 
measured from the top-left corner of the browser's content display.
*/


#header, #content, #navigation, #contactus, #container, #thanks, #footer {
  position: relative;
}

#content {
  top: -0.7em;
}

#navigation {
  top: 2.65em;
}

#contactus {
  top: 3.3em;
}

html>/**/body #contactus {
  top: -0.5em;
}

#thanks {
  top: 18em;
}

#footer {
  top: 36.1em;
}

html>/**/body #footer {
  top: 35.5em;
}

h1 span, h2 span, p span, .bk01, .bk02, .bk03, .bk04, .bk05, .menu-bar, .serv-screen01, .serv-screen02, .serv-screen03, .serv-screen04, .cu, .logo-box, .weekly, .free-phone, .serv-copy, .clean-living, .blue-box1, .blue-box2, .serv-photo, .blue-rect, .blue-rect2, .ft-pg-copy, .cust-bar, .satisf, .under-construction {
  position: absolute;
}

h1 span {
  left: -4000px;
}

h2 span {
  left: -4000px;
}

p span {
  left: -4000px;
}

.bk01 {
  top: 0px;
  left: 0px;
}

.bk02 {
  top: 94px;
  left: 0px;
}

.bk03 {
  top: 300px;
  left: 0px;
}

.bk04 {
  top: 416px;
  left: 0px;
}

.bk05 {
  top: 516px;
  left: 0px;
}

.menu-bar {
  top: 34px;
  left: 0px;
}

.serv-screen01 {
  top: 150px;
  left: 24px;
}

.serv-screen02 {
  top: 150px;
  left: 309px;
}

.serv-screen03 {
  top: 365px;
  left: 24px;
}

.serv-screen04 {
  top: 365px;
  left: 309px;
}

.cu {
  top: 160px;
  left: 159px;
}

.logo-box {
  top: 60px;
  left: 44px;
}

.weekly {
  top: 162px;
  left: 280px;
}

.free-phone {
  top: 156px;
  left: 390px;
}

.serv-copy {
  top: 235px;
  left: 50px;
}

.clean-living {
  top: 328px;
  left: 50px;
}

.blue-box1 {
  top: 483px;
  left: 50px;
}

.blue-box2 {
  top: 484px;
  left: 196px;
}

.serv-photo {
  top: 255px;
  left: 350px;
}

.blue-rect {
  top: 261px;
  left: 311px;
}

.blue-rect2 {
  top: 544px;
  left: 159px;
}

.ft-pg-copy {
  top: 330px;
  left: 357px;
}

.cust-bar {
  top: 250px;
  left: 45px;
}

.satisf {
  top: 498px;
  left: 25px;
}

.under-construction {
  top: 375px;
  left: 122px;
}