/*
Title:      Master styles for screen media
Author:     paulpope@steampoweredweb.com
*/



/*
For easy retrieval: font-family:            "Lucida Grande", Tahoma, sans-serif;
*/

html {
   font-size:                            100%;
}

* {
   margin:                                  0;
   padding:                                 0;
}


body {
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size:                            62.5%;
   background:                            #eee;
   background-image: url("../images/backgrounds/body_back.gif");
}



/* page structure
-------------------------------------------- */

#wrap {
   width:                                950px;
   padding-bottom:                        15px;
   background-image: url("../images/backgrounds/checkered1.png");
   background-color:                     white;
   border:                     1px solid black;
   margin-left:                           auto;
   margin-right:                          auto;
   padding-top:                           15px;
   margin-top:                            15px;
   margin-bottom:                         20px;
}

#body_top {
   background-image: url("../images/backgrounds/body_top.png");
   background-repeat:                no-repeat;
   background-position:             top center;
   width:                                750px;
   height:                               250px;
   padding-top:                           50px;
   margin-left:                           auto;
   margin-right:                          auto;
}

h1 {
   text-indent:                        -9999px;
   background-image: url("../images/backgrounds/h1.png");
   background-repeat:                no-repeat;
   background-position:                 center;
   height:                               245px;
   width:                                540px;
   margin-left:                           auto;
   margin-right:                          auto;
}

#allcontent {
   position:                          relative;
   font-size:                             14px;
   background-image: url("../images/backgrounds/body_mid.png");
   background-position:                 center;
   background-repeat:                 repeat-y;
   margin-left:                           auto;
   margin-right:                          auto;
   width:                                680px;
   padding-left:                          35px;
   padding-right:                         35px;
   padding-top:                           10px;
   padding-bottom:                        10px;
}

#navigate {
   width:                                680px;
   border-top:                 2px solid black;
   border-bottom:              2px solid black;
   height:                                30px;
   margin-left:                           auto;
   margin-right:                          auto;
   font-size:                             17px;
   line-height:                          1.8em;
}

#navigate ul {
   list-style-type:                       none;
}

#navigate li {
   float:                                 left;
   width:                                225px;
}

#navigate a {
   display:                              block;
   text-align:                          center;
   text-decoration:                       none;
}

#navigae a:hover {
}

#address {
   font-size:                             25px;
   font-weight:                           bold;
   text-align:                          center;
}

#guys {
   text-align:                          center;
   margin-top:                             5px;
   font-weight:                           bold;
}

#instruct {
   line-height:                          1.5em;
}

#email {
   margin-top:                             5px;
   font-size:                             18px;
   text-align:                          center;
   font-weight:                           bold;
}

#form_info {
   width:                                452px;
   margin-left:                           auto;
   margin-right:                          auto;
   margin-top:                            15px;
}

#form_info h2 {
   font-size:                            1.5em;
}

fieldset.top {
   margin-top:                            20px;
}

fieldset {
   margin:                         0 0 1.5em 0;
   padding:                                  0;
   float:                                 left;
   clear:                                 left;
   width:                                450px;
   border:                      1px solid gray;
   backgrond-color:                      white;
}

fieldset legend {
   margin-left:                            1em;
   padding:                                  0;
   color:                               maroon;
   font-weight:                           bold;
}

fieldset ol {
   padding:                      1em 1em 0 1em;
   list-style:                            none;
}

fieldset li {
   padding-bottom:                 1em;
   float:                         left;
   clear:                         left;
   width:                         100%;
}

fieldset.submit {
   border-style:                  none;
   padding:                          0;
   margin-left:                    5px;
   width:                        100px;
   float:                         none;
   background-image:              none;
}

fieldset label {
   float:                         left;
   width:                         10em;
   margin-right:                   1em;
   text-align:                   right;
}

fieldset.adjust {
   padding-bottom:                10px;
}

#body_bottom {
   background-image: url("../images/backgrounds/body_bottom.png");
   background-repeat:                no-repeat;
   background-position:                 center;
   margin-left:                           auto;
   margin-right:                          auto;
   height:                               116px;
   width:                                867px;
}

#footer {
   text-align:                          center;
   padding-top:                            25px;
   font-weight:                           bold;
   font-family:            "Lucida Grande", Tahoma, sans-serif;
   font-size:                             10px;
}