/* CSS Document */

body { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; background-color: white; background-image: url(../images/bkgrd-top.gif); background-repeat: repeat-x; overflow: -moz-scrollbars-vertical; margin: 0; }
p { font-size: 12px; line-height: 18px; }
td {}
a:link { color: #060 ; text-decoration: underline; }
a:visited { color: #060 ; text-decoration: underline; }
a:hover { color: #039 ; text-decoration: underline; }
a:active { color: #039 ; text-decoration: underline; }


h1 { color: #093; font-size: 50px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; }

h2 { color: #093; font-size: 25px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; }

h3 { color: #093; font-size: 25px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; }

h4 { color: #093; font-size: 16px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }

h5 { color: #093; font-size: 20px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; margin: 0; padding: 0; border-bottom: 1px dashed #a7a7a7; }

div#wrapper {
  width: 850px;
  margin:0 auto 0;
}

#masthead { background-image: url(../images/creative-minds.jpg); background-repeat: no-repeat; }
#sample-project-home { padding-top: 140px; }
#home-image { background-image: url(../images/web-site-review.jpg); background-repeat: no-repeat; background-position: 0 bottom; }

/* TEXT */

#maintext { margin-top: 325px; margin-bottom: 10px; margin-left: 25px; }
#hometext { margin-top: 325px; margin-bottom: 10px; }
.home { font-size: 14px; line-height: 20px; }
.small { color: #a7a7a7; font-size: 10px; font-weight: bold; }
.h3-copy { color: #093; font-size: 25px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-style: italic; line-height: 25px; }
.note { color: #666; font-size: 10px; font-weight: normal; line-height: 14px; }


/* CM BULLETS */
#cm-bullets li{ background: url(../images/bullet-cm.jpg) no-repeat left top; padding-top: 12px; padding-right: 14px; padding-left: 40px; list-style-type: none; }
#cm-bullets-sm li { background: url(../images/bullet-cm-sm.jpg) no-repeat left top; list-style-type: none; padding-top: 5px; padding-right: 14px; padding-left: 28px; }
/* FOOTER */
#footer-tagline { color: #fff; font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: italic; background-color: #262626; text-align: right; padding-right: 20px; }
#footer-copyright { color: #fff; font-size: 11px; background-color: #262626; padding-left: 20px; }
#footer-image { background-image: url(../images/icons/footer.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: center bottom; }

/* LEVEL 3 */

#sample-client-td { padding-left: 10px; border-left: 1px dashed #ccc; }
#text-level-3 { padding-right: 10px; }

/* PHOTOS */
.photo { border: solid 1px #a7a7a7; }

.photo-r { float: right; margin-bottom: 10px; margin-left: 10px; padding: 5px; border: solid 1px #a7a7a7; }
.photo-r-no-b { float: right; margin-bottom: 5px; margin-left: 5px; padding: 5px; }

/* SAMPLES on own page */
#sample-page { background-color: #fff; text-align: center; width: 840px; margin-top: 30px; padding: 20px; border: solid 1px #ccc;; }

.left {	float: left; margin: 10px 10px 10px 0;}
.right { float: right; margin: 10px 0 10px 10px;}
