/*************************************************************
Garrison & Sisson print style sheet

Written by vitamin
http://www.vitamininc.net/
*************************************************************/

/*************************************************************
Global styles
*************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	padding-top: 20px;
}

body, p, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
}

img {
	border-width: 0;
}

p, table, ul, ol {
	margin-bottom: 1em;
}

h1 {
	font-size: 16px;
	margin-bottom: .75em;
}

h2 {
	font-size: 14px;
	margin-bottom: .5em;
}

h3 {
	margin-bottom: .5em;
	color: #02253a;
}

h3, h4, h5, h6 {
	font-size: 12px;
	color: #02253a;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

.clear {
	display: none;
}


/*************************************************************
Meat and potatoes
*************************************************************/

#content_wrap {
	text-align: left;
}

/*************************************************************
Navigation styles
*************************************************************/

#nav {
	display: none;
}

/*************************************************************
Left Side Content
*************************************************************/

#content_left p.divide {
	padding-bottom: 2em;
	margin-bottom: 2em;
	background: url(/images/hr.gif) no-repeat bottom;
}

#content_left p, #content_left h1, #content_left h2, #content_left h3, #content_left h4, #content_left h5, #content_left h6 {
	margin-left: 10px;
	margin-right: 10px;
}

#content_left h1 {
	margin-top: 10px;
}

#content_left ul, #content_left ol, #content_left li {
	margin-left: 20px;
	margin-right: 20px;
}

#content_left a {
	color: #602c2c;
}

/*************************************************************
Right Side Content
*************************************************************/

#content_right {
	display: none;
}

/*************************************************************
Footer Content
*************************************************************/

#footer p {
	font-size: 11px;
	padding-top: 1em;
}

/*************************************************************
sIFR Specific Styles
*************************************************************/

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}