BODY {
          font-family: Trebuchet MS;
          font-size: 10px;
          color: #333;
          background-color: white;
     }

#smallTopBar {
          position: absolute;
          left: 10px;
          top: 55px;
          width: 90%;
          height: 5px;
          background-color: #339;
          border: 1px solid black;
          z-index: 0;
        }
        
#topBar {
          position: absolute;
          left: 10px;
          top: 30px;
          width: 95%;
          height: 20px;
          background-color: #C00;
          border: 1px solid black;
          z-index: 2;
        }

#leftBar {
           position: absolute;
           left: 40px;
           top: 10px;
           height: 96%;
           width: 80px;
           overflow: auto;
           background-color: #339;
           border: 1px solid black;
           z-index: 1;
         }
#menuHeader {
        position: relative;
        padding-top: 160px;
        margin-left: 210px;
        font-size: 20px;
        width: 60%;
        border-bottom: 1px solid black;
}
#menuContainer {
        position: relative;
        padding-top: 20px;
        margin-left: 180px;
}
.menuItem {
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
}
#pageBox {
    position: absolute;
    height: 100%;
    width: 100%;
}
#pageTop {
    position: relative;
    min-height: 92%;
    max-height: auto;
    width: 100%;
}
#pageBottom {
    position: relative;
    min-height: 3%;
    max-height: 8%;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
}
.contactInfo {
    position: relative;
    z-index: 1000;
    padding-top: 0px;
    margin-left: 160px;
    width: 850px;
    color: black;
    font-size: 13px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: center;
}
#logoAG {
    position: absolute;
    left: 70%;
    top: 80px;
    color: #C00;
    font-size: 35px;
}
#logoCleaning {
    position: absolute;
    left: 75%;
    top: 75px;
    color: #339;
    font-size: 22px;
}
#logoServices {
    position: absolute;
    left: 77%;
    top: 94px;
    color: #339;
    font-size: 22px;
}
#topicHeader {
    position: relative;
    padding-top: 170px;
    margin-left: 160px;
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    width: 50%;
}
.cleanerTable {
    position: relative;
    margin-left: 160px;
    border: none;
    border-collapse: collapse;
}
.cleanerTH {
    border: 1px solid black;
    background-color: black;
    color: white;
    padding: 3px;
    text-align: center;
    font-size: 12px;
}
.cleanerTDEven {
    border: 1px solid black;
    padding: 3px;
    background-color: lightGray;
    text-align: center;
    font-size: 12px;
}
.cleanerTDOdd {
    border: 1px solid black;
    padding: 3px;
    background-color: lightBlue;
    text-align: center;
    font-size: 12px;
}
.inputSpan {
    position: absolute;
    margin-top: -3px;
    left: 90px;
}
.formArea {
    position: absolute;
    left: 190px;
    top: 210px;
}
.formEntry {
    position: relative;
    height: 30px;
    width: 200px;
    font-size: 14px;
}
#addEditSubmit {
    position: absolute;
    margin-top: 15px;
    left: 190px;
}
.updateDone {
    position: relative;
    margin-left: 170px;
    padding-top: 20px;
    font-size: 20px;}
#managementLinks {
    position: absolute;
    left: 435px;
    top: 190px;
    z-index: 10;
}
#faqContainer {
    position: relative;
    margin-left: 200px;
    margin-top: 20px;
    background-color: white;
    width: 750px;
}
#faqContainer li {
    margin: 5px 0 5px 0;
}
#faqContainer a,  #faqContainer a:visited {
    font-size: 13px;
    color: #339;
    background-color: white;
    font-weight: bold;
}
#faqContainer a:hover, #faqContainer a:active {
    border-bottom: 1px dotted  #339;
}
#textContainer {
    position: relative;
    margin-left: 230px;
    background-color: white;
    width: 750px;
}
#textContainer PRE {
  width:300px;
  overflow:auto;
  border:1px solid #aaa;
  background-color:#eee;
  color:#222;
  display:block;
  font-family: Trebuchet MS;
  font-size: 15px;
  padding:1em;
  margin-left: 20px;
  margin-top: 30px;
}
#formContainer {
    position: relative;
    margin-left: 230px;
    margin-top: 20px;
    padding: 5px;
    border: 1px solid black;
    width: 520px;
}
#formContainer select {
  margin-left: 10px;
}
.formLine {
    margin-left: 10px;
    margin-top:10px;
    margin-bottom: 10px;
}
.formLabel {
    font-size: 16px;
    font-weight: bold;
}
.formInput {
    position: absolute;
    left: 230px;
}
.formCheckBox {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
.submitLine {
    position: relative;
    margin-left: 450px;
    margin-top: 90px;
}
.textBlock {
    position: relative;
    margin-top: 30px;
    padding-left: 10px;
    width: 500px;
    font-size: 15px;
    border-left: 1px dotted gray;
}
.listBlock {
    position: relative;
    margin-top: 10px;
    padding-left: 30px;
    width: 65%;
    font-size: 13px;
}
#copyrightBlock {
    position: relative;
    margin-top: 30px;
}
#mainLinks {
    position: absolute;
    left: 60px;
    top: 70px;
    z-index: 5;
}
#mainLinks a:hover, a:active, a:focus {
       background-color: #C00;
       color:white;
       cursor:pointer; 
}
a.linkBox {
    display: block;
    border: 1px dotted gray;
    height: 20px;
    width: 130px;
    background-color: white;
    color: #339;
    font-size: 14px;
}
.linkSpan {
    margin-left: 20px;
}
#emailContainer {
  position: absolute;
  left: 790px;
  top: 470px;
  z-index: 2;
}
#emailContainer a:link, #emailContainer a:visited {
    color: white;
}
#emailContainer a:hover, #emailContainer a:active, #emailContainer a:focus {
    background-color: white;
    color: #C00;
    cursor: pointer;
}
#staffLinksContainer {
  position: absolute;
  left: 430px;
  top: 40px;
}
#staffLinksContainer a:link, #staffLinksContainer a:visited {
    color: white;
}
#staffLinksContainer a:hover, #staffLinksContainer a:active, #staffLinksContainer a:focus {
    background-color: white;
    color: #C00;
    cursor: pointer;
}
#showerImg {
	border: 1px solid black;
	position: absolute;
	left: 760px;
	top: 170px;
	padding: 2px;
	z-index:100;
} 	
#interiorImg {
	border: 1px solid black;
	position: absolute;
	left: 760px;
	top: 170px;
	padding: 2px;
	z-index:100;
} 	
#sinkImg {
	border: 1px solid black;
	position: absolute;
	left: 760px;
	top: 350px;
	padding: 2px;
	z-index:100;
} 	
#creditcard {
	position: absolute;
	left: 490px;
	top: 10px;
	padding: 2px;
	z-index:100;
} 	
#officeImg {
	border: 1px solid black;
	position: absolute;
	left: 760px;
	top: 390px;
	padding: 2px;
	z-index:100;
} 	
#computerImg {
	border: 1px solid black;
	position: absolute;
	left: 760px;
	top: 170px;
	padding: 2px;
	z-index:100;
} 	
#headShotPhoto {
	border: 1px solid black;
	position: absolute;
	left: 760px;
	top: 170px;
	padding: 2px;
	z-index:100;
} 	
#flowerDiv {
	border: 1px solid black;
	position: absolute;
	left: 550px;
	top: 220px;
	padding: 2px;
	z-index: 1;
} 	
a.emailUs {
    position: relative;
    display: block;
    margin-top: 5px;
    border: 1px dotted gray;
    height: 18px;
    width: 160px;
    background-color: #C00;
    color: white;
    font-size: 14px;
    text-align: center;
    vertical-align: center;
}
a.staffLink {
    position: relative;
    display: block;
    border: 1px dotted gray;
    height: 18px;
    width: 160px;
    background-color: #C00;
    color: white;
    font-size: 14px;
    text-align: center;
    vertical-align: center;
}
.tagLine {
    	position: relative;
        margin-top: 30px;
        padding-left: 100px;
        width: 500px;
	font-size: 26px;
	font-style: italic;
	color: #600;
}
a:link, a:visited { color: #339; text-decoration: none; }
a:hover, a:active, a:focus { color: #C00; background-color: white; }

