/* main body text colour and typographic styling */

body {
	
	color: white;
	font: 11px/18px Georgia, "Times New Roman", Times, serif;
	background: url(../images/body/body_Pos_v1.jpg) no-repeat;
	overflow: hidden;
}


a {
	color: white;
	text-decoration: none;
	
	}
	
	
a:focus, a:hover {
	
	text-decoration: none;
	color: orange;
}

/* Horizontal Bars - Row 1 */
#row1main_left{
	border-top: 1px solid white;
}


#row1main_right{
	border-top: 1px hidden white;
}

/* Horizontal Bars - Row 2 */
#row2main_left{
		border-top: 1px solid white;
}


#row2main_right{
		border-top: 1px hidden white;
}





dl.accordion-menu dt.a-m-t {
	margin: 0;
	
	padding: 0;
	border-bottom: 1px solid white;
	background-color: transparent;
}

dl.accordion-menu dt.a-m-t-hover{
	
	color: orange;

}

dl.accordion-menu dt.a-m-t-down{
	color: orange;
}



html.accordion-menu-js dt.a-m-t-expand {
		
}


dl.accordion-menu dd.a-m-d .bd ul li{
	border-bottom: 1px hidden gray;	
}


dl.accordion-menu dd.a-m-d .bd ul li:hover{
	color: orange;
	border-bottom: 1px hidden white;
	
}
