/* HSS No-Frames Design Style Sheet - Version: Beta/Adaptive 
** hss.css 2006-08-03 clnelson2
*/


/* form elements */


/* td elements are buggy -- reset fonts */

/* All links inherit these styles.  You only
** need to override the ones you want to change.
*/


/*This Header is used in the small banner area*/


/*These headers are used in the content area */


/* The wrapper confines its contents to 780px.*/


/* Header Elements 
** navbar, largebanner, smallbanner, breadcrumb
** Set display: none is sub-css files to disable
** unwanted divs
*/


/* Large Banner Element - Used for Portal Designs */


/* Title Banner Element - Used for Section Page Designs */


/* Small Banner Element - Used for Section Page Designs and under large banner element in portal designs */


/*breadcrumb used on all pages */


/* Begin Content areas */
p { font-size: 1.1em; }

h2, h3 { color: #000066; 
}

h4 { font-weight: bold
}

fieldset { padding: 5px; }

ol, ul { text-align: left; }

tr { font-size: 1.1em; }

#smallbanner {
	padding: 0 0 0 10px;
}

#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:170px;
	padding: 0 0 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;
}

#rightNav2 {
  	float: right;
	width: 170px;
	padding-right: 5px;
}


#wideCol2 {
	float: left;
	width: 400px;
	padding: 0 5px 0 0px;
}

#wideCol3 {
	float: left;
	width: 340px;
	padding: 0 5px 0 10px;
}

#footer { 
	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;}
}

