﻿/*  -----------------------------------------------------------------------------  */
/*                            Basic Structural Layout CSS                          */
/*  -----------------------------------------------------------------------------  */
body
{
  margin: 0px;
  padding: 0px;
  background-color: Transparent;
  background-image: url(/images/page-bg.jpg);
  background-position: center top;
  background-repeat: repeat;
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: #303030;
}

#MasterMainTable
{
  background-color: Transparent;
  border: none;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width:100%;
}

#MasterHeaderContent
{
  height:100px;
}

#MasterFooterContent
{
  font-family: Arial;
  font-size: 9pt;
  color: #ffffff;
  text-align: center ;
  padding: 5px 5px 5px 5px;
  background-color: #483B32;
  background-position: center bottom;
  vertical-align: top;
  height: 50px;
}

#MasterFooterContent a
{
  font-family: Arial;
  font-size: 9pt;
  color: #ffffff;
  text-decoration: none;
}

#MasterLeftSidebar
{
  width: 180px;
}

#MasterPageContent
{
  width: 700px;
  height: 625px;
  margin: 0px;
  background-image:url(/images/center-bg.jpg);
  background-position: right top;
  background-repeat:no-repeat;
  padding: 0px 5px 10px 5px;
}

#TopMenu
{
  width: 885px;
  height: 34px;
  padding: 0px;
  margin: 0px;
  background-color: #56483E;
}

a
{
  color: #0000ff;
  text-decoration: underlined;
}


h1
{
  color:#5A4B41;
  font-family: Arial,Helvetica;
  font-size: 15pt;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  margin-bottom:10px;
}

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: #24677A;
  font-size: 12pt;
  font-weight: normal;
}

img, img a
{
  border-style: none;
  border-color: inherit;
  border-width: medium;
  margin-bottom: 0px;
}

/*  -----------------------------------------------------------------------------  */
/*                                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;
}

.sidebartext
{
  color: #ffffff;
  font-size: 8pt;
  font-family: Arial;
  line-height :12px;
  padding-left:15px;
}

.sidebartextblack
{
  color: #000000;
  font-size: 8pt;
  font-family: Arial;
  line-height :12px;
  padding-left:5px;
}

.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: 9px;
  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: #212121;
  font-size: 11pt;
  font-weight: bold;
}

.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: #313131;
}

.boldcaption
{
  color: #5A4B41;
  font-size: 12pt;
  font-weight: bold;
}
.line
{
  margin-bottom:0px; margin-top:0px; background-image: url(/images/bar.jpg); height:5px; border:0px;
  
}

#breadcrumbs
{
  padding-top:0px;
  padding-left:1px;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration:none;
}

a.breadcrumbs:link
{
  color: #3A5369;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration:none;
}

a.breadcrumbs:visited
{
  color: #3A5369;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration:none;
}

a.breadcrumbs:hover
{
  color: #000000;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration:underline;
}
a.breadcrumbs:active
{
  color: #000000;
  font-family: Verdana,Arial,Helvetica;
  font-size: 11px;
  font-weight:normal;
  text-decoration:none;
}

