body {
	background-color: #212121;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.833em;
	color: #666;
}
.large-text {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.333em;
	color: #333;
}

a {
	color: #1a78e4;
}
a:hover {
	text-decoration: none;
}
a.home {
	display: block;
	height: 80px;
	width: 325px;
	float: left;
}


strong {
	color: #333;
}
img.left-align {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
img.right-align {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


p {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 2.5em;
	padding-left: 0px;
	padding-top: 0px;
}
h2, h3, h4 {
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #cf1680;
	padding-bottom: 30px;
	line-height: 1.333em;
}
h4 {
	font-size: 1.333em;
	color: #CF1680;
	padding-bottom: .5em;
}
h4.nudge {
	padding-bottom: 1.333em;
}

.hide {
	display: none;
}
.clear {
	font-size: 0px;
	clear: both;
	height: 0px;
}

.topmast-wrapper {
	background-image: url(../images/topmast-bg-tile.jpg);
	background-repeat: repeat-x;
}
.topmast-inside-wrapper {
	background-image: url(../images/topmast-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.topmast-container {
	text-align: right;
	line-height: 80px;
	height: 80px;
}
.center-box {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
ul.nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 60px;
}
ul.nav li {
	display: inline;
	margin-left: 11px;
	padding-right: 11px;
}
ul.nav li.pipe {
	background-image: url(../images/pipe-title.bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 20px;
}

ul.nav li a {
	text-transform: uppercase;
	color: #E2E2E2;
	text-decoration: none;
}
ul.nav li a.login , .foot-container a  {
	color: #999;
}
ul.nav li a:hover    , .foot-container a:hover{
	color: #FFF;
}
ul.nav li a.current {
	color: #FFF;
	text-decoration: underline;
}
.banner-wrapper {
	background-image: url(../images/banner-bg-tile.jpg);
	background-repeat: repeat-x;
	background-color: #1a78e4;
}
.title-container {
	padding-top: 20px;
	padding-bottom: 10px;
}

.banner-inside-wrapper {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 330px;
}
.banner-message , .banner-title{
	float: left;
	width: 500px;
}
.banner-message p {
	font-size: 1.167em;
	color: #FFF;
	line-height: 2em;
	padding-bottom: 20px;
}
.banner-message h2 {
	font-size: 3.167em;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 15px;
	cursor: text;
	text-shadow: 0px 1px #000000;
	filter: dropshadow(color=#000000, offX=0, offY=1); /* specific to ie */
}
a.btn-email {
	background-image: url(../images/btn-email.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 194px;
	display: block;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}
a.btn-email:hover {
	background-position: left bottom;
}

a.btn-apply-main-client {
	background-image: url(../images/btn-apply-main-client.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 54px;
	width: 215px;
	float: left;
	margin-right: 10px;
}
a.btn-apply-main-client:hover {
	background-position: left bottom;
}
a.btn-apply-main-talent {
	background-image: url(../images/btn-apply-main-talent.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 54px;
	width: 220px;
	float: left;
}
a.btn-apply-main-talent:hover {
	background-position: left bottom;
}
.logos-banner-wrapper {
	background-image: url(../images/logo-banner-bg-tile.jpg);
	background-repeat: repeat-x;
}
.logos-banner-inside-wrapper {
	background-image: url(../images/logo-banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 91px;
}
.body-wrapper {
	background-image: url(../images/body-bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home-body-container .left-col {
	float: left;
	width: 465px;
}
.home-body-container .right-col {
	float: left;
	width: 465px;
	margin-left: 50px;
}
p.quote {
	font-size: 1.333em;
	font-style: italic;
	font-weight: bold;
	color: #333;
	padding-bottom: 0.455em;
}
.cta-wrapper {
	background-image: url(../images/action-banner-bg-tile.jpg);
	background-repeat: repeat-x;
	height: 95px;
}
.cta-container {
	padding-top: 20px;
}
.cta-inside-container {
	width: 333px;
	margin-right: auto;
	margin-left: auto;
}


.cta-txt{
	width:170px;
	float:left;
	background-image: url(../images/cta-txt.png);
	background-repeat: no-repeat;
	height: 54px;
	margin-right: 5px;
}

a.btn-cta-client {
	background-image: url(../images/btn-cta-client.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 215px;
	height: 54px;
	margin-right: 10px;
	float:left;
}
a.btn-cta-client:hover {
	background-position: left bottom;
}
a.btn-cta-talent {
	background-image: url(../images/btn-apply-cta-talent.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 220px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	float:left;
}
a.btn-cta-talent:hover {
	background-position: left bottom;
}

.foot-wrapper {
	background-image: url(../images/footer-top-bg-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 90px;
}
.foot-container {
	text-align: center;
	font-size: 0.917em;
}
.foot-container p {
	padding-bottom: 1em;
}

ul.links {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
ul.links li {
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
ul.links li.first {
	border-left-style: none;
}
#smart-banner {
	float: left;
	width: 480px;
}
.body-container ol li , .body-container ul li{
	padding-bottom: 1em;
}
.body-wrapper .content-col {
	float: left;
	width: 400px;
}
.body-wrapper .side-col {
	float: left;
	width: 550px;
	margin-left: 30px;
}
.sponsors-container {
}
.sponsors-container h3 {
	display: inline-block;
	float: left;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	text-align: right;
	width: 720px;
}
.sponsors-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sponsors-container ul li {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 40px;
	margin-left: 10px;
	padding-bottom: 0px;
}
.sponsors-container ul li.chat-about-it {
	background-image: url(../images/sponsor-chat-about-it.gif);
	width: 40px;
}
.sponsors-container ul li.cbs-radio {
	background-image: url(../images/sponsor-cbs-radio.gif);
	width: 95px;
}
.sponsors-container ul li.agency-pro {
	background-image: url(../images/sponsor-agency-pro.gif);
	width: 95px;
}
div.split-left, div.split-right {
	float: left;
	width: 460px;
}
div.split-right {
	margin-left: 60px;
}
a.btn-signup {
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	width: 158px;
	display: block;
	float: left;
}
a.btn-banner {
	background-image: url(../images/btn-signup-banner.png);
}
a.btn-cta {
	background-image: url(../images/btn-signup-cta.png);
}

a.btn-signup:hover {
	background-position: left bottom;
}

