/** 
 *
 * Main Layout File
 */

/* Resets
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.4;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

.clear{
  clear:both;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #333;
  margin-bottom: 40px;
  font-family: 'Crimson Text',georgia, serif, Verdana, Lucida; !important;
}

a
{
  color:  #c10818;
  text-decoration: none;
}

/* Fonts */
/*@font-face{
  font-family: 'Calisto';
  src: url('../fonts/calisto_mt.otf') format('opentype');
}*/

p
{
  /*margin: 10px 0;*/
  margin: 0;
}

/* Main Layout */

html {
  background: white none;
}





#container
{
  border: 1px solid #9a9b9c;
  box-shadow: 5px 5px 15px #9a9b9c;
  -moz-box-shadow: 5px 5px 15px #9a9b9c;
  -webkit-box-shadow: 5px 5px 15px #9a9b9c;
  margin: 25px auto;
  min-height: 600px;
  width: 980px;
}

.homepage,
.typography,
.header
{
  padding: 10px;
}

.homepage h1
{
  margin: 5px 0;
  font-size: 4.5em;
  font-weight: 100;
  text-transform: uppercase;
}

.homepage h3
{
  color: #c10818;
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 15px;
}

.homepage .navigation ul
{
  margin-top: 36px;
  text-align: center;
}

.homepage .navigation ul li
{
  display: inline;
  line-height: 1.2em;
  margin: 5px 0px;
  padding: 10px 15px 0px 15px;
}

.homepage .navigation ul li+li
{
  border-left: 2px solid #c10818;
}

.homepage .navigation ul li a
{
  font-size: 1.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

div.typography.page
{
  padding: 40px 140px 30px 80px;
}

div.typography.page h1
{
  color: #c10818;
  font-size: 2em;
  font-weight: normal;
  text-transform: uppercase;
}

div.typography.page #eye_catcher
{
  float: left;
  margin: 10px 20px 10px 0;
}

div.logo
{
  float: right;
  line-height: 1.5em;
  margin: 10px 0 0 0;
  text-align: center;
}

div.logo h2
{
  color: black;
  font-size: 2.1em;
  font-weight: normal;
  text-transform: uppercase;
}


div.header
{
  height: 170px;
  border-bottom: 35px solid #c10818;
  padding-bottom: 0px;
}

div.header ul
{
  margin-left: 20px;
  margin-top: 100px;
}

div.header ul li
{
  display: inline;
  font-size: 1.2em;
  padding: 0 10px;
}

div.header ul li a.current, div.header ul li a.section
{
  font-size: 2.0em;
}

div.header ul li+li
{
  border-left: 2px solid #c10818;
}


#footer
{
  font-size: 0.8em;
  margin: 0 auto;
  width: 980px;
  letter-spacing: 1px;
}

#footer p
{
  float: left;
}

#footer ul
{
  float: right;
}

#footer ul li
{
  float: left;
  padding: 0 5px;
}

#footer ul li+li
{
  border-left: 1px solid black;
}

#footer ul li a
{
  color: black;
  text-decoration: none;
}

#footer ul li a:hover
{
  text-decoration: underline;
}

div#Breadcrumbs
{
  font-size: 0.9em;
  margin: -27px 0 0 10px;
}

div#Breadcrumbs a
{
  color: white;
}

div#schedule a
{
  color: #333333;
}

/* dynamic-tabs stuff */

.tabset {
  margin-top: 45px;
  overflow: visible;
  position: relative;
}

.tabset ul.tabs {
  display: block;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}

.tabset ul.tabs li {
  display: block;
  float: left;
  margin: 0 2px 0 0;
}

.tabset ul.tabs li a {
  display: block;
  float: left;
  padding: 14px 25px;
  height: 17px;
  font-size: 1.4em;
  background: #d0d0d0;
  color: #000;
  text-decoration: none;
}
.tabset ul.tabs li.active a {
  background: #fff;
}
.tabset .tab-content {
  padding: 10px 0;
}
.tabset .tab-pane {
  display: none;
}
.tabset .tab-pane.active {
  display: block;
  min-height: 160px;
}

.header1, .content {

  margin-top: 75px;

}

ul.furtherappointments li {
	
	list-style-type: none;
	
}

.typography table.haus {
  font-size: 16px!important;
}

.typography table.haus td {

  text-align: center;
  vertical-align: middle;
  border: none;

}




