/* HSS No-Frames Design Style Sheet - Version: Beta/Adaptive 
** hss.css 2006-08-03 clnelson2
*/




/* Begin Content areas */
p { font-size: 1.1em; }
#tabarea p {}
h2, h3 { color: #000066; 
}

h4 { font-weight: bold
}

fieldset { padding: 5px; }

ol, ul { text-align: left; }

tr { font-size: 1.1em; }

#tabarea {
width: 780px;
height: 35px;
}
#tab1
{
float:left;
text-align: center;
border:groove;
border-color: #0099CC;
width: 58px;}
#tab2
{
float:left;
text-align: center;
border:groove;
border-color: #0099CC;
width: 120px;}
#tab3
{
float:left;
text-align: center;
border:groove;
border-color: #0099CC;
width: 190px;
}
#tab4
{
float:left;
text-align: center;
border:groove;
border-color: #0099CC;
width: 150px;
}
#tab5
{
float:left;
text-align: center;
border:groove;
border-color: #0099CC;
width: 50px;
}
#tab6
{
float:left;
text-align: center;
border:groove;
border-color: #0099CC;
width: 164px;
}
#tab7
{}

#smallbanner {

}

#dualoneCol3 {
	float:left;
	width:265px;
	padding: 0 0 0 20px;
}

#dualoneCol4 {
	float:left;
	width:400px;
	padding: 0 0 0 20px;
}

#dualoneCol5 {
	float:left;
	width:200px;
	padding: 0 0 0 20px;
}

#dualoneCol6 {
	float:left;
	width:200px;
	padding: 0 0 0 20px;
}

#dualoneColL {
	float:left;
	width:175px;
	padding: 0 0 0 20px;
}

#dualoneColR {
	float:left;
	width:265px;
	padding: 0 0 0 20px;
}

#leftNav {
	float:left;
	width:180px;
	padding: 0 5px 0 10px;
}

#oneCol2 {
	float: left;
	width: 550px;
	padding-left: 10px;
}

#oneCol3 {
	float: left;
	width: 500px;
	padding-left: 40px;
}

#oneCol4 {
	float: left;
	width: 775px;
	padding-left: 10px;
}


#wideCol2 {
	float: left;
	width: 350px;
	padding: 0 5px 0 5px;
	margin-left: 5px;
}

#wideCol3 {
	float: left;
	width: 340px;
	padding: 0 5px 0 10px;
}

#footer {
clear:both; 
	margin-top: 15px;
}

.SIOgreen {color: #006633; font-size: 1.2em;}
.SIOgreenBold {color: #006633; font-size: 1.2em; font-weight: bold;}
.centerpic {
	text-align: center;
	vertical-align: middle;
}

.bottompic {
	text-align: center;
	vertical-align: bottom;
}

/* Footer Elements */


/* Custom Class Styles */
.psenior {
	font-size: 1.1em;
	font-weight:300;
}

.hsenior  {
	font-size:1.2em;
	font-weight:500;
}

.sdsfield {
	padding: 0 10px 0 10px;
	background: #F7F7F7;
	border: 0;
}

.underline {
	text-decoration: underline;
}	

.undercenter {
	text-decoration: underline;
	text-align: center;
}	

@media print {
	#navbar, #rightNav, #titlebanner, #largebanner, #smallbanner, #breadcrumb, #footer {display: none;}
	#wrapper, #content {width: auto; margin: 0 2%; float: none !important;}
	#content {display: table-cell; display:inline;}
}

