/*
 *  Comcast Media Center.
 *	Cascading Style Sheet
 *  PivotPoint, LLC - www.pivotpointllc.com
*/

/*	COLORS      
 *	CMC Red:	 	#E11E30
*/

/* GLOBAL */


html * {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}

html {
	text-align: center;
	color: #000;
	background-color: #282828;
}

body {
	background-color: #282828;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	background-image: url(/img/wrapBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 800px;
}

img {
	display: block;
	border: 0;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #4A4A4A;
	margin-bottom: 8px;
}
div#wrap {
	width: 905px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */

div#header {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #939393
}

img#logo {
	float: left;
	margin-top: 17px;
	width: 180px;
	height: 55px;
	margin-bottom: 15px;
}

div#logoWrap {
	display: block;
}

div#printLogoWrap {
	display: none;
}

div#topRight {
	float: right;
	height: 95px;
	text-align: right;
}

div#topRight ul {
	margin: 17px 0 17px 0;
}

div#topRight ul a {
	color: white;
}

div#topRight ul li {
	display: inline;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

div#actionNav select#actions {
	font-size: 1em;
	font-weight: bold;
	width: 295px; 
	height: 19px; 
	padding: 3px 6px; 
}

div#actionNav select#actions option {
	padding: 3px 6px; 
}


/* NAVIGATION */

div#mainNav {
	clear: both;
}

div#mainNav img {
	display: inline;
	margin: 0;
	margin-right: 1px;
}

div#mainNav img.last {
	margin-right: 0;
}


/* TORSO (Content Wrapper) */


div#homeTorso {
	clear: both;
}

div#torso {
	background-image: url(/img/torsoBG.gif);
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-bottom: 12px;
}

/* SIDENAV */

div#sideNav {
	float: left;
	width: 200px;
}

div#sideNav h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 15px -20px 12px 10px;
}

div#sideNav ul {
	margin-left: 10px;
	width: 210px;
}

div#sideNav ul li {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 6px;
}

div#sideNav ul ul {
	float: none;
	margin-top: 0;
	margin-left: 12px;
	width: 200px;
}

div#sideNav ul ul li {
	font-size: 1em;
	margin-bottom: 0;
	margin-right: 0;
}


div#sideNav a {
	display: block;
	width: 100%;
	padding: 4px 6px;
}	

div#sideNav a:hover {
	height: 100%;
	display: block;
	color: #E11E30;
	background-color: #FFF;
	text-decoration: none;
}

div#sideNav a.here {
	color: #E11E30;
	background-color: #FFF;
	text-decoration: none;
}

/* CRUMBS */

div#crumbs {
	display: none;
	text-align: left;
	margin-bottom: 12px;
}

div#crumbs ul {
	margin-left: 0 !important;
}

div#crumbs ul li {
	display: inline;
}


div#crumbs ul a {
	color: #666 !important;
}


/* CONTENT */

div#content {
	margin-left: 250px;
	margin-right: 30px;
	padding-top: 15px;
}

div#content p {
	margin-bottom: 8px;
}

div#content a:link, div#content a:visited {
	color: #E11E30;
	background-color: transparent;
	text-decoration: underline;
}

div#content a:hover, div#content a:active {
	color: #E11E30;
	background-color: transparent;
	text-decoration: underline;
}

div#content ul {
	font-size: 1.2em;
	line-height: 1.3em;
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 8px;
}

div#content ul li {
	margin: 0;
	padding: 0;
}

div#content ul li ul li {
	font-size: 12px;
	padding: 0;
	margin-bottom: 0;
	margin-right: 0;
}

div#content object {
	float: right;
	margin-bottom: 18px;	
}

div#content div#flashcontent {
	float: right;
	margin-bottom: 18px;
}

div#content img {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
/*	border: 1px solid #4A4A4A;*/
}

div#content img.widePic {
	margin-left: 0;
	float: right;
	margin-bottom: 18px;
	border: 0;
}



div#content div.captionPic {
	margin-left: 18px;
	width: 250px;
	float: right;
}

div#content div.captionPic p {
	margin-top: 4px;
	font-size: 1em;
	font-style: italic;
	margin-bottom: 12px;
}

div#content div.transponderHolder {
	width: 550px;
	float: left;
	margin-bottom: 20px;
}

div#content div.transponder {
	width: 275px;
	/*height: 275px;*/
	float: left;
}

div#content div.transponder h1{
	color: black;
	margin-bottom: 4px;
}

div#content div.transponder h2 {
	margin-top: 0;
	font-size: 12px;
}

div#content form {
	float: left;
	margin-bottom: 18px;
}

div#content form textarea {
	border: 1px solid black;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

div#content form ul {
	list-style-type: none;
	margin: 0;
	margin-left: 1em;
}

div#content form ul li {
	clear: left;
	margin-bottom: 6px;
}

div#content form ul li label {
	display: block;
	float: left;
	padding-top: 2px;
	margin-bottom: 6px;
	text-align: right;
	padding-right: 8px;
}

div#content form ul li input {
	float: left;
	margin-right: 8px;
}

div#content form ul li input {
	float: left;
	margin-right: 8px;
}

div#content form ul li select {
	float: left;
	padding: 0px;
	margin-right: 8px;
	border: 1px solid black;
}

div#content form ul li input.checkbox {
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	padding-right: 8px;
	border: none;
}

.w25 {
	width: 25px !important;
}

.w50 {
	width: 50px !important;
}

.w75 {
	width: 75px !important;
}

.w100 {
	width: 100px !important;
}

.w125 {
	width: 125px !important;
}

.w150 {
	width: 150px !important;
}

.w200 {
	width: 200px !important;
}

div#content form ul li input {
	border: 1px solid #282828;
	padding: 2px;
}

div#content form  input.button {
	padding: 2px 6px;
	border: 1px solid #282828;
}



/* FOOTER */

div#footer {
	clear: both;
	border-top: 1px solid #939393;
	text-align: center;
	color: white;
}

div#footer ul {
	list-style-type: none;
	margin: 12px 0 12px 0;
	padding: 0;
}

div#footer ul  a {
	color: white;
}

div#footer ul  li {
	display: inline;
	color: white;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 1.7em;
}

div#footer ul li#copyright {
	padding-left: 24px;
}




/* GENERAL */


span.spread {
	padding-left: 4px;
	padding-right: 2px;
}

div.clear {
	width: 100%;
	height: 1%;
	clear: both;
	line-height: 0;
}

div.pagebreak {
	display: none;
}

.cmcRed {
	color: #E11E30 !important;
}

/* DROPDOWN MENUS */

#menuBox1, #menuBox2, #menuBox3, #menuBox4, #menuBox5, #menuBox6 {
	z-index: 100;
	background: #d7d6d6;
	position: absolute;
	top: 126px;
	left: 50%;
	min-width: 150px;
	overflow: hidden;
}
	#menuBox1 {
		margin-left: -453px;
	}
	
	#menuBox2 {
		margin-left: -302px;
	}
	
	#menuBox3 {
		margin-left: -151px;
	}
	
	#menuBox4 {
		margin-left: 0px;
	}
	
	#menuBox5 {
		margin-left: 151px;
	}
	
	#menuBox6 {
		width: 150px;
		margin-left: 302px;
	}
	

.menuLink:link, .menuLink:visited {
	border-bottom: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	display: block;
	padding: 0px 10px 0px 10px;
	font: bold 11px/25px Arial,Helvetica,sans-serif;
	color: #333;
	text-align: left;
	text-decoration: none;
}
	
	.menuLink:hover {
		background: #f4f4f4;
		border-bottom: 1px solid #a5a5a5;
		border-left: 1px solid #a5a5a5;
		border-right: 1px solid #a5a5a5;
		display: block;
		font: bold 11px/25px Arial,Helvetica,sans-serif;
		color: #E11E30;
		text-decoration: none;
	}	
