/* HSS No-Frames Design Style Sheet - Version: Beta/Adaptive 
** hss.css 2006-08-03 clnelson2
*/

body {
	margin: 0;
	padding: 0 0 10px 0;
	color: #666;
	background: navy;
	background-image: url(../CSS_images/templateImages/background.gif);
	text-align: center;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: .8em;
}

img { 
	padding: 0;
	margin: 0;
	border: 0;
}

/* form elements */
form {	
	margin: 0; 
	padding: 0;
}
input {
	border: 1px solid #339; 
	font-size: .9em;
	padding: 1px;
}

/* td elements are buggy -- reset fonts */
td { font: 1em Arial, Tahoma, Verdana, sans-serif; }

/* All links inherit these styles.  You only
** need to override the ones you want to change.
*/
a { 
	color: #339;
	background: #fff;
	text-decoration: none;
}
a:hover { 
	color: #06c;
	background: #fff;
	text-decoration: underline; 
}
a:active { color: #006; background: #fff;}
a:visited { color: #339; background: #fff; }

h1, h2, h3 {
	color: #435378;
	background: #fff;
	font-family: Georgia, Times, serif;
}

/*This Header is used in the small banner area*/
h1 {
	color: #142574;
	background: #fff;
	margin: 0 0 0 10px;
	font-weight: 500;
	font-size: 2.6em ;
}

/*These headers are used in the content area */
h2 { border-bottom: 1px solid #FC0; }
h2,h3 {
	margin: 0 10px 0 5px;
	font-weight: 500;
	font-size: 1.9em ;
}
h4 {
	font-weight: 500;
	font-size: 1.3em;
}
h5 {
	font-weight: 100;
	font-size: .8em;
}


/* The wrapper confines its contents to 780px.*/

#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	background: #fff;
	text-align: left; 
}


/* Header Elements 
** navbar, largebanner, smallbanner, breadcrumb
** Set display: none is sub-css files to disable
** unwanted divs
*/

#navbar {
	/* height: 23px; */
	width: 780px;
	overflow: auto;
	color: #666;
	background: #FC0;
	background-image: url(../CSS_images/portalImages/header_background.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #339;
	font-size: .9em;
}

#navbar a { background: transparent; }
#navbar a:hover { text-decoration: none; }

#seal {	
	width: 25px;
	float: left;
}

#navlinks {
	width: 430px;	
	float: left;
	margin: 5px 0 0 0;
}

#navbar ul, #footer ul {
	margin: 0; 
	padding: 0;
}

#navbar li, #footer li {	
	margin-left: .5em;
	display: inline;
}

#searchlinks {
	width: 325px;
	float: right;
	margin: 3px 0 0 0;
	font-weight: 700;
	text-align:right;

}

/* Large Banner Element - Used for Portal Designs */
#largebanner {}

/* Title Banner Element - Used for Section Page Designs */
#titlebanner {
	width: 780px;
	height: 50px;
	overflow: auto;
	background-image: url(../CSS_images/pageImages/blueBannerTitleBG.gif);
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: middle;
}
#titlebanner h1 { 
	color: #fff; 
	background: transparent;
	padding-top: 4px;
}

/* Small Banner Element - Used for Section Page Designs and under large banner element in portal designs */
#smallbanner {}
#smallbanner img { margin: 0 0 0 10px; }

/*breadcrumb used on all pages */
#breadcrumb { 
	margin: 0;
	padding: 0;
	font-size: .8em;
}
#breadcrumb p { margin: 0 0 0 10px; }
#breadcrumb a { 
	color: #669;
	background: #fff;
	text-decoration: none;
}
#breadcrumb img { margin: 0 0 10px 0;}

/* End of Header Elements */


/* Begin Content areas */

#content {
	width: 780px;
	overflow: auto;
}
#content p { margin: 0 ; padding-bottom: .5em; }
#content ul { margin-left: 2em; padding-bottom: .5em; }
#content li {
	padding: 0;
	margin: 2px 0 0 0;
	list-style-image: url(../CSS_images/pageImages/gray_arrow.gif);
}
#content select {
	font-size: 10px;
	color:#666;
	margin: 10px 0 10px 0;
}

/* Footer Elements */
#footer {
	padding: 4px;
	border-top: 1px solid #FC0;
	color: #666;
	background-color: #fff;
	background-image: url(../CSS_images/templateImages/footer_back.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	vertical-align: middle;
	font-size: .8em;
	clear:both;
}

#footer a { 
	color: #666;
	background: #fff;
	text-decoration: none;
}
#footer a:hover { color: #339; background: #fff; }

@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;}
}
