/* CSS Style Sheet */
/* ~~~~~~~~~~~~~~~ */

/* RESETS */
* {
  margin: 0;
  padding: 0;
  text-align: left;
}

/* FONT FACES */
@font-face {
  font-family: 'Arial Rounded MT Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Arial Rounded MT Regular'), url('../fonts/ARIALROUNDEDMT.woff') format('woff');
}
@font-face {
  font-family: 'Arial Rounded MT Bold Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Arial Rounded MT Bold Regular'), url('../fonts/ARLRDBD.woff') format('woff');
}

/* GENERAL MARKUP */
body {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  color: #330066;
  font: 14px Tahoma, Geneva, sans-serif;
}
div, p, ul, h2, h3, h4, img {
  padding: 0px;
  margin: 0px;
}
p a {
  font: 14px Tahoma, Geneva, sans-serif;
  color: #330066;
  text-decoration: underline;
}
p a:hover {
  color: #000;
  text-decoration: none;
}
ul {
  list-style-image: url("../images/butterfly20.gif");
  list-style-type: square;
}
li+li {
  margin-top: 10px;
}
.headline {
  font: 14px Tahoma, Geneva, sans-serif;
  color: #330066;
  font-weight: bold;
}
.clear {
  clear: both;
  margin: 0px;
  height: 0;
}

/* CONTAINER */
#container {
  width: 775px;
  height: 400px;
  margin: 0 auto;
}

/* HEADER PANEL */
#headerPanel {
  /* max-width: 775px; */
  /* max-height: 400px; */
  /* width: 775px; */
  /* height: 400px; */
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
  background: url('../images/WebsiteHeader.png') transparent no-repeat scroll 0 0;
}
/*
#headerPanel img#logo {
  position: absolute;
  top: 42px;
  left: 535px;
}
*/

/* MENU PANEL */
#menuPanel {
  width: auto;
  height: 100px;
  position: relative;
  background: transparent url('../images/b_menu.gif') repeat-x scroll 0 0;
}
#menuPanel ul.menu {
  position: relative;
  top: 22px;
  left: 25px;
  width: 725px;
  height: 25px;
  text-align: center;
}
#menuPanel ul.menu li {
  height: 25px;
  margin-right: 5px;
}
#menuPanel ul.menu li a {
  height: 25px;
  display: block;
}
#menuPanel ul.menu li a:hover {
  height: 25px;
}
#menuPanel ul.menu li.linem {
  width: 1px;
  background: transparent url('../images/m_spacer.gif') no-repeat scroll 0 0;
}

/* CONTENT PANEL */
#contentPanel {
  width: 675px;
  position: relative;
  padding-top: 21px;
  margin-left: 50px;
  top: 0px;
  left: 0px;
}
#c1 {
  width: 672px;
  margin: 0px 22px 0px 0px;
  /* float: left; */
}
#c2 {
  width: 338px;
  margin: 0px;
  float: left;
}

/* CONTENT */
.content {
  width: 100%;
  margin-bottom: 20px;
  color: #330066;
  /* font-family: 'Arial Rounded MT Bold Regular', sans-serif; */
  /* font-family: 'Varela Round', sans-serif; */
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.content h2 {
  height: 28px;
  position: relative;
  background: transparent;
  margin-bottom: 10px;
  color: #330066;
  /* font-family: 'Arial Rounded MT Bold Regular', sans-serif; */
  /* font-family: 'Varela Round', sans-serif; */
  font-family: 'Nunito', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 0px 0px #6600FF;
}
.content h3 {
  height: 28px;
  position: relative;
  background: transparent;
  margin-bottom: 8px;
  color: #330066;
  /* font-family: 'Arial Rounded MT Bold Regular', sans-serif; */
  /* font-family: 'Varela Round', sans-serif; */
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 0px 0px #6600FF;
}
.content p {
  margin-bottom: 10px;
  /* text-align: justify; */
}
.content img {
  float: left;
  margin-right: 20px;
  vertical-align: middle;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
}
.content2 img {
  float: none;
  margin-right: 20px;
  vertical-align: middle;
}
.content3 img {
  float: left;
  vertical-align: middle;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
}

/* CONTENT TABLES */
table.content-table1 {
  padding: 0px;
  font: 14px Tahoma, Geneva, sans-serif;
  color: #330066;
}
table.content-table1 tr {
  vertical-align: top;
}
table.content-table1 td {
  vertical-align: top;
  text-align: justify;
}
table.content-table1 td img {
  vertical-align: top;
  width: 100px;
  height: 100px;
}
table.content-table2 {
  font: 18px/20px Tahoma, Geneva, sans-serif;
  color: #330066;
}
table.content-table2 tr {
  vertical-align: middle;
  text-align: center;
}
table.content-table2 td {
  text-align: center;
}
table.content-table2 td img {
  vertical-align: middle;
}
table.content-table3 {
  font: 14px Tahoma, Geneva, sans-serif;
  color: #330066;
}
table.content-table3 tr {
  vertical-align: top;
}
table.content-table3 td {
  vertical-align: top;
  text-align: justify;
}
table.content-table3 td img {
  vertical-align: top;
}
table.content-table3 td url {
  text-decoration: none;
}
table.center {
  margin-left:auto; 
  margin-right:auto;
}
td.cellpadded1 {
  padding: 20px 0px 0px 0px;;
}
.imgleft {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: 5px;
  margin-right: 20px;
  vertical-align: middle;
}
.imgright {
  width: 60px;
  height: 60px;
  float: right;
  margin-left: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

/* DIVTABLES */
.divTable{
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 1px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

/* Modalities */
#Modalities {
  margin-bottom: 20px;
  font: 14px Tahoma, Geneva, sans-serif;
  color: #330066;
}
#Modalities p {
  margin-bottom: 10px;
}
#Modalities img {
  float: left;
  margin-right: 20px;
}
#Modalities ul {
  float: left;
  width: 500px;
  line-height: 26px;
}
#Modalities ul li {
  background: transparent url('../images/butterfly20.gif') no-repeat scroll 0 0;
  padding: 0px 0px 0px 30px;
  margin-bottom: 0px;
  line-height: 26px;
}
#Modalities ul li a {
  font: 14px Tahoma, Geneva, sans-serif;
  text-decoration: none;
  line-height: 26px;
  color: #330066;
}
#Modalities ul li a:hover {
  font: 14px Tahoma, Geneva, sans-serif;
  text-decoration: none;
  line-height: 26px;
  color: #993399;
}

/* FOOTER PANEL */
#footerPanel {
  width: 775px;
  height: 75px;
  background: transparent url('../images/b_footer.gif') repeat-x scroll 0 0;
}
#footerPanel p {
  padding: 18px 0px 0px 0px;
  font: 10px/16px Tahoma, Geneva, sans-serif;
  font-weight: normal;
  text-align: center;
  color: #889C93;
}
#footerPanel p span {
  font: 10px/16px Tahoma, Geneva, sans-serif;
  color: #889C93;
}
#footerPanel p a {
  font: 10px/16px Tahoma, Geneva, sans-serif;
  color: #889C93;
  text-decoration: none;
  padding: 0px 3px;
}
#footerPanel p a:hover {
  font: 10px/16px Tahoma, Geneva, sans-serif;
  text-decoration: underline;
}

/* BUTTONS */
.menuButton {
  background-color: transparent;
  display: inline-block;
  color: #330066;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: bold;
  padding: 5px 12px;
  text-decoration: none;
  text-shadow: 1px 0px 0px #6600FF;
}
.menuButton:hover {
  position: relative;
  top: 1px;
  color: #660099;
}
.menuButton:active {
  position: relative;
  top: 1px;
  color: #993399;
}
.titleButton {
  background-color: transparent;
  color: #330066;
  font-family: "Arial Narrow";
  font-size: 30px;
  font-weight: lighter;
  padding: 0px 0px;
  text-decoration: none;
  text-shadow: 1px 0px 0px #6600FF;
}
.titleButton:hover {
  position: relative;
  top: 1px;
  color: #660099;
}
.titleButton:active {
  position: relative;
  top: 1px;
  color: #993399;
}

/* IMAGES */
#elysian {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 323px;
  height: 60px;
  padding: 30px 0px 0px 0px;
  background: transparent;
}
#butterfly {
  width: 20px;
  height: 20px;
  padding: 0px 0px 0px 0px;
  background: transparent;
}
