/** Green is Universal global css **/

	
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
	* 1.33em = 16px
	*/
	font-size: 75%; /* 12px */

	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #79cbf0 url(../images/background_with_container.jpg) repeat-y top;
	color: #333333;
	}
* {
	margin:0;
	padding:0;
	}
	
legend {
	display: none;
	}
	
fieldset {
	border: none;
	}
a{
	color: #1793c6;
	text-decoration: none;
	}
img{
	border: none;
	}
.clear {
	clear: both; 
	display: block; 
	margin: 0; 
	padding: 0; 
	height: 0; 
	line-height: 0px; 
	font-size: 0px; 
	visibility: hidden;
	}
ul, li{
	list-style-type: none;
	}

.grayoff {
	color: #AAAAAA;
	font-weight: bold;
}
u{
	text-decoration: none;
	}
:focus{
	-moz-outline-style: none;
	}
	
/* -----
boxes
 ----- */
.vine{
	display: none;
	}
.box_small{
	position: relative;
	margin-bottom: 10px;
	float: left;
	width: 307px;
	}
	#content_right .box_small{
		float: none;
		}
/*.box_small .box_head{
	background: url(../images/boxes/box_sm_head.png) no-repeat left top;
	width: 315px;
	height: 12px;
	}
.box_small .box_content{
	background: url(../images/boxes/box_sm_bg.png) repeat-y left top;
	padding: 0px 6px 16px;
	position: relative;
	z-index: 10;
	}
.box_small .box_foot{
	background: url(../images/boxes/box_sm_foot.png) no-repeat left top;
	width: 315px;
	height: 12px;
	}*/
.box_big{
	position: relative;
	margin-bottom: 10px;
	position: relative;
	}

.box_head, div#fpv_uiPage div.fpv_smallBox h2, div#fpv_uiPage div.fpv_mediumBox h2, div#fpv_uiPage div.fpv_largeBox h2{
	background: url(../images/boxes/module_header.png) repeat-x left top;
	height: 11px;
	}
.box_content, div#fpv_uiPage div.fpv_smallBox .fpv_content, div#fpv_uiPage div.fpv_mediumBox .fpv_content, div#fpv_uiPage div.fpv_largeBox .fpv_content{
	background-color: #d8f4f1;
	padding: 3px 7px 16px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	zoom: 1;
	}
	.split_box .box_content{
		padding: 3px 0 0px 7px;
		}
.box_big_head .box_content{
	padding: 0px 6px 0px;
	}
.box_foot, div#fpv_uiPage div.fpv_smallBox .fpv_foot, div#fpv_uiPage div.fpv_mediumBox .fpv_foot, div#fpv_uiPage div.fpv_largeBox .fpv_foot{
	background: url(../images/boxes/module_footer.png) repeat-x left top;
	height: 23px;
	position: relative;
	z-index: 20;
	}
/* -----
BOX STYLE TWO
 ----- */
	.box_style_two .box_head, div#fpv_uiPage #fpv_uiRelatedVideoContainer h2{
		background: #daf4da url(../images/boxes/module_header_green.png) repeat-x left top;
		}
	.box_style_two .box_content, div#fpv_uiPage #fpv_uiRelatedVideoContainer .fpv_content{
		background-color: #D7F3D7;
		padding: 3px 4px 16px;
		}
	.box_style_two .box_foot, div#fpv_uiPage #fpv_uiRelatedVideoContainer .fpv_foot{
		background: url(../images/boxes/module_footer_green.png) repeat-x left top;
		}
		
/* full page box */
.box_full{
	width: 956px;
	position: relative;
	margin-bottom: 10px;
	}



/* inner boxes */
.inner_box{
	width: 301px;
	}
.inner_box .inner_box_head{
	background: url(../images/boxes/inner_box_head.png) no-repeat left top;
	height: 8px;
	}
.inner_box .inner_box_content{
	background: url(../images/boxes/inner_box_content.png) repeat-y left top;
	padding: 3px 6px 16px;
	}
.inner_box .inner_box_foot{
	background: url(../images/boxes/inner_box_foot.png) no-repeat left top;
	height: 7px;
	}
	
/* box content area */

.box_content .main_content_img{
	/*padding: 0px 0px 0px 7px;*/
	}
.box_content h3{
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 0px 4px 5px;
	color: #f88632;
	border-bottom: 1px dotted #999999;
	margin-bottom: 8px;
	text-transform: capitalize;
	}
	#content_right .box_content h3, #content_right .box_content h3 a{
		color: #015D27;
		}
	.box_content h3 span.subHead{
		font-weight: normal;
		font-size: 1.6em;
		color: #020202;
		text-transform: capitalize;
		padding-left: 4px;
		}
.box_big_head h3{
	padding-bottom: 0px;
	}
.box_small .box_content h3{
	font-size: 1.17em;
	text-transform: capitalize;
	padding: 9px 0 4px 13px;
	}
	#content_right .box_small .box_content h3{
		padding: 0 0 4px 13px;
		}
	.box_small .box_content h3 span.subHead{
		font-size: .85em;
		font-weight: normal;
		}
	
.box_content_main{
	padding: 0px 0 0 5px;
	line-height: 1.2em;
	}
.box_content_main P{
	padding: 5px 0;
	}

.box_small .box_content_main{
	padding: 10px 16px;
	line-height: 1.5em;
	text-align: justify;
	}
	
/* speacial top split boxes */
.inner_split_box{
	height: 1%;
	}
.split_box h3{
	font-size: .9em;
	}
.split_box h3 span.subHead{
	display: block;
	padding-left: 0px;
	font-size: 1.2em;
	}
.split_box_left{
	width: 376px;
	float: left;
	}
.split_box_left img{
	margin-left: 4px;
	}
.split_box_right{
	float: left;
	width: 233px;
	padding-left: 3px;
	}
.split_box_right dl{
	margin-bottom: 2px;
	border-bottom: 1px dotted #d8f4f1;
	border-top: 1px dotted #d8f4f1;
	padding: 2px 4px 4px 6px;
	}
.split_box_right dl.hover{
	background: #f1fbfa url(../images/buttons/green_rollover_btn.jpg) repeat-x left 2px;
	cursor: pointer;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	}
.split_box_right dt{
	font-weight: bold;
	font-size: .9em;
	}
.split_box_right dd{
	color: #747B1F;
	font-size: .9em;
	line-height: 1em;
	}
/* -----
module (box) buttons
 ----- */
.module_btn{
	font-weight: bold;
	}
.module_btns_left{
	text-align: left;
	padding: 0 0 0 12px;
	margin-top: -7px;
	float: left;
	position: relative;
	}
	.module_btns_left .module_btn_left{
		text-transform: capitalize;
		color: #f88632;
		font-weight: bold;
		font-size: 1.17em;
		}
	.box_small .module_btns_left .module_btn_left{
		font-size: .93em;
		}
.module_btns_right{
	text-align: right;
	padding: 0 15px 0 0;
	margin-top: -7px;
	float: right;
	position: relative;
	}
	.module_btns_right .module_btn_right{
		display: block;
		padding-right: 6px;
		background: url(../images/icons/arrow_right_small_blue.png) no-repeat right;
		font-weight: bold;
		font-size: 1.17em;
		text-transform: capitalize;
		}
	.box_small .module_btns_right {
		margin-top: 0;
		}
		.box_small .module_btns_right .module_btn_right{
			font-size: .93em;
			}
	
/* inner buttons */
.inner_btns{
	margin: 0px 0px 40px 81px;
	}
.inner_btns .button_style{
padding-right: 33px;
}
	
/* -----
form elements
 ----- */

.form_element input{
	width: 176px;
	height: 13px;
	padding: 1px 3px 3px;
	}
.form_element_textarea .form_element_textarea_inner{
	}
.form_element_textarea textarea{
	overflow: auto;
	width: 431px;
	height: 122px;
	border: 0px;
	border: 1px solid #c1c1c1;
	position: relative;
	padding: 3px;
	}
	
/* -----
footer
 ----- */
 #top_bottom_connector{
	background: url(../images/footer_top.png) repeat-x top;
	height: 345px;
	}
#footer{
	clear: both;
	font-size: .9em;
	color: #FFF;
	height: 59px;
	position: relative;
	z-index: 1;
	background: #002901 url(../images/grass.jpg) repeat-x;
	padding: 178px 0 0;
	overflow: hidden;
	}
/*#grassContainer{
	height: 184px;
	width: 100%;
	float: left;
	background: url(../images/grass.png) repeat-x top left;
	position: absolute;
	z-index: 1;
	}*/
#footerLinks {
	padding: 0px 0px 5px 0px;
	z-index: 2;
	position: relative;
	}
#footerLinks li{
	display: inline;
	background: url(../images/footerLink_seperator.gif) no-repeat left 4px;
	padding: 0px 4px 3px 7px;
	}
	#footerLinks li:first-child{
		background: none;
		}
#footerLinks li a{
	color: #FFF;
	}
#footerLinks li.first{
	background: none;
	}
#footerCopyright{
	z-index: 2;
	position: relative;
	padding-bottom: 5px;
	}
	#footerCopyright a{
		color: #FFF;
		}
#footerIGoGreen{
	z-index: 2;
	position: relative;
	line-height: normal;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	#footerIGoGreen b{
		float:left;
		font-size: 1.5em;
		}
	#footerIGoGreen p{
		text-align:right;
		font-size:1em;
		}
		#footerIGoGreen p a{
			color:#ffffff;
			}


/**************
BUTTONS
*/
.module_single_btn{
	clear: both;
	text-align: right;
	padding: 10px 13px 2px 0;
	}
button, .button_style{
	background: url(../images/buttons/button_left.png) no-repeat left top;
	*background: url(../images/buttons/button_left.gif) no-repeat left top;
	height: 26px;
	padding: 0 0 0 8px;
	border: none;
	width: auto;
	overflow: visible;
	}
.button_style{
	display: inline-block;
	}
	button span, .button_style span{
		background: url(../images/buttons/button_right.png) no-repeat right top;
		*background: url(../images/buttons/button_right.gif) no-repeat right top;
		display: block;
		height: 21px;
		padding: 6px 25px 0px 17px;
		font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
		color: #D7F3F0;
		text-transform: uppercase;
		margin: -2px 0 0 -3px;
		*margin: 0;
		font-size: .8em;
		}
		.button_style span{
			display: inline-block;
			margin: 0;
			}

