/*--------------------------------< 4. HEADER (hd) Specific styles >---------------------------------*/

#hd {
	background-color: #003768;
	background: url(/images/frontend/header_shim_green.png) repeat-x;
	height: 127px;
	position:relative;
}
#hd h2 {
	color:#FFF;
}
#hd h3 {
	color:#FFF;
}
#hd ul {
	color:#FFF;
}
#featureList li a:link, #featureList li a:visited {
	text-decoration: none;
	color:#FFF;
}
#featureList li a:hover {
}

#search input {
	background:url(/images/frontend/header_search_box_end_green.png) no-repeat top left;
}

/*--------------------------------< 5. TOP NAV - Navigation Tab styles >-----------------------------*/

#topnav ul li h2 a:hover {
	color:#333;
	text-decoration:none;
}
#topnav #current {
	background-image:url("/images/frontend/tab_active_left_green.gif");
	position:relative;
}
#topnav #current a {
	background-image:url("/images/frontend/tab_active_right_green.gif");
	color:#FFF;
}

.top_corner_left_active
{

  background:url("/images/frontend/tab_active_left_corner_green.png") no-repeat;

}
.top_corner_right_active
{

  background:url("/images/frontend/tab_active_right_corner_green.png") no-repeat;

}

/*--------------------------------< 7. SIDEBAR Specific styles >-------------------------------------*/

#side_menu_area_nav h3 {
  background-color:#fcdc00;
  background-image: url(/images/frontend/sidebar_menu_area_nav_green.png);
  background-position: -1px;
  color:#fff;
  font-size:123.1%;
}
#side_menu_options_nav ul li {
  border:1px solid #b8b8b8;
  border-top:none;
  color:#202a5d;
}
#side_menu_options_nav h3 {
  background:url(/images/frontend/sidebar_menu_options_nav_green.png) no-repeat;
  color:#fff;
}
/*#side_menu_area_nav #accordion .toggler .current {
  background-color: #7fceed;
  color:#fff;
}

#accordion .toggler ul {
  background-color:#e5f6ed;
}*/
#accordion{
margin-right:4px;
margin-left:4px;
}
#accordion h6{
  background-color:#fff;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:10px;
  padding-right:10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  font-weight:bold;
  cursor: pointer;
}
#accordion h6 a{
font-size:100%;
font-weight:bold;
}
#accordion h6.ui-state-active
{
background-color:#bfe9d3;
}
#accordion div{
background-color:#e5f6ed;

}
#accordion div ul li{
border-bottom:1px solid #ccc;
padding-top:4px;
padding-bottom:4px;
font-size:83%;
font-weight:bold;
padding-left:15px;
padding-right:15px;
}


/*--------------------------------< 8. MAIN PAGE styles >--------------------------------------------*/

.main_page_area {
color:#003768;/*dark blue text*/
}
/*--------------------------------< 8.1. Blue Jazzy Table styles >-----------------------------------*/

.table_container {
	width:698px;
}
.table_container table {
	margin-left:1px;
}
.table_container th {
	background-color:#0097E0;
	color:#FFFFFF;
	font-size:85%;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	vertical-align:top;
}
.table_container caption {
	text-indent:-9999px;
	background:url(/images/frontend/table_blue_header_strip.gif) no-repeat bottom left;
}
.table_container .table_band_dark {
	background-color:#E4E4E4;
}
.table_container .table_band_light {
	background-color:#F0F0F0;
}
.divider_white {
	border-bottom:1px dotted #fff;
}
.divider_blue {
	background:url(/images/frontend/dotted_line_blue.gif) repeat-x bottom left;
}
.table_container td {
	padding:5px;
	padding-left:15px;
}
.table_main_item {
	font-size:123.1%;
	font-weight:bold;
}
.table_figure {
	color:#0097E0;
}
.table_row_grad_light {
	background:url(/images/frontend/table_row_grad_light.gif) repeat-x top left;
}
.table_row_grad_dark {
	background:url(/images/frontend/table_row_grad_dark.gif) repeat-x top left;
}
.table_blue_footer {
	height:20px;
	background:url(/images/frontend/table_blue_footer_strip.gif) no-repeat top left;
}
/*--------------------------------< 8.2. Key Feature Table & Overview Panel styles >-----------------*/

.overview_panel h5 {
	color:#0097E0;
}
