/* CSS Document */
a img {
	border: 0px;
}
a:link, a:visited	{
	color: #900; 
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #666; 
	text-decoration: underline
}
#bannerprint {
	display: none;
}
body {
	background-color: #CCC;
	background-image: url("../images/bodyBg.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.emphasis {
	background-color: #F2F1E6;
	font-weight: normal;
	margin-top: 0px;
	padding: 3px 5px 5px 8px;
}
.emphasishead {
	background-color: #E3E2D1;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	padding: 3px 5px 3px 8px;
}
#empty {
	position: relative;
}
#featureimage img {
	float: left;
	margin-top: 0px;
	padding: 3px 15px 5px 0px;
}
.fieldsetborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/****************************** FOOTER STYLES *********************************/
#footer {
	background-color: #FFF;
	clear: both;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	position: relative;
	width: 100%;
	z-index: 2;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #footer {
	background-position: 0px -2px;
	width: 751px;
}
/* End */
/* Fix IE 7. Hide from IE Mac \*/
*:first-child+html #footer {
	background-position: 0px -2px;
	width: 751px;
}
/* End */
#footeraddress {
	margin-left: 170px;
	margin-top: 10px;
}
#footeraddress p {
	color: #666;
	line-height: 14px;
}
#footerbtmnav {
	background-image: url("../images/bgFooter.jpg");
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: normal;
	height: 25px;
	margin-top: 0px;
	padding: 5px 5px 5px 10px;
}
/****************************** END FOOTER STYLES *********************************/
#gap {
	background-color: #FFF;
	background-image: url("../images/gap.gif");
	background-repeat: repeat-x;
	height: 2px;
	margin: 0px;
	padding: 0px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #gap {
	position: relative;
	top: -3px; 
}
/* End */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1	{
	color: #716D3C;
	font-size: 22px;
	font-weight: lighter;
	margin: 0px;
	padding: 10px 0px 6px 0px;
}
h2	{
	color: #716D3C;
	font-size: 18px;
	font-weight: lighter;
	margin: 4px 0px 0px 0px;
	padding: 12px 0px 2px 0px;
}
h3	{
	color: #716D3C;
	font-size: 14px;
	font-weight: lighter;
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}
h4	{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 2px;
	padding: 4px 0px 0px 0px;
	text-transform: uppercase;
}
h5	{
	color: #979363;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
h6 {
	color: #979363;
}
/******************************** PAGE HEADER STYLES ***********************************/
#headerbanner {
	height: 91px;
	width: 750px;
}
/* IE7 Fix */
*:first-child+html #headerbanner {
	float: right;
	width: 750px;
}
/* End */
/* IE6 Fix. Hide from IE Mac \*/
* html #headerbanner {
	float: right;
	width: 750px;
}
/* End */
#headerbanner img {
	border: 0px;
	float: left;
}
/******************************** END PAGE HEADER STYLES ***********************************/
#intranetlink {
	margin-top: -10px;/**/ 
}
img.imgleft {
        float: left;
        padding: 10px 10px 10px 0px;
}
img.imgright {
        float: right;
        padding: 10px 0px 10px 10px;}
/****************************** LEFT NAVIGATION STYLES **********************************/
#leftnav {
	float: left;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 13px;
	top: auto;
	width:125px;
	z-index: 1;
}
/* Fix IE. Hide from IE Mac \*/
* html #leftnav {
	margin-top: 2px;
	position: relative;
}
/* End */

#leftnav .currentpage { /* used in leftnav to highlight current page */ 
        color: #000;
        font-weight: bold;
}

#leftnav li {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	list-style-type: none;
	padding-bottom: 8px;
	margin-bottom: 0px;
}
#leftnav li a, #leftnav li a:visited, #leftnav li a:hover, #leftnav li a:visited:hover {
	text-decoration: none;
}
#leftnav li a:hover, #leftnav li a:visited:hover {
	color: #C90; 
}
/* sub menu styles */
#leftnav li ul {
	padding-top: 2px;
}
#leftnav li ul li {
	color: #999;
	font-weight: normal;
	line-height: 11px;
	list-style-type: square;
	margin-left: -25px;
	padding: 3px 5px 2px 0px;
	position: relative;
}
#leftnav li ul li a, #leftnav li ul li a:visited { /* sets font for sub-menu items */
	color: #990000;
}
#leftnav a.activelink, #leftnav a:visited.activelink { /* sets the font color for the top-level menu item, and is needed on all pages */
	color: #000;
}
#leftnav ul.activelink { /* makes the appropriate sub-menu visible */
	display: block;
}
/********************************** END LEFT NAVIGATION STYLES ************************************/
li {
	line-height: 15px;
	padding-bottom: 1px;
}
/********************************* MAIN STYLES ***************************************/
#main { /* this is the fixed width element that holds the entire page content */
	background-color: #FFF;
	background-image:  url("../images/ltBg.jpg");
	background-position: 0px 1px;
	background-repeat: no-repeat;
	width: 750px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #main {
	background-position: 0px -2px;
}
/* End */
/* Fix IE 7. Hide from IE Mac \*/
*:first-child+html #main {
	background-position: 0px 1px;
}
/* End */
#mainbg { /* the sole purpose of this is to place the library image at the bottom left of the menu */
	background-image:  url("../images/ltBg2.jpg");
	background-position: left bottom; 
	background-repeat: no-repeat;
	min-height: 550px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #mainbg {
	height: 550px;
}
/* End */
#mainempty {
	/* in case the content doesn't stretch below the nav or sidebar */
	clear: both;
}
#maingap {
	background-color: #FFF;
	background-image: url("../images/gap.gif");
	background-repeat: repeat-x;
	height: 2px;
}
/* Fix IE. Hide from IE Mac \*/
* html #maingap {
	position: relative;
	top: -3px;
}
/* End */
/****************************** MAINHOMECONTENT AREA OF PAGE STYLES **********************************/
#mainhome {
	margin: 0px 165px 0px 160px; /* negative margin for IE Mac */
}
#mainhomecontent {
	margin: 0px 10px 0px 10px;
	padding: 0px 15px 20px 0px;
	position: relative;
	top: 6px; 
	z-index: 0;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #mainhomecontent {
	margin: -1px 0px 0px 10px;
	top: 0px;
}
/* End */
#mainhomeinset {
	display: none;
}
/****************************** MAIN FEATURE AREA OF PAGE STYLES ***************************************/
#mainhomefeature img {
	margin-top: 0px;
	padding: 3px 15px 5px 0px;
}

/******************************* END MAIN FEATURE AREA OF PAGE STYLES **********************************/
/******************************END MAINHOMECONTENT AREA OF PAGE STYLES *******************************/
/******************************MAINIDBANNER AREA OF PAGE STYLES **********************************/
#mainidbanner {
	background-image: url("../images/idBanner2.jpg");
	float: right;
	height:175px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	width: 600px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #mainidbanner {
	position: relative;
	top: -3px;
}
/* End */
/******************************END MAINIDBANNER AREA OF PAGE STYLES **********************************/
/****************************** MAININTERIORCONTENT AREA OF PAGE STYLES **********************************/
#maininterior { /* this is the fixed width element that holds the entire page content for interior pages */
	background-color: #FFF;
	background-image:  url("../images/ltBgInterior.jpg");
	background-position: 0px 1px;
	background-repeat: no-repeat;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #maininterior {
	background-position: 0px -2px;
	width: 751px;
}
/* End */
#maininteriorcontent {
	margin: 0px 10px 0px 10px; 
	padding: 0px 175px 20px 160px;
	position: relative;
	top: 6px; 
	z-index: 0;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #maininteriorcontent {
	margin: 0px 160px 0px 170px;
	top: 0px;
}
/* End */
#maininteriorcontent li {
	line-height:16px;
}

#maininteriorphoto {
	margin-left: 1px;
}
#maininteriorsearch {
	margin-left: 10px;
	position: relative;
	top: -40px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #maininteriorsearch {
	margin-top: -17px;
}
/* End */
/* Fix IE 7. Hide from IE Mac \*/
*:first-child+html #maininteriorsearch {
	margin-top: -17px;
}
/* End */
/******************************END MAININTERIORCONTENT AREA OF PAGE STYLES **********************************/
/***************************** RIGHT SIDEBAR STYLES ****************************/
#mainright {
	background-image: url("../images/rtBg.jpg");
	background-repeat: no-repeat;
	float: right;
	margin: 0px;
	min-height: 360px;
	top: 0px;
	width: 165px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #mainright {
	height: 360px;
	position: relative;
	top: -3px;
}
/* End */
#mainright p.breadcrumbs {
	font-size: 10px;
	line-height: 14px;
	padding: 2px 4px 0px 13px;
}
#mainright ul {
        padding-right: 5px;
}
/****************************** MAINRIGHT ATTENTION AREA OF PAGE STYLES **********************************/
#mainrightattention {
	background-color: #F6F4E7;
	background-image:  url("../images/attentionBg.jpg");
	background-position: left bottom; 
	background-repeat: repeat-y;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #9A9886;
	float: right;
	min-height: 88px;
	margin: 0px;
	width: 164px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #mainrightattention {
	height: 88px;
}
/* End */
#mainrightattention h4 {
	color: #000;
	font-size: 11px;
	margin-bottom: 1px;
	padding: 4px 5px 0px 58px;
}
#mainrightattention p {
	font-size: 10px;
	line-height:13px;
	margin: 0px;
	padding: 0px 5px 5px 58px;
}
#mainrightattentionhand {
	background-image:  url("../images/attentionHand.jpg");
	background-position: left bottom; 
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/******************************* END MAINRIGHT ATTENTION AREA OF PAGE STYLES **********************************/
/****************************** MAINRIGHT PROJECTS AREA OF PAGE STYLES ***************************************/
#mainrightprojects {
	float: right;
	margin: 0px;
	top: 0px;
	width: 164px;
}
#mainrightprojects h4 {
	color: #000;
	margin: 0px;
	padding: 12px 10px 10px 12px;
}
#mainrightprojects p {
	margin-top: 2px;
	padding: 0px 10px 0px 12px;
}
#mainrightprojects ul {
	margin-left: -15px;
}
/* Fix IE. Hide from IE Mac \*/
* html #mainrightprojects ul {
	margin-left: 30px;
}
*:first-child+html #mainrightprojects ul {
	margin-left: 30px;
}
/* End */
/****************************** END MAIN PROJECTS AREA OF PAGE STYLES ***********************************/
#mainrightsearch {
	margin: 10px 0px 8px 10px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #mainrightsearch {
	margin-bottom: -12px;
	margin-right: 0px;
}
/* End */
/* Fix IE 7. Hide from IE Mac \*/
*:first-child+html #mainrightsearch {
	margin-bottom: -12px;
}
/* End */


/***************************** END RIGHT SIDEBAR STYLES ****************************/
/****************************** END MAIN CONTENT AREA OF PAGE STYLES **********************************/
.noprintlabel {
	display: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
	line-height: 14px;
	margin-top: 0px;
}

/************ SEARCHBOX STYLES **************/

#site-search-form #site-search-query {
	background-color: #EEE;
	color: #666;
}

#site-search-form #site-search-submit {
	background-image: url('../images/go.jpg');
        color: #BBB;
        font-size: 1px;
	height: 22px;
        margin-left: 4px;
	width: 22px;
}

/************ END SEARCHBOX STYLES **************/


/****************************** SHADOW STYLES **********************************/
#shadowtop {	
	background-image: url("../images/bgShadow.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
#shadowbottom {
	background-image: url("../images/bgShadow1.gif");
	background-position: top center;
	background-repeat: repeat-y;
}
/****************************** END SHADOW STYLES **********************************/
/****************************** SKIP STYLES ***********************************/
#skip {
	background-color:#FFF;
	background-image: url("../images/skipBg.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	height: 1px;
	width: 100%;
}
#skip a:link, #skip a:visited, #skip a:hover, #skip a:active {
	color: #FFF;
	font-size: 1px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
/****************************** END SKIP STYLES ***********************************/
tr {
	border-bottom-width: 1px solid #EAE8DA;	
}
th {
	background-color: #ECE9C4;
	border-bottom: 1px solid #FFF;	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;	
	font-weight: bold;
	padding: 0px 6px 0px 1px;
	text-align: left;
}
th.s508 {
        display: none;
}
#wrapper {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px;
	width: 750px; 
}
/* Fix IE 6. Hide from IE Mac \*/
* html #wrapper {
}
/* End */
