@charset "UTF-8";
.hero_section {
	padding-top:20px;
	padding-left:20px;
}
.hero_top {
	height: 38px;
	background:url(../images/layout_page_hero-section.gif);
}
.hero_bg-top {
	width: 911px;
	height: 6px;
	background:url(../images/layout_page_hero-section_inrshadw-top.gif);
	background-repeat: no-repeat;
}
.hero_bg-cntr {
	width: 911px;
	background:url(../images/layout_page_hero-section_inrshadw-cntr.gif);
	background-repeat:repeat-y;
	overflow:auto;
}
.hero_bg-bot {
	width: 911px;
	height: 6px;
	background:url(../images/layout_page_hero-section_inrshadw-bot.gif);
	background-repeat: no-repeat;
}
.hero-module{
	width:250px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	float:left;	
}
.feature-icon {
	width:35px;
	height:35px;
	float:left;
	padding-right:7px;
}
.feature-info{
	width: 200px;
	float:left;
}
.feature-info .expand{
	padding-left: 20px;
	display: block;
	height: 18px;
	width: 80px;
	float:left;
	background:url(../images/global_icon-expand.gif);
	background-repeat:no-repeat;
}
.feature-info .expand:hover{
	display: block;
	height: 18px;
	width: 80px;
	float:left;
	background:url(../images/global_icon-expand.gif);
	background-repeat:no-repeat;
	color: #ff9634;
	background-position: 0px -18px;
}

.toggle_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 200px;
	clear: both;
	display:none;
}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
}
.expand a {cursor:pointer;}
.collapse {display: none;}
.collapse a {cursor:pointer;}
.column {float:left; width:300px;}
.column-last {float:right; width:280px; padding-right:0px;}

.hero-module p {font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 18px; color: #4f4f4f; margin-bottom: 0px;}
.hero-module a {font-family: Arial, Helvetica, sans-serif;font-size: 13px; color:#f68a1b; font-weight:bold;}
.hero-module a:hover {color:#ff7200;}
.hero-module h2 {font-family: Arial, Helvetica, sans-serif;font-size: 13px;line-height: 15px; font-weight:bold;}
.hero-module h3 { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 24px;color: #587ac1; font-weight: bold; margin-top: 20px; }

#main-content  .expand{
	font-family: Arial, Helvetica, sans-serif;font-size: 13px; color: #4f4f4f;
	padding-left: 20px;
	display: block;
	height: 18px;
	width: 80px;
	background:url(../images/global_icon-expandb.gif);
	background-repeat:no-repeat;
}
#main-content .expand:hover{
	display: block;
	height: 18px;
	width: 80px;
	background:url(../images/global_icon-expandb.gif);
	background-repeat:no-repeat;
	color: #ff9634;
	background-position: 0px -18px;
}
#main-content a:hover{color: #53a9f9;}

#main-content .toggle_container {width:100%;}


