/*

position
top/left
width/height
padding/margin
font
colors
*/

body, html { margin: 0, padding: 0; background: #dadae3; 
             font-family: arial, "lucida console", sans-serif;
}

h1 { font-family: arial, "lucida console", sans-serif; font-size: 125%; }
h2 { font-family: arial, "lucida console", sans-serif; font-size: 110%; }


p { text-align: justify; }

#content {
           position: absolute;
/*
           margin-left: 5%;
           margin-right: 5%;
*/
           padding-left: 2px;
           padding-right: 2px;
           
           border: 1px solid black;

           top: 3%;

           width: 900px;
           height: 94%;
           background: #f8f8fd;

           left: 50%;
           margin-left: -450px;
           }

#heading {
           width: 100%;
           height: 60px;
           margin-top: 2px;
           background: #47a2f0;
           }

#headingInner { float: left;
                padding-top: 33px;
                padding-left: 10px;
                bottom: 10px;
                font-family: arial, "lucida console", sans-serif;
                font-size: 140%;
                color: white;
                }


#headingInner a { color: white; text-decoration: none;}


#headingPhone { float: right;
                padding-right: 10px;
                padding-top: 40px;
                font-family: arial, "lucida console", sans-serif;
                font-size: 90%;
                color: white;
                }


#nav {
       width: 100%;
       height: 20px;
       margin-top: 2px;
       background: lightgrey;
       }


#nav a { color: black;
         text-decoration: none;
         margin-left: 10px;
         margin-right: 10px;
         padding-left: 20px;
         padding-right: 20px;
         }
#nav a:visited {  }
#nav a:hover { background: darkgrey; }

#navInner { padding-left: 10px;
            font-size: 80%; }





#contentMain { padding-top: 10px;
               padding-left: 2%;
               font-size: 90%;
               }

#contentTextLeft { float: left; width: 60%;}
#contentTextRight { float: right; width: 66%; margin-right: 4%; }
#contentTextCenter { text-align: center; width: 100%;}
#contentTextCenter p { text-align: center;}

#contentPicLeft { float: left; width: 30%; }
#contentPicRight { float: right; width: 34%; margin-left: 4%; margin-top: 10px; padding-right: 2%; }


li { margin-bottom: 10px; }


