* { margin: 0; padding: 0; }

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .group, *:first-child+html .group {
	zoom: 1;
}
article, aside, figure, footer, header, nav, section {
	display: block;
}
html { height: 100%; margin-bottom: 1px; }
body {
	height: 100%;
	font: 14px/1.7em Helvetica, Arial, sans-serif;
    color: #666666;
	letter-spacing: 0.5px;
    text-transform: none;
	background: #ffffff url('../images/bg.gif') repeat-x;  
	background: -moz-linear-gradient(top, #dedede, white 35px) repeat-x;  
	background: -webkit-gradient(linear, 0 0, 0 35, from(#dedede), to(white)) repeat-x;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#ffffff'); */
	border-top: 1px solid white;
}

#page-wrap {
	position: relative;
	width: 1024px;
	margin: 0 auto -25px;
	min-height: 100%;
	height: auto;
}

/* text styling */

a img {
	border: none;
}
p {
	font: 14px/1.9em Helvetica, Arial, sans-serif;
    color: #666666;
	letter-spacing: 0.5px;
    text-transform: none;
	margin-bottom: 20px;
}
h1 {	
	font-size: 34px;
    color: #ff6600;
	font-weight: lighter;
}
h2 {	
	font-size: 25px;
    color: #666666;
}
h3 {
	font-size: 22px;
	color: #ff6600;
}
a {
	color: #ffa400;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
}
dt {
	font-size: 16px;
	color: #ffa400;
	margin-top: 20px;
}
dd {
	color: #666666;
	margin-bottom: 20px;
}
.intro {
	font-size: 16px;
	color: #666666;
}
.highlight {
	font-weight: bold;
	color: #666666;
}

/* Inner pages */

#main-container {
	width: 1024px;
	margin-left: 50px;
	padding-bottom: 100px;
}
#header {
	position: relative;
	width: 1024px;
}
#header-image {
	float: right;
	margin-top: 10px;
	margin-right: 90px;
	width: 623px;
	height: 189px;
}
#logo {
	float: left;
	margin-left: 50px;
	margin-top: 35px;
}
#main-content {
	float: left;
	width: 600px;
	margin-top: 10px;
}
#main-content ul {
	width: 350px;
	margin-left: 25px;
	margin-bottom: 20px;
}
#main-content ul li {
	margin-top: 8px;
}
#page-title {
	float: left;
	width: 640px;
	margin-top: -60px;
	margin-left: 0px;
	z-index: 2;
}
#subpage-title {
	float: left;
	width: 640px;
	margin-top: -50px;
	margin-left: 0px;
	z-index: 2;
}
.cable-logo {
	vertical-align: top;
	margin-right: 30px;
}
#aside {
	float: right;
	width: 240px;
	margin-right: 120px;
	margin-top: 10px;
}
#logos {
	position: relative;
	width: 200px;
	margin-left: 20px;
	margin-top: 30px;
}
#footer {
    bottom: 0px;
    height: 25px;
	background-color: #ffffff;
    padding: 5px 0 0 5px;
    position: relative;
    width: 100%;
    z-index: 150;
}
#footer p {
	padding-left: 50px;
	color: #999999;
	text-transform: none;
	font-size: 9px;
	letter-spacing: 0.5px;
}

/* Home Page */

#home-container {
	position: relative;
	width: 1024px;
	padding-bottom: 100px;
}
#home-content {
	margin-top: 10px;
	margin-left: 280px;
	width: 550px;
}
#home-image {
	position: relative;
	margin-top: 50px;
	margin-left: 262px;
	width: 462px;
	height: 408px;
	background: url('../images/home-image.png') no-repeat;
}
#home-image .word {
	position: absolute;
	width: 180px;
	left: 270px;
	top: 45px;
	font: 14px/1.2em Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffa400;
}
#logo-home {
	float: left;
	margin-left: 30px;
	margin-top: 130px;
}
#home-aside {
	float: right;
	width: 240px;
	margin-right: 60px;
	margin-top: -287px;
}
#home-logos {
	float: left;
	position: relative;
	width: 200px;
	margin-left: 35px;
	margin-top: -150px;
}
#home-footer {
    bottom: 0px;
    height: 25px;
	background-color: #ffffff;
    padding: 5px 0 0 5px;
    position: relative;
    width: 100%;
    z-index: 150;
}
#home-footer p {
	padding-left: 250px;
	color: #999999;
	text-transform: none;
	font-size: 9px;
	letter-spacing: 0.5px;
}

/* ALL */


#ncta {
	float: left;
}
#cic {
	float: right;
}
#primary-nav {
	position: relative;
}
#primary-nav > li {
	list-style-type: none;
}
#primary-nav > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding-right: 15px;
	display: block;
	background-color: #f60;
	margin-bottom: 5px;
	-moz-box-shadow: inset 22px 2px 8px -8px #ca5304;
	-webkit-box-shadow: inset 22px 2px 8px -8px #ca5304;
	box-shadow: inset 22px 2px 8px -8px #ca5304;
	padding: 6px 0 3px 15px;
	font-size: 18px;
}
#primary-nav > li > a span {
	padding-right: 15px;
}
#primary-nav .active a span,
#primary-nav > li > a:hover span {
	font-weight: bold;
/*	background: url(../images/circle.png) right center no-repeat;*/
}
#primary-nav .sub-nav .active,
#primary-nav .sub-nav a:hover {
	font-weight: bold;
}
#primary-nav .sub-nav {
	padding-bottom: 15px;
	display: none;
}
#primary-nav .sub-nav li {
	list-style-type: none;
	width: 300px;
	height: 10px;
	padding: 4px 4px 4px 15px;
	background-color: #ffffff;
	font-size: 13px;
	margin-bottom: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
#primary-nav .sub-nav li a,
#primary-nav .sub-nav li a:hover {
	text-decoration: none;
	text-transform: none;
	color: #666;
}
#secondary-nav {
	margin-top: 25px;
}
#secondary-nav .active,
#secondary-nav a:hover {
	color: #666;
}
#secondary-nav li, #site-link li {
	list-style-type: none;
	width: 240px;
	height: 21px;
	font-size: 14px;
	margin-bottom: 3px;
	margin-left: 15px;
}
#secondary-nav li a, #site-link li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ff6600;
}
#secondary-nav li a:hover, #site-link li a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #666666;
}







