

/*================================================================
	
	BLIS WEB AGENCY "PRINT" STYLESHEET
	
	The purpose of stylesheet is to format the appearance of the
	site for printing on an A4 page.
	
	RULES:
	1. Print formatting only

================================================================*/



/* FORMAT PAGE
----------------------------------------------------------------*/
    body
    {
        color: black;
        background: #999999;
        padding: 18px;
        font-family: georgia, serif;
        font-size: 12px;
    }
    

    
    .topPageGraphic h1
    {
        font-family: georgia, serif;
        font-size: 12px;
        font-weight: normal;
        color: #ABABAB;
    }
    
    h1
    {
        font-family: georgia, serif;
        font-size: 22px;
        font-weight: normal;
    }
    
    h2
    {
        font-family: georgia, serif;
        font-size: 16px;
        font-weight: normal;
    }
    
    p {
        line-height:18px;
	font-size:11px;
    }

    li {
    font-size:11px;
    }
    
    .webpage
    {
        width: 772px;
        background: white;
        height: 1060px;
    }
    
    .content_frame
    {
        background: white;
        width: 748px;
        padding: 12px;
    }

    a
    {
        color: black;
        text-decoration: none;
    }
    
    .photo img
    {
        border: 1px solid #000000;
    }

#col1 {
	width:350px;
	float:left;
	display:block;
	margin-right:25px;
}
#col2 {
	width:350px;
	float:left;
	margin-right:10px;
	padding-left:10px;
	border-left: dotted 1px #cccccc;
}
#col2 li {
	margin-bottom:12px;
}
.th_img {
	border:solid 1px #cccccc;
	margin:5px;
	float:left;
	display:block;
	margin-right:15px;
	margin-left:0;}
.h_light {
	float:left;
	width:185px;
	display:block;
}
#id_services .h_light {width:440px;}
#id_services .h_light h2 {margin-bottom:5px; padding-bottom:0; margin-top:4px;}
#id_services .h_light a { font-weight:bold; color:#687819; text-transform:uppercase; }
.colWide {
	margin-right:20px;
}

#contact h3 {
	color: #677719;
	font-size: 70%;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform:none;
	padding:25px;
	padding-top:0;
	padding-bottom:0;
}

.clear
{	clear:both;}

/* TURN OFF SCREEN ONLY FEATURES
----------------------------------------------------------------*/

    #header,
    #footer,
    .footer,
	#subscribe,
    div.crumbs,
    div.top,
    div.goback,
    div.screenonly,
	.footertext,
	#hk,
	#logo_animation,
	.nav,
	.posblock2,
	#contact,
	#subnav
    {
        display: none;
    }