/* css Caddo District default style v1.1 */
/* written by Eppie Adams <cewebsites.com>  */


/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body {background: #fefdfa url(images/back.gif);
       padding: 0px;
       top: 0px;
       }

p, body     {font: 8pt/14pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
       text-align: justify;
       }

td, li     {font: 8pt/14pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
       }

h1     {font: bold 20pt Arial, Helvetica, sans-serif;
       text-align: center;
       }

h2     {font: bold 12pt Arial, Helvetica, sans-serif;
       text-align: left; 
       text-decoration: underline;
       }

h3     {font: bold 12pt Arial, Helvetica, sans-serif;
       text-align: left;
       }

h4     {font: bold 11pt Arial, Helvetica, sans-serif;
       text-align: left; line-height: .3ex;
       }

a:link {text-decoration: underline;
        color: #0000c0;}

a:visited {text-decoration: underline;
           color: #eaab00;}

a:hover, a:active {text-decoration: none;
                   color: #c00000;}

/* specific divs */
#container {background: #fefdfa url(images/cont_back.gif) repeat-y;
            width: 700px;
            height: auto;
            border: 5px solid #f0efc0; 
            padding: 0px; 
            font: 8pt/16pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;;
            color: #404040;
            margin-right: auto;
            margin-left: auto;
            margin-top: 65px;
            margin-bottom: 40px;
            }

#intro {width: 700px;}

#pageHeader {width: 700px;
             padding: 0px;}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#pageHeader h1 {margin: 0px;
                background-image: url(images/logo.gif);
                background-repeat: no-repeat;
                height: 256px;
                width: 171px;
                position: absolute;
                left: auto;
                padding-left: 10%;
                top: 70px;
                right: auto;
                }

#pageHeader h1 span {display:none}

#pageHeader h2 {margin: 0px;
                background-image: url(images/header.jpg);
                background-repeat: no-repeat;
                height: 225px;
                width: 700px;
                }

#pageHeader h2 span {display:none;}

#quickSummary
         {width: 450px;
          margin-left: 201px;
          padding-right: 10px;
          padding-left: 10px;
          }

#preamble, #explanation, #participation, #benefits, #requirements 
         {width: 600px;
          margin-left: 40px;
          padding-right: 10px;
          padding-left: 10px;
          }

#quickSummary {border-bottom-width: 1px;
               border-bottom-style: dashed;
               border-bottom-color: #f6f1e8;
               padding-top: 0px;
               padding-bottom: 9px;
	       
               }

#quickSummary p.p1 {position: absolute;
                    left: auto;
                    top: 255px;
                    width: 430px;
                    padding-right: 10px;
                    padding-left: 00px;
                    }



#supportingText {background-image: url(images/books.gif);
                 background-position: left bottom;
                 background-repeat: no-repeat;}

#footer {text-align: center;
         position: relative;
         top: 50px;
         padding-left: 150px;}




