/******************************************
print.css

Style overrides for when a person prints a webpage.

******************************************/

/******************************************
CHANGES TO ALL SITE PAGES
******************************************/

#content h1 {
	font-size: 14pt;
	margin: 25px 0 15px 0;
	}

	#content h2 {
	font-size: 15px;
	}

	#content h3 {
	font-size: 13px;
	}

	#content h4 {
	font-size: 12px;
	margin: 20px 0 20px 0;
	}
	
/*hide menus, footer, and most graphical elements */	
#topmenu, #mainmenu, #menu2, #footer, div.dropshadow {
display: none;
}

/* make background colour white instead of grey */
body {
background-color: #fff;
font: 9pt Arial, Helvetica, sans-serif;
}

#header img { /* company logo */
margin: 0 0 25px -10px;
border: none;
float: left;
}

#header h1 { /* tagline */
text-align: right;
font:  bold 11pt "Arial", Tahoma, Arial, sans-serif;
font-variant: small-caps;
margin: 60px 0 0 0;
clear: right;
}

/* underline links and insert full URLs for all hyperlinks in #content */
#content a {
text-decoration: underline;
}

/* Firefox: show URLs for all links in print
#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
}

#content #breadcrumb a:link:after, #content #breadcrumb a:visited:after {
content: "";
}
*/

#breadcrumb {
font: 7.5pt Tahoma, "Arial Narrow", Arial, sans-serif;
margin: 10px 0 10px 0;
}

#wrapper {
clear: both;
}

div#wrapper div#content {
float: left;
width: 455px;
max-width: 455px;
margin: 0;
}

#content table.striped td {
border: 1px dotted black;
border-collapse: collapse;
}

/******************************************
STYLES FOR SIDEBAR
******************************************/

#sidebar {
	float: left;
	font: 8pt Tahoma, "Arial Narrow", Arial, sans-serif;
	width: 150px;
	margin: 10px 0 0 10px;
	}
	
	/*shrink all graphic elements to fit in narrower sidebar */
	#sidebar img {
	width: 150px;
	}

	#sidebar div.quote {
	margin: 5px 0 0 0;
	border: 1px dotted black;
	}

	#sidebar div.quote blockquote {
	margin: 15px;
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif;
	quotes: "\201C" "\201D"; 
	} 

	#sidebar div.quote blockquote p { 
	font-size: 8pt;
	text-align: right;
	}

	#sidebar div.quote blockquote p:before, #sidebar div.quote blockquote p:after { 
	content: open-quote; 
	font-size: 16pt; 
	font-weight: bold; 
	color: #f00; 
	line-height: 0;
	vertical-align: middle; /* to bring down quote as subscript */
	} 

	#sidebar div.quote blockquote p:after { 
	content: close-quote; 
	} 

	#sidebar div.quote p {
	margin: 15px;
	font-size: 7pt;
	text-align: right;
	}

	#sidebar div.box {
	margin: 5px 0 0 0;
	border: 1px dotted black;
	}

	#sidebar div.box h1 {
	background-color: #c8d1de;
	font-size: 9pt;
	margin: 0;
	}

	#sidebar div.box h2 {
	font-size: 8pt;
	padding: 5px 5px 3px 5px;
	border-top: 2px solid #eee;
	margin: 0;
	}

	#sidebar div.box h2.first {
	}
	
	#sidebar div .contactus .box p {
	}
	
	#sidebar div.contactus .box ul {
	}
	
	#sidebar div .contactus .box h1 {
	}
	
	#sidebar a div.ad 
	{
	    color: black;
	}
	
	#sidebar div.ad h1 
	{
	    background-color: #990000;
	    text-align: right;
	    color: black;
	}
	
	#sidebar div.ad 
	{
	    background-color: white;
	}
	
	#sidebar div.ad p
	{
	    font-weight: bold;
	}

/* make borders on sidebar darker */
/*
#sidebar .box, .quote {
border: 1px solid #000;
}

#sidebar .box h1 {
background-color: #eee;
}

#sidebar .box h2 {
border-top: 1px solid #000;
}*/




