/* 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: #D6E0E9;
	background-image: url(../images/bodyBg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

/****************************** FOOTER STYLES *********************************/

#footer {
	background-color: #fff;
	clear:both;
	margin:0px;
	padding:0px 0px 5px 0px;
	width: 100%;
	z-index: 600;
}

#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: 90%;
	font-weight: normal;
	height: 25px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
}

/****************************** END FOOTER STYLES *********************************/

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}		

h1    {
    color: #537ba6;
    font-size: 182%;
    font-weight: lighter;
    padding-top: 10px;
}

h2    {
    color: #537ba6;
    font-size: 164%;
    font-weight: lighter;
    padding-top:6px;
	margin-bottom: 12px;
}

h3    {
    color: #537ba6;
    font-size: 146%;
    font-weight: lighter;
	padding-top: 6px;
	margin-bottom: 12px;
}

h4    {
    color: #537ba6;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 9px;
    text-transform: uppercase;
}
    
h5    {
    color: #537ba6;
    font-size: 100%;
    font-weight: bold;
    line-height: 15px;
    padding: 4px 6px 0px 0px;
margin-bottom: 11px;
}

/******************************** PAGE HEADER STYLES ***********************************/

#headerchicologo {
	background-color: #FFFFFF;
	background-image:    url(../images/headerBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 91px;
}

#headerbanner {
	background-image:   url(../images/genericBanner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 500px;
}

/****************************** END PAGE HEADER STYLES **********************************/

hr {
	background-color: #999;
	border: 0px;
	color: #999;
	height: 1px;
	width: 100%;
}


/********************************** LEFT NAV STYLES *************************************/

/* these are the styles for the navigation menu */
#leftnav {
	background-image: url(../images/ltBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 437px; /*the hgt of the bg image */
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width:150px;
}

/* Fix IE. Hide from IE Mac \*/
* html #leftnav {
	position:relative;
	top: -3px; 
}
/* End */

#leftnav a {
	color: #900;
	display: block;
	font-size: 100%;
	font-weight: normal;
	padding: 3px 0px 4px 14px;
	text-decoration: none;
}

#leftnav a:hover, #leftnav a.over {
	color: #c88e03;
	text-decoration: none;
}

#leftnav li {
	display: inline;
}

/* sub menu styles */

#leftnav ul { /* hides ALL of the sub-menus; individual menus are revealed on specific pages */
	display: none;
}

#leftnav ul li { /* gets rid of the dots on the ul, they are set in the a below */
	list-style:none;
}

#leftnav ul li a { /* set the margins for the sub-menus */
	color: #900; 
	display: list-item;
	font-size: 90%;
	font-weight: normal;
	line-height: 10px;
	list-style: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px 0px 4px 30px;
	margin-left: -35px;
	text-indent:-16px;	
}

#leftnav li ul li a:hover, #leftnav li ul li a.over {
	color:#c88e03;
	text-decoration: none;
}

/********************************** END LEFT NAV STYLES *************************************/


/********************************* MAIN STYLES ***************************************/

#main { /* this is the fixed width element that holds the entire page content */
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}

#mainbottombg { /* the sole purpose of this is to place the image at the bottom left of the menu */
	background-image:  url(../images/ltBg2.gif);
	background-position: left bottom; 
	background-repeat: no-repeat;
	min-height: 470px; /* hate this, but it's needed */
	height: 100%;
}


	/**************** MAINFEATURE STYLES ********************/

	#mainfeature {
		background-image: url(../images/rtBg.jpg);
		background-repeat: no-repeat;
		float: right;
		margin: 0px;
		min-height: 500px;
		padding: 0px;
		position: relative;
		top: -256px;
		width: 162px; 
	}
	
	/* IE7 Fix */	
	 *:first-child+html #mainfeature {
		width: 163px;
	}
		
	/* Fix IE. Hide from IE Mac \*/
	* html #mainfeature {
		top: -259px;
		width: 163px;

	}
	/* End */
	
	#mainfeature li a {	
		text-decoration: none;
/*		text-indent: -35px;
*/	}
	
	#mainfeature h4 {
		margin-bottom: 0px;
		padding: 8px 10px 0px 19px;
	}
	
	#mainfeature img {
		float: right;
		padding: 11px 16px 0px 5px;
	}
	
	#mainfeature p {
		padding: 0px 16px 10px 19px;
	}

    #mainfeature ul {
		margin-left: 0px;
		padding: 0px 16px 0px 19px;
		list-style:none;
	}
	
	#mainfeature ul li {
		padding-bottom: 9px;
	}
	
	#mainfeature ul ul {
		padding-top: 5px;
	}

	#mainfeature ul ul li {
		padding-bottom: 0px;
	}

	
	/**************** END MAINFEATURE STYLES ********************/
	
#maingap {
	background-color: #FFF;
	background-image: url(../images/gap.gif);
	background-repeat: repeat-x;
	height:2px;
	margin:0px;
	padding:0px;
}

/* Fix IE. Hide from IE Mac \*/
* html #maingap {
	position:relative;
	top: -3px; 
}
/* End */
	
#mainhome {
	padding-bottom: 1px; /* required to make mainbottombg image go to top of footer in FF */
}

	/**************** MAINHOMECONTENT STYLES ********************/
	
#mainhomecontent {
		margin: 0px 165px 0px 150px;
		padding: 0px 10px 0px 20px;
		position: relative;
}

#mainhomecontent h1 {
	padding-top: 0px;
}
	
	#mainhomecontent img {
		float: right;
		padding-left: 6px;
		padding-top: 3px;
	}
	
	/* Crazy IE  fix \*/
	* html #mainhomecontent img {
		padding-top: 1px;
	}
	/* End */
	
	#mainhomecontent p {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:110%;
		line-height:21px;
	}

	/**************** END MAINHOMECONTENT STYLES ********************/

#mainhomeinset {
	display: none;
}

#mainidbanner {
	background-image:url(../images/banner2.jpg);
	height:256px;
	margin-left: 150px;
	padding: 0px;
	position: relative;
	top: 0px;
	width:436px;
}

/* Fix IE. Hide from IE Mac \*/
* html #mainidbanner {
	left: -3px;
	position:relative;
	top: -3px;
}
/* End */

	/********************************** MAININTERIORCONTENT STYLES *************************************/
	
	#maininteriorcontent {
		margin:0px 190px 0px 150px;
		padding: 0px 10px 0px 15px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #maininteriorcontent {
		padding-left: 12px;
		position: relative;
		top: -3px;
	}
	/* End */
	
	#maininteriorcontent li {
		line-height: 16px;
	}
	
	#maininteriorcontent ul {
		margin-left:0px;
		margin-top:0px;
		padding-right:13px;
	}
	/* Fix IE. Hide from IE Mac \*/
	* html #maininteriorcontent ul {
		margin-left: 40px;
	}
	*:first-child+html #maininteriorcontent ul {
		margin-left: 40px;
	}
	/* End */
	#maininteriorcontent img {
		float: left;
		padding-right: 12px;
		padding-top: 3px;
	}
	
	/* Crazy IE  fix \*/
	* html #maininteriorcontent img {
		padding-top: 1px;
	}
	/* End */	
	/****************************** END MAININTERIORCONTENT CONTENT STYLES ********************************/	

	/************************* MAINRIGHT STYLES ******************************/

	#mainright {
		background-image: url(../images/rtBg2.jpg);
		background-repeat:no-repeat;
		float: right;
		height: 466px;
		width: 162px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #mainright {
		position: relative;
		top:-3px;
	}
	/* End */
	
	#mainright img {
		float: right;
		position: relative;
		top: 2px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #mainright img {
		top:-14px;
	}
	/* End */
	
	/* IE 7 fix */
	*:first-child+html #mainright img {
		top:-14px;
	}
	
	#mainright p.breadcrumbs {
		font-size: 90%;
		line-height: 14px;
		margin: 0px;
		padding: 7px 10px 10px 10px;
	}
	
	/* IE 7 fix */
	*:first-child+html #mainright p.breadcrumbs {
		position: relative;
		top: -3px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #mainright p.breadcrumbs {
		position: relative;
		top:-3px;
	}
	/* End */
	

	/************************* END MAINRIGHT STYLES ******************************/

/********************************* END MAIN STYLES ***************************************/

p {
	line-height: 16px;
	margin-top: 5px;
}

/****************************** SEARCH BOX STYLES **********************************/

#searchbox {
	margin: 0px 0px 3px 13px;
	position: relative;
	top: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html #searchbox {
	top: 2px;
}
/* End */

/* IE 7 fix */
*:first-child+html #searchbox {
	top: 2px;
}


#searchbox label {
	display: none;
}

#searchbox fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#search {
	background-color: #fff;
	color: #666;
	font-size: 90%;
	height: 13px;
	padding-top: 3px;
	width: 100px;
}

.searchbutton {
	position: relative;
	top: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html .searchbutton {
	right: -15px;
	top: 3px;
}
/* End */

/* IE7 Fix */	
 *:first-child+html .searchbutton {
	top: 3px;
}

/****************************** END SEARCH BOX STYLES **********************************/

/****************************** SHADOW STYLES **********************************/

#shadowbottom {
	background-image:url(../images/bgShadowBtm.gif);
	background-position: top center;
	background-repeat:repeat-y;
}

#shadowtop {	
	background-image:url(../images/bgShadowTop.gif);
	background-position: top center;
	background-repeat:no-repeat;
}

/****************************** END SHADOW STYLES **********************************/

#skip {
	height: 1px;
}

/**************** TABLE STYLES  **************************/

table {
      border: none;
      margin-bottom: 10px;
}

td {
      padding: 3px 4px;
      text-align: left;
}

th {
      background-color: #888358;
      color: #FFF;
      font-size: 100%;
      font-weight: bold;
      padding: 1px 4px 3px 4px;
}

.bkgdark  {
      background-color: #D9C8A8;
}

.bkglight  {
      background-color: #F1EADD;
}

/**************** END TABLE STYLES  **************************/

#wrapper {
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	width: 748px;  
}

/* IE7 Fix */	
 *:first-child+html #wrapper {
	width: 749px;
}

/* Fix IE. Hide from IE Mac \*/
* html #wrapper {
	width: 749px; 
}


