/* 
	Styles from /css/general.css should be overridden here if needed.
	
	If styles from /css/global.css need to be overriden, consider changing your template's htmlHeader file to utilize a 
		different global CSS file first, as overrides on the global structure should not be made in a typical site template.
 */
 
 
 #site_main_content_container .insight_center h5.value_statement {
    margin-bottom: 20px;
}
 
.insight_center #news_left_col {
   /* margin-right: 65px;*/ /* JK temporarily remove so see both columns */
} 


/* -- STRUCTURAL OVERRIDE STYLES: START -- */

body {
	overflow:auto;
}*

#site_main_container_bg {
	min-width: 0px;
}
/* -- STRUCTURAL OVERRIDE STYLES: END -- */

 
/* -- HEADERS: BEGIN -- */
h2.insight_title {
	margin: 0px;
	color: #a80532;
	font-family: open_sans_cond_bold;
	font-size: 27px;
	text-transform: none;
	font-weight: normal;
	
}

.insight_center .header h3 {
	color: #a80532;
	float: left;
	line-height:14px;
}

/* -- HEADERS: END -- */


/* -- LISTS: BEGIN -- */
.insight_center ul.large {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.insight_center ul.large li {
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b2b2b2;
}
/* -- LISTS: END -- */



/* -- LINK STYLES: BEGIN -- */
.insight_center .subscribe {
	text-align: right;
} 	

.insight_center .subscribe a {
	font-family: open_sans_cond_bold;
	font-size: 15px;
	color: #6385ba;
} 	

.insight_center .subscribe a:hover {
	color: #23527C;
} 	

/* -- LINK STYLES: END -- */


/* -- IMAGES: START -- */
.insight_center .top_left_img {
    padding-top: 0px;
}

.insight_center .top_right_img {
    padding-top: 0px;
	padding-bottom: 12px;
}
/* -- IMAGES: END -- */



/* -- LISTING LIST: BEGIN -- */

table.insight_listing_table {
	width: 457px;
}

table.insight_listing_table td {
	border-bottom: 1px solid #b2b2b2;
}

table.insight_listing_table td.date {
	vertical-align: top;
	padding-top: 13px;
	width: 57px;
}

table.insight_listing_table td.link_title {
	width: 400px;
}

table.insight_listing_table td.link_title a {
	display: block;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 4px;
	background-image: url('../../images/icons/right_arrow_small_blue.png');
	background-position: top 14px right 0px;
   	background-repeat: no-repeat;
}

table.insight_listing_table .source {
	font-size: 12px;
	font-family: arial;
	text-transform: none;
	color: #7a7a7a;
}

/* -- LISTING LIST: END -- */



/* -- GENERAL STYLES: BEGIN -- */

.insight_center_short {
	height: 100px; /* This is so that IE does not extend short pages to the full height of the Insight Center when the Insight Center is hidden */
}

.insight_center .header {
    padding-bottom: 4px;
}

.insight_center .search_link {
    text-align: left;
	padding-top: 7px;
}

.insight_center .header a.view_all {
	color: #6385ba;
}

.insight_center .header a.view_all:hover {
	color: #23527C;
}

.insight_center .header a.rss {
	float: right;
	cursor: pointer;
}

.insight_center .header a.rss img {
	vertical-align: top;
	margin-left: 10px;
	width: 17px;
	height: 17px;
}

.insight_center .blog_post_name {
	color: #7a7a7a;
	font-family: arial;
	font-size: 12px;
}

/* -- GENERAL STYLES: END -- */


/* -- CACROUSEL STYLES: START -- */
ul#podcast_slider a.podcast_label {
	display: block;
	text-align: center;
	padding-top: 7px;
	font-family: open_sans_cond_light;
	font-size: 14px;
	color: #000000;
}

/* -- CACROUSEL STYLES: END -- */


/* -- INSIGHT SEARCH BOX: START -- */
#insight_search_box {
	position: absolute;
	z-index: 3;
	background-color: white;
	width: 310px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	top: 52px;
	left: 0px;
	border: 1px solid #b2b2b2;
}

.insight_type_table td {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	padding-bottom: 2px;
}

.insight_type_table td.left {
	width: 120px;
}

/* -- INSIGHT SEARCH BOX: END -- */