/* 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; }

h1 {
	color:#000066;
}

h2, h3 { 
	color: #000066;
	margin-bottom: 20px; 
}

h4 { font-weight: bold;
}

h6 { color:#666666;
}

fieldset { padding: 5px; }

ol, ul { text-align: left; }

tr { font-size: 1.1em; }

#dualoneCol3 {
	float:left;
	width:265px;
	padding: 0 0 0 20px;
}

#dualoneColL {
	float:left;
	width:265px;
	padding: 0 0 0 20px;
}

#dualoneColR {
	float:left;
	width:265px;
	padding: 0 0 0 20px;
}

#leftNav2 {
	float:left;
	width:160px;
	padding: 0 5px 0 5px;
}

#oneCol3 {
	float: left;
	width: 500px;
	padding-left: 40px;
}

#wideCol2 {
	float: left;
	width: 360px;
	padding: 0 5px 0 10px;
}
 
#wideCol3 {
	float: left;
	width: 340px;
	padding: 0 5px 0 10px;
}
 
#oneCol2 {
	float: left;
	width: 549px;
	padding-left: 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;
}

@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;}
}

