@media print 
{

	/* Grant Thornton print CSS */

	/* ******************** RESET ******************** */

	/* EasyClear (http://www.positioniseverything.net/easyclearing.html) */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

	img, fieldset, form	{
		border: 0;
		margin: 0;
		padding: 0;
		}

	/* ******************** BASE ******************** */

	html, body	{
		margin: 0 2em;
		padding: 0;
		font-family: Arial, sans-serif;
		background-color: #fff;
		color: #000;
		}
		
	a	{
		color: #000;
		text-decoration: none;
		}
		
	p, dl	{
		margin: 0 0 8px 0;
		font-size: 11pt;
		line-height: 13pt;
		}
		
	dt	{
		}
		
	dd	{
		margin: 0 0 11pt 32px;
		}
		
	input, select, textarea	{
		margin: 0;
		padding: 0;
		color: #000;
		font-size: 11pt;
		}
		
	.text input, textarea	{
		border-top: 1px solid #747678;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #747678;
		}
		
	select	{
		border: 1px solid #747678;
		}
		
	textarea	{
		font-family: sans-serif;
		}
		
	.submit input	{
		padding: 0 4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #747678;
		border-bottom: 1px solid #747678;
		border-left: 1px solid #fff;
		}
		
	label	{
		font-size: 11pt;
		line-height: 1.6;
		}

	ul, ol	{
		padding-bottom: 0.8em;
		font-size: 11pt;
		line-height: 16pt;
		}	
		
	h1, h2, h3, h4, h5	{
		color: #000;
		margin: 0 0 8px 0;
		}

	h1, h2	{
		font-family: Georgia, serif;
		font-weight: normal;
		}
		
	h1	{
		font-size: 24pt;
		line-height: 28pt;
		}
		
	.g_home1_main_i h1, .g_home2_container_i h1	{
		margin-bottom: 16px;
		}
		
	h2	{
		font-size: 16pt;
		line-height: 19pt;
		}
		
	h3	{
		font-size: 13pt;
		line-height: 16pt;
		margin: 0;
		}
		
	h4	{
		font-size: 11pt;
		line-height: 13pt;
		margin: 0;
		}
		
	h5	{
		font-size: 9pt;
		line-height: 11pt;
		margin: 0;
		font-weight: bold;
		}
		
	/* ******************** GRID ********************  */	
		
	.g_sub_menu_o { display:none;}
	
	
	.g_page_fixed	{
		margin: 0;
		padding: 0;
		}
		
	.g_header_tools_o	{
		display: none;
		}
		
	.g_main_menu	{
		display: none;
		}
		
	.g_content	{
		clear: both;
		margin: 8px 0 0 0;
		padding: 0;
		}
		
	.g_main_row	{
		margin: 8px 0;
		}
		
	.g_main_row_dotted	{
		padding-top: 8px;
		}
		
	.g_main_col	{
		float: left;
		width: 49.5%;
		}
		
	.g_main_left_img 	{
		float: left;
		width: 176px;
		}
		
	.g_main_right_txt	{
		margin-left: 176px;
		}
		
	.g_related_o	{
		border-top: 1px dotted #444;
		margin-top: 1.1em;
		padding-top: 1.1em;
		}

	.g_footer	{
		clear: both;
		padding: 48px 0 8px 0;
		}
		
	.g_footer_rights	{
		float: left;
		width: auto;
		}
		
	.g_footer_tools	{
		display: none;
		}
		
	/* ******************** FUNCTIONS ******************** */

	/* Logo */

	.f_logo	{
		padding: 24px 0 19px 0;
		}
		
	.f_logo_alt	{
		padding: 9px 0 2px 0;
		}

	/* Paragraph variations */

	p.f_intro	{
		font-size: 13pt;
		line-height: 16pt;
		}
		
	p.f_download	{
		font-weight: bold;
		}
		
	/* Hide sub menu but not left hand content (if there is any) */

	.f_sub_menu	{
		display: none;
		}


	/* ******************** Specific content layout ******************** */	

	/* breadcrumb */

	.f_breadcrumb	{
		display: none;
		}
		
	/* Main images */

	.f_home_img, .f_hold_img	{
		padding-top: 24px;
		text-align: center;
		}

	.f_main_img	{
		text-align: center;
		padding-bottom: 16px;
		}	

	.f_main_img_bordered	{
		border-bottom: 1px solid #999;
		margin-bottom: 16px;
		}
		
	.f_main_img_bordered img	{
		display: block;
		margin: 0 auto;
		vertical-align: text-bottom;
		}

	/* Inline (generic content) images (there are rules for placing images in the left hand column should this occur) */

	dl.f_inline_image_side	{
		padding-bottom: 8px;
		text-align: center;
		}
		
	.g_sub_menu_i dl.f_inline_image_side	{
		padding: 0 0 8px 24px;
		margin: 0 0 0 -24px;
		text-align: center;
		}
		
	dl.f_inline_image_left	{
		float: left;
		width: 176px;
		padding: 0 8px 8px 0;
		}
		
	dl.f_inline_image_right	{
		float: right;
		width: 176px;
		padding: 0 0 8px 8px;
		}

	dl.f_inline_image_left dt, dl.f_inline_image_left dd, dl.f_inline_image_right dt, dl.f_inline_image_right dd, dl.f_inline_image_side dt, dl.f_inline_image_side dd	{
		margin: 0;
		padding: 0;
		}
		
	dl.f_inline_image_left dd, dl.f_inline_image_right dd, dl.f_inline_image_side dd	{
		padding-top: 4px;
		font-size: 9pt;
		line-height: 1.2;
		}
		
	/* List controls */

	.f_list_controls	{
		display: none;
		}
		
	/* Office select */

	.f_office_select	{
		display: none;
		}
		
	/* Listings, dotted and normal */

	.f_listing ul, .f_listing_dotted ul, .f_office_listing ul	{
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	.f_listing h4	{
		font-weight: normal;
		font-size: 11pt;
		line-height: 13pt;
		}
		
	.f_listing h4 a	{
		font-weight: bold;
		}
		
	.f_listing h3	{
		font-size: 13pt;
		line-height: 16pt;
		padding: 16px 0 8px 0;
		margin-bottom: 4px;
		}
		
	h3.f_list_title	{
		margin-top: 16px;
		}
		
	.f_listing p	{
		font-size: 11pt;
		line-height: 13pt;
		}
		
	.f_office_listing li	{
		}

	.f_office_listing .side	{
		padding-top: 11pt;
		}
		
	.f_office_listing li.last	{
		border-style: none;
		}
		
	.f_listing_dotted dl	{
		padding-top: 8px;
		}
		
	.f_listing_dotted dl dt	{
		float: left;
		width: auto;
		padding-right: 0.4em;
		}
		
	.f_listing_dotted dl dd	{
		margin-bottom: 0;
		}
		
	/* Site map */

	.f_sitemap ul	{
		margin: 0;
		padding: 0;
		}

	.f_sitemap ul li	{
		list-style-type: none;
		font-weight: bold;
		}
		
	.f_sitemap ul ul	{
		margin: 4px 0 8px 0;
		padding: 4px 0 4px 32px;
		border-top: 1px dotted #999;
		}
		
	.f_sitemap ul ul li	{
		list-style: square;
		font-weight: normal;
		}
		
	.f_sitemap ul ul ul li	{
		list-style: disc;
		font-weight: normal;
		}
		
	.f_sitemap ul ul ul ul li	{
		list-style: circle;
		font-weight: normal;
		}
		
	.f_sitemap ul ul ul, .f_sitemap ul ul ul ul	{
		border-style: none;
		margin: 0;
		padding-left: 16px;
		}
		
	/* Contact form */

	.f_contact	{
		display: none;
		}
		
	/* ******************** Related column ******************** */	
		
	/* shortcuts block (home pages only) */

	.f_shortcuts	{
		display: none;
		}
		
	/* Standard related column items */

	.f_related_item	{
		padding: 0;
		margin-bottom: 8px;
		}
		
	.f_related_form	{
		display: none;
		}	

	.f_related_item	h4 a	{
		font-weight: bold;
		}
		
	.f_related_item h5	{
		padding: 4px 0 0 0;
		margin: 0;
		}
		
	.f_related_item_content	{
		padding-top: 4px;
		height: 1%;
		}
		
	.f_related_item p	{
		font-size: 9pt;
		line-height: 11pt;
		padding: 0 0 4px 0;
		margin: 0;
		}
		
	/* Feature items */

	.f_feature_item	{
		margin-bottom: 16px;
		}
		
	.f_feature_item_img	{
		padding: 24px 0 4px 0;
		}
		
	.f_feature_item_img .bordered	{
		vertical-align: text-bottom;
		}
		
	.f_feature_item_img .bordered img	{ 
		display: block;
		margin: 0 auto;
		vertical-align: text-bottom;
		}
		
	.f_feature_item h2	{
		text-align: left;
		padding: 4px 0;
		margin-bottom: 4px;
		}
		
	.f_feature_item p	{
		font-size: 9pt;
		line-height: 11pt;
		text-align: left;
		margin: 0;
		padding-bottom: 4px;
		}
		
	/* Horizontal feature item rules (for Home1 and Holding page) */	
		
	.f_home1_feature_group .f_feature_item_img	{
		padding: 0 0 4px 0;
		}

	.f_home1_feature_group .f_feature_item	{ 
		padding: 8px;
		margin-bottom: 8px;
		}
		
	.f_home1_feature_group .f_feature_item h2	{
		padding: 0 4px 4px 4px;
		margin-bottom: 4px;
		}
		
	/* Quotes */

	p.f_quote	{
		font: 15pt/18pt Georgia, sans-serif;
		padding: 16px 8px 0 8px;
		margin-bottom: 0;
		}
		
	p.f_quote_author	{
		margin-top: 0.4em;
		padding: 0 8px 8px 8px;
		}
		
	/* ******************** Footer text ******************** */	
		
	.g_footer_rights p	{
		font-size: 7pt;
		line-height: 9pt;
		margin: 0;
		padding: 0;
		}
}