/* @override http://www2.vsadc.com/stylesheets/print.css */

/*
 *  Van Scoyoc Associates
 *  Styles for printing
 *
 *  Created by Eli Van Zoeren
 *  http://elivz.com
 *
 */


/* Begin text */

body {
	font-size: 12pt;  /* Reset base size */
	line-height: 18pt;
	}

body, #header, input, textarea, select, label {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
		
h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	}
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p, h1 {
	color: #000000;
	}
	
a:link {
	text-decoration: underline;
	color: #000000;
	}
	
a:visited {
	color: #000000;
	}

.alert {
	color: #000000;
	font-weight: bold;
	}

/* End text */

/* Begin page styles */

body {
	background: none;
	color: #000000;
	}
	
#wrapper {
	margin: 1em;
	width: auto;
	background: #ffffff;
	}

/* End page styles */


/* Begin header styles */

	
#header #skip {
	display: none;
	}

#header #banner {
	width: auto;
	height: auto;
	background: none;
	}

#header #logo a {
	display: block;
	width: auto;
	height: auto;
	background: none;
	text-indent: 10px;
	font-size: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	}

#header #top-bar, #nav {
	display: none;
	}
	
/* End header */


/* Begin body styles */

#breadcrumbs {
	display: none;
	}
	
/* End body */


/* Begin footer styles */

#footer {
	float: left;
	width: 100%;
	padding: 1.333em 0;
	border-top: 1px solid;
	}
	
#family {
	width: 100%;
	padding: 0;
	color: #000000;
	background: none;
	}
#family a {
	color: #000;
	}

#family #vsa {
	width: auto;
	text-align: left;
	border: none;
	padding: 0 10px;
	}
#family #vsa .col-2 {
	width: auto;
	float: none;
	margin: 0;
	}
#family #vsa h3 {
	text-align: left;
	color: #000000;
	}
#family #vsa .adr {
	text-align: left;
	}

#family #tig , #family #cdi {
	display: none;
	}
	
#copyright {
	text-align: left;
	font-size: 0.867em;
	padding: 0;
	}
#copyright a {
	display: none;
	}
/* End footer */


/* Hide sections-specific elements */

.filter_box, #archives, .ui-tabs-nav {
	display: none;
	}