﻿body                            {  }
h1,h2,h3,h4                     { text-align: center; }
h4                              {  }
#wrapper                        { position: absolute; width: 84%; left: 8%; right: 8%; top: 0%;
                                  margin-top: 15px; margin-bottom: 15px; }
#header                         { height: 120px; position: relative; left: 0px; top: 0px; }
#logo                           { position: absolute; left: 0px; top: 0px; width: 205px;
                                  height: 120px; }
#logo h2                        { position: absolute; left: 0px; top: 10px; width: 205px;
                                  height: 40px; margin: 0px; }
#logo h3                        { position: absolute; left: 0px; top: 50px; width: 205px;
                                  height: 40px; margin: 0px; }
#logo h4                        { position: absolute; left: 0px; top: 90px; width: 205px;
                                  height: 20px; margin: 0px; }
#title                          { height: 100%; margin-left: 205px; margin-top: 0px; }
#title h1                       { margin-top: 0px; white-space: nowrap; }
#middle                         { position: relative; left: 0px; top: 0px; }
#sidebar                        { float: left; width: 205px; height: 100%; margin-left: 0px;
                                  margin-top: 0px; }
#sidebar p                      { margin-top: 0px; }
#portrait                       { width: 205px; height: 274px; }
#sidebar div.contactInfo        { text-align: center; }
#callButtonLayer                { text-align: center; }
#phoneNumbers                   { margin: 7.5px; }
#phoneNumbers td                { width: 50%; padding: 0px; text-align: left;
                                  white-space: nowrap; }
#streetAddress                  { text-align: left; margin: 9px; }

#content                        { position: relative; left: 0px; top: 0px; margin-left: 205px;
                                  height: 100%; }
#content p                      { margin: 15px; }

#postItPad                      { text-align: center; }
#postItPad div.postIt           { display: inline; float: left; width: 191px; height: 100px;
                                  padding: 0; margin: 7px; }
#postItPad div.postIt h4        { line-height: 20px; text-align: left; margin: 0px; }
#postItPad div.postIt p         { text-align: left; text-indent: 0px; line-height: 17px;
                                  font-size: 14px; margin: 0px; }
#postItPad div.postIt p a:hover { color: red; }

#navigation_1                   { margin: 0px; }
#navigation_1 ul                { /*margin-left: 0px; margin-top: 0px;*/ margin: 0px; display: block;
                                  list-style-type: none; text-align: center; }
#navigation_1 ul li             { /*text-indent: 0px;*/ display: inline; padding: 0 5px 0 5px;
                                  list-style-type: none; margin: 0px; }
#navigation_1 ul li a           { white-space: nowrap; }

#navigation_2                   { margin: 0px; }
#navigation_2 ul                { /*margin-left: 0px; margin-top: 0px;*/ margin: 0px; display: block;
                                  list-style-type: none; text-align: center; white-space: normal; }
#navigation_2 ul li             { /*text-indent: 0px;*/ display: inline; padding: 0 5px 0 5px;
                                  list-style-type: none; margin: 0px; }
#navigation_2 ul li a           { white-space: nowrap; }


#footer                         { position: relative; left: 0px; top: 0px;  clear: left; }
#didYouKnow                     { border-style: solid; border-width: 1px; position: fixed;
                                  bottom: 0px; right: 0px; z-index: 1; margin: 0px;
                                  background-color: #CCF; color: #006; width: 120px; }