/*This is the core-style sheet*/

html, body {
height:100%; /* gives layout 100% height */
overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

* html #wrapper { 
height:100%; /* IE6 treats height as min-height */
}

body {
  background-image: url("images/full_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #c7d4d0;
  margin: 0;
  padding: 0;
  text-align: center; }

  a:link { color: #4a6768; text-decoration: none;}
  a:visited {color: #4a6768; text-decoration: none;}
  a:active {color: #97685f; text-decoration: none;}
  a:hover {color: #ef6ec3; text-decoration: none;}

  a.menu:link { color: #ef6ec3; text-decoration: none; font-weight: 600;}
  a.menu:visited {color: #ef6ec3; text-decoration: none; font-weight: 600;}
  a.menu:active {color: #ef6ec3; text-decoration: none; font-weight: 600;}
  a.menu:hover {color: #ef6ec3; text-decoration: none; font-weight: 600;}

  a.text:link {color: #4a6768; text-decoration: underline; }
  a.text:visited {color: #4a6768; text-decoration: underline; }
  a.text:active {color: #97685f; text-decoration: underline; }
  a.text:hover {color: #ef6ec3; text-decoration: underline; }

  a.thumbnail:link {color: #4a6768; text-decoration: underline; }
  a.thumbnail:visited {color: #4a6768; text-decoration: underline; }
  a.thumbnail:active {color: #97685f; text-decoration: underline; }
  a.thumbnail:hover {color: #ef6ec3; text-decoration: underline; }

  a.item:link { color: #4a6768; text-decoration: none;}
  a.item:visited {color: #4a6768; text-decoration: none;}
  a.item:active {color: #97685f; text-decoration: none;}
  a.item:hover {color: #ef6ec3; text-decoration: none;}

#wrapper {
  width: 986px;
  min-height:100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  text-align: left; }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #4a6768;
  font-weight: 500;
  letter-spacing: -1pt;
  margin: 0;
  text-align: center; }

.style1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 80%;
  margin: 0;
  text-align: right;
  vertical-align: top; }

.style2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4a6768;
  font-weight: 500;
  margin-top: 20px;
  line-height: 150%;
  text-align: justify;
  text-indent: 15px;
  vertical-align: top; }

.style3 {
  background-image: url("images/background.jpg"); }

.style4 {
  background-color: #c7d4d0;
  vertical-align: top; }

.style5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #4a6768;
  font-weight: 500;
  margin: 0;
  text-align: center; }

.style6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #4a6768;
  font-weight: 500;
  margin: 0;
  text-align: center; }

.style7 { 
  text-align: left;
  vertical-align: bottom; }

.style8 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4a6768;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top; }

.style9 {
  background-color: #e6ecea;
  border: 1px solid #a49667; }

.style10 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4a6768;
  font-weight: 500;
  margin: 0;
  vertical-align: top; }

.style11 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4a6768;
  font-weight: 600;
  margin: 0;
  text-align: center;
  vertical-align: top; }

.style12 { 
  text-align: center;
  vertical-align: bottom; }

blockquote {
  width: 90%;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #4a6768;
  font-weight: 500;
  margin: 0;
  padding-left: 15px;
  border: 0;
  text-align: justify;
  vertical-align: top;}

p.center {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4a6768;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
  text-align: center; }

p.item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4a6768;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center; }

p.item2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ef6eaf;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
  vertical-align: top; }

dl, dt {
  margin-left: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4a6768;
  font-weight: 500;
  line-height: 175%; }

dd {
  margin-left: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4a6768;
  font-weight: 500;
  line-height: 175%;
  text-indent: 30px; }

#swirls, #nav {text-align: center; }

img { border: 0; }

div.spacer {
  height: 50px;
  clear: both; }

div.spacer2 {
  height: 20px;
  clear: both; }

div.spacer3 {
  height: 15px;
  clear: both; }