@charset "UTF-8";
/* CSS Document 

Author - Kelli Kreighbaum
Contact - wwww.kellikreighbaum.com
Client - P A Weeks LLC

Date Modified - June 2010

Colors:
Dark Blue #10589e
Dark Gray #717171

*/


/*  Main Divs  */

#wrapper { width: 980px; margin: 20px auto;
}

#container-top { background:url(src/bg-shadow-top.png) top no-repeat; width: 974px; height: 20px; }
#container { width: 974px; background:url(src/bg-shadow-middle.png) top repeat-y;}
#container-bottom { background:url(src/bg-shadow-bottom.png) top no-repeat; width: 974px; height: 28px; }

#wrapper-content { width: 810px; padding: 30px 50px 30px 50px; background-image:url(src/img-construction-hat.jpg); background-repeat:no-repeat; background-position: top right;}
#wrapper-footer { color: #CCCCCC; text-align:center; font-size:11px;}
#wrapper-footer a,a:visited { color: #CCCCCC;}
#wrapper-footer a:hover { color: #ffffff;}


.marg-top1 {margin-top: 10px;}
.marg-top2 {margin-top: 20px;}


.contact-text span { color: #10589e; font-weight:bold;}

.hat { float:left; background-image: url(src/img-construction-hat.jpg); width: 439px; height: 244px;}

/* Contact Button */
#button { width: 213px; text-decoration:none;}
#button span { visibility:hidden; text-decoration:none; }
#button a { background:url(src/btn-contact.gif); background-position: top left; background-repeat: no-repeat; display:block;  height: 46px; text-decoration:none; }
#button a:hover { background:url(src/btn-contact.gif); background-position: bottom left; background-repeat: no-repeat; display:block;  height: 46px; text-decoration:none;}

