@charset "UTF-8";


/* page layout blocks */
body {
	margin:0;
	font:normal 18px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:25px;
	background-color: #000;
	background-image: url(images/solo_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


div.container {
	width:100%;
	min-width:985px;
	max-width:985px;
	margin:auto;
	height:100%; background-image:url(solo_bg03.jpg);
	background-repeat: repeat-y;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}
div.header { width:100%; height:232px; background: url(SOLO_FOUNDATION_V8.jpg) top right
}
div.sitenav {
	position:relative;
	width:225px;
	margin: 25px 0px 0px 110px;
	float:left;
	z-index:2;
	background-color:transparent;
	z-index:2
}
div.sitenav li:hover {
	background-color: ;
	font-weight: bold;
} /* the main change for a topnav is the position becomes absolute */

div.content {
	position:relative;
	width:60%;
	min-height:1000px;
	float:left;
	margin:10px 0px 0px 35px;
	background-color:transparent;
	z-index:1;
	text-align: justify;
	color: #FFF;
	font-size: 12px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
} /* margins provide gutters without dealing with IE's handling of padding */
.guidestar { font-size:9px; }
.floatcap2 {display:block; clear:both; height:180px; color:transparent}
.floatcap {display:block; clear:both; height:3px; font-size:3px; color:transparent}
div.footer { position:relative; width:100%; background-color: #000; height:40px }
p.footleft { font-size:9px; letter-spacing:2px; 
	position:absolute;
	width:100%;
	margin: auto;
}

