/* CSS Document */
body
{
  font-family: Times New Roman, Times, serif;
  font-size: 12pt;
  background-color: #003366;          /* Define dark blue color */
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

#topBannerPF
{
  position: relative;
}

#topBanner
{
  display: none;
}

#leftBarLocate
{
  display: none;
}

#leftbar
{
  display: none;
}

#WebDesignedByLocate
{
  display: none;
}

#content
{
  font-family: Times New Roman, Times, serif;
  font-size: 12pt; 
  color:#000000;
  position: relative;
}  

#bottomBorder
{
  display: none;
}  

#bottomBorderPF
{
  font-family: Times New Roman, Times, serif;
  font-size: 12pt; 
  color:#000000;
  background-color: #FFFFFF;          /* Define WHITE color */
  position: left;
}

/* We use this to leave a little space below the page content */
#bottomSpacer
{
  display: none;
}  

#bottomBorder
{
  display: none;
}  

#rifgtTableLocate
{
  position: relative;
  top: 12px;
  float: right;
}

#bottomTableLocate
{
  position: relative;
}

#mapImageLocate
{
  position: left;
}

#photosLeft
{
  float: left;
  padding: 0;
  text-align:center;
}

#photosRight
{
  float: right;
  padding: 0;
  text-align:center;
  margin-top: 0px;
  margin-bottom: 0px;
}

#photos
{
  padding: 5px;
  margin: 12px;
}

#photosBorder
{
  border: solid #1F5E9A 2px;    /* Define light blue color */
  margin: 12px;
  background: #1F5E9A;          /* Define light blue color */
  padding: 3px;
}

#photosBorderT
{
  border: solid #009999 2px;    /* Define teal color */
  margin: 12px;
  background: #009999;          /* Define teal color */
  padding: 3px;
}

p
{
  color:#000000;
  padding: .5em;
  border-style: none;
  margin: 0em 1em;
}

ol, li, ul
{
  color:#000000;
}

/* Used to define the title text in the top of the content pannel */
h2
{
  font-family: Times New Roman, Times, serif;
  font-size: 18pt; 
  color:#000000;
  background-color: #FFFFFF;     /* Define teal color */
  padding: 7px;
  border-style: none none solid none;
  border-width: 6px;
  border-color:#1F5E9A;          /* Define light blue color */
  margin: 0;
}

h4
{
    /* Used to define the link text in the navigation panel */
  font-family: Times New Roman, Times, serif;
  font-size: 12pt; 
  color:#660066;                /* define text color for all text this is not a hyperlink */
  font-size: 16px;
  margin: 16px;                 /* define spacing between between hyperlinks */
}

table 
{
  background-color: #9966FF
  border-color: #FFFFFF;
  padding: 8px;
  margin: 2px;
  vertical-align:text-top;
  text-decoration: none;
  color:#000000;
}

td
{
  color:#000000;
}

.style1 
{
    font-size: small;
}

.bcborder
{
   border-width: 4px;
   border-style: solid;
   border-top-color: #009999;           /* Define teal color */
   border-left-color: #009999;          /* Define teal color */
   border-right-color: #003366;         /* Define dark blue color */
   border-bottom-color: #003366;        /* Define dark blue color */
   margin-right: 15px;
}

.bcborder1
{
   border-width: 1px;
   border-style: solid;  
   border-top-color: #009999;           /* Define teal color */
   border-left-color: #009999;          /* Define teal color */
   border-right-color: #003366;         /* Define dark blue color */
   border-bottom-color: #003366;        /* Define dark blue color */
}

.bcborder2
{
   border-width: 2px;
   border-style: solid;  
   border-top-color: #009999;           /* Define teal color */
   border-left-color: #009999;          /* Define teal color */
   border-right-color: #003366;         /* Define dark blue color */
   border-bottom-color: #003366;        /* Define dark blue color */
}
