/* CSS Document */
body {
	background:#FFF url(../images/background.jpg) repeat-x;
	margin:0px;
	font:normal 12px Arial, Helvetica, sans-serif;
}
#dtvWrapper {
	width:775px;
	margin:26px auto;
	background-color:#FFF;
	text-align:center;
}
#dtvHeader {
	position:relative;
	text-align:left;
}
#dtvContent {
	margin:0px 49px;
	padding:15px;
	background-color:#ececec;
	border-left:1px solid #d8d8d7;
	border-right:1px solid #d8d8d7;
	color:#4A4A4A;
	line-height:20px;
	text-align:left;
}
#dtvCountdown {
	position:absolute;
	left:50px;
	top:200px;
}
h1 {
	font-size:20px;
}
h1 span {
	color:#0682a7;
}
h2 {
	font-size:14px;
	font-weight:bold;
	padding:4px 0px;
	color:#45A13F;
	border-bottom:1px solid #0081C5;
	text-transform:uppercase;
}
li {
	line-height:16px;
	list-style:square;
	margin-bottom:10px;
}
a {
	color:#0682a7;
	font-weight:bold;
}
a:hover {
	color:#50B849;
}
#quickLinks {
	background:#FFF url(../images/quicklinks-background.gif) repeat-x;
	width:271px;
	height:129px;	
	font-size:16px;
	line-height:24px;
}
#quickLinks ul {
	padding-top:40px;
}
#quickLinks a { text-decoration:none }
#quickLinks a:hover { text-decoration:underline }
#cableCustomers {
	background:#FFF url(../images/cablecust-background.gif) repeat-x;
	width:271px;
	height:151px;
	margin:18px 0px;
}
#cableCustomers p {
	padding:40px 30px 0px 13px;
	font-size:16px;	
	line-height:24px;
	color:#FFF;
}
#didYouKnow {
	background:#FFF url(../images/didyouknow-background.gif) repeat-x;
	width:271px;
	height:151px;
}
#reviewingOptions {
	background:#FFF url(../images/reviewing-background.gif) repeat-x;
	width:271px;
	height:151px;	
	font-size:12px;
	color:#FFF;
	margin:18px 0px;
}
#reviewingOptions ul {
	padding-top:50px;
	padding-right:10px;
}
#aspectRatio {
	width:271px;	
	font-size:12px;
	margin:18px 0px;
}
#aspectRatioContent {	
	background-color:#FFF;
	border-left:1px solid #d8d8d7;
	border-right:1px solid #d8d8d7;
	text-align:center;
	padding:20px 0px;
}
#aspectRatioContent span {
	font-size:11px;
	line-height:6px;
}
#aspectRatioContent img {
	margin:8px;
	border:1px solid #000;
}
#alert {
	background-color:#1183A7;
	color:#FFF;
	border:1px solid #0D617C;
	margin:30px;
	padding:20px;
}
#alert a {
	color:#FFF;
}
#dtvFooter {
	text-align:center;
	padding:8px;
}
#domticker{
padding: 5px;
}

#domticker div {
	margin:30px 6px 0px 8px;
	color:#FFF;
	font-size:16px;
	line-height:24px;
}

#domticker a{
font-weight: bold;
}
#domticker2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
#quickGuide {
	margin:20px 0px;
	padding:20px 20px 0px 20px;
	background-color:#FFF;
	border:1px dashed #4A4A4A;
}
#quickGuidePrint {
	margin:20px 40px;
	padding:20px;
	background-color:#FFF;
	border:1px dashed #4A4A4A;
}
#quickGuide table,#quickGuidePrint table {
	width:100%;
	font-size:16px;
}
#quickGuide table td, #quickGuidePrint table td {
	padding:10px;
}
#quickGuide table td a, #quickGuidePrint table td a {
	font-size:11px;
	text-decoration:none;
}
#menuSubBar {
	background-color:#50b848;
	height:20px;
	width:677px;
	margin:auto;
}
#subpageSide {
	float:right;
	padding:0px 0px 20px 20px;
	background-color:#ececec
}
