/* home.css */

/* CONTENT */
/*Block to fix problem with left border on IE 6 */
div#contentBrdLeft  {display: none;}
* html div#contentBrdLeft  {display: block; top: 0px; left: 0px; width: 10px; margin-left: -10px; background: url(/images/brd_left.gif) repeat-y;}


/* Welcome Box */
div#welcome    {position: relative; width: 319px; height: 55px; padding: 23px 34px; margin-top: 1px; color: #F1B5B6; background: #981B1E; border-right: 1px solid #FFFFFF;}
* html div#welcome {padding: 19px 34px;}
div#welcome h1 {margin: 0px; padding: 0px; font-size: 22px; font-weight: normal; color: #E7E5C5; background: none;}
div#welcome p  {margin: 0px; padding: 0px; font: 16px Georgia, "Times New Roman", Times, serif; color: #F1B5B6; background: none;}


/* Search Form */
div#searchForm                   {position: relative; top: 0px; left: 0px; width: auto; height: 318px; margin: -102px 0px 0px 388px; background: #E6E4BE url(/images/bg_content.gif) repeat-x;}
div#searchForm div#magnify       {float: left; clear: left; width: 122px; height: 101px; margin-top: 1px; background: url(/images/decor_magnify.gif) no-repeat;}
div#searchForm h1                {margin: 0px 0px 0px 122px; padding: 30px 0px 0px; color: #351D05; background: none; font-size: 20px; font-weight: normal;}
* html div#searchForm h1 {padding-top: 26px;}
div#searchForm h2                {margin: 0px 0px 35px 122px; padding: 0px; white-space: nowrap;}
div#searchForm form dl           {width: 380px; margin: 0px;}
div#searchForm form dl dt        {width: 110px; margin-right: 12px; color: #754517; text-align: right;}
div#searchForm form dl dd input  {width: 246px; border: 1px solid #8E8B61; background: #FFFFFF;}
div#searchForm form input.button {float: none; margin-left: 122px;}
div#searchForm form p            {margin: 28px 0px 15px 15px; padding: 0px; color: #4A2C0F; background: none;}
div#searchForm form p a          {color: #4A2C0F; text-decoration: none; border-bottom: 1px dashed #8E5024;}
div#searchForm form p a:hover    {color: #981B1E; text-decoration: none; border-bottom: 1px solid #8E5024;}

/* Categories Box */
div#categories               {position: relative; width: 319px; height: auto; min-height: 284px; margin: -216px 0px 0px; padding: 25px 34px; background: #9D5725; border-right: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF;}
* html div#categories        {height: 284px;} /* min height */
div#categories h1            {font-size: 18px; font-weight: normal; margin: 0px; padding: 0px; color: #E7E5C5; background: none;}
div#categories div#column1   {float: left; clear: left; width: 50%; margin-left: 6px; margin-right: 6px;}
div#categories div#column2   {clear: right;}
div#categories ul            {margin: 14px 0px 0px; padding: 0px;}
div#categories ul li         {margin: 0px; padding: 0px; line-height: 149%; list-style-type: none;}
div#categories ul li a       {color: #EEECD1; background: none; border-bottom: 1px solid #F6C166; text-decoration: none;}
div#categories ul li a:hover {color: #F6C166; background: none; border-bottom: 0px;}

/* Chat Box */
div#chat            {height: auto; min-height: 118px; margin: -118px 0px 0px 388px; padding: 0px;}
* html div#chat     {height: 118px;}
div#chat h1         {margin: 0px 0px 0px 130px; padding: 15px 0px 0px;}
div#chat p          {width: 245px; margin: 12px 0px 7px 130px;}
div#chat div.button {margin-left: 130px;}

/* FOOTER */
div#footer {padding-top: 23px; background: #DCA23F url(/images/bg_footerhome.gif) repeat-x; border-top: 1px solid #FFFFFF;}

div#handBrdLeft    {display: none;}
