/*Main page tabs stylesheet*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

	
#tab 
	{
	background-color: #b7c1ca;
	height: 370px;
	}

#tab p.tab_header
	{
	display: block;
	background-color: #FFF;
	padding: 5px;
	font: bold 1em georgia;
	}
	
p.tab_header span
	{
	float: right;
	}
	
#tab div
	{
	padding: 5px 5px 10px 5px;
	}
	
#tab div p
	{
	width: 180px;
	height: 95px;
	padding: 2px;
	}
	
#tab div h3
	{
	display: block;
	
	font-size:1em; 
	font-weight: bold;
	padding: 2px;
	width: 180px;
	background-color: #FFF;
	}
	
#tab #replace_img
	{
	width: 450px;
	height: 170px;
	padding: 0;
	margin: 0 auto;
	background: url(../img/highlight_img_rep.jpg) repeat-x top left;
	text-align: center;
	
	}
	
 #replace_img h5
 	{
 	font: bold 12px Arial;
 	color: #fff;
 	display:block;
 	padding-top: 70px;
 	}

/* list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
	
#tab div ul
	{
	width: 245px;
	display: block;
	list-style: none;
	float: right;
	}

#tab div li
	{
	width: 245px;
	display: block;
	margin: 0 0 5px;
	background-color: #FFF;
	}
	


/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

dl
	{
	overflow:hidden;
	/*border: solid 1px black;*/
	width: 120px;


	
	}
	
dl.align_right
	{
	float:right;
	/*border: solid 1px black;*/
	}

dt
	{
	float:left;
	font-size:1em; 
	font-weight: bold;
	margin-left: 3px;
	}

	
dd	
	{
	/*float:right;*/
	font-size:1em; 
	margin-left: 3px;
	color: #3d5f7a;
	font-weight: bold;

	}
	

/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/


#highlights ul#tabs_select
	{
	/*border: solid 1px black;*/
	display: block;
	list-style: none;
	clear: right;
	margin: 7px 0 0 0;
	height: 20px;
	}
	
#highlights li.selected, #highlights li.unselected 

	{
	display: block;
	float: left;
	/*border: solid 1px black;*/
	width: 100px;
	height: 20px;
	margin: 0 1px  0 0;
	cursor: pointer;
	
	
	text-align: center;

	}	
	
li.selected
	{
	background:  url(../img/tab_selected.gif) no-repeat top left;
	}
	
	
li.unselected
	{
	background:  url(../img/tab_unselected.gif) no-repeat top left;
	}
	
#tabs_select a:link, #tabs_select a:visited
	{
	display: block;
	padding: 3px 0 0 0;
	text-decoration: none;
	font: bold 1.1em arial;
	color: #FFF;
	}
	
	
#tabs_select a.selected:link, #tabs_select a.selected:visited
	{
	display: block;
	padding: 3px 0 0 0;
	text-decoration: none;
	font: bold 1.1em arial;
	color: #3d5f7a;
	}
	
	
