body
{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   text-align: center;  /* for IE to center all elements */
   background-color: #FFFFFF;
   width: 100%;
}

table
{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 14px;
	color: #000000;
}

#header
{
	height: 291px;
	width: 100%;
}

#dropdownMenu
{
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 14px;
   position: absolute;
   /* border-top: 1px solid #726561; */
   border-right: 1px solid #726561;
   border-left: 1px solid #726561;
   border-bottom: 1px solid #726561;
   background: #3b2924;
   display: block;
   text-decoration: none;
   z-index: 100;
   visibility:hidden;
   text-align: left;
   overflow: hidden;
}

#dropdownMenu .topborder { width: 193px; float: right; border-top: 1px solid #726561; }
#dropdownMenu .container { margin-top: 10px; margin-bottom: 14px; }

#dropdownMenu a
{
   margin-top: 3px;
   margin-top: 3px;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 18px;
   text-decoration: none;
   display: block;
   color: #FFFFFF;
   width: 100%;
}

#dropdownMenu a:hover
{
   color: #FFFFFF;
   background-color: #1161a6;
}


#accountWindowContainer
{
   width: 100%;
   height: 540px;
   position: absolute;
   top: 50px;
   z-index: 100;
   display: block;
   visibility: hidden;
}

#accountWindowContainer #accountWindow
{
   border: 8px solid #7F9B5A;
   background: #FFFFFF;
   text-align: center;  /* cheat to center #accountWindowText in IE.  Stupid IE. */
   margin: 0 auto;
   width: 567px;
   height: 600px;
   top: 40px;
}

#accountWindowContainer #accountWindow #accountWindowText
{
   width: 90%;
   margin-right: 25px;
   margin-left: 10px;
   text-align: left;
   padding-top: 25px;
   color: #000000;
   font-size: 14px;
}

#accountWindowContainer #accountWindow #accountWindowClose
{
   text-align: right;
   padding-right: 5px;
   padding-top: 3px;
}

#accountWindowContainer #accountWindow #accountWindowClose a { text-decoration: none; color: #000000; }

#accountWindowContainer #accountWindow #accountWindowText table
{
   color: #000000;
   width: 100%;
   border-top: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   font-size: 12px;
   background: #EFEFEF;
}

#accountWindowContainer #accountWindow #accountWindowText table td { width:33%; }

#accountWindowContainer #accountWindow #accountWindowText input
{
   color: #FFFFFF;
   font-size: 13px;
   background-color: #8ca6d7;
   border: 1px solid #000000;
}

#accountWindowContainer .spacer { padding-top: 20px; }

#topTable
{
   height: 248px;
   background-image: url("../images/woodbg_right.png");
   background-position: right;
}

.topLeft
{
   height: 248px;
   background-image: url("../images/woodbg_left.png");
   background-position: right;
}

.topRight
{
   height: 248px;
   background-image: url("../images/woodbg_right.png");
   background-position: left;
}

#topNav { text-align:center; background-image: url("../images/navbg.png"); }

#topNavInside 
{ 
   margin: 0 auto;
   text-align: left;
   width: 750px;
}

#bodyContainer
{
   margin: 0 auto;
   width: 750px;
   text-align: left;
   padding-bottom: 50px;
   color: #000000;
   font-size: 14px;
}


.bodyContainer li { margin-top: 8px; }
.bodyContainer b { padding-bottom: 4px; }



/* puzzle on home page */

#bodyContainer #puzzleLeft
{
	float: left;
	width: 335px;
	height: 289px;
}

#bodyContainer #puzzleRight
{
	float: left;
	width: 343px;
	height: 210x;
}

/* The section text.  Three blue blocks and some text, or some other content */
#bodyContainer .sectionLeft
{
   float: left;
   width: 340px;
}

#bodyContainer .sectionRight
{
   float: right;
   width: 401px;
}


/* click to see our customers link */
#bodyContainer .viewCustomerLink, #bodyContainer .viewCustomerLink a
{
  color: #8b460c;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}


/* Stuff */
.boldBrown
{
  color: #8b460c;
  font-weight: bold;
}

#footer
{
   border-top: 3px solid #7F9B5A;
   padding-top: 5px;
   padding-bottom: 25px;
   font-size: 11px;
   text-align: left;
   margin: 0 auto;
   width: 750px;
}

#footer #left { float: left; }
#footer #right { float: right; }
#footer a { color: #000000; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: underline; }

.titleText
{
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #7F9B5A;
}

.titleTextNola
{
  color: #473325;
  font-size: 23px;
  font-weight: bold;
}

.blurbText
{
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
  color: #000000;
  font-size: 14px;
}

.blurbText li { margin-top: 8px; }
.blurbText b { padding-bottom: 4px; }


.test2
{
   margin-right: 35px;
   float: right;
   width: 200px;
   padding: 5px;
   border: 2px solid #000000;
   text-align: center;
   font-size: 14px;
   text-decoration: none;
   color: #000000;
   background-color: #c6e1a3;
}

.test2:hover
{
   background-color: #a4c2dd;
}

.clear
{
   clear: both;
}
