/**
 * Print
 *
 * Print version related styling.
 *
 */

body {
	background-color: #fff;
	color: #000;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
}

/*
Remove toolbar and primary navigation.
*/
#toolbar,
#primary,
#breadcrumb {
	display: none;
}


/*
Logo
*/
#header #logo {	
	display: block;
	margin: 0 0 30px 0;
}
	#header #logo img {
		border: 0;
		display: block;
	}


/*
Main content area layout.
*/
#wrapper,
#content {	
	float: none;
	display: block;
	width: 100%;
}	

#content-navigation {
	display: none;
}
	
#content-sidebar {
	
}
	
#content-body {
	
}


/*
Footer
*/
#footer {
	border-top: 1px solid #8a7f7f;
	margin-top: 25px;
	padding-top: 10px;
	text-align: center;
}
	
	#footer ol.pf {
		display: block;
		font-style: italic;
		margin-top: 15px;
		text-align: left;
	}


/*
Layout of content elements
*/
#content a:link,
#content a:visited,
#content a:hover,
#content a:active { 
	color: #cfd4ff;
	font-weight: bold;
	text-decoration: underline;
}
/*
#content a[href^="http:"]:after {
     content: " (" attr(href) ") ";
     font-style: italic;
     font-weight: normal;
}
*/

#content acronym { }

#content address { 
	font-style: normal;
}

#content big { }

#content blockquote { }
	#content blockquote p { }

#content em {
	font-style: italic;
}

#content form { }
	#content form button { }

	#content form fieldset { }
		#content form fieldset legend { }

	#content form input { }

	#content form label { }

	#content form select {
		min-width: 1.5em;
	}
		#content form select option { }

	#content form textarea { }

#content h1 { 
	color: #000;
	font-size: 20px;
	line-height: 22px;
}

#content h2 { 
	color: #666;
	font-size: 16px;
	line-height: 18px;
}

#content h3 { 
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}

#content h4 { }

#content h5 { }

#content h6 { }

#content hr { 
	background-color: #8a7f7f;
	border: 0;
	color: #8a7f7f;
	height: 1px;
	width: 100%;
	margin-bottom: 34px;
}


#content img { }
	#content img.align-left,
	#content div.portrait {
		border: 1px solid #8a7f7f;
		display: inline;
		float: left;
		margin: 0 15px 15px 0;
		padding: 5px;
	}
	#content img.align-right {
		display: inline;
		float: right;
		margin: 5px 0 5px 11px;
	}

#content ol { }
	#content ol li { }

#content p { }

#content small { }

#content strong {
	font-weight: bold;
}

#content sub {
	line-height: 0;
}

#content sup {
	line-height: 0;
}

#content table {

}
	#content table thead {
		display: table-header-group;
	}

	#content table tbody { }

	#content table tfoot {
		display: table-footer-group;
	}

	#content table tr { }
		#content table tr th { }
		#content table tr td { }

#content ul { }
	#content ul li { }


/*
Misc.
*/
#skipper { 
	display: none; 
}

/*
Clear floats so content beneath will flow
normally. This class must be attached to any
parent that has a floated child.
*/
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */