/* --[ png fix for ie6 ]------------------------------------------- */
#content_thumb_community { behavior: url(/templatedata/imports/corpresp/htc/iepngfix.htc); } /*add this line to any div that has PNG as background image  */
#tab_on { behavior: url(/templatedata/imports/corpresp/htc/iepngfix.htc); } /*add this line to any div that has PNG as background image  */
#tab_off { behavior: url(/templatedata/imports/corpresp/htc/iepngfix.htc); } /*add this line to any div that has PNG as background image  */

.media
{
  position: relative;
}

#main_body_community
{
	background-image:url(/templatedata/imports/corpresp/images/sub_community_bg.gif);
	background-repeat: no-repeat;
	padding-left:50px;
	min-height: 887px;
}

* html #main_body_community
{
   height: expression( this.scrollHeight < 887 ? "886px" : "auto" ); /* sets min-height for IE */
}

#content_row2_community
{
	width : 660px;
	height: 250px;
}
#left_desc_community
{
	width :320px;
	padding : 20px 0px 0px 0px;
	float:left;
	
}

#left_desc1_community
{
	width : 320px;
	font-family: Arial;
    color:#8ccf43;
    font-size: 60px;
    line-height:63px;
    text-align:left;
 
	
}
#left_desc2_community
{
	width : 320px;
	padding : 20px 0px 0px 0px;
    float:left;
    text-align:left;
 
	
}

#right_image2_community
{
	width : 320px;
	height: 232px;
	padding-left : 10px;
	float:left;
	margin-top : -20px;
	_margin-top: -5px; /* This is for IE 6 */
}

#tab_frame
{
	width : 660px;
	height:1000px;
	margin-top : 10px;
	
}

#tab_bar
{
	margin-left: -5px;
	list-style: none;
	float: left;
	padding:0px 160px 0px 2px; /*added to move text under tabs instead of next to tabs in Firefox - JL*/
}

.tab_on, .tab_off
{
	float: left;
	display: inline;
}


.tab_on a
{
	border: 1.5px solid #DDD;
	border-bottom: none;
	padding: 5px 15px 5px 15px;
	margin: 5px;
	background-color: white;
	text-decoration: none;
	float: left;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color: #8fb466;	

}

.tab_off a
{
	border: 1.5px solid #DDD;
	padding: 5px 15px 5px 15px;
	margin: 5px;
	background-color: #8fb466;
	text-decoration: none;
	float: left;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color: white;	
}


.More_button img
{
	border:0 none;
	vertical-align:middle;
}

.thumb_image
{
	margin-left:-12px;	
}

#main_title_community
{
	
	left:12px;
	text-align:left;
	width:630px;
	padding-top:10px;
	padding-bottom:0px;
	font-family: Arial;
	font-size:32px;
	color: #8fb466;
	line-height:50px;
	clear: left;
}
#main_desc_community
{
	width : 597px;
	text-align:left;
	font-family: Arial;
 	color:#505050;
 	font-size: 12px;

}


#content_thumb_community
{
	width:625px;
	height:350px;
	margin : 0px 0px 0px 0px;
	padding-left : 12px;
	background-image:url(/templatedata/imports/corpresp/images/tab_body.png);
	background-repeat: no-repeat;
	background-position: 0 30px;
}

#video
{
	padding-top:10px;
	width : 607px;
	height:300px;
	text-align:center;
}

.thumb_title
{
	
	font-family: Arial;
    color:#00aad7;
    font-size: 26px;
   
	
}

#programs
{
	width:607px;
	padding-top:35px; /*changed from 60px - JL*/
	clear: both;
}


/* These are for tab_page.htm - start*/
#tab_content_desc
{
	width : 320px;
	
	text-align:left;
	
	

}

#right_image_tab
{
	width:280px;
	float:right;
	
}

#tab_content_left
{
	width : 320px;
	float:left;
}

.thumb_desc_video
{

	
	font-family: Arial;
    color:#f56e00;
    font-size: 26px;
    padding-bottom:-50px;
    
	
}


/* These are for tab_page.htm - end */


