body
{
   background-color: #E2E2E2;
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin: 0px;
   color: #FFFFFF;

}

/* -------- H E A D E R S -------- */

h1
{
   margin-left: 25px;
   margin-right: 25px;
   margin-top: 0px;
   margin-bottom: 0px;
   color: #062663;
   text-shadow: 0 1px 0 #FFFFFF;
   font-family: "Times New Roman", serif;
}

h2
{
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 15px;
   color: #062663;
   font-family: "Times New Roman", serif;
   font-size: 16pt;
   border-bottom: 2pt solid #062663;
}

h3
{
   margin-left: 75px;
   margin-right: 75px;
   margin-top: 20px;
   color: #062663;
   font-family: "Times New Roman", serif;
   font-size: 16pt;
   border-bottom: 2pt solid #062663;
}

/* --------  L I N K S  /  B U T T O N S -------- */

a:link, a:visited
{
   color: #BB0000;
}

a:hover
{
   color: #DD0000;
   text-decoration: none;
}


.menuLink:link, .menuLink:visited
{
  display: block;
  background-color: transparent;
  background-image: url('../images/menuBtnBack.gif');
  background-repeat: no-repeat;
  background-position: right;
  width: 160px;
  height: 35px;
  line-height: 35px;
  font-size: 12pt;
  font-weight: bold;
  color: #DDDDDD;
  text-decoration: none;
  vertical-align: middle;
}
.menuLink:hover 
{ 
  background-color: #3e67aa;
  background-image: url('../images/menuBtnBackHvr.gif');
  background-repeat: repeat-x;
  text-decoration: none; 
  color: #FFFFFF; }


/* --- MENU AREA --- */

#menuContainer
{
   display: block;
   position: relative;
   width: 100%;
   background-color: #1c4281;
   background-image: url('../images/menuConBack.gif');
   background-repeat: repeat-x;
   border-bottom: 1pt solid #455b80;
   margin: 0px;
}

#menuArea
{
   position: relative;
   display: block;
   width: 960px;
   height: 35px;
   margin-left: auto;
   margin-right: auto;
}

#menuArea ul
{
   position: relative;
   height: 35px;
   width: 960px;
   margin: 0px;
   padding: 0px;
}

#menuArea li
{
   position: relative;
   line-height: 1.2em;
   height: 35px;
   width: 160px;
   text-align: center;
   float: left;
   list-style-image: none;
   list-style-position: outside;
   list-style-type: none;
}

/* --- M A I N   C O N T E N T --- */

#contentContainer
{
   display: block;
   position: relative;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   background-color: #FFFFFF;
}

#bannerContainer
{
   display: block;
   position: relative;
   width: 100%;
   height: 150px;
   background-color: #062663;
   background-image: url('../images/bannerConBack.gif');
   background-repeat: repeat-x;
   border-bottom: 1pt solid #FFFFFF;
   text-align: center;
}

#bannerArea
{
   display: block;
   position: relative;
   width: 960px;
   height: 150px;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}

#bannerTitle
{
   position: absolute;
   display: block;
   left: 125px;
   top: 35px;
   font-family: "Times New Roman", serif;
   font-size: 30pt;
   font-weight: bold;
   color: #FFFFFF;
   text-shadow: 0 2px 0 #111111;
}

.subTitle
{
   color: #CCCCCC;
   font-size: 20pt;
}

#searchBox
{
   position: absolute;
   display: inline-block;
   top: 60px;
   right: 5px;
   height: 40px;
   width: 390px;
}


#mainContent
{
   display: inline-block;
   position: relative;
   width: 100%;
   background-color: #e2e2e2;
   text-align: left;
}


#itemContainer
{
   display: inline-block;
   position: relative;
   margin-top: 25px;
   margin-bottom: 25px;
}

#itemContainer a:link, #itemContainer a:visited
{
   text-decoration: none;
   border: none;
}

#itemContainer img { border: none; }

.itemContainer a { width: 274px; height: 309px; }

.Item
{
   display: inline-block;
   position: relative;
   height: 309px;
   width: 274px;
   background-color: transparent;
   background-image: url('../images/itemBack.png');
   background-position: top left;
   background-repeat: no-repeat;
   margin-left: 22px;
   margin-right: 22px;
   text-align: left;
   cursor: pointer;
   float: left;
}

.Item img
{
   position: absolute;
   height: 145px;
   margin-top: 15px;
   margin-left: 15px;
}

.ItemFlag
{
   position: absolute;
   display: block;
   height: 35px;
   width: 265px;
   border-top: 1pt solid #330000;
   border-bottom: 1pt solid #330000;
   background-color: #990000;
   color: #FFFFFF;
   font-size: 16pt;
   top: 170px;
   left: 1px;
}

.ItemFlag p
{
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 10px;
}

.itemFlavor
{
   position: absolute;
   display: block;
   bottom: 12px;
   color: #777777;
   overflow: hidden;
}

.itemFlavor p
{
   margin-left: 15px;
   margin-right: 15px;
   margin-top: 15px;
   margin-bottom: 15px;
}


#subMainArea
{
   display: inline-block;
   position: relative;
   width: 100%;
   background-color: #C3C3C3;
   background-image: url('../images/subContentBack.png');
   background-repeat: repeat-x;
   background-position: top;
   border-top: 1pt solid #989898;
   border-bottom: 1pt solid #989898;
   text-align: center;
}

#subMainContent
{
   display: inline-block;
   position: relative;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   color: #111111;
   background-color: #F2F2F2;
   border: 1pt solid #989898;
   text-align: left;
   margin-top: 25px;
   margin-bottom: 25px;
}

#subMainContent p
{
   margin-left: 75px;
   margin-right: 75px;
   margin-top: 15px;
   margin-bottom: 15px;
}

#subMainContent ul
{
   margin-left: 75px;
   margin-right: 75px;
}


#btmLinkArea
{
   display: inline-block;
   position: relative;
   width: 100%;
   height: 50px;
   text-align: center;
}

#blBox
{
   display: block;
   position: relative;
   width: 960px;
   color: #111111;
   margin-left: auto;
   margin-right: auto;
}

#blbox a:link, #blbox a:visited
{
   color: #062663;
   text-decoration: underline;
}

#blbox a:hover
{
   text-decoration: none;
}

.locationBox
{
   position: relative;
   display: inline-block;
   left: 75px;
   margin-bottom: 25px;
   width: 810px;
}

.locText
{
   text-indent: 0px;
   margin-left: 10px;
   margin-right: 10px;
}

.locMapArea
{
   position: relative;
   display: inline-block;
   text-align: center;
   width: 425px;
   height: 375px;
   float: left;
}


.locDescArea
{
   position: relative;
   display: inline-block;
   width: 375px;
   height: 375px;
   float: right;
}


.bioBox
{
   position: relative;
   display: inline-block;
   left: 75px;
   margin-bottom: 25px;
   width: 810px;
}


.bioImg
{
   position: relative;
   display: block;
   width: 250px;
   text-align: center;
   float: left;
}

.bioImg img
{
   border: 1pt solid #000000;
}


.bioText
{
   position: relative;
   display: block;
   width: 530px;
   float: right;
}


.userForm
{
   position: relative;
   display: inline-block;
   width: 810px;
   margin-left: 75px;;
   margin-right: 75px;;
   margin-bottom: 25px;
}

.formCaption
{
   position: relative;
   display: block;
   width: 200px;
   float: left;
   margin-left: 25px;
}

.formInput
{
   position: relative;
   display: block;
   width: 550px;
   float: left;
}


.otSectionHdr
{
   position: relative;
   display: block;
   left: 30px;
   top: -10px;
   font-size: 12pt;
   font-weight: bold;
   padding-left: 5px;
   padding-right: 5px;
   float: none;
}


.title { background-color: #F2F2F2; padding-left: 8px; padding-right: 8px; }


.otSectionBox
{
   position: relative;
   display: inline-block;
   width: 100%;
   border: 1pt solid #888888;
   margin-bottom: 25px;
}


.otRow
{
   position: relative;
   display: block;
   width: 810px;
   height: 30px;
   margin-top: 12px;
   margin-bottom: 12px;
}


#otSubmit:link, #otSubmit:visited
{
   position: relative;
   display: block;
   width: 150px;
   height: 25px;
   line-height: 25px;
   border: 1pt solid #454545;
   font-size: 12pt;
   color: #000000;
   text-decoration: none;
   text-align: center;
   background-color: #BBBBBB;
}


#otSubmit:hover
{
   background-color: #DDDDDD;
}


#otErr
{
   color: #CC0000;
   font-weight: bold;
   line-height: 30px;
}


