/* Major Layout */

#lg_right_col{
	position: relative;
	float: left;
	width: 580px;
	margin-left: 15px;
}

/* Static Area */

.photo_box{
	position: relative;
	width: 250px;
	text-align: center;
	float: left;
	margin-top: 15px;
}

.small_text{
	font-size: 10px;
	font-style: italic;
}

.tab_content{
	width: 580px;
}

#tabs li{
	width: 120px;
}

/* Table Styles */

.content_table{
	border-left: 3px solid #253e7d;
	border-right: 2px solid #253e7d;	
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.content_table td{
	background-color:#fff;
}

.content_table .alt td{
	background-color: #dddddb;
}

.table_header{
	background-color:#253e7d;
	color: #FFF;
	text-align: center;
}

.table_header td{
	background-color:#253e7d;	
}

.table_footer{
	background-color:#253e7d;
	font-size: 10px;
	color: #FFF;
}

.table_footer td{
	background-color:#253e7d;
}

.content_table td, .content_table th{
	padding: 5px;
	border-right: 1px solid #253e7d;
}

.content_table th{
	border-bottom: 1px solid #253e7d;
}

.note{
	font-size: 11px;
	font-weight: normal;
}

/* Box Adverts */

.info_box{
	position: relative;
	float:left;
	width: 258px;
	height: 240px;
	border: 1px solid #253e7d;
	background-color:#fff;
	padding:5px;
	margin-left:10px;
	margin-right: 10px;
	text-align:center;
}

.info_box p{
	position: relative;
	margin: 5px;
	text-align:left;
}

p.info_header{
	font-weight: bold;
	text-align:center;
	font-size: 14px;
}

/* accordion */

.basic{ 
	margin: 0;
}

.basic a.nav {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #b1c288;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	background-image: url('../../../_img/open_arrow.png');
	background-repeat:no-repeat;
	padding-left: 25px;
	background-position: 2px 2px;		
}

.nav_number{
	font-size: 10px;
}

.basic div{
	font-weight: normal;
	width: 95%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

a.nav{
	text-transform:uppercase;
}

.show_hide{
	font-size: 10px;
	top: 5px;

}
