@charset "UTF-8";


/* page layout blocks */
body {
	margin:0;
	font:normal 80% Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:25px;
	letter-spacing:1px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(images/solo_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h4 {font:Arial, Helvetica, sans-serif; color:#FFF; font-weight:normal; font-size:8px; letter-spacing: 7px; text-align:center
}

div.container {
	width:100%;
	min-width:985px;
	max-width:985px;
	margin:auto;
	height:100%;
	background-image:url(background_content.jpg);
	background-repeat: no-repeat;
	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:300px;
	margin: 25px 0px 0px 110px;
	float:left;
	z-index:2;
	background-color:transparent;
	z-index:2
} /* the main change for a topnav is the position becomes absolute */

div.content {
	position:relative;
	width:41%;
	min-height:400px;
	float:left;
	margin:25px 0px 0px 30px;
	background-color:transparent;
	z-index:3;
	text-align: justify;
	color: #FFF;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
} /* margins provide gutters without dealing with IE's handling of padding */
.guidestar {
	font-size:10px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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;
}
.linkBlk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000
	;
	text-decoration: underline;
}
.linkWht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #003333;
	text-decoration: underline;
}
