/* CSS Document */
/* I appologize  for all of the IE hacks, but they were necessary in    order to get the page to work. */

a:link	{
	color: #600; 
	text-decoration: underline		
}

a:visited {
	color: #666;
}

a:hover, a:visited:hover {
	color: #cc9900; 
	text-decoration: underline
}

a img {
	border:0;
}

#bannerprint {
	display:none;
}

body {
	background-color: #999;
	background-image: url("../images/bodyBg.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}

#countdown {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#empty {
	position:relative;
}

/*************************** PAGE FOOTER STYLES *****************************/

#footer {
	background-color: #BDBCB2;
	clear: right;
	margin-left: 154px;
	position: relative;
	z-index: 400;
}

/* Fix IE. Hide from IE Mac \*/
* html #footer {
	float: right;
	top: 0px;
}
/* End */

#footer a:visited {
	color: #765450;
}

#footerbtmnav {
	background-image:   url("../images/bgFooter.jpg");
	background-repeat: repeat-x;
	font-size: 9px;
	font-weight: normal;
	height: 25px;
	line-height: 22px;
	margin-top: 0px;
	padding-left: 30px;
	padding-top: 0px;
}

#footeraddress {
	margin-left: 30px;
	padding-bottom: 6px;
}

#footeraddress p {
	font-size: 9px;
	line-height: 13px;
}

/*************************** END PAGE FOOTER 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: #666;
	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: 4px;
	text-transform: uppercase;
}
	
h5	{
	color: #666;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	padding: 4px 10px 0px 0px;
}

/******************************** PAGE HEADER STYLES ***********************************/

#header {
	height: 121px;
}

#headerchicologo {
	background-color: #660000;
	background-position: top;
	background-repeat: repeat-x;
}

#headerbanner {
	background-image: url("../images/tagline.gif");
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: -3px;
}

#headerredbar {
   background-image:url(../images/todayBg.jpg);
   background-repeat:repeat-x;
   height:25px;
   position:relative;
   top:-36px;
   z-index:20;
}


#headertodaytag {
   background-image:url(../images/todayTag.gif);
   height:33px;
   left:262px;
   position:relative;
   top:-9px;
   width:230px;
   z-index:100;
}

/* Fix IE. Hide from IE Mac \*/
* html #headertodaytag {
	
}
/* End */

/****************************** END PAGE HEADER STYLES **********************************/



/****************************** LEFT NAVIGATION STYLES **********************************/

#leftnav {
	float: left;
	right: 8px;
	margin: 0px;
	padding: 10px 0px 0px 5px;
	position: relative;
	text-align: right;
	width:150px;
}

/* Fix IE. Hide from IE Mac \*/
* html #leftnav {
	top: -39px;
}
/* End */


#leftnav li {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	list-style: none;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-top: 2px;
}

#leftnav li a:hover, #leftnav li a:visited:hover {
	color: #c90; 
}

#leftnav li a, #leftnav li a:visited, #leftnav li a:hover, #leftnav li a:visited:hover {
	text-decoration: none;
}

#leftnav li a.currentpage, #leftnav li a:visited.currentpage {
	color:#554C4C;
	font-weight: bold;
}
#leftnav ul {
	margin: 0px;
	padding: 5px 8px 0px 0px;
}

#leftnav ul li {
	line-height: 12px;
	padding-bottom: 2px;
}

#leftnav ul li a {
	color: #444;
}


/********************************** END LEFT NAVIGATION STYLES ************************************/



/****************************** MAIN CONTENT AREA OF PAGE STYLES **********************************/


#main {
	background-image: url("../images/ltBg.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
        position: relative;
}

/* Fix IE. Hide from IE Mac \*/
* html #main {
	top: -39px;
}
/* End */

/* IE 7 fix */
*:first-child+html #main {
    top: -3px;
}
/* End */

#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;
}

/* Fix IE. Hide from IE Mac \*/
* html #mainbottombg {
	height: 100%;
	position: relative;
	top: 39px;
}
/* End */

/* IE 7 fix */
*:first-child+html #mainbottombg {
	height: 100%;
	position: relative;
        top: 3px;
}
/* End */
 
#maincontent {
	margin: 0px 180px 0px 190px;
	/*min-height: 420px;  pushes the footer down on short pages - doesn't work for IE Win) */
	padding: 14px 20px 20px 0px;
	position: relative;
	z-index: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #maincontent {
	top: -39px;
	width: 349px; /* needed to fix problem with leftnav indenting maincontent in IE */
}
/* End */


#maincontent li {
	line-height:16px;
}

#mainempty {
	/* in case the content doesn't streatch 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 */


		/***************************** RIGHT SIDEBAR STYLES ****************************/
	
		#mainright {
			background-color: #fff;
			background-image: url("../images/rtBg.jpg");
			background-repeat: no-repeat;
			float: right;
			min-height: 500px;
			position: relative;
			width: 180px;
			z-index: 201;
		}
		
		/* Fix IE. Hide from IE Mac \*/
		* html #mainright {
			height: 500px;
			top: -39px; 
		}
		/* End */
		
/* IE 7 fix */
*:first-child+html #mainright {
        top: -3px;
}
/* End */
		#mainright img {
			padding: 11px;
		}
		
		#mainright p {
			color: #554C4C;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 10px 10px 10px 10px;
			text-align: center;
		}
		
		.mainrightsidebar {
			background-color: #DEDCC5;
			margin: 0px 11px 12px 11px;
		}
				
		/***************************** END RIGHT SIDEBAR STYLES ****************************/

/****************************** END MAIN CONTENT AREA OF PAGE STYLES **********************************/

p {
	line-height: 16px;
	margin-top: 5px;
}

.red {
	color: #600;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 10px 0px 0px;
}

/****************************** SEARCH BOX STYLES **********************************/

#search {
	float: right;
	margin-right: 10px;
	margin-top: 12px;
}

.searchbox {
	background-color: #D6D4BF;
	font-size: 10px;
	height: 13px;
	padding-top: 3px;
}

.searchbutton {
	position: relative;
	top: 4px;
}
/****************************** END SEARCH BOX STYLES **********************************/

/****************************** END SHADOW STYLES **********************************/
/****************************** SKIP STYLES ***********************************/
#skip {
	background-color:#e0e0e0;
	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: #e0e0e0;
	font-size: 1px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
/****************************** END SKIP STYLES ***********************************/
#wrapper	{
	background-color: #fff;
	background-image: url("../images/ltBgBg.jpg");
	background-position: 0px;
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 754px;   
}
