﻿/*  -----------------------------------------------------------------------------  */
/*                            Basic Structural Layout CSS                          */
/*  -----------------------------------------------------------------------------  */
body
{
  margin: 0px;
  padding: 0px;
  background-color: #CAD5DE;
  background-image: url(/images/page-bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
  font-family: Arial;
  font-size: 10pt;
  text-decoration: none;
  color: #000000;
}

#MasterMainTable
{
  background-color: Transparent;
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 1019px;
}

#MasterHeaderContent
{
}

#MasterFooterContent
{
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
  text-align: center ;
  padding: 0px 5px 0px 5px;
  background-color: Transparent;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
  height: 114px;
}

#MasterFooterContent a
{
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
}

#MasterLeftSidebar
{
  width: 229px;
}

#MasterPageContent
{
  width: 770px;
  height: 625px;
  margin: 0px;
  padding: 10px 10px 0px 10px;
}

#TopMenu
{
  width: 95%;
  padding:0px 0px 0px 10px;
  margin: 0px;
  background-image:url('/images/content-bg.jpg');
}
#BreadCrumb
{
  padding: 5px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration: none;
  color: #1E4958;
}

#BreadCrumb a
{
  padding: 5px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration: none;
  color: #212121;
}

#BreadCrumb a:hover
{
  padding: 5px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration: underline;
  color: #212121;
}

a
{
  color: #1E4958;
  text-decoration: underlined;
}

h1
{
  color:#C95927;
  font-family: Arial,Helvetica;
  font-size: 16pt;
  font-weight: normal;
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom:4px;
}

h2
{
  font-family: Arial,Helvetica;
  color: #24677A;
  font-size: 13.5pt;
  font-weight: normal;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

h3
{
  font-family: Arial,Helvetica;
  color: #1E4958;
  font-size: 12pt;
  font-weight: normal;
  padding-bottom:0px;
  margin-bottom:0px;
}

p
{
  padding-top:5px;
  margin-top:5px;
}

img, img a
{
  border: none;
}

/*  -----------------------------------------------------------------------------  */
/*                                Custom Style CSS                                 */
/*  -----------------------------------------------------------------------------  */
.borderlesstable
{
  border: none;
  border: 0px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

.sideformbg
{
  background-image: url('/images/sidebar-contact-bg.jpg');
  background-repeat: no-repeat;
  height:338px;
  width: 188px;
  background-color: #F6C9DD;
}
.sidebar-leadcaption
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
  padding: 0px 0px 0px 10px;
}
.sidebar-leadcaptiontext
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
  padding: 0px 0px 4px 10px;
}
.sidebar-leadtextbox
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
  border: solid 1px #000000;
  width: 175px;
  padding: 0px;
  margin: 0px;
}

.sidebar-leaddropdown
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
  border: solid 1px #000000;
  width: 175px;
  padding: 0px;
  margin: 0px;
}
.whitetext
{
  color: #ffffff;
  font-size: 8pt;
  font-family: Arial;
  line-height :12px;
}

.whitetext a
{
  color: #ffffff;
  text-decoration: underline;
}

.smalltext
{
  color: #303030;
  font-size: 9pt;
  font-family: Arial;
}

.leadtext
{
  background-color: #ffffff;
  border: solid 1px #bcbcbc;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  height: auto;
  letter-spacing: 1px;
  width: 165px;
}

.contactleadtext
{
  background-color: #ffffff;
  border: solid 1px #24677A;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  height: auto;
  letter-spacing: 1px;
  width: 165px;
}

.blacktext
{
  color: #000000;
  font-size: 9pt;
  font-family: Arial;
  padding: 5px;
}

.leadblacktext
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
}

.normallink
{
  text-decoration: underlined;
  color: #000000;
}

.list
{
  font-size: 10pt;
  list-style-type: disc;
}

.biglink, biglink a
{
  font-size: 11pt;
  font-weight: bolder;
  color: #1E4958;
  text-decoration: none;
}

.boldcaption
{
  color: #24677A;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.procedure-ba-box
{
  background-image:url('/images/ba-link-bg-box.jpg');
  background-repeat:no-repeat;
  font-size:9pt;
  width:364px;
}
