/***************************
GLOBAL ELEMENT STYLES
***************************/
html body {
	height: 100%;
	}
body{
	/* Fonts are sized using a percentage in the body style and em's instead of pixels. The base font size for telemundo is 12 pixels. The body style is set at 75% (base font size in browsers is 16 px) making the style 'font-size: 1em;' equal to 12px. TO CALCULATE A SIZE: divide the number by 12 - as in 18/12=1.5

    * .75em = 9px
    * .84em = 10px
    * .92em = 11px
    * 1em = 12px
    * 1.08em = 13px
    * 1.17em = 14px
    * 1.25em = 15px
	*/
	font-size: 75%; /* 12px */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #dce0df url(../img/backgrounds/pageBG.jpg) repeat-x left top;
	color: #697771;
	}

*{
	/* sets all page elements to 0 padding/margin */
	margin: 0px;
	padding: 0px;
	}
.clear {
	font-size:.01em;
	line-height:0px;
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	display: block;
}
.non-visible{
	visibility: hidden;
	}
:focus{
	-moz-outline-style: none;
}
fieldset, img{
	border: 0px none;
	background: none;
	}
	img.page_image{
		float:left;
		margin-bottom:15px;
		margin-right:20px;
		}
legend{
	display: none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6{
	font-size:1em;
	}
ul, ol{
	list-style: none
	}
a{
	color: #3a93d0;
	text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
		}

	/***************************
	FORMS
	*/
	.form_element_div {
		overflow: hidden;
		zoom: 1;
		padding: 0 0 8px 0;
		}
		.form_element_div label{
			display: block;
			width: 150px;
			padding: 2px 8px 0 0;
			text-align: right;
			float: left;
			}
		.form_element_div input{
			width: 382px;
			height: 16px;
			border: 1px solid #999;
			padding: 2px 2px;
			float: left;
			}
		.form_element_div textarea{
			width: 382px;
			height: 85px;
			border: 1px solid #999;
			padding: 2px 2px;
			float: left;
			}
		.form_select_date label {
			display:none;
			}
	.form_multi_buttons{
		clear: both;
		padding-left: 158px;
		overflow: hidden;
		zoom: 1;
		}
		.form_multi_buttons button{
			margin-right: 4px;
			float: left;
			}

	button, input[type="submit"]{
		background: url(http://www.peacockproductions.tv/system/mt-static/plugins/NBCUXDSuite/_images/icons/arrow_right_blue.gif) no-repeat 1px 1px;
                vertical-align:middle;
		display: block;
                line-height: 1em;
                border: 1px solid #cccccc;
		text-transform: uppercase;
		font-size: .75em;
		}

         .submit_button{

                background: transparent url(http://www.peacockproductions.tv/system/mt-static/plugins/NBCUXDSuite/_images/icons/arrow_right_blue.gif)no-repeat 6px 5px;
		padding: 1px 10px 2px 18px;
		display: block;
                line-height: 1em;
		border: 1px solid #cccccc;
		text-transform: uppercase;
		font-size: .75em;
		}
		     .submit_button{

                background: transparent url(http://www.peacockproductions.tv/system/mt-static/plugins/NBCUXDSuite/_images/icons/arrow_right_blue.gif)no-repeat 6px 5px;
		padding: 1px 10px 2px 18px;
		display: block;
                line-height: 1em;
		border: 1px solid #cccccc;
		text-transform: uppercase;
		font-size: .75em;
		}
		@media screen and (-webkit-min-device-pixel-ratio:0) {
		.submit_button{
			background: transparent url(http://www.peacockproductions.tv/system/mt-static/plugins/NBCUXDSuite/_images/icons/arrow_right_blue.gif)no-repeat 6px 4px;
			}
		}
		

/***************************
MASTER
***************************/
#wrapper{
	/*width: 962px;*/
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
	body{
		background-repeat:repeat-y;
		background-position:top center;
		}
	#home{
		background-color:#1C0C30;
		background-image:url(http://www.peacockproductions.tv/_images/backgrounds/purple_bg.jpg);
		}
	#press,
	#privacy-terms{
		background-color:#7e0d16;
		background-image:url(http://www.peacockproductions.tv/_images/backgrounds/red_bg.jpg);
		}
	#about-us{
		background-color:#AA2715;
		background-image:url(http://www.peacockproductions.tv/_images/backgrounds/orange_bg.jpg);
		}
	#series-specials,
	#contact{
		background-color:#257026;
		background-image:url(http://www.peacockproductions.tv/_images/backgrounds/green_bg.jpg);
		}
	#casting{
		background-color:#1C0C30;
		background-image:url(&lt;mt:blogurl>_images/backgrounds/purple_bg.jpg);
		}
	body#individual,
	#corporate{
		background-color:#0F3178;
		background-image:url(http://www.peacockproductions.tv/_images/backgrounds/blue_bg.jpg);
		}
	#main_nav,
	#content,
	#footer{
		width:962px;
		margin:0 auto;
		}
	/***************************
	HEADER
	*/
	#header{
		background-color:#AEAEAE;
		background-image:url(http://www.peacockproductions.tv/_images/backgrounds/header_bg.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		height:116px;
		}
		#header #header_logo {
			}
			#header #header_logo a{
				background: url(http://www.peacockproductions.tv/_images/logos/header_logo.png) no-repeat left top;
                                _background: url(http://www.peacockproductions.tv/_images/logos/header_logo.gif) no-repeat left top;    
				width: 563px;
				display: block;
				text-indent: -9999px;
				float: left;
				height: 107px;
				margin-top:9px;
				}
		#top_90h{
			height: 90px;
			width: 728px;
			float: right;
			margin-top: 5px;
			}
		#user_action{
			font-weight:bold;
			padding-top:93px;
			float:right;
			margin-right:24px;
			}
			#user_action a{
				color:#000000;
				}
		#header_content{
			width:1010px;
			margin:0 auto;
			}
		/***************************
		MAIN NAVIGATION
		*/
		#main_nav{
			height: 24px;
			clear: both;
			overflow: visible;
			position: relative;
			padding:12px 0;
			}
			#main_nav ul{
				float:left;
				}
				#main_nav li{
					background-image:url(http://www.peacockproductions.tv/_images/nav/nav_li_sep.png);
					background-position:right center;
					background-repeat:no-repeat;
					float: left;
					line-height: 1.27em;
					position: relative;
					padding:0 7px;
					}
					#main_nav li:first-child{
						padding-left:4px;
						}
					#main_nav li:last-child{
						background-image:none;
						}
					#main_nav li a{
						display: block;
						float: left;
						border: none;
						white-space: nowrap;
						text-indent:-9999px;
						height:24px;
						width:50px;
						}
					#main_nav li#nav_home a{
						background-image:url(http://www.peacockproductions.tv/_images/nav/nav_home_b.png);
                                                _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_home_b.gif);   
						background-repeat:no-repeat;
						background-position:0 0;
						}
						#main_nav li#nav_home a:hover{
							background-position:0 -24px;
							}
					#main_nav li#nav_about_us a{
						background-image:url(http://www.peacockproductions.tv/_images/nav/nav_about_us_b.png);
                                                _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_about_us_b.gif);  
						width:75px;
						}
					#main_nav li#nav_press a{
						background-image:url(http://www.peacockproductions.tv/_images/nav/nav_press.png);
                                                _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_press.gif);  
						width:52px;
						}
						#main_nav li#nav_press a:hover{
							background-image:url(http://www.peacockproductions.tv/_images/nav/nav_press_a.png);
                                                        _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_press_a.gif);         
							width:52px;
							}
					#main_nav li#nav_casting a{
						background-image:url(http://www.peacockproductions.tv/_images/nav/nav_casting.png);
                                                _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_casting.gif);
                                               &nbsp;width:68px;
						}
						#main_nav li#nav_casting a:hover{
							background-image:url(http://www.peacockproductions.tv/_images/nav/nav_casting_a.png);
                                                        _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_casting_a.gif);      
							width:68px;
							}
					#main_nav li#nav_corporate a{
						background-image:url(http://www.peacockproductions.tv/_images/nav/nav_corporate.png);
                                                _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_corporate.gif);     
						width:91px;
						}
						#main_nav li#nav_corporate a:hover{
							background-image:url(http://www.peacockproductions.tv/_images/nav/nav_corporate_a.png);
                                                        _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_corporate_a.gif);    
							width:91px;
							}
					#main_nav li#nav_series_specials a{
						background-image:url(http://www.peacockproductions.tv/_images/nav/nav_series_specials.png);
                                                _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_series_specials.gif);     
						width:142px;
						}
						#main_nav li#nav_series_specials a:hover{
							background-image:url(http://www.peacockproductions.tv/_images/nav/nav_series_specials_a.png);
                                                        _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_series_specials_a.gif);     
							width:142px;
							}
					#main_nav li#nav_crash_factory a{
						background-image:url(http://www.peacockproductions.tv/_images/nav/nav_crash_factory.png);
                                                _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_crash_factory.gif);        
						width:124px;
						}
						#main_nav li#nav_crash_factory a:hover{
							background-image:url(http://www.peacockproductions.tv/_images/nav/nav_crash_factory_a.png);
                                                        _background-image:url(http://www.peacockproductions.tv/_images/nav/nav_crash_factory_a.gif);     
							width:124px;
							}
						#main_nav li a:focus{
							-moz-outline-style: none;
							}
						#main_nav li.selected a{
							background-image: url(http://www.peacockproductions.tv/system/mt-static/plugins/NBCUXDSuite/_images/icons/arrow_dotted_blue_down.gif);
							background: url(http://www.peacockproductions.tv/system/mt-static/plugins/NBCUXDSuite/_images/icons/arrow_dotted_blue_down.gif) no-repeat 2px center;
							text-decoration: none;
							}
					/* drop down navigation */
					#main_nav li ul{
						display: none;
						position: absolute;
						background-color: #FFF;
						top: 27px;
						left: -1px;
						border-right: 1px solid #d5d5d5;
						border-left: 1px solid #d5d5d5;
						border-bottom: 1px solid #d5d5d5;
						white-space: nowrap;
						padding: 15px 19px 19px 11px;
						z-index: 1000;
						}
					#main_nav li:hover ul{
						display: block;
						}
						#main_nav li ul li, #main_nav li ul li:hover{
							float: none;
							border: none !important;
							background-color: transparent;
							padding: 0;
							width: auto !important;
							height: auto !important;
							}
						#main_nav li ul li a, #main_nav li ul li:hover a{
							float: none;
							padding: 0 0 5px;
							display: block;
							width: auto !important;
							height: auto !important;
							text-indent: 0 !important;
							background: none !important;
							position: relative !important;
							}
		/***************************
		HEADER SEARCH
		*/
		#main_nav #search_form{
			float: right;
			position: relative;
			margin-top: 2px;
			padding-right: 15px;
			width: 300px;
			}
			#main_nav #search_form .form_element_div {
				float: left;
				padding-right: 10px;
				}
				#main_nav #search_form label{
					display: none;
					}
				#main_nav #search_form .form_element_div input{
					width: 200px;
					}
			#main_nav #search_form #header_search_button{
				margin-top: 2px;
				}


	/***************************
	CONTENT
	*/
	#content{
		padding: 0;
		overflow: hidden;
		clear: both;
		border-left:6px solid #cccccc;
		border-top:6px solid #cccccc;
		border-right:6px solid #cccccc;
		border-bottom:9px solid #cccccc;
		}
	#home #content{
		border:medium none;
		}
	/***************************
	FOOTER
	*/
	/***************************
	FOOTER
	*/
	#footer{
		clear: both;
		overflow: hidden;
		position: relative;
		margin-top: 10px;
                margin-bottom: 15px;
		font-size: 1em;
		color:#ffffff;
		}
		#footer_copyright{
			}
		#footer a{
			text-decoration: none;
			}
		#footer_links{
			}
			#footer_links li{
				float: left;
				padding-right: 20px;
				padding-left: 20px;
				text-transform: capitalize;
				border-right:1px solid #ffffff;
				}
				#footer_links li:first-child{
					padding-left:0px;
					}
				#footer_links li:last-child{
					border-right: none;
					}
				#footer_links li a{
					color:#ffffff;
					}
/*******************
ICONS
*******************/


