/* CSS Document */
a img {
	border: 0px;
}

.alignright {
	float: right;
}
#bannerprint {
	display: none;
}
body {
	background-image: url('../images/bodyBg.jpg');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	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;
}
.featurephoto {
	float: right;
	margin-top: 0px;
	padding: 3px 0px 5px 15px;
}
.fieldsetborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/****************************** FOOTER STYLES *********************************/
#footer {
	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 {
	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	{
        margin: 0px;
	padding: 10px 0px 6px 0px;
}
h2	{
	margin: 4px 0px 0px 0px;
	padding: 12px 0px 2px 0px;
}
h3	{
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
}
h4	{
	letter-spacing: 1px;
	margin-top: 2px;
	padding: 4px 0px 0px 0px;
	text-transform: uppercase;
}
h5	{
	line-height: 14px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
h6 {
}
/******************************** PAGE HEADER STYLES ***********************************/
#headerbanner {
	background-image: url('../images/ires.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 500px;
}
#headerchicologo {
	background-image:  url('../images/bkgBar.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 71px;
}
#headerredbar {
	background-image: url('../../../_assets/1.0/images/bkg-redbar.jpg');
	background-repeat: repeat-x;
	height: 20px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #headerredbar {
	position: relative;
	top: -3px;
}
/* End */
/******************************** END PAGE HEADER STYLES ***********************************/
li {
	line-height: 14px;
	list-style-type: square; 
}
ol li {
	list-style-type: decimal;
}
/****************************** 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;
}

/* sub menu styles */
#leftnav li ul {
	padding-top: 2px;
}
#leftnav li ul li {
	font-weight: normal;
	line-height: 11px;
	list-style-type: square;
	margin-left: -25px;
	padding: 3px 5px 2px 0px;
	position: relative;
}

#leftnav ul.activelink { /* makes the appropriate sub-menu visible */
	display: block;
}
/********************************** END LEFT NAVIGATION STYLES ************************************/
/********************************* MAIN STYLES ***************************************/
#main { /* this is the fixed width element that holds the entire page content */
	background-image:  url('../images/ltBg.jpg');
	background-position: 0px 1px;
	background-repeat: no-repeat;
        float: left;
	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;
        /*float: left;*/
	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-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 */
        width: 425px;
}
#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;
}

/******************************END MAINHOMECONTENT AREA OF PAGE STYLES *******************************/
/******************************MAINIDBANNER AREA OF PAGE STYLES ***************************************/
#mainidbanner {
	background-image: url('../images/idBanner.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-image:  url('../images/ltBgInterior.jpg');
	background-position: 0px 1px;
	background-repeat: no-repeat;
        float: left;
}
/* 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;
	margin-top: -20px;
	padding: 2px 4px 0px 13px;
}
/* Fix IE 6. Hide from IE Mac \*/
* html #mainright p.breadcrumbs {
	margin-top: -40px;
}
/* End */
/* Fix IE 7. Hide from IE Mac \*/
*:first-child+html #mainright p.breadcrumbs {
	margin-top: -40px;
}
/* End */
/****************************** 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;
        font-weight: bold;
	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;
}
/****************************** END MAIN PROJECTS AREA OF PAGE STYLES ***********************************/
#mainrightsearch {
	margin: 4px 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 **********************************/

.newsdate {
   color: #666;
   font-style: italic;
   margin-bottom: 2px;
}

.nodisplay {
   display: none;
}

p {
	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');
	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-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 ***********************************/
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 750px; 
}
/* Fix IE 6. Hide from IE Mac \*/
* html #wrapper {
}
/* End */
