/***********************************************************************
                             General Page Layout
***********************************************************************/

/*---------- Title for each page ---------- */
.pageTitles
{
   width:100%;
   background-color:#B2C1C6;
   border:0px;
   border-bottom:1px;
   border-style:solid;
   border-bottom-color:#666666
}

.pageTitles h2
{
   margin:15px
}


/*------------ Sub Menu for each page ------------*/
.submenu
{
   background-color:#DDDDDD;
   border:0px;
}

.button
{
   border-top:1px solid #666666;
   cursor:pointer;
   margin:0px;
}

.button p
{
   margin:5px 15px;
   font-weight:bold;
   color:#003300;
}

.dropDownMenu
{
   display:none;
   width:100%;
   border:1px;
   border-top:1px solid #666666;
   background-color:#F0F0F0;
   cursor:default;
}

.dropDownMenu p
{
   font-weight:normal;
}

.dropDownMenu a
{
   text-decoration:none;
}

.dropDownMenu img
{
   cursor:pointer;
   margin-right:5px;
   margin-bottom:5px;
}

.footer
{
   width:100%;
   background-color:#B2C1C6;
   border:0px;
   border-top:1px;
   border-style:solid;
   border-top-color:#666666;
   height:15px
}

/*------------- Search Bar/Page ---------------*/
#searchBar
{
   display:none;
   margin:0px;
   background-color:#FFFFDD;
   text-align:center;
   height:inherit;
   border-bottom:1px solid #666666;
}

#searchBar p
{
   margin:0px auto;
}

#searchBar div
{
   height:inherit;
   font-size:2px;
}

#searchBar div img
{
   height:11px;
   width:11px;
   margin-right:5px;
   margin-bottom:5px;
   cursor:pointer;
}

.searchBarForm
{
   margin:0px;
}