@charset "UTF-8";
/* global and homepage */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-image:url(../assets/images/2011site/homepage/blue_gradient_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #0A92C2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6AA6B7;
}
a:hover {
	text-decoration: none;
	color: #F9AE3B;
}
a:active {
	text-decoration: none;
	color: #F9AE3B;
}
p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
h1 {
	font-size: 28px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
	color: #454952;
}
h3 {
	font-size: 14px;
	color: #454952;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
}
h4 {
	padding: 0px 8px 15px 0;
	font-size: 12px;
	color:#999;
	font-weight: normal;
}
h5 {
	font-size:18px;
	color: #808080;
	font-weight: bold;
}
h6 {
	font-size:16px;
	color: #d9d9d9;
	font-weight: bold;
}
.clearfloat {
	clear: both;
}
.linebreak {
	clear: both;
	border-top: 1px solid #B1B1B1;
	margin: 20px 0 0px 0px;
	width: 100%;
}
.bluelink {
	color: #0A92C2;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.bluelinksm {
	color: #0A92C2;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.bluelinkbig {
	color: #0A92C2;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.thumb {
	background-image: url(../assets/images/2011site/icons/thumb_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 100px;
	padding: 6px 20px 24px 20px;
	margin: 10px 10px 0 0;
	border: none;
}
.description {
	margin: 20px 0 0 0;
	font-size: 12px;
}
.date {
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	padding-bottom:15px;
}
.go_btn {
	background-image: url(../assets/images/2011site/homepage/go_btn.png);
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: center;
	color: #fff;
	border: none;
	font-size:11;
	width:33px;
	height:20px;	
}
.bigtxt {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height:28px;
	padding-bottom:5px;
}
.medtxt {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 22px;
}
.med14txt {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.med13txt {
	font-size: 13px;
	color: #000;
}
.med12txt {
	font-size: 12px;
	color: #000;
}
.smalltxt {
	font-size: 10px;
	padding-bottom: 10px;
}
.allcaps {
	font-size: 9px;
	font-weight: bold;
	color: #F3AF43;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.lightgraytxt {
	color: #B1B1B1;
	line-height: 18px;
	font-size:11px;
	letter-spacing: .75px;
}
.whitetxt {
	color: #FFF;
	font-size:11px;
	letter-spacing: .5px;
	padding-right:3px;
}

#poll {
	padding: 10px;
}
#logo {
	height: 68px;
	width: 180px;
	float:left;
	padding: 10px 10px 0px;
}
#container {
	width: 994px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assets/images/2011site/leftmenu/leftmenu_bg.png);
	background-repeat:repeat-y;
	height: AUTO;
}
#container_homepage {
	width: 994px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align:top;
}
#container_content {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	height:auto;
	position: relative;
	padding: 0px;
	top:0px;
}
#leftad {
	position: absolute;
	width: 300px;
	height:271px;
	top: 140px;
	left: 1px;
	background-image: url(../assets/images/2011site/homepage/leftad_bottom_bg.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 0px;
}
#content_homepage {
	width: 950px;
	background-color: #5D606E;
	float:right;
	padding: 0 0px 0 0px;
}
#headertab_homepage { 
	background-image: url(../assets/images/2011site/homepage/header_tab_homepage.png);
	background-repeat: no-repeat;
	background-position:top left;
	height: 109px;
	width: 950px;
	vertical-align: bottom;
	float: right;
}

#ostmap {
	margin-left: 265px;
	margin-top:20px;
	float: left;
}
#address {
	float: left;
	height: 120px;
	width: 160px;
	margin-top: 180px;
	text-align: right;
	background-image: url(../assets/images/2011site/homepage/address_verticle_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
}
#address h6 {
	padding-top: 15px;
}
#featuredtalent {
	position: absolute;
	height: 210px;
	width: 289px;
	left: 748px;
	top: 63px;
	background-image: url(../assets/images/homepage/3d-box-featured-talent.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}
#featuredtalent_talent {
	padding-left: 60px;
	padding-top: 51px;
	float: left;
}
#featuredtalent_text {
	float: left;
	padding-top: 51px;
	padding-left: 10px;
}

#newcorner {
	background-image: url(../assets/images/homepage/newcorner.png);
	background-repeat:no-repeat;
	background-position: top left;
	position:absolute;
	height:45px;
	width:60px;
	top:268px;
	left:790px;
	z-index:9999;
	 }
#casting-spotlight {
	position: absolute;
	height: 151px;
	width: 240px;
	left: 792px;
	top: 270px;
	background-image: url(../assets/images/homepage/3d-box-casting-spotlight.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding:15px 15px 0 15px;
}
#casting-spotlight-thumb {
	padding-left: 0;
	padding-top: 0;
	float: left;
}
#casting-spotlight-text {
	float: left;
	padding-top: 0;
	padding-left: 10px;
	width:140px;
	position: relative;
}
#casting-spotlight-text div { 
	height: 6.5em; overflow: hidden; 
}
#casting-spotlight h1 {
	color: #535E0E;
	margin-bottom: 0.2em;
	margin-top: -2px;
}
.featuredtalent_name {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}
.featuredtalent_description {
	color: #B1B1B1;
}
.readmore_txt {
	display: inline-block;
	margin-top: 6px;
	font-size: 8px;
	letter-spacing:1px;
	text-transform: uppercase;
}
.readmore_txt a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 2px 3px;
	background-color: #C1D82F;
}
.readmore_txt a {
	color: #212225;
	background-color: #F3A847;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 3px 2px 3px;
}
.cs_readmore { 
	position: absolute; top: 10.6em; left: 1em;
}
.cs_readmore a {
	background-color:#C1D82F;
	}
.cs_readmore a:hover {
	background-color:#F3A847;
	}
.featuredText {
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 190px;
	width: 200px;
	float: left;
}

.featuredText_success {
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: 190px;
	width: 230px;
	float: left;
}
.compcard-bg-thumb {
    background-image: url("/assets/images/2011site/interior/compcard-bg-thumb.png");
    background-repeat: no-repeat;
    padding: 11px 10px 20px 11px;
}
.featuredText img {
	padding-top: 10px;
}
.featured_thumbnails {
	float: left;
	padding-top: 35px;
	padding-left: 20px;
}
.imgfloatleft {
	float: left;
	margin-right:10px;
}
.txtfloatleft {
	float: left;
	display: inline-block;
	width:165px;
	margin-right:32px;
	height:125px;
}
.featured_thumbnails img, .featured_ss img {
	padding-right: 20px;
	padding-bottom: 15px;
}
.imgfloatleft.arrow img {
	padding-top: 40px;
	padding-left:20px;
}
.imgfloatleft.eventarrow img {
	padding-top: 20px;
	padding-left:20px;
}
.featured_blog {
	float: left;
	padding-top: 35px;
	padding-left: 20px;
}
.featured_ss {
	float: left;
	padding-top: 15px;
	padding-left: 5px;
}
.featured_ss .imgfloatleft .talent-name {
	font-size:16px;
	color:#fff;
	padding-left:5px;}
.featured_ss .imgfloatleft .talent-id {
	font-size:12px;
	color:#fff;
	padding-left:5px;}
.blog_tag_txt {
	color: #FFF;
	font-size:11px;
	letter-spacing: 1px;
	padding-top:5px;
	display: inline-block;
}
#poll_images ul li {
	display: inline;
}
#poll_images ul li img {
	padding: 10px 20px 0 5px;
}
#poll_images {
	float:left;
	padding: 10px 0 0 20px;
}
#poll_vote {
	float: left;
	margin: 100px 0 0 10px;
}
#poll_vote .morepolls {
	color: #FFF;
	display: block;
	margin-top: 0px;
	width: 100px;
	margin-left:5px;
}
#polloption2 {
	background-color: #FFF;
}
#poll_images ul .poll_desc { 
        float: left;
		padding: 0px 10px 5px 0px; 
} 
.blog_tag_txt a
{
	color:#000;
}
.input1 {
	color: #B1B1B1;
	font-size:10px;
	padding-left:5px;
	width:80px;
	height:20px;
	border:none;
	
	}
.input2 {
	color: #000;
	width:80px;
	padding-left:5px;
	height:20px;
	border:none;
}
.poll-txt {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 22px;
}