/* CSS Document
 *	File    	:   default.css
 *	System      :   willtrust.com
 *	Author      :   Smart Marketing > Christy Sobolewski
 *	Description :   Sets layout and default styles for printing of site 

 *					This file is required on all pages
 *	Color codes :	red highlight text -> #990B04
 */
 
body {font-family:"Times New Roman", Times, serif; font-size:12pt;} 

#content {margin-top:20px;}
#seo {font-size:1.5em; text-align:center;}
#footer {text-align:center; visibility:collapse; height:10px;}
	#footer img {display:none;}

.printOnly {display:inline;}

#sidebar, #services_pics, #top_nav, #help_form, #mini_nav, #leftnav {display:none;}

#main {width:90%; float:left;}

#copyright.right {display:block; width:500px; clear:both; margin-top:5px; padding-top:5px; vertical-align:bottom; position:relative; border-top:1px solid #000; margin-top:5px;}
hr {height:2px; background-color:#990B04; border:none;}

h1, h2, h3, h4, h5, h6, p, ul, ol {padding:1em 0 0 0; margin:0;}
h1, h2, h3, h4 {font-weight:bold; page-break-inside:avoid; page-break-after:avoid; }
h2 {font-size:1.7em;}
h3 {font-size:1.5em;}
	h3 a {text-decoration:none;}
h4 {font-size:1.2em;}
h5 {font-size:1.0em; font-weight:bold;}
p {margin:0;}
ul {margin:1em 1em 1em 2em; list-style-type:disc; list-style-position:inside; page-break-inside:avoid; }
ol {margin:1em 1em 1em 2em; list-style-type:upper-roman; list-style-position:inside;}
	ol ol {list-style-type:upper-alpha; page-break-inside:avoid; }
		ol ol ol {list-style-type:decimal; page-break-inside:avoid; }
em {font-weight:bold;}
small {font-size:.7em;}
strong {font-weight:bold;}
p { page-break-inside:avoid; }