/* --------------------------------------- */
/* --( Service Overview )-- */
/* --------------------------------------- */

body.service-overview #content {
    width: 483px;
    float: left;
    text-align: justify;
    padding: 0 10px;
}
body.service-overview #gallery_samples {
    width: 364px;
    float: right;
}
body.service-overview #gallery_samples p.button a {
    display: block;
    height: 20px;
    padding: 12px 0 11px;
    background: url('../_img/launch_gallery_btn.gif') no-repeat;
    text-align: center;
    text-decoration: none;
    color: #999999;
    text-transform: uppercase;
    font-size: .9em;
}

/* --------------------------------------- */
/* --( Gallery )-- */
/* --------------------------------------- */

body.gallery #gallery_container {
    width: 723px;
    margin: 0 auto;
    padding: 20px 0;
}

/* --------------------------------------- */
/* --( Leaderboard Content )-- */
/* --------------------------------------- */

body.leaderboard-content #content_container {
    border-left: dotted 2px #67696e;
    border-right: dotted 2px #67696e;
    margin: 12px 0;
    padding: 0 12px;
}
body.leaderboard-content #content {
    width: 726px;
    float: left;
    text-align: justify;
}
body.leaderboard-content div.small-content-module h3,
body.leaderboard-content div.small-content-module p {
    margin: 0 !important;
}
body.leaderboard-content div.small-content-module {
    width: 120px;
    padding-left: 12px;
    margin-left: 12px;
    float: left;
    border-left: dotted 2px #67696e;
}
body.leaderboard-content div.large-content-module {
    width: 250px;
    padding-left: 12px;
    margin-left: 12px;
    float: left;
    border-left: dotted 2px #67696e;
}
body.leaderboard-content div.large-content-module h3 {
    color: #8a8e93;
	font-size: 1.3em;
}
body.leaderboard-content div.small-content-module h3 {
		font-size: 1.3em;
		color: #8a8e93;
}
body.leaderboard-content div.small-content-module p.learn-more a {
    color: #8a8e93;
    text-decoration: none;
    text-transform: uppercase;
}

