@CHARSET "ISO-8859-1";

/**********************************************************************************************
global
***********************************************************************************************/
a:link img{border: none;}      /* unvisited link */
a:visited img{border: none;}  /* visited link */
a:hover img{border: none;}  /* mouse over link */
a:active img{border: none;}  /* selected link */

/********************** pages styles ************************************************************/
.yui-g table td{
	border: none;
	
	vertical-align: top; 
	width: 50%;
	padding: 10px;
	
}
#bd h2{
	margin-top: 0px;
}

#bd h1
{
	margin-top: 0px; 
	border-bottom: 1px solid #000033; 
	padding-bottom: 5px;
}

/*
.bottom_border{
	margin-top: 0px; 
	border-bottom: 1px solid #000033; 
	padding-bottom: 5px;
}*/

#bd{
	font-size: 17px;
}




#bd img
{
	padding: 2px;
	border: 1px solid #000033;
	text-align: center;
}

#one_col_center{
	padding-left: 20px; 
	padding-right: 20px;
	
	
}

/* those awful spry panels */
.TabbedPanelsTab{
	
	
	font-size: 8px;
}
.extra_center_images{
	
}
.extra_center_images img,strong{
	margin-left: 100px;
}

/* the form used in the order properctus process */
#bd #form1 td{
 border:1px solid #DAD9DD; 
 font-size: 15px;
}




/*************** stuffused in the staff pages only **********/
.staff_table{
	word-wrap: break-word;
}

.staff_table td{
	width: 33%;
	text-align: left;
}


.staff_head{
	/* border: 1px solid black; */
	margin-top: 50px;
}

.staff_head h2{
	font-size: 20px;
}

.staff_table_header{
	font-weight: bold;
	font-size: 20px;
}

.staff_table_header2{
	font-weight: bold;
	font-size: 18px;
}
/************** end of staff page stuff ******************/