﻿/*  -----------------------------------------------------------------------------  */
/*                            Basic Structural Layout CSS                          */
/*  -----------------------------------------------------------------------------  */
body
{
  margin: 0px;
  padding: 0px;
  background-color: Transparent;
  background-image: url(/images/bg2.jpg);
  background-repeat:repeat;
  font-family: Arial;
  font-size: 10pt;
  line-height:18px;
  text-decoration: none;
  color: #000000;
  border-collapse:collapse;
}

#MasterMainTable
{
  background-color: #FFFFFF;
  border: none;
  border-collapse: collapse;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 833px;
  height: 100%;
}

#MasterHeaderContent
{
  width: 833px;
}

#MasterFooterContent
{
  font-family: Arial;
  font-size: 8pt;
  text-align: center ;
  padding: 5px 5px 0px 5px;
  background-color: Transparent;
  background-image: url(/images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
  width: 1233px;
}

#MasterFooterContent a
{
  font-family: Arial;
  font-size: 9pt;
  color: #1D1E20;
  text-decoration: none;
}

#MasterLeftSidebar
{
  width: 199px;
  background-color: #ffffff;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}

#MasterPageContent
{
  margin: 0px 0px 40px 0px;
  padding: 0px 5px 40px 5px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right top;
  width: 634px;
}

#TopMenu
{
  width: 823px;
  padding:0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#BreadCrumb
{
  padding: 20px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration: none;
  color: #000000;
}

#BreadCrumb a
{
  padding: 0px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration: none;
  color: #454D37;
}

#BreadCrumb a:hover
{
  padding: 0px 0px 0px 0px;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration: underline;
  color: #454D37;
}

#redtext
{
  color: #8B615E;
}

a
{
  color: #3F3FFF;
  text-decoration: underlined;
  font-size:15px;
}


h1
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom:2px;
  padding-bottom:2px;
}

h2
{
  font-family: Arial,Helvetica;
  color: #684C30;
  font-size: 12pt;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom:4px;
  padding-top: 5px;
}

h3
{
  font-family: Arial,Helvetica;
  color: #684C30;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom:0px;
  margin-bottom:0px;
}

h4
{
  font-family: Arial,Helvetica;
  color: #684C30;
  font-size: 15pt;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom:4px;
  padding-top: 5px;
}


p
{
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}

img, img a
{
  border: none;
}

/*  -----------------------------------------------------------------------------  */
/*                                Custom Style CSS                                 */
/*  -----------------------------------------------------------------------------  */
.borderlesstable
{
  border: none;
  border: 0px;
  border-collapse: collapse;
/*   margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px; */
}

.sideformbg
{
  height:338px;
  width: 199px;
  background-color: #F6C9DD;
}
.sidebar-leadcaption
{
  color: #FFFFFF;
  font-size: 9pt;
  font-family: Arial;
  padding: 0px 0px 0px 5px;
}
.sidebar-leadcaptiontext
{
  color: #000000;
  font-size: 9pt;
  font-family: Arial;
  padding: 5px 0px 1px 8px; 
}
.sidebar-leadtextbox
{
  color: #000000;
  font-size: 10pt;
  font-family: Arial;
  border: solid 0px #000000;
  width: 167px;
  margin: 0px;
  background-color:#A98A6C;
}
.sidebar-leadtextarea
{
  color: #000000;
  font-size: 9pt;
  font-family: Arial;
  border: solid 0px #000000;
  width: 165px;
  padding: 2px;
  margin: 0px;
  background-color:#A98A6C;
}

.sidebar-leaddropdown
{
  color: #000000;
  font-size: 9pt;
  font-family: Arial;
  border: solid 0px #000000;
  background-color:#A98A6C;
  width: 168px;
  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, .normallink a
{
  text-decoration: none;
  color: #505735;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
}

.normallink a:hover
{
  text-decoration: underline;
  color: #6D2323;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
}

.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;
}

.textlink, .textlink a
{
  text-decoration: underline;
  color: #0000FF;
  font-family: Arial,Helvetica;
  font-size: 10pt;
}
.procedureheading
{
  font-family: Arial,Helvetica;
  color: #5D3F21;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
.procedureheading:hover
{
  font-family: Arial,Helvetica;
  color: #5D3F21;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}
.procedure
{
  color: #000000;
  font-family: Arial,Helvetica;
  text-decoration: none;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  font-weight : bold;
}
.procedure:hover
{
  color: #000000;
  text-decoration: underline;
  font-size: 10pt;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  font-weight : bold;
}
.BreadCrumbText
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-weight: bold;
  font-size: 11px;
}
.text
{
  color:#111111;
  font-family: Arial,Helvetica;
  font-size: 13px;
}
.link
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}
.link:hover
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.dot
{
  font-size: 18px;
  color: #000000;
  padding: 0px 5px 0px 5px;
}
.proceduretext
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}
.proceduretext:hover
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}
.procedurelink
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}
.procedurelink:hover
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
.service
{
  font-size: 16px;
  font-family: Arial,Helvetica;
  font-weight: bold;
  color: #000000;
}
.servicelink
{
  font-size: 13px;
  font-family: Arial,Helvetica;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
.serviceheading
{
  font-family: Arial,Helvetica;
  color: #684C30;
  font-size: 11pt;
  font-weight: bold;
  padding-bottom:0px;
  margin-bottom:0px;
}
.nametxt
{
  font-family: Arial,Helvetica;
  font-weight: normal;
  font-size: 12px;
  margin-top:-5px;
  padding-top:0px;
}
.contacttxt
{
  color:#684C30;
  font-family: Arial,Helvetica;
  font-weight: normal;
  text-decoration:underline;
  font-size:14px;
  
}
.newtext
{
  font-family: Arial,Helvetica;
  color: #00A550;
  font-size: 11pt;
  font-weight: bold;
}

