/***** Print Styles for Knutson *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */


body {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFFFFF;
	
}
#wrapper {                                                                                                                   
	margin: 0;
	width: 800px;
	
} 
#header_wrapper {
	padding: 20px 0;
}
#utility, #search, #main_nav_wrapper, #footer_utility, #services_right, #projects_home_right, .skip   {
	display: none;
}                                                

/* Add the styles like a normal style sheet and tweak */

.home_content_boxes {
	float: left;
	padding: 16px 5px 16px 0;
}
#content_area_1 {
	color: #000;  
	text-align: left;
	width: 500px;  
	padding: 0;
	font-size: 10pt;  
	
}                                             
#content_area_2 {
	color: #000;  
	text-align: left;
	width: 500px;  
	padding: 0;
	font-size: 10pt;  
	
}                                             
                
#footer_wrapper {        
	width: 700px;
	line-height: 13px; 
	font-family: Georgia, "Times New Roman" Times, serif; 
	clear: both;
	font-size: 10pt; 
	color: #000;
	text-align: center;
}  
/* This function allows you to display the URL of a link right after, this should be used in moderation and only on URL's that have the full URL. An example of this would be the "This site runs like Clockwork" link at the bottom of each page. */
#footer a:after {
	content: " <" attr(href) "> ";	
}
#footer a:link {
	font-family: Georgia, "Times New Roman" Times, serif;
	font-size: 10pt;
	color: #000;
	text-decoration: underline;
}
#footer a:visited {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;
}

#footer a:active {
	color: #000;
	font-size: 10pt;
	text-decoration: underline;

}

h1  {
	color: #0062b4;
	font: normal 20pt Georgia, "Times New Roman" Times, serif;
	padding: 0;
}
h2 {
	color: #0062b4;
	font: bold 18pt Georgia, "Times New Roman" Times, serif; 
}

h3 {
    color: #549bd6;
    font: normal 16pt Georgia, "Times New Roman" Times, serif;      
}

h4 {
    color: #1b1818;
    font: normal 14pt Georgia, "Times New Roman" Times, serif;      
}

h5 {
    color: #1b1818;
    font: bold 14pt Georgia, "Times New Roman" Times, serif;
}
 
h6 {
	color: #1b1818;
    font: bold 14pt Georgia, "Times New Roman" Times, serif;     
}
a:link {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #71000C;
        text-decoration: underline;
}
a:visited {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #71000C;
        text-decoration: underline;
}
a:hover {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}
a:active {
        font-family: Georgia, "Times New Roman" Times, serif;
        font-size: 11pt;
        color: #333;
        text-decoration: underline;
}
