body { background-color: #f7f2e5; }

/* TYPE */
a { color: #0088CC; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

/* SECONDARY CONTENT */
#secondarycontainer { width: 100%; height: auto; background-image: url(../images/bg_page.jpg); background-color: #F7F2E5; background-repeat: repeat-x; }
#secondarycontainer #secondarycontent { width: 940px; min-height: 200px; margin: 0 auto; padding: 0 13px; clear: both; background-image: url(../images/bg_content.jpg); background-color: #f7f2e5; }
#secondarycontainer #secondarycontenttop { width: 966px; height: 10px; margin: 0 auto; clear: both; background-image: url(../images/bg_content_top_noshadow.jpg); color: #f7f2e5; line-height: 1px; font-size: 1px; }
#secondarycontainer #secondarycontentbottom { width: 966px; height: 13px; margin: 0 auto; clear: both; background-image: url(../images/bg_content_bottom.jpg); color: #f7f2e5; line-height: 1px; font-size: 1px; }

/* BILLBOARD */
#billboard { width: 940px; height: 142px; background-color: #020202; clear: both; }
#billboard #billboardtext { float: left; width: 316px; height: 142px; background-color: #020202; }
#billboard #billboardtext img { width: 285px; margin: 37px 0 0 14px; }
#billboard #billboardtext p { font-size: 14px; color: #8dae95; line-height: 24px; text-align: center; margin: 15px 14px 0; }

#billboard #billboardphoto { float: left; width: 623px; height: 142px; background-color: #020202; border-left: 1px #5e5e5e solid; }
#billboard #billboardphoto.process { background-image: url('../images/billboard_photo_process.jpg'); }
#billboard #billboardphoto.briefs { background-image: url('../images/billboard_photo_briefs.jpg'); }
#billboard #billboardphoto.questions-presented { background-image: url('../images/billboard_photo_questions-presented.jpg'); }
#billboard #billboardphoto.aboutus { background-image: url(../images/billboard_photo_aboutus.jpg); }
#billboard #billboardphoto.testimonials { background-image: url(../images/billboard_photo_testimonials.jpg); }
#billboard #billboardphoto.blog { background-image: url(../images/billboard_photo_blog.jpg); }
#billboard #billboardphoto.resources { background-image: url(../images/billboard_photo_resources.jpg); }
#billboard #billboardphoto.contactus { background-image: url(../images/billboard_photo_contactus.jpg); }

#billboard #billboardphoto #runner { position: relative; width: 623px; height: 39px; top: 103px; }
#billboard #billboardphoto #runner.process { background-image: url(../images/billboard_runner_process.png); }
#billboard #billboardphoto #runner.briefs { background-image: url(../images/billboard_runner_briefs.png); }
#billboard #billboardphoto #runner.questions-presented { background-image: url(../images/billboard_runner_questions-presented.png); }
#billboard #billboardphoto #runner.aboutus { background-image: url(../images/billboard_runner_aboutus.png); }
#billboard #billboardphoto #runner.testimonials { background-image: url(../images/billboard_runner_testimonials.png); }
#billboard #billboardphoto #runner.blog { background-image: url(../images/billboard_runner_blog.png); }
#billboard #billboardphoto #runner.resources { background-image: url(../images/billboard_runner_resources.png); }
#billboard #billboardphoto #runner.contactus { background-image: url(../images/billboard_runner_contactus.png); }
#billboard #billboardphoto #runner p { margin-left: -9000px; }

/* COLUMN CONTAINER */
#columncontainer { width: 918px; height: auto; margin: 5px auto 0 auto; padding: 10px; background-color: #ffffff; border: 1px #eaefe7 solid; clear: both; }
.columntitle { margin-bottom: 18px; }

/* QUOTE BOX */
blockquote { font-size:120%; font-style:normal; line-height:160%; margin:45px 100px; padding-bottom: 10px; border-bottom: 1px #dfe8dd solid; }
blockquote p { color: #999; font-style: italic; font-size: 90%; line-height: 120%; text-align: left; margin-top: 20px; margin-right: 40px; }
.bqstart { float: left; height: 45px; margin-top: -20px; padding-top: 45px; margin-bottom: -50px; font-size: 700%; color: #f08d22; }
.bqend { float: right; height: 25px; margin-top: 0px; padding-top: 45px; font-size: 700%; color: #f08d22; }