/* HOME PAGE SPECIFIC STYLES*/
#subContentBlock {
	background-image:url(international_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:790px; /* DO NOT REMOVE. THIS FIXES PEEK-A-BOO BUG ON IE*/
}

.col1{
	float:left;
	width:565px;
	padding-left:20px;
}

.col2{
	float:left;
	margin-left:20px;
	width:170px;
	font-size:11px;
}
.video_bg{
	background-image:url(bg_video_callout.jpg);
        width:169px;
        height:110px;
        background-repeat:no-repeat;
        background-position:top;
}
.h1_container {
        border-bottom:1px solid #787878;
        margin-top:30px;
}

.player_bg {       background-image:url(/assets/images/video/bg_player.jpg);
height:305px;
width:339px;
background-repeat:no-repeat;
background-position:top left;
padding:10px;
padding-left:9px;
float:left;
}

.video_container {
margin-top:5px; 
margin-bottom:20px;
border-bottom:1px solid #787878; 
padding-bottom:20px;
width:100%;
float:left;
}

.video_div {
float:left; 
margin-left:10px;
margin-right:10px; 
cursor:pointer;
font-size:10px;
width:127px;
}

.video_div a {
text-decoration:none;
}