/* CUSTOM CSS FOR PAGE */
.register a {
	font-size: 11px;
	color: #FB6100;
}

.register a:hover
{
text-decoration: underline;
color: #893187;
}

.bottom_header {
	font-size: 12px;
	font-weight: bold;
	color: #383A8A;
	margin-bottom: 5px;
}

.bottom_list {
	padding-bottom: 5px;
}

.bottom_list a {
	font-size: 11px;
	color: black;
	text-decoration: none; 
}

.bottom_list a:hover {
	font-size: 11px;
	color: black;
	text-decoration: underline; 
}

.site_footer {
	font-size: 11px;
	color: #383A8A; 
}

.site_footer a {
	font-size: 11px;
	color: #383A8A;
	text-decoration: none; 
}

.site_footer a:hover {
	font-size: 11px;
	color: #383A8A;
	text-decoration: underline; 
}

/*
	Horizontal Accordion
*/

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

	display: block;
	height: 370px;
	width: 159px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color: #ffffff;
}

.horizontal_accordion_toggle_active 
{
	/* background-color: #EBEBEB; */
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 370px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	width : 257px;
	overflow: hidden;
	color: #ffffff;
	background-image: url(../img/main_tpl/welcome_box/bg_scroller.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	font-size: 11px;
}
	
/* Container styling*/
#horizontal_container {
  width: 896px;   
  height: 370px;    
}

.box_small_caption {
	font-weight: bold;
	color: #383A8A;
}

.box_small_caption_container {
	/*padding: 12px 9px 9px 9px; */
	text-align: left; 
	height: 100px; 
	width: 159px; 
	background-image: url(../img/main_tpl/welcome_box/bg.gif); 
	background-position: top right; 
	background-repeat: repeat-y;
}

.horizontal_accordion_content_caption {
	font-size: 20px;
	color: white;
	margin-bottom: 13px;
}

.table_list td {
	font-size: 11px;
	color: white;
}

.table_list td a {
	font-size: 11px;
	color: #D9D9D9;
	font-weight: bold;
	text-decoration: underline;
}

.table_list td a:hover {
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#horizontal_container_boxes {
	font-size: 11px;
	margin-top: 20px; 
	text-align: left;
}

#horizontal_container_boxes a{
	text-decoration: none;
	color: white;
	font-size: 11px;
}

#horizontal_container_boxes a:hover{
	text-decoration: underline;
	color: white;
}

#horizontal_container_boxes .caption {
	font-size: 18px;
	color: #383A8A;
	margin-bottom: 18px;
}

#horizontal_container_boxes .table_list td{
	font-size: 11px;
	color: black;
}

.table_list_maillist td {
	font-size: 11px;
	color: black;
}