﻿/**
 * Print
 *
 * Print version related styling.
 *
 */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #666;
	font: normal 12px/17px Arial, Helvetica, sans-serif !important;
}

/*
Remove toolbar and primary navigation.
*/
#toolbar,
#primary,
#search-form,
#legal, div.sharepointLogin, span.siteActionMenu, div.console {
	display: none;
}

#header .banner{
	display: none;
}

/*
Logo
*/


#header
{
	position: relative;
	height: 100px;

}

#header #logo {
	float: left;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;

}


#wrapper #primary
{
	display: none;

}

#content-body div.breadcrumb
{
	display: none;
}

/*
Main content area layout.
*/
#wrapper, #content {	
	position: relative;
	margin: 0;
	padding: 0;	
	left: 0;
	top: 0;
	display: block; 
	width: 100%;

}	

#content #content-navigation {
	display: none;
}
	#content-navigation #secondary ul {
		display: none;
	}
	
#content #content-sidebar {
	display: none;
}
	
#content #content-body {
	float: none;
	display: block;
	width: 90%;
	margin: 0;
	padding: 0;
	font-size: 12pt;
	top: 0;
	left: 0;
	position: relative;

	
}


/*
Footer
*/
#footer {
	margin: 20px 0 0 0;
	
}

#footer #copyright {

	padding: 0;
	left:0;
	
}

/*
Layout of content elements
*/
#content a:link { 
	color: #4c739f;
	text-decoration: underline;
}
#content a:visited { 
	color: #4c739f;
	text-decoration: underline;
}
#content a:hover { 
	color: #4c739f;
	text-decoration: underline;
}
#content a:active { 
	color: #4c739f;
	text-decoration: underline;
}
#content a[href^="http:"]:after {
     content: " (" attr(href) ") ";
     font-style: italic;
     font-weight: normal;
}

#content acronym { }

#content address { }

#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: #4c739f;
	font-size: 1.64em;
	margin: 0 0 20px 0;
}

#content h2 { 
	color: #003876;
	font-size: 1.64em;
	margin: 0 0 6px 0;
}

#content h3 { 
	color: #666;
	font-size: 1.18em;
	margin: 0 0 14px 0;
	text-transform: uppercase;
}

#content h4 { 
	color: #4c739f;
	font-size: 1.27em;
	margin: 0 0 8px 0;
}

#content h5 { }

#content h6 { }

#content hr { }

#content img { }
	#content img.align-left {
		display: inline;
		float: left;
		margin: 5px 11px 5px 0;
	}
	#content img.align-right {
		display: inline;
		float: right;
		margin: 5px 0 5px 11px;
	}

#content ol { }
	#content ol li { }

#content p { 
line-height: 1.5em;
	margin: 0 0 18px 0;
}

#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 { }


#content .hdr-graphic
{
	text-indent: 0;
	display: block;
		padding: 10px 0;
}



/*
Misc.
*/
#skipper { 
	display: none; 
}
