/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #ccc;
}

.fieldsetborder {
	border: none;
}

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

#footer {
	background-color: #fff;
	clear:both;
	margin:0px;
	padding:0px 0px 5px 0px;
	width: 100%;
	z-index: 600;
}

#footeraddress {
	margin-left: 165px;
}

#footerbtmnav {
	background-image:  url(../images/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;
	padding-top:5px;
	}
h3	{
	color: #666;
	font-size: 16px;
	font-weight: lighter;
	}
h4	{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 0px;
	text-transform: uppercase;
	}
	
h5	{
	color: #444;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom:0;
	padding: 4px 10px 0px 0px;
}

/**********************************HEADER AREA 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/banner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 500px;
}



/**********************************END HEADER AREA STYLES*************************************/

hr {
	border: 0px;
	color: #999;
	background-color: #999;
	height: 1px;
	width: 100%;
}

/**********************************LEFTNAV AREA STYLES*************************************/

/* these are the styles for the navigation menu */
#leftnav {
	background-image: url(../images/ltBgf.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 300px;
	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 li {
	color: #900; 
	padding: 3px 0px 4px 14px;
}

#leftnav a {
	color: #900;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

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

/* sub menu styles */

#leftnav ul { /* hides ALL of the sub-menus; individual menus are revealed on specific pages 
	display: none;*/
}

#leftnav li ul li { /* gets rid of the dots on the ul, they are set in the a below */
	list-style:none;
	padding: 0px 0px 3px 0px;
}
#leftnav li ul { 
	padding-bottom: 0px;
	padding-top: 2px;
}

#leftnav li 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 0px 15px;
	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;
}

/**********************************END LEFTNAV AREA STYLES*******************************/

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

#main {
	margin:0px;
	padding: 0px;
}

#mainempty {
	clear: both;
	height: 0px;
	position: relative;
}

	/****************************** MAIN FEATURE AREA OF PAGE STYLES **********************************/
	
	#mainfeature {
		float:right;
		position: relative;
		top: -273px;
		width: 184px;
	}
	
	/* IE7 Fix */
	  *:first-child+html #mainfeature {
	  	padding-top: 12px;
		
		
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #mainfeature {
		padding-top: 15px;
		width: 183px;
	}
	/* End */
	
	#mainfeaturebody h4{
		padding: 0px 10px;
	}
	#mainfeaturebody {
		padding-bottom: 10px;
		padding-right: 10px;
	}
	#mainfeaturebody p {
		padding: 0px;
	}
	
	#mainfeature h4 {
		margin-bottom: 0px;
	}
		
	#mainfeature img {
		float:right;
		padding: 0px 0px 0px 5px;
	}
	
	#mainfeature p {
		margin-top: 2px;
		padding: 0px 10px;
		
	}
	
	/******************************* END MAIN FEATURE AREA OF PAGE STYLES **********************************/

#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 {
	border-left: 1px solid #c4bf9e;
	border-right: 1px solid #c4bf9e;
	margin: 0px 187px 0px 150px;
	padding: 0px 15px;
	position: relative;
	top: -13px;
}

/* IE7 Fix */	
  *:first-child+html  #mainhomecontent {
	margin-top: -6px;
	margin-right: 188px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #mainhomecontent {
	margin-right: 188px;
	top: -23px; 
}
/* End */

#mainhomecontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;	
	line-height: 22px;
}


#mainhomeinset {
	display: none;
}

#mainidbanner {
	height:273px;
	margin-left: 150px;
	padding: 0px;
	top: 0px;
	width:413px;
}

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

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

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

/****************************** SEARCH BOX STYLES **********************************/

#searchbox {
	margin: 0px 0px 20px 0px;
	position: relative;
	top: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html #searchbox {
	margin-bottom: 0px;
	margin-right: 5px;
}
/* End */

#searchbox label {
	display: none;
}

#search {
	background-color: #fff;
	color: #666;
	font-size: 10px;
	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 **********************************/
#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;
}

#skip {
	height: 1px;
}

#wrapper { /* this is the fixed width element that holds the entire page content */
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	width: 750px;  
}
/* how nice to end the page with an IE hack.
   This is here because of the 1px gap on the
   right side of the screen when the window is a certain size. */
/* Fix IE. Hide from IE Mac \*/

/* IE7 Fix */	
 *:first-child+html #wrapper {
	width: 751px;
}

* html #wrapper {
	width: 751px; 
}
/* End */
