/*
	print.css
	
	Editor:	Aubyn Freybe-Smith, Steve Saugestad (Wallop)
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: normal;
}

body a {
	color: #cb2b0a;
	text-decoration:underline;
}
body a:hover {
	text-decoration: none;
	color: #000;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol { list-style: decimal; }

ul {  }

li { }

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 15pt;
}

/* = Generic
--------------------------------------------------------------------------------*/

.smallText01 { 
	font-size: 8pt;
}


/* spacers. to be used on TDs, empty DIVs, even Ps, when vertical space is needed */
.spacer20 {
	padding-top: 20pt;
}
.spacer30 {
	padding-top: 30pt;
}

hr
{
	border-color: #bfbdba;
	border-style: solid;
	border-width: 1pt 0 0;
	clear: both;
	height: 0;
}

IMG {
	border: 2pt solid #bfbdba;
	margin: 10pt 20pt 20pt 0;
}


/* =Headings
--------------------------------------------------------------------------------*/

h1 { font-size: 20pt; clear: both; }
h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 10pt; }


/* the top section of the screen (part with near-white BG)
---------------------------------------------------------------------------------*/
#section_top {
	padding-bottom: 10pt;
}

/* =Navigation
--------------------------------------------------------------------------------*/
#nav01 {
	font-size: 8pt;
	margin-bottom: 10pt;
	border-bottom: solid 1pt #666;
}
#nav01 UL LI {
	display: inline;
	padding: 0 10pt 0 10pt
	border-right: solid 1pt #666666;
}

/* =Pattern Boxes (hold headings)
--------------------------------------------------------------------------------*/
.patternbox_light, .patternbox_dark {
	
}



/* = Flash areas
--------------------------------------------------------------------------------*/

#mediaplayer01, #flash_slideshow01, #flash_general01, #flash_general02 {
	display: none;
}
/* styles the error message: you need flash9 */
.flash_error01 P {
	display: none;
}




/* = ARCHIVES (repeated entries like on Articles page)
--------------------------------------------------------------------------------*/
.archive01 .archive_entry {
	border-bottom: 1pt solid #bfbdba;
	margin: 0 0 20pt 0;
	padding-bottom: 10pt;
}
.archive01 .archive_entry span.archive_date {
	font-style: italic;
}
.archive01 .archive_entry span.archive_publication {
	font-weight: bold;
}



/* = bottom section of the screen. (part with darker BG and footer)
--------------------------------------------------------------------------------*/
#section_bottom { 
	
}

/* = the full-wdith dark background areas, or the grid_9 background areas (like on top of Press Releases page)
--------------------------------------------------------------------------------*/

.bg_dark01 {
	
}


/* = Contact boxes. vertical and horiz variations
--------------------------------------------------------------------------------*/
.contactbox_vert { 
	padding: 10pt;
	border: solid 1pt #666;
}
.contactbox_horiz { 
	padding: 10pt;
	border: solid 1pt #666;
}


/* =Footer
--------------------------------------------------------------------------------*/
.footer {
	font-size: 8pt;
	margin-top: 10pt;
	border-top: solid 1pt #666;
	padding-top: 10pt;
}
.footer UL LI {
	display: inline;
	padding: 0 10pt 0 10pt
	border-right: solid 1pt #666666;
}
