/* @override 
	http://gts.dtv.ca.dev/css/home.css
	http://gts.client.creativeacceleration.com/css/home.css
*/

@charset "UTF-8";
/* CSS Document */

#header {
	width: 980px;
	height:468px;
	background: url(../img/homeTop.jpg) no-repeat;
}

#intro{
	width:400px;	
	padding-top:260px;
	padding-left:65px;
	text-align:justify;
	margin-bottom:0;
}

#leftCol{
    float: left;
    height: 323px;
    margin-left: 37px;
    margin-right: 6px;
    margin-top: 22px;
    width: 332px;
}

#leftCol a.img {
	display:block;	
    height: 323px;	
    width: 332px;
	z-index: 5;
}

#leftCol div.caption {
	color: #cdcdcd;
	width: 280px;
	margin-left: 27px;
	text-align: center;
	position: relative;
	top: -29px;
	font: 11px/11px Arial;
}

#leftCol div.caption a {
	color: #b6efff;
}

#rightCol{
	text-align:justify;
	padding-top:10px;
	padding-right:50px;
	
}


#partA{
	float:left;
	margin-right: 22px;
}

#directv4s-callout{
	float:right;
	
}

#rightCol {
	margin-left: 365px;
	padding-top: 24px;
}

#rightCol p.copy {
	margin-top: 0;
	margin-right: 283px;
	vertical-align: top;
}

#partC{
	padding-top: 65px;
	clear:right;
	margin-left: 5px;
}

#partC{
	padding-top: 65px;
	clear:right;
	margin-left: 5px;
}

#body{
	height:352px;
}

#newsletter {
	background: url("../img/nl_signupBKG.png") no-repeat 0 0;
	width:558px;
	height:114px;
	padding-left:110px;
	color:#47758f;
	font-size:15px;
	padding-top:15px;

}

#nlcopy {
	margin-bottom:15px;
}

#nlSubmit {
	background-image:url("../img/sunBtn.png");
	width:125px;
	height:25px;
	text-indent:-999999px;
	left:275px;
	position:relative;
}

.unsubscribe #nlSubmit {
	background-image:url("../img/unsubBtn.png");
}

#nlSubmit:hover {
	background-position:0px -25px;
	cursor:pointer;
}

#newsletterForm {
	float:left;
	
}

#newsletterForm input{
	width:250px;
	height:18px;
	border: 1px solid #005c90;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	color:#4b4b4b;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0f4ff), to(#FFFFFF));
	background: -moz-linear-gradient(top, #e0f4ff, #FFFFFF);
}

#newsletterForm input:hover{
	border: 1px solid #6e838f;
}

#legal {
	font-size:9px;
	color: #999999;
}


