/*-----------------------------------------------------------------*/
/* CSS for printable pages                                         */ 
/*-----------------------------------------------------------------*/

/* The following are styles made invisible for printing - banner, menu's etc */
#left30Wrapper				{display:none;}
#BannerWrapper				{display:none;}
#TopOfFooter				{display:none;}
#BottomOfFooter				{display:none;}
.subTitBckLink				{display:none;}
.HelpButton					{display:none;}
.HelpButton_LightBG			{display:none;}
.HelpButton_Banner			{display:none;}
.HelpButton_lghtgrnbg		{display:none;}
#SectionInstructions		{display:none;}
#rightAbtWrapper			{display:none;}
#pgeNav						{display:none;}
#pgeNavTxt					{display:none;}
#topbackNav 				{display:none;}
.MainContentBoxTitleStart	{display:none;}
.SearchSortFrm				{display:none;}
.mapLink					{display:none;}
.NoPrint					{display:none;}

/* The following are redefined to look a bit nicer on paper than on the screen */

body
{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	background:#ffffff;
	color: #000000;	
}	

/* float none is required below to fix a bug in mozilla - it won't print more than one page
   of a floated element. See: http://bugzilla.mozilla.org/show_bug.cgi?id=104040 */
#right70Wrapper 
{
	float:none;
}

.SectionContent 
{
	text-align : left;
}

.SectionTitleBackground {
}
.SectionTitle
{
}
a 
{
	color: #000000;	
	text-decoration: none; 
}
font
{
	color: #000000;	
}
h4, a h4
{
	text-decoration: none; 
	font-weight: bold;
	font-size: 14pt;
}
h5, a h5
{
	font-weight: bold;
	font-size: 12pt;
	line-height: 6pt;
	text-decoration: none;
}
#EventsBox
{
	text-align : left;
}

#AddressBox
{
	text-align : left;
}

#ContactCol1
{
	float:left;
	width:48%;
}

#ContactCol2 
{
	float:left;
	width:48%;
}

#leftAbtWrapper 
{
	float:left;
	background:#ffffff;
}
.SearchSort {
	padding-top: 6pt;
}
#SearchTblhead	{
	padding-top: 6pt;
	font-weight: bold;
	font-size:12pt 
}
#SearchTblheadTxtNme	{
	width:47%;
	float:left;
	font-weight: bold;
}
#SearchTblheadTxt	{
	width:25%;
	float:left;
	font-weight: bold;
}
#SearchTblheadDistanceTxtNme	{
	width:40%;
	float:left;
	font-weight: bold;
}
#SearchTblheadDistanceTxt	{
	width:22%;
	float:left;
	font-weight: bold;
}
#SearchTblheadDistanceDistance	{
	font-weight: bold;
	width:13%;
	float:left;
}
.SearchSerTit	{
	font-weight: bold;
	padding-top: 6pt;
	padding-bottom: 6pt;
}
.SearchSerTitNme	{
	width:47%;
	float:left;
}
.SearchSerTitTxt	{
	width:25%;
	float:left;
}
.SearchSerTitDistanceNme	{
	width:40%;
	float:left;
}
.SearchSerTitDistanceTxt	{
	width:22%;
	float:left;
}
.SearchSerTitDistanceDistance	
{
	width:13%;
	float:left;
}
.SectionContent {
}
.SectionContentNme	{
	width:20%;
	padding-bottom: 5px;
	float:left;
}
.SectionContentDet	{
	width:77%;
	padding-bottom: 5px;
	float:left;
}
.SearchSerChangeColsTxt	{
	width:19%;
	padding:0px;
	text-align:left;
	float:left;
	text-align:left; 
}

/*-----------------------------------------------------------------*/


