/********** homepage starts **********/  
.homepage_focus_top {
	position:absolute;
	top:21px;
	left:260px;
	width:200px;
	height:113px;
	float:left;
	/*border:1px solid blue;*/
}
 
.homepage_focus_middle {
	position:absolute;
	top:149px;
	left:260px;
	width:200px;
	height:113px;
	float:left;
	/*border:1px solid blue;*/
}
 
.homepage_focus_bottom {
	position:absolute;
	top:277px;
	left:260px;
	width:200px;
	height:113px;
	float:left;
	/*border:1px solid blue;*/
}

.homepage_focus_top ul a, .homepage_focus_middle ul a, .homepage_focus_bottom ul a { 
	color: #a2c0d6 ;
} 

.homepage_focus_title { 
} 

.homepage_focus_title a {
 	font-family:Arial, Helvetica, sans-serif; 
 	font-size:16px; 
 	color:#e1e1e1; 
 	font-weight:700; 
 	position:relative;
 	top:3px;
 	left:14px;
	border-bottom:2px solid #e2e2e2;
	/*border:1px solid blue;*/
} 

.homepage_focus_title a:hover {
	text-decoration:none;
} 

.homepage_focus_top ul, .homepage_focus_middle ul, .homepage_focus_bottom ul, ul {
	margin:15px 0 0 0px;
	padding:0px 0 0 5px;	
	list-style-type:none;
	text-align:left;
}

.homepage_focus_top li, .homepage_focus_middle li, .homepage_focus_bottom li, li {	
	padding-left:9px; /* space between arrow and begining of text */
	padding-top:.2em;
	background-image:url(http://education.ti.com/images/webelements/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:0 .5em;
	/*border:1px solid blue;*/
}

.homepage_audience_title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#525252; 	 
	font-weight:700; 
	text-decoration:none; 
	margin:5px 15px;
	/*border:1px solid blue;*/
}

.homepage_audience_content_img { 
	margin:15px 15px 0px 15px;
/*	width:445px;
	height:145px;*/
	/*border:1px solid #33FFCC;*/
}

.homepage_audience_content_img img { 
	float:right;
}

.homepage_audience_content { 
	width:305px;
	/*height:145px;*/
	/*border:1px solid black;*/
}

.homepage_audience_content p { 
	margin-bottom: 5px;
	/*border:1px solid red;*/
}

.contentdiv ul {
	margin-left:-4px;
	margin-top:0px;
	/*border:1px solid blue;*/
}

/* used after Jeremy's suggestion*/ 
.homepage_promo_events {
	position:absolute;
	top:263px;
	left:486px;
	background-image:url(/images/homepage/promo/events_lar.gif);
	background-repeat:no-repeat; 
	width:220px; 
	height:90px;
	/*border:1px solid green;*/
} 

.homepage_promo_events span{
 position:relative; 
 left:80px; 
 top:35px;
}
 
.homepage_promo_1 {
	position:absolute;
	bottom:21px;
	/*top:370px;*/
	left:486px;
	/*border:1px solid blue;*/
}
 
.homepage_promo_2 {
	position:absolute;
	bottom:23px;
	/*top:263px;
	left:725px;*/
	right:12px;
	/*border:1px solid blue;*/
}

/********** audience area slider starts **********/ 
.sliderwrapper {
	/*position: relative;*/ /*leave as is*/
	position:absolute;
	overflow: hidden; /*leave as is*/
	/*width: 400px;*/ /*width of featured content slider*/
	/*height: 250px;*//*460x220*/
	width: 461px; /*width of featured content slider*/
	height: 223px;/*460x220*/
	/*height: 100%;*/
	position:absolute;
	/*top:21px;
	right:12px;*/
	top:20px;
	right:13px;
	/*border: 1px dashed red;*/
}

.sliderwrapper .contentdiv {
	visibility:hidden; /*leave as is*/
	/*visibility: hidden;*/ /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background-image:url(/images/homepage/audience/audienceArea_bg.jpg);
	background-repeat:no-repeat;	
	/*width: 390px;*/ /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	width: 461px;
	/*height: 100%;*/
	height: 192px; /*jane*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color:#3300FF; /* text color */
	/*border:1px solid blue;*/
}

.pagination {
	/*width: 400px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	/*width: 460px;
	text-align: right;*/	
	/*position:absolute;*/
	position:relative;
	top:212px; 
	left: 486px; 
	background-image:url(/images/homepage/audience/audienceArea_bg-btm.jpg);
	background-repeat:no-repeat;
	width:461px;	/*padding + marging + text width = 461px;*/
	height:28px; 
	padding: 5px 2px 6px 10px; /* position of 4 button line, first-left and last-right space*/	
	/*border:1px solid green;	*/
}

.pagination a {
	/*margin:0px;*/
	padding: 1px 0px 5px 0px;
	text-decoration: none; 
	background-image:url(/images/homepage/buttons/button_audienceArea_off.gif);
	background-repeat:no-repeat;
	
	height:18px;
	width:105px;	
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#525252; /* navigation text color */
	font-weight:700; 
	text-decoration:none; 
	/*border:1px dotted blue;*/
}
	
.pagination a:hover, .pagination a.selected {
	/*padding: 1px 0px 5px 0px;*/
	background-image:url(/images/homepage/buttons/button_audienceArea_on.gif);
	background-repeat:no-repeat;
	height:18px;
	width:105px;	
	text-decoration:none; 	
	/*border:1px dotted red;*/
}
/********** audience area slider ends **********/ 

/********** homepage ends **********/ 

