/* CSS Document */

a img {
	border: 0px;
}

a:link	{
	color: #660000; 
	text-decoration: underline;		
}

a:visited {
	color: #666;
}

a:hover, a:visited:hover {
	color: #666; 
	text-decoration: underline;
}

#bannerprint {
	display: none;
}

body {
	background-color: #ccc;
	background-image: url(../images2/bodyBg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#breadcrumbs {
	background-color: #D9D5B7;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	font-size: 10px;
	line-height: 12px;
	margin: 10px 10px 10px 10px;
	padding: 7px 10px 10px 10px;
}
	
/***************************************FOOTER AREA STYLES***************************************/

#footer {
	clear: both;
	background-color: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding:0px;
	width: 746px;
	z-index: 600;
	text-align:center;
}

#footeraddress {
	margin-left: 165px;
text-align:left;
}

#footerbtmnav {
	background-image:  url(../images2/bgFooter.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: normal;
	height: 25px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 5px 0px 10px;
}


/************************************END FOOTER AREA STYLES***************************************/

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}		

h1	{
	color: #666;
	font-size: 20px;
	font-weight: lighter;
	padding-top: 10px;
	}
h2	{
	color: #999;
	font-size: 18px;
	font-weight: lighter;
	}
h3	{
	color: #666;
	font-size: 16px;
	font-weight: lighter;
	}
h4	{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 4px;
	text-transform: uppercase;
	}
	
h5	{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px 10px 0px 0px;
}

/******************************** PAGE HEADER STYLES ***********************************/

#headerchicologo {
	background-image: url(../images2/headerBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 91px;
}

#headerbanner {
	background-image: url(../images2/genericBanner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 500px;
}

/****************************** END PAGE HEADER STYLES **********************************/


/***********************************************LEFT-NAV STYLES*************************************/
/* these are the styles for the pop up menu */
#leftnav {
	background-image: url(../images2/ltBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 500px;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width:146px;
}

/* Fix IE. Hide from IE Mac \*/
* html #leftnav {
	position:relative;
	top: -3px; 
}
/* End */

#leftnav a {
	color: #900;
	display: block;
	font-size: 11px;
	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: 10px;
	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 ul li a,  leftnav ul li a:visited { /* sets font for sub-menu items */
}

#leftnav li ul li a:hover, #leftnav li ul li a.over {
	color:#c88e03;
	text-decoration: none;
}

/***********************************************LEFT-NAV STYLES*************************************/


/***************************************MAIN AREA STYLES***************************************/

#main {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	height: 100%;
	min-height: 520px; /* only works for FF */
	z-index: 1;
}

#mainempty {
	clear:both;
}

	/*************************************** MAIN FEATURE STYLES***************************************/
		
	#mainfeature {
		background-image:url(../images2/ltBgf.jpg);
		background-repeat:repeat-x;
		float:right;
		margin:0px;
		padding: 0px 10px 0px 10px;
		width: 150px;
	}
	
	/* IE7 Fix */
	  *:first-child+html #mainfeature {
	  	padding-top: 15px;
	}
		
	/* Fix IE. Hide from IE Mac \*/
	* html #mainfeature {
		padding-top: 10px;
		position: relative;
		top: -3px;
	}
	/* End */
	
	#mainfeature img {
		float:right;
		padding: 5px 0px 0px 5px;
	}

	#mainfeature p {
		padding-bottom: 5px;
	}
		
	/*************************************** MAIN FEATURE STYLES***************************************/


#maingap {
	background-color: #FFF;
	background-image: url(../images2/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 **********************************/
	
	#mainhomecontent {
		margin: 0px 175px 0px 165px; /* negative margin for IE Mac */
		padding: 0px 20px 20px 0px;
		position:relative;
		top: 24px; 
		z-index: 0;
	}
	/* IE7 Fix */	
	  *:first-child+html  #mainhomecontent {
	  	margin-top: -30px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #mainhomecontent {
		margin: 20px 205px 0px 165px;
		top: 0px;
	}
	/* End */
	
	#mainhomecontent p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-style: italic;	
		line-height: 22px;
	}
	
	/******************************END MAINHOMECONTENT AREA OF PAGE STYLES **********************************/

#mainhomeinset {
	display: none;
}

#mainidbanner {
	background-color: #900;
	background-image: url(../images2/idBanner4.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
	float:right;
	height: 166px;
	top: 0px;
	width: 600px;
	z-index: 200;
}

/* Fix IE. Hide from IE Mac \*/
* html #mainidbanner {
	position:relative;
	top: -3px;
}
/* End */

	/******************************MAININTERIORCONTENT AREA OF PAGE STYLES **********************************/
	
	#maininteriorcontent {
		margin: 0px 0px 0px 145px;
		padding: 0px 20px 0px 20px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #maininteriorcontent {
		left: -3px;
		padding-left: 23px;
		position: relative;
		top: -3px;
	}
	/* End */
	
	#maininteriorcontent li {
		line-height: 16px;
	}
	
	#maininteriorcontent ul {
		margin-left:0px;
		margin-top:0px;
		padding-left:13px;
	}
	
	/******************************END MAININTERIORCONTENT AREA OF PAGE STYLES **********************************/

#mainright {
	display: none;
}

/***************************************END MAIN AREA STYLES***************************************/

p {
	line-height: 16px;
	margin-top: 5px;
}

#searchbox {
	display: none;
}

#skip {
	height: 1px;
}

table {
	padding-bottom:20px;
}

#wrapper { /* this is the fixed width element that holds the entire page content */
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	width: 748px;  
}
