/*** version:			v.1.0.0 		***/
/*** last modified date:	2009-09-22    	***/

/* `Generic print page
----------------------------------------------------------------------------------------------------*/

body {
    background-color: #d7d7d7;
    }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
    }
h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
    line-height: 1.3;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}    

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {margin: 10px 18px 0 0;}

.hidden {
    display: none;
    }
    
#main_container {
    width: 650px;
    margin: 0 auto;
    background-color: #fff;
    }
    

/* ---- begin print header component - this will be hidden when printed ---- */       
    
#header_container {
    width: 100%;
    height: 39px;
    background: url(../images/print_quote_header_bg.gif) 0 0 repeat-x;
    }
    
#print_button {
    float:left;
    height: 26px;
    width: 80px;
    margin: 0 0 0 240px;
    padding: 6px 0 0 0;
    }
    html>body #print_button {margin: 0 0 0 480px;}
    
    
#resizer_container {
    float: left;
    width: 66px;
    height: 38px;
    padding: 0 0 0 8px;
    background: url(../images/menu_main_resize_bg.gif) 0 0 no-repeat;
    text-align: center;
    }
    
#sizer {
    margin-top: 2px;
    }
    
#sizer a {
    text-decoration: none;
    color: #898989;
    }
    
#sizer a.small {font-weight: bold; font-size: 12px;}
#sizer a.medium {font-weight: bold; font-size: 16px;}
#sizer a.large {font-weight: normal; font-size: 20px;}    

/* ---- end print header component ---- */



/* ---- reformat or reposition for print ---- */
#print_letterhead {
    font: 12px/1.5 "Trebuchet MS", Trebuchet, Arial, Helvetica, san-serif;
    }

#print_letterhead .logo {
    float: left;
    width: 200px;
    margin: 10px 0 0 0;
    padding: 0 0 0 80px;
    }

#print_letterhead .company_info {
    float: left;
    }
    
#print_letterhead .company_info p {
    padding: 0;
    font-weight:bold;
    }    
    
#print_letterhead .company_info p.url {
    margin: 15px 0 0 0;
    }
    
#print_letterhead .company_info p.phone {
    margin: 10px 0 0 0;
    }
    
div.quote_body {
    width: 486px;
    margin: 0 auto;
    font: 12px/1.5 "Trebuchet MS", Trebuchet, Arial, Helvetica, san-serif;
    color: #000;
    }
    
div.quote_body #date {
    padding: 6px 0 20px 0;
    }

div.quote_body p {
    width: 486px;
    }
    
#print_footer p#legal {
    width: 486px;
    margin: 20px 0 0 0;
    padding: 6px 0 30px 0;
    font-size: 10px;
    color: #797979;
    border-top: 1px solid #000;
    }