          /*
--=.._/(       Solarworld USA PRINT STYLES      )\_..=--
    	  */

#site-utilities, #nav, #wrapper #lead, #secondary .accessibility, .nav, .sharing, .jumplinks {
    display: none;
}
body { background:#fff none; }

p {
	clear:both;
}

#wrapper .inner-wrap {
	margin:0;
	width:100%;
}
#header { 
	background:transparent none;
	margin:0 0 2em;
}
#header #brand {
	float:left;
	margin-left:1em;
}
#header img.header-slogan {
	float:right;
	margin:2em 1em 0;
	position:static;
	width:auto;
}

#content {
	background:transparent none;
	float:none;
	margin:0;
	width:100%;
}

#primary {
	float:none;
	overflow:hidden;
	width:100%;
}
	#primary .main {
		float:none;
	}
	.main .callouts {
		display:none;
	}
	
#secondary {
	float:none;
	display:none;
}
.page-home #secondary {
	display:block;
	width:100%;
}


#footer {
	background:transparent none;
	border:1px solid #999;
	border-width:1px 0 0 0;
	clear:both;
	color:#000;
	margin:2em 0 0;
	padding:1em 0 0;
}

.IX_tabs .active {
	font-weight:bold;
}

.ssh-campaign .assertions .section {
	float:none;
	width:100%;
}
.ssh-campaign .assertions ol {
	border-top:none;
}
.ssh-campaign .assertions ol > li {
	background:transparent none;
	height:auto;
	padding: 0 0 0 2em;
	position:static;
}
.ssh-campaign .assertions h4 {
	margin:0 0 1em;
	padding:0;
}
.ssh-campaign .assertions h4 > strong {
	height:auto;
	position:static;
	padding-right:.5em;
}
.ssh-campaign .assertions ol .wide {
	width:auto;
}
.ssh-campaign .assertions ol .content {
	background:transparent none;
	padding:0 0 0 2em;
	position:static;
	left:auto;
}
.ssh-campaign .assertions ol .content img {
	float:none;
	margin:0;
}
.ssh-campaign .assertions ol .content .description {
	float:none;
	width:100%;
}
.ssh-campaign .assertions ol .description ul {
	list-style:disc;
	margin-left:2em;
}
.ssh-campaign .assertions ol .description li {
	background:transparent none;
}


/*

	Uncomment and insert correct domain

*/

/* insert the url with domain and slash
a:after 				{ content: " (http://domain.com/" attr(href)") "; }
 */
 
/* if starts with slash already, only put in domain to avoid doubling it
a[href^="/"]:after		{ content: " (http://domain.com" attr(href)") "; }
*/

/* if starts with http:, don't put in the domain at all -- it's either external or full url already
a[href^="http:"]:after	{ content: " (" attr(href)") "; }
 */
 
 
/* don't do that content insert at all for jump links and named anchors */
sup a:after,
a[href^="#"]:after,
a[name]:after 			{ content: ""; }
