/* CSS Document */
 
html, body, div, ul, li, tr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: inherit;
}

ul {
	list-style: none;
} 

body {
	font-size:100%;
	font-family: Arial, Helvetica, san-serif;
	color: #333333;
	background: #9d9ca3;
}

td {
	font-family: Arial, Helvetica, san-serif;
}

	

button {
	cursor: pointer;
}

/* =LINK PROPERTIES
-----------------------------------------------------*/

a.linkHighlight {
	color: #333;
	background-color: #dadada;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	}

a.linkHighlight:hover {
	color: #333;
	background-color: #eeeeee;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	}
	
a.linkHighlight:active {
	color: #333;
	background-color: #dadada;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	}
	
	
a.linkPlain {
	color: #333;
	text-decoration: underline;
}

a.linkPlain:hover {
	color: #333;
	text-decoration: none;
}

a.linkPlain:active {	
	color: #333;
	text-decoration: underline;
}

a.linkGraphic {
	text-decoration: none;
}




a.linkFooter {
	font-family: Arial, Helvetic, San Serif;
	text-decoration: none;
	color:#dcdcdc;
	text-transform: uppercase;
	}
	
a.linkFooter:visited {
	font-family: Arial, Helvetic, San Serif;
	text-decoration: none;
	color:#dcdcdc;
	text-transform: uppercase;
	}
	
a.linkFooter:hover {
	font-family: Arial, Helvetic, San Serif;
	text-decoration: underline;
	color:#dcdcdc;
	text-transform: uppercase;
}
	
a.linkFooter:active {
	font-family: Arial, Helvetic, San Serif;
	text-decoration: none;
	color:#dcdcdc;
	text-transform: uppercase;
	}
	


a.linkSubnav {
	font-family: Arial, Helvetic, San Serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	}
	
a.linkSubnav:visited {
	font-family: Arial, Helvetic, San Serif;
	font-size: 10px;
	text-decoration: none;
	}
	
a.linkSubnav:hover {
	font-family: Arial, Helvetic, San Serif;
	font-size: 10px;
	background-color: #dadada;
	text-decoration: none;
}
	
a.linkSubnav:active {
	font-family: Arial, Helvetic, San Serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	}

/* =FULL WIDES 
-----------------------------------------------------*/


.headerWide{
	width:100%;
	margin:0 auto;
	height: 90px;
	background-image:  url(../images/shared/logo-bkd.gif);
	background-repeat: repeat-x;
}

.mainWide{
	width:100%;
	margin:0 auto;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	background-image:  url(../images/shared/main_bg.gif);
	background-repeat: repeat-x;
	background-color:  #9d9ca3;
}

.footerWide{
	width:100%;
	margin: 0 auto;
	background:  #9d9ca3;
}


/* =HEADER 
-----------------------------------------------------*/
#header {
	width: 950px;
	height: 70px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

#header #Logo {
    width: 262px;
	height: 63px;
	position: relative;
	top: 3px;
	left: 15px;
	background:  url(../images/shared/immediatv_logo.jpg) 0 0 no-repeat;
}

#header #Logo a {
	display: block;
    width:262px;
	height: 59px;
	text-indent: -99999em;
}

/* =PRIMARY NAVIGATION 
-----------------------------------------------------*/
#header .primaryNavigation {
	right: 0;
	margin:0 auto;
	position:absolute;
	top: 0;
	width: 550px;
}

#header .primaryNavigation li {
	float:left;
}

#header .primaryNavigation li a {
	display:block;
	height: 28px;
	text-indent: -5000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: 0 0;
}

#header .primaryNavigation li a:hover {
	background-position: 0px -50px;
}

#header .primaryNavigation li a:active{
	background-position: 0px -100px;
}


/* =MAIN CONTENT 
-----------------------------------------------------*/

#main {
	width: 950px;
	margin:0 auto;
	padding-top: 4px;
}


/* =FOOTER
-----------------------------------------------------*/


#footer {
	width: 950px;
	margin:0 auto;
	position:relative;
}

.footer {
	font-family: Arial, Helvetic, San Serif;
	font-size: 10px;
	padding: 0 11px 0 11px;
	color: #dcdcdc;
	line-height: 24px;
	font-weight: normal;
}


/* =HOME PAGE
-----------------------------------------------------*/

.homePageHead {
	line-height: 1.25em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.homePageContent {
	font-weight: normal;
	line-height: 1.8em;
	font-size: 12px;
}

/* =GENERAL STYLES
-----------------------------------------------------*/


.cellbgWHITE { background-color: #FFFFFF;}

.cellbgBLACK { background-color: #000000;}

.cellbgGREYLGT {
	background-color: #d5d5d8;
}

.cellbgGREYMED {
	background-color: #929199;
}

.cellbgGREYDRK { background-color: #464646; }

.cellbgPRIMARY { background-color: #3B5A6F;}

.cellbgSECONDARY { background-color: #E0E7EE;}

.cellbgTERTIARY { background-color: #B50938;}

.bold { font-weight: bold; }

.em { font-style:italic; }

.lrg { font-size: 14px;  }

.sm { font-size: 10px; }



/* =TITLES
-----------------------------------------------------*/

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 13px;
	font-style:italic;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}


/* =SUBLEVELS
-----------------------------------------------------*/

.subnavDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.subnav {
	width: 152px;
	text-align: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.subContent {
	font-family: Arial, Helvetica, san-serif;
	line-height: 20px;
}
	
.subnavHighlight  {
	font-family: Arial, Helvetic, San Serif;
	font-size: 10px;
	background-color: #dadada;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	color: #000;
	}

.bullets {
	list-style: url(../images/icons/bullet.png) inside;
	padding: 0px 16px 3px 30px;
}

.rightborder {
    border-right: 1px solid #000000;
}

