body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
img{behavior:url("/css/pngbehavior.htc");}

/* ==========================================
			COMMON TEXT STYLES
============================================= */
a:link {
	color: #0250b1; text-decoration: underline;	
	outline:none;
}
a:visited {color: #9e3a3a;}
a:hover {color: #000033;}

table{	
	width: auto;
	font-size: 1em;	
}
table.tableDataStyle{	
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #e8e9e9;
}
table.tableDataStyle caption{	
	font-weight: bold;
}
table.tableDataStyle th{	
	padding: 10px;
	background-color: #a3a7aa;
	color: #fff;
	border: 1px solid #fff;	
}
.altRow{		
	background-color: #fff;	
}
table.tableDataStyle td{	
	padding: 5px;	
	border: 1px solid #fff;
}
br{
	clear: left;
}

h1 {
	padding: 0 20px 20px 0;
	color: #0d4072;	
	font-size: 2.3em;
}
body.altFontSize h1 {	
	font-size: 2.0em;
	font-weight: bold;
}

h2 {
	color: #000206;	
	font-size: 1.3em;
	padding: 0 0 20px 0;
}
body.altFontSize h2 {	
	font-size: 1.2em;	
}

h3 {
	color: #174a88;
	font-weight: bold;
	padding: 0 0 5px 0;
}
h4 {
	
}

h5 
{
	font-weight:bold;
	color: #174a88;
}	
p {
	padding: 0 0 10px 0;	
}

#mainContent ul{
	padding: 0 0 10px 0;
	margin: 0;	
	position: relative;
}
ul{
	padding: 0 0 10px 0;
	margin: 0;	
}
ul li{
	background-image:url(../img/list_bullet.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;	
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;	
}
ul li ul li{
	
}
ul li ul, ol li ul {
	
}
ol {
	margin-left: 20px;	
	padding: 5px 0 5px 12px;
}
ol li{
	list-style:decimal;
	padding: 0 0 5px 0;
	margin:0;	
}
ol li span{	
	
}
ol li ul {
	
}
ol li ul li {
	
}
blockquote {
	padding-left: 15px;
}
strong, b {
	font-weight:bold;
	color: #000;
}
hr{		
	clear: both;
	height:10px;
	border:0;
	border-top:1px solid #cee0e6;	
	background-color:#fff;
	color: #fff;
}
.Dolby3DHighlightStyle {		
   color: #E88A1A;
}
.StrongBlueHighlightStyle 
{
	font-weight:bold;
	color: #174a88;
}
/* ==========================================
			BODY AND WRAPPER - COLOR & POSITION
============================================= */
html{	
	font-size: 100%;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal; 
	color: #000103;	
}
body{	
	text-align: center;
	min-width: 978px;
	padding: 0;
	margin: 0;	
	background-color:#fefefe;
	background-image:url(../img/design2_bg.jpg);
	background-repeat:repeat-x;
}
body.altFontSize{	
	font-size: 105%;	
}
body.contentDesign1{		
	background-color:#000000;
	background-image:url(../img/design1_bg.gif);
	background-repeat:repeat-x;
}
body.contentDesign1.homepage{		
	background-color:#000000;
	background-image:url(../img/home_bg.gif);
	background-repeat:repeat-x;
	background-position: left top;
}
#page{ 
	text-align: left;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;		
	position: relative;		
}
#wrapper{
	padding: 0;
}
#header{	
	position: relative;
	padding: 0;	
	z-index: 1000;
}
#breadCrumb{
	clear: both;
	font-size: .6em;
	color: #abadaf;
	padding: 10px 0 11px 22px;
}
#breadCrumb a{
	white-space:nowrap;	
}
#breadCrumb a:link, #breadCrumb a:visited{
	color: #abadaf;
	text-decoration:none;
}
#breadCrumb a:hover{
	color: #41a6fb;
	text-decoration:none;
}
#breadCrumb a.on:link, #breadCrumb a.on:visited, #breadCrumb a.on:hover{
	color: #0f65bb;	
}
#breadCrumb ul{
	padding: 0;
	margin: 0;
}
#breadCrumb li{
	margin: 0;
	padding: 0 5px 0 10px;
	float: left;
	background-image:url(../img/breadcrumb_spacer.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
#breadCrumb li.first{	
	padding: 0 5px 0 0;
	background-image:none;	
}
#content{
	clear:both;
	position: relative;
	z-index: 100;
	background-color: #fff;
	background-image:url(../img/content_top_bg.gif);	
	background-repeat:no-repeat;
	padding: 0 18px 0 8px;	
}
body.contentDesign1 #content{	
	background-color: transparent;
	background-image:none;		
	padding: 0;
}
/* ==========================================
			HEADER STYLES
============================================= */
#logo{
	float: left;
	padding: 25px 0 21px 22px;	
}
#logo img{
	display: block;	
}
#globalHead{
	float: right;
	padding: 5px 25px 0 0;
	font-size: .7em;
	width: 50%;
}
#globalHead a:link,#globalHead a:visited{
	color: #fff;
	text-decoration: none;
}
#globalHead a:hover{
	color: #41a6fb;
	text-decoration: none;
}
#globalHead .globalLinks{
	float: right;
}
#globalHead .globalLinks ul{
	padding: 0;
	margin: 0;
}
#globalHead .globalLinks li{
	margin: 0;
	padding: 0 5px 0 10px;
	display: inline;
	background-image:url(../img/glbl_link_spacer.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
#globalHead .globalLinks li.first{
	background-image:none;	
}
#globalHead .globalSearch{	
	float: right;
	width: 100%;
	padding: 15px 0 0 0;
}
body.homepage #globalHead .globalSearch{	
	padding: 28px 0 0 0;	
}
#globalHead .globalSearch .searchInner{
	float: right;	
}
#globalHead .globalSearch img{
	float: left;
}
#globalHead .globalSearch select{
	float: left;
	margin: 0 0 0 5px;
	color: #fff;
	background-color: #000;	
	padding: 2px 0 2px 0;
	font-size: 1em;
}
#globalHead .globalSearch input{
	float: left;
	background-color: #2d3038;
	color: #fff;
	width: 156px;
	height: 19px;
	border: none;
	padding: 3px 0 0 5px;
	margin: 0 0 0 40px;
	font-size: 1em;
}
#globalHead .globalSearch .searchButton{
	width: 19px;
	height: 22px;
	background-image:url(../img/btn/btn_search.gif);
	background-repeat:no-repeat;
	background-position: left center;
	float: left;
	margin: 0;
	background-color: #2d3038;
}
#headerBar{
	clear: both;
	height: 7px;
	background-image:url(../img/top_space_bar_bg.gif);
	background-repeat:repeat-x;
}
body.homepage #headerBar{
	position:absolute;
	top: 0;
	left: 0;
	display: block;		
	width: 100%;
}
/* ==========================================
			GLOBAL NAV STYLES
============================================= */
#mainNav{
	clear: both;
	position:relative;
	font-size: .7em;
	z-index: 1000;
	background-image:url(../img/main_nav/bottom_bg.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	padding-bottom: 3px;
	width: 100%;
}
body.homepage #mainNav{
	position:absolute;
	top: 79px;
	left: 0;
	display: block;	
}
body.sitemap #mainNav,body.contentDesign6 #mainNav{	
	display: none;	
}
#mainNav ul{
	padding: 0 0 0 11px;
	margin: 0;	
}
#mainNav li{
	padding: 0 0 0 11px;
	margin: 0 3px 0 0;
	float: left;	
	background-image:none;
}
#mainNav li.navOver{	
	background-image:url(../img/main_nav/main_left_over.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}
#mainNav li.navOn, #mainNav li.navOverNoChild{	
	background-image:url(../img/main_nav/main_left_on.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}
#mainNav li.navOn.navOver{	
	background-image:url(../img/main_nav/main_left_over.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}
#mainNav li.navOn.navOverNoChild{	
	background-image:url(../img/main_nav/main_left_on.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
}
#mainNav li a{
	white-space:nowrap;	
}
#mainNav li a:link,#mainNav li a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
	display: block;	
	padding: 7px 20px 7px 0;	
	text-align: center;	
	outline: none;
}
#mainNav li a:hover{
	color: #4b95e9;
	font-weight: bold;
	text-decoration: none;	
	display: block;	
	padding: 7px 20px 7px 0;	
	text-align: center;	
	outline: none;
}
#mainNav li.navOver a:link,#mainNav li.navOver a:visited,#mainNav li.navOver a:hover{	
	background-image:url(../img/main_nav/main_right_over.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	color: #4b95e9;	
}
#mainNav li.navOn a:link,#mainNav li.navOn a:visited,#mainNav li.navOn a:hover{	
	background-image:url(../img/main_nav/main_right_on.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	color: #4b95e9;
}
#mainNav li.navOn.navOver a:link,#mainNav li.navOn.navOver a:visited,#mainNav li.navOn.navOver a:hover{	
	background-image:url(../img/main_nav/main_right_over.gif);
	background-position: right bottom;
	background-repeat:no-repeat;	
	color: #4b95e9;
}
#mainNav li.navOn.navOverNoChild a:link,#mainNav li.navOn.navOverNoChild a:visited,#mainNav li.navOn.navOverNoChild a:hover,#mainNav li.navOverNoChild a:link,#mainNav li.navOverNoChild a:visited,#mainNav li.navOverNoChild a:hover{	
	background-image:url(../img/main_nav/main_right_on.gif);
	background-position: right bottom;
	background-repeat:no-repeat;
	color: #4b95e9;
}
#mainNav ul li ul{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background-color: #0a2457;	
	padding: 0 0 5px 0;
}
#mainNav ul li ul li{	
	padding: 0 5px 0 5px;	
	margin: 0 0 0 0;
	float: none;
	display: block;
	text-align: left;		
}
#mainNav ul li.navOver ul li a:link, #mainNav ul li.navOn.navOver ul li a:link, #mainNav ul li.navOver ul li a:visited, #mainNav ul li.navOn.navOver ul li a:visited{
	padding: 6px 10px 6px 6px;
	white-space:nowrap;		
	color: #fff;
	font-weight: normal;
	text-align: left;
	display:block;	
	background-image:url(../img/main_nav/sub_left.gif);
	background-position: left bottom;
	background-repeat:repeat-x;	
}
#mainNav ul li.navOver ul li a:hover, #mainNav ul li.navOn.navOver ul li a:hover{	
	color: #4b95e9;	
	background-image:url(../img/main_nav/sub_left.gif);
	background-position: left bottom;
	background-repeat:repeat-x;	
}
/* ==========================================
			CONTENT STYLES
============================================= */
#headImage{
	position:absolute;
	top: 0;
	left: 0;
	width: 978px;
	text-align: right;	
	z-index: 0;	
}
body.contentDesign1 #headImage{
	position:absolute;
	top: 116px;
	left: 0;
	width: 978px;
	text-align: right;	
	z-index: 0;	
}
body.contentDesign3 #headImage,body.contentDesign5 #headImage,body.contentDesign6 #headImage,body.contentDesign7 #headImage{
	display:none;
}
#leftNav{
	position: relative;
	float: left;
	width: 184px;
	padding: 24px 0 50px 0;
	z-index: 200;	
	font-size: .7em;	
}
body.altFontSize #leftNav{	
	font-size: .8em;	
}
body.contentDesign5 #leftNav,body.contentDesign6 #leftNav{	
	display: none;
}
#leftNav a:link,#leftNav a:visited {
	color: #0250b1;
	text-decoration: none;	
}
#leftNav a:hover {color: #000205;text-decoration: none;}
#leftNav span.header{
	color: #0d4072;
	font-weight: bold;
	background-image:url(../img/leftnav_hdr_bg.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 0 10px 8px 14px;
	margin: 0 0 3px 0;
	display: block;
	text-align: left;
}
#leftNav span.header a:link, #leftNav span.header a:visited{
	color: #0d4072;
	text-decoration: none;
}
#leftNav span.header a:hover{
	color: #000;
	text-decoration: none;
}
#leftNav .navLinks{
	background-color: #dde0e4;
	padding: 3px 0 0 0;
	background-image:url(../img/leftnav_links_top.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
#leftNav .navLinks .subHeader{
    position: relative;
	padding: 7px 0 7px 0;
	margin: 0;
	display: block;	
	background-color: #e8e9eb;
	background-image:url(../img/leftnav_subhd_bg.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #b9bdc0;	
}
#leftNav .navLinks .subHeader.last{              
 	border-bottom:none;      
} 
#leftNav .navLinks .subHeader.last div{          
    position:absolute; 
 	left:0; 
 	top:0; 
 	width: 184px; 
 	height: 5px; 
 	background-image:url(../img/leftnav_subheader_btm.gif); 
 	background-repeat:no-repeat; 
} 
#leftNav .navLinks .subHeader a:link,#leftNav .navLinks .subHeader a:visited{		
	color: #5f6368;
	font-weight: bold;
	padding: 0 10px 0 14px;
	margin: 0 15px 0 0;
	display: block;	
	background-image:url(../img/leftnav_childoff.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
}
#leftNav .navLinks .subHeader a:hover{		
	color: #000;
	font-weight: bold;
	padding: 0 10px 0 14px;
	margin: 0 15px 0 0;
	display: block;	
	background-image:url(../img/leftnav_childoff.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
}
#leftNav .navLinks .subHeader.childOn a:link,#leftNav .navLinks .subHeader.childOn a:visited{		
	color: #5f6368;
	font-weight: bold;
	padding: 0 10px 0 14px;
	margin: 0 15px 0 0;
	display: block;	
	background-image:url(../img/leftnav_childon.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
}
#leftNav .navLinks .subHeader.childOn a:hover{		
	color: #000;
	font-weight: bold;
	padding: 0 10px 0 14px;
	margin: 0 15px 0 0;
	display: block;	
	background-image:url(../img/leftnav_childon.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
}
#leftNav .navLinks .subHeader span{
	color: #3a3f44;
	font-weight: bold;
	padding: 0 10px 0 14px;
	margin: 0 15px 0 0;
	display: block;			
	background-image:url(../img/leftnav_childoff.gif);
	background-repeat:no-repeat;
	background-position: right 5px;
}
#leftNav .navLinks .subHeader.childOn span{
	color: #3a3f44;
	font-weight: bold;
	padding: 0 10px 0 14px;
	margin: 0 15px 0 0;
	display: block;			
	background-image:url(../img/leftnav_childon.gif);	
	background-repeat:no-repeat;
	background-position: right 5px;
}
#leftNav ul{
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #b9bdc0;	
}
#leftNav ul.last{	
	border-bottom: none;	
	background-image:url(../img/leftnav_bottom.gif);	
	background-repeat:no-repeat;
	background-position: left bottom;
}
#leftNav li{
	margin: 0 5px 5px 15px;
	padding: 0;
	background-image:none;
	border: 1px solid #dde0e4;
}
#leftNav li.subSectionOn span{
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	background-image:url(../img/leftnav_arrow_over.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;	
}
#leftNav li a:link, #leftNav li a:visited{
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	background-image:url(../img/leftnav_arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;	
}
#leftNav li a:hover{
	color: #000205;
	background-image:url(../img/leftnav_arrow_over.gif);		
}
#mainContent{
	position: relative;
	padding: 15px 0 50px 0;
	margin: 0 0 0 32px;
	font-size: .7em;		
	float: left;
	width: 489px;	
	z-index: 200;		
}	

#mainContentDesignWin{
	position: relative;
	padding: 15px 0 50px 16px;
	margin: 0 0 0 0;
	font-size: .7em;		
	float: left;
	width: 650px;	
	z-index: 200;		
}

#mainContentSingleColumn{
	position: relative;
	padding: 15px 0 50px 16px;
	margin: 0 0 0 0;
	font-size: .7em;		
	float: left;
	width: 925px;	
	z-index: 200;		
}

body.altFontSize #mainContent{	
	font-size: .8em;	
}	
body.contentDesign4 #mainContent{
	padding: 160px 0 50px 0;
}
body.contentDesign5 #mainContent,body.contentDesign6 #mainContent{
	margin: 0 0 0 14px;		
	float: none;
	width: 935px;	
	z-index: 200;	
}
body.contentDesign7 #mainContent{
	width: 736px;
}
#altContent{
	position: relative;
	display: block;
	float: right;
	width: 222px;
	font-size: .7em;
	padding: 132px 0 50px 0;	
	z-index: 200;		
}
body.altFontSize #altContent{	
	font-size: .8em;		
}
body.contentDesign3 #altContent{
	padding: 60px 0 50px 0;			
}
body.contentDesign4 #altContent{
	padding: 196px 0 50px 0;			
}
body.contentDesign5 #altContent,body.contentDesign6 #altContent,body.contentDesign7 #altContent{
	display: none;			
}
#altContent #infoBox{
	background-color: #e9eef1;
	margin: 0 0 15px 0;
}
#altContent #infoBox .content{
	position: relative;
	padding: 10px 15px 10px 15px;
}
#altContent #infoBox .content h2{
	color: #052850;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-transform:uppercase;	
}
#altContent #infoBox .content .sectionBreak{
	display:block;
	clear: both;
	height: 20px;
}
#altContent #infoBox .content select{
	width: 100%;
	margin: 0 0 10px 0;
}
a.actionLink{
	text-decoration: none;
}
.actionLinkArrow{
	color: #e88a1a;
	padding-left: 5px;
}
#altContent #infoBox .top{
	background-image:url(../img/infobox_topbg.gif);
	background-repeat:no-repeat;
	background-position: left top;	
	height: 3px;
}
#altContent #infoBox .bottom{
	background-image:url(../img/infobox_btmbg.gif);
	background-repeat:no-repeat;
	background-position: left top;	
	height: 3px;
}
/* ==========================================
			SUB LANDING PAGE CONTENT STYLES
============================================= */
body.subLandingPage #mainContent, body.subLandingPage2 #mainContent{	
	position: relative;
	float: none;
	width: auto;
	padding: 70px 0 0 0;
	margin: 0;	
	z-index: 200;	
	font-size: .8em;				
}	
body.subLandingPage #mainContent h1, body.subLandingPage2 #mainContent h1{
	padding: 0 0 15px 20px;
}
body.subLandingPage #mainContent h1 span, body.subLandingPage2 #mainContent h1 span{
	display: none;
}
body.subLandingPage #mainContent p, body.subLandingPage2 #mainContent p{
	padding: 0 570px 20px 20px;
	color: #c8dcf5;
	line-height: 1.5em;
}
body.subLandingPage #altContent{	
	position: relative;	
	padding: 0 0 100px 0;
	z-index: 200;
	float: none;
	width: auto;
	clear: both;
	display: block;	
}
body.subLandingPage2 #altContent{	
	position: relative;	
	padding: 0 0 100px 0;
	z-index: 200;
	float: none;
	width: auto;
	clear: both;
	display: block;	
}
.productMod{
	position: relative;
	float: left;
	margin: 111px 0 0 20px;
	width: 179px;
	cursor: pointer;
}
.productMod.newline{	
	margin: 111px 0 0 0;	
}
body.subLandingPage2 .productMod{
	margin: 5px 0 0 5px;
	width: 191px;
}
body.subLandingPage2 .productMod.newline{	
	margin: 5px 0 0 0;	
}
.productMod img{
	display: block;
}
.productMod .prodImage{
	position: absolute;
	top: -111px;
	left: 0;
}
.productMod .prodContent{
	background-image:url(../img/prod_mods/prod_mod_bg.gif);
	background-repeat:repeat-x;
	background-color: #0b315c;
	padding: 5px 20px 15px 20px;
}
body.subLandingPage2 .productMod .prodContent{
	background-image:url(../img/prod_mods/prod_mod_bg.gif);
	background-repeat:repeat-x;
	background-color: #0b315c;
	padding: 0 5px 15px 6px;
}
.productMod .prodContent h2{
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 1em;	
}
body.subLandingPage2 .productMod .prodContent h2{
	color: #dee8f7;	
	height: 32px;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 18px;
	font-size: 1em;	
	background-image:url(../img/prod_mods/prod_mod_h2_bg.gif);
	background-repeat:no-repeat;
	background-color: #0b315c;
}
.productMod .prodContent h2 a:link{
	color: #fff;
	text-decoration: none;
}
body.subLandingPage2 .productMod .prodContent h2 a:link,.productMod .prodContent h2 a:visited, body.subLandingPage2 .productMod .prodContent h2 a:visited{
	color: #fff;
	text-decoration: none;
}
.productMod .prodContent h2 a:hover, body.subLandingPage2 .productMod .prodContent h2 a:hover {
	color: #6cf;
	text-decoration: none;
}
.productMod.overProductMod .prodContent h2 a:link, .productMod.overProductMod .prodContent h2 a:visited, .productMod.overProductMod .prodContent h2 a:hover, body.subLandingPage2 .productMod.overProductMod .prodContent h2 a:link, body.subLandingPage2 .productMod.overProductMod .prodContent h2 a:visited,body.subLandingPage2 .productMod.overProductMod .prodContent h2 a:hover{
	color: #6cf;
	text-decoration: none;
}
.productMod .prodContent p {
	padding: 0;
}
body.subLandingPage2 .productMod .prodContent p{
	color: #8693aa;	
	padding: 0 10px 0 18px;
}
.productMod .prodContent p a:link, body.subLandingPage2 .productMod .prodContent p a:link, .productMod .prodContent p a:visited, body.subLandingPage2 .productMod .prodContent p a:visited{
	color: #8693aa;	
	text-decoration: none;
}
.productMod .prodContent p a:hover, body.subLandingPage2 .productMod .prodContent p a:hover{
	color: #6cf;
	text-decoration: none;
}
.productMod.overProductMod .prodContent p a:link, .productMod.overProductMod .prodContent p a:visited, .productMod.overProductMod .prodContent p a:hover, body.subLandingPage2 .productMod.overProductMod .prodContent p a:link, body.subLandingPage2 .productMod.overProductMod .prodContent p a:visited, body.subLandingPage2 .productMod.overProductMod .prodContent p a:hover{
	color: #6cf;
	text-decoration: none;
}
#helpBox{
	clear: both;
	position: relative;	
	padding: 20px 0 0 20px;
}
#helpBox .background{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 0;
}
#helpBox .helpMod{
	float: left;
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 20px 0 0;
	width: 218px;		
	z-index: 10;	
	color:#869bac;
}
#helpBox.basicLayout .helpMod{
	width: 218px;
}
#helpBox.oneLeftLayout .helpMod{
	width: 500px;	
}
#helpBox.threeCntLayout .helpMod{
	width: 218px;	
}
#helpBox.threeCntLayout .helpMod.wide{
	padding-top: 55px;
	width: 436px;	
}
#helpBox.threeCntLayout .helpMod.wideNews{	
	width: 436px;	
}
#helpBox.fourCntLayout .background{	
	top: 60px;	
}
#helpBox.fourCntLayout .helpMod{
	width: 190px;	
	padding-top: 60px;
}
#helpBox.fourCntLayout .helpMod.wide{
	width: 300px;	
}
#helpBox .helpMod h2{
	height: 35px;
	color: #62abfc;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
	padding: 0;
}
#helpBox .helpMod select {
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 1.0em;
}
#helpBox .helpMod li {
	color: #758fa6;
	position: relative;
	background-image:url(../img/list_bullet_grey.gif);
}
#helpBox .helpMod .contentImage{
	float: left;
	width: 60px;
}
#helpBox .helpMod .contentImage img{
	display: block;	
}
#helpBox .helpMod .content{
	float: left;
	width: 130px;
}
#helpBox .helpMod a {
	color: #fff;
	text-decoration: underline;			
}
#helpBox .helpMod a:visited {
	color: #999;
}
#helpBox .helpMod a:hover {
	color: #6cf;
}
#helpBox .helpMod a.actionLink{
	text-decoration: none;	
}
#helpBox .helpMod a span {
	padding: 0 0 0 4px;
	color:#e88a1a;	
}
dl{
	padding: 0;
	margin: 0;	
}
dt {background: url('../img/news_list_bg.png') no-repeat left top;padding-top: 5px;}
* html dt { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/news_list_bg.png', sizingMethod='crop'); background:none;padding-top: 5px;}
dt.first{
	background: none;	
	padding-top: 0;				
}
* html dt.first{
	filter: none;
	padding-top: 0;
}
dd{
	padding-bottom: 10px;		
}

/* ==========================================
			HOMEPAGE STYLES
============================================= */
body.homepage #altContent {
	position: relative;
	float: none;
	width: auto;
	padding: 0;
	font-size: .7em;	
	color:#869bac;
	background: #00050b url(../img/home/alt_content_bg.jpg) repeat-x top left;
}
body.homepage #altContent ul{
	padding: 0;
	margin: 0;
}
body.homepage #altContent li{
	padding: 0;
	margin: 0;
	background-image: none;
}
body.homepage #altContent .inner {padding: 16px 25px 16px 23px;}
body.homepage #altContent #customers {
	float:left;
	width:612px;
	padding: 14px 0 0 16px;
	background: url(../img/home/customers_bg.jpg) repeat-x top left;
}
body.homepage #altContent #customers h2 {padding:0 0 14px 0;}
body.homepage #altContent #customers h3 {padding:15px 0 0 0;}
body.homepage #altContent #customers p {padding:0;}
body.homepage #altContent #customers #column1 {
	color: #fff;
	float:left;
	width:280px;
	margin:0 40px 0 0;	
}
body.homepage #altContent #customers #column2 {
	color: #fff;
	float:left;
	width:260px;
}
body.homepage #altContent #newsroom {
	float:left;
	width:274px;
	padding: 14px 0 0 28px;
}
body.homepage #altContent #newsroom a {
	color: #8693aa;	
	text-decoration: none;
}
body.homepage #altContent #newsroom a:visited {
	color: #999;
}
body.homepage #altContent #newsroom a:hover {
	color: #6cf;
}
body.homepage #altContent #newsroom a.more {
	float:right;
	color:#fff;	
	text-decoration:none;
}
body.homepage #altContent #newsroom a.more:visited {
	color: #999;
}
body.homepage #altContent #newsroom a.more:hover {
	color: #6cf;
}
body.homepage #altContent #newsroom a.more span {
	padding: 0 0 0 4px;
	color:#e88a1a;	
}
body.homepage #altContent #newsroom a.more:hover span {
	padding: 0 0 0 4px;
	color:#fff;	
}
body.homepage #altContent #newsroom ul li {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
body.homepage #altContent #newsroom ul li.first {
	background: url('../img/home/news_list_bg.jpg') no-repeat bottom left;
}
body.homepage #altContent #newsroom #news span {
	display:block;
	color:#fff;	
}
#popContainer{
	position: absolute;
	top:15px;
	left:435px;
	display: none;
}
#popMenu * { margin:0; padding:0; }
#popMenu { 
	width:527px;
	background: url(../img/home/popmenu_bg_top.png) no-repeat top left; 
	padding:15px 0 0 0; 
	color:#fff;
}
* html #popMenu { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/popmenu_bg_top.png',sizingMethod='crop'); background:none; padding:11px 0 0 0;}
#popMenu #popMenuContent {
	padding: 0 15px 25px 30px; 
	margin-top:0px; 
	background:url(../img/home/popmenu_bg_rep.png) repeat-y top left; 
}
* html #popMenu #popMenuContent { padding-bottom: 25px; width:482px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/popmenu_bg_rep.png',sizingMethod='scale'); background:none;}
#popMenu #popMenuContent ul.popMenuLinks {clear: both;}
#popMenu #popMenuContent ul.popMenuLinks li{
	background-image: none;
	padding: 0;
	margin: 0;	
	width: 33%;	
}
* html #popMenu #popMenuContent ul.popMenuLinks li {position: relative;}
#popMenu #popMenuContent ul.popMenuLinks li.column1 { margin-left: 0; }
#popMenu #popMenuContent ul.popMenuLinks li.column2 { margin-left: 33%; }
#popMenu #popMenuContent ul.popMenuLinks li.column3 { margin-left: 66%; }

#popMenu #popMenuFooter {
	clear:both; 
	background: url(../img/home/popmenu_bg_bot.png) no-repeat top left; 
	height:30px;
	text-align:right;
}
* html #popMenu #popMenuFooter { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/popmenu_bg_bot.png',sizingMethod='crop'); background:none; }
#popMenu #popMenuContent a:link, #popMenu #popMenuContent a:visited {
	text-decoration:none; 
	color:#fff; 
	cursor:pointer; 
}
* html #popMenu #popMenuContent a:link, * html #popMenu #popMenuContent a:visited {position:relative;}
#popMenu #popMenuContent a:hover {
	text-decoration:none;
	cursor:pointer;
	color:#f77104;
}
#popMenu #popMenuContent #popClose {
	float:right;
	padding: 0 6px 10px 0;
}
#popMenu #popMenuContent #popClose a:link, #popMenu #popMenuContent #popClose a:visited{
	color: #a6a5a5;
	font-weight: bold;	
	font-size: .8em;
}
#popMenu #popMenuContent #popClose a:hover{
	text-decoration: underline;
}
#popMenu #popMenuContent #popClose span{
	color: #e51414;
}
/* ==========================================
			SITE MAP STYLES
============================================= */
body.sitemap #mainContent table{
	width: 100%;
	font-size: 1em;	
}
body.sitemap #mainContent table th{
	width: 33%;	
	text-align: center;
	background-color: #a3a7aa;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
	font-size: 1.2em;	
}
body.sitemap #mainContent table th a:link, body.sitemap #mainContent table th a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
}
body.sitemap #mainContent table th a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;	
}
body.sitemap #mainContent table td{
	width: 33%;	
	background-color: #e8e9e9;
	border-right: 1px solid #fff;
	padding: 4px;
}
body.sitemap #mainContent table td ul{
	padding: 0;
	margin: 0;	
}
body.sitemap #mainContent table td ul li{
	padding: 0 0 10px 0;
	margin: 0;
	background-image:none;
	list-style: none;
	font-weight: bold;
}
body.sitemap #mainContent table td ul li a:link{
	font-weight: bold;
	color: #000;
}
body.sitemap #mainContent table td ul li a:visited {color: #9e3a3a;}
body.sitemap #mainContent table td ul li a:hover {color: #000;}
body.sitemap #mainContent table td ul li ul{
	padding: 10px 0 0 0;
	margin: 0;	
}
body.sitemap #mainContent table td ul li ul li{
	font-weight: normal;
	padding: 0;
	margin: 0;	
}

body.sitemap #mainContent table td ul li ul li a:link {
	font-weight: normal;
	color: #0250b1;	
}
body.sitemap #mainContent table td ul li ul li a:visited {color: #9e3a3a;}
body.sitemap #mainContent table td ul li ul li a:hover {color: #000033;}

body.sitemap #mainContent table td ul li ul li ul{
	padding: 0 0 10px 0;
	margin: 0;	
}
body.sitemap #mainContent table td ul li ul li ul li{
	padding: 0 0 0 20px;
	margin: 0;	
}
/* ==========================================
			FORM STYLES
============================================= */

a.formSubmitButton:link,  a.formSubmitButton:visited{
	clear: both;
	margin: 5px 0 5px 0;
	display: block;
	padding: 5px 10px 5px 10px;		
	color: #fff;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	background-color: #123555;
	float: left;
}

a.licensingFormSubmitButton:link,  a.licensingFormSubmitButton:visited{	
	margin: 5px 5px 5px 0;
	display:block;
	padding: 5px 10px 5px 10px;		
	color: #fff;
	text-decoration:none;
	font-size: 1em;
	font-weight:bold;
	background-color: #123555;
	float: left;
}

a.formSubmitButton:hover{	
	text-decoration:underline;	
	color: #41a6fb;
}
.questionStyle{
	font-weight:bold;
	color: #174a88;
}
table.companynames{
	background-color: #a3a7aa;
	width: 100%;
}
table.companynames td{
	padding: 5px;
}
table.companynames td a:hover{	
	color: #41a6fb;
}
.requiredContent{
	color: #ff0000;
}
#pagination{
	white-space:nowrap;	
}
table.pagination{	
	background-color: #e8e9e9;
}
table.pagination td{	
	padding: 5px;
}

hr.formDivider{		
	clear: both;
	height: 1px;
	border:0;
	border-top:1px solid #CDD2D6;	
	background-color:#CDD2D6;
	color: #CDD2D6;
}

/* ==========================================
			TV LISTING PAGE
============================================= */
.tvListingMap{
	position:relative;
	background-image:url(../img/orange_map.gif);
	background-repeat:no-repeat;
	height: 226px;	
	
}
.tvListingMap a{
	display: block;
}
.tvListingMap .NorthAmerica{
	position: absolute;
	top: 51px;
	left: 37px;	
}
.tvListingMap .EuropeMiddleEast{
	position: absolute;
	top: 0;
	left: 212px;	
}
.tvListingMap .Africa{
	position: absolute;
	top: 210px;
	left: 212px;	
}
.tvListingMap .Asia{
	position: absolute;
	top: 42px;
	left: 355px;	
}
.tvListingMap .Australasia{
	position: absolute;
	top: 163px;
	left: 371px;	
}
/* ==========================================
			FOOTER STYLES
============================================= */
#footer{	
	clear:both;
	position:relative;
	text-align:center;
	padding: 15px 0 10px 0;
	border-top: 1px solid #7795ca;
	font-size: .6em;
	background-color: #fff;
}
body.contentDesign1 #footer{
	border: none;
	background-color: transparent;
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;	
}
#footer a:link,#footer a:visited{
	color: #98999a;	
	text-decoration: none;
}
body.contentDesign1 #footer a:link,body.contentDesign1 #footer a:visited{
	color: #fff;
	text-decoration: none;
}
#footer a:hover, body.contentDesign1 #footer a:hover{	
	text-decoration: underline;
	color: #61ccff;
}
#footer ul{
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	text-align:center;
}
#footer li{
	margin: 0;
	padding: 0 5px 0 10px;
	display: inline;
	background-image:url(../img/footer_space_d2.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
body.contentDesign1 #footer li{		
	background-image:url(../img/footer_space.gif);	
}
#footer ul li.first{	
	background-image:none;	
}
#footer ul.language li{	
	background-image:none;	
}
#footer ul.language li img{		
	margin-bottom: -2px;
}
#footer ul.language li a:link,#footer ul.language li a:visited{	
	color: #98999a;
}
body.contentDesign1 #footer ul.language li a:link, body.contentDesign1 #footer ul.language li a:visited{	
	color: #fff;
}
#footer ul.language li a:hover, body.contentDesign1 #footer ul.language li a:hover{	
	text-decoration: underline;
	color: #61ccff;
}
#footer .copywrite{
	clear: both;	
	color: #8a929a;	
	font-size: .9em;
}
body.contentDesign1 #footer .copywrite{
	color: #fff;
}
/* 
=============================================
			LEGACY HTML STYLES
============================================= */
.legacyHTML td{
	text-align: left;
}
.legacyHTML .subStory {
	font-size: 13px;
	font-weight: bold;
	
}
.legacyHTML .mainHead {
	font-size: 18px;
	font-weight: bold;
}
/* 
=============================================
			UTILITY CLASSES
============================================= */
.floatRight {
	float : right;
}
.floatLeft {
	float : left;
}
.newLine{
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
}
.killMargin {margin:0;}
div:after, dt:after {
	content : ".";
	display : block;
	height : 0px;
	clear : both;
	visibility : hidden;
}
div, dt {
	display : inline-block;
}
/* Hides from IE-mac \*/
* html div, * html dt{ height : 1%; }
div,dt{ display : block; }
/* End hide from IE-mac */

/*  ========================================
    Table-less Form Layout Styles 
    ======================================== */
.formFieldLabel,.formFieldInput {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 3px;
}
.licensingFormFieldInput {
	display: block;
	float: left;
	margin-bottom: 3px;
}
.formFieldLabel {
	text-align: left;
	width: 125px;
	padding-right: 5px;
}
.formFieldClear {
	clear: left;
}

/* ==========================================
			DSG STYLES
============================================= */
.dsg_leftpane {
	float: left; 
	width: 300px
}

.dsg_content {
	font-family: verdana; 
	font-size: 11px;
}
.dsg_subhead {
	font-weight: bold
	}
	
.contentarea {
	width: 598px;
		}
		
.contentarea697 {
	width: 697px;
	text-align: left
		}
	
.dsg_leftpane_content  {
	width: 259px;
	}
	
BR#dsg_nc_br { 
	clear: none 
}

.overview_blockquote {
	margin-left:78px; 
}

.blue_subh {
	color: #114d77;
	font-weight: bold;
}

.contentarea615 {
	width: 615px; 
	text-align: left;
}

.contentarea721 {
	width: 721px; 
	text-align: left;
}

.contentarea740 {
	width: 740px; 
	text-align: left;
}

.contentarea740 {
	width: 744px; 
	text-align: left;
}

.contentarea734 {
	width: 734px;
	text-align: left;
}

.img_lp_copy {
	width: 575px;
}

.cite_homepage {
	width: 697px;
	text-align: right;
	font-style: italic;
	color: #3d3d3d;
	font-size: 11px;
}

IMG.mb_15 {
	margin-bottom: 15px;
	margin-right: 7px;
}

IMG.mb_70 {
	margin-bottom: 70px;
	margin-right: 7px;
}
IMG.mb_30 {
	margin-bottom: 30px;
	margin-right: 7px;
}

IMG.mr_7 {
	margin-right: 7px;
}

DIV.dsg_ih_caption {
	width: 597px;
	margin-top: 0px;
}
DIV.dsg_ih_caption320 {
	width: 320px;
	margin-top: 0px;
}

DIV#img_home_600 {
	width: 600px;
}

BR#dsg_nc_br_type {
	clear: none; 
	line-height: 115px;
}

BR#dsg_nc_br_25 {
	clear: none; 
	line-height: 25px;
}
DIV.dsg_img_left {
	width: 260px; 
	float: left;
}

.eos_items {
	margin-left: 17px;
	width: 200px;
}


/* ==========================================
			Google Map Styles
============================================= */

DIV#mapContainer { padding-top:1em; padding-bottom:1em; margin: 0 auto; }
DIV#mapContainer ul{ list-style-type: none;padding: 0;margin: 0; }
DIV#mapContainer li{ margin: 0; padding: 0 5px 0 0px; float: left; }
    
DIV#mapNav { width: 100%; padding: 0 0 1.5em 0; }
DIV#mapNav img{ border: 0; }    

DIV#map { width: 100%; height:415px; padding: 0; margin: 0 auto; }   

DIV#mapLegend { padding: 1em 0 1.5em 0; }

DIV#mapSearchResults table{	
	width: 100%;
	margin: 0 0 10px 0;
}

DIV#mapSearchResults table th{	
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;	
	border: 1px solid #fff;	
}
DIV#mapSearchResults .altRow{		
	background-color: #e8e9e9;	
}
DIV#mapSearchResults td{	
	padding: 5px 5px 20px 5px;	
	border: 1px solid #fff;
}
DIV#InfoMarker { 
    padding-right: 20px;
} 
.Dolby3DHighlightStyle {		
   color: #E88A1A;
}


/* =============================================
   Partner Program template styles
   =============================================
*/

DIV#CompanyFilter { width: 489px; }

table.PartnerTable table
{
	width: 100%;
}

table.PartnerTable th.PartnerHeaderProductCell
{
	padding: 0px;
}

table.PartnerTable td.ProductCell
{
	padding: 0px;
}

table.ProductHeaderTable table
{
	padding: 0px;
}

table.PartnerTable td,th{	
	padding: 5px;	
	border: 0px solid;
	vertical-align:top;
}
table.PartnerTable td.ProductNameCell
{
	width:75px;
}
table.ProductTable td,th{	
	padding: 5px;	
	border: 0px solid;
	vertical-align:top;
}

table td.HiddenCell, th.HiddenCell
{	
	display: none;
	visibility:collapse;
}

table.PartnerTable tr.altRow 
{
	background-color: #e8e9e9;
}

/* =============================================
   CSS Friendly .NET control styles
   =============================================
*/
ul.AspNet-CheckBoxList-RepeatDirection-Vertical
{				
		list-style-type:none;        

}
li.AspNet-CheckBoxList-Item 
{
	background-image:none;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;		
}

div.AspNet-CheckBoxList label 
{
	display: inline;
	padding-left: 5px;
}

span.AspNet-CheckBox label
{
	display: inline;
	padding-left: 5px;
}

ul.AspNet-RadioButtonList-RepeatDirection-Vertical
{				
		list-style-type:none;       

}
li.AspNet-RadioButtonList-Item 
{
	background-image:none;
	padding: 0;
	margin: 5px 0 0 0;		
}


/* =============================================
   FIX for Google Map CSS bug
   =============================================
*/

DIV#map { 
  font-size: 125%;
}  


DIV#InfoMarker { 
   font-size: 80%;
} 
