body
{ font-family: arial, sans-serif; 
  font-size: 12pt;
  margin: 0px;
  color: #333;
  background: #fff url('/images/bg.png') top left no-repeat;
}

body.book {
    background-image: url('/images/bg.book.png');
}



div#main-site-link {
    position: absolute;
    right: 5px;
    top: 30px;
    font-size: 12pt;
}

div#main-site-link a {
    color: white;
    text-decoration: none;
    font-style: italic;
}



td, th
{ font-size: 11pt;
}

h1, h2, h3, h4, h5
{ margin: 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
    font-style: italic;
  color: #038;
}

h1.big, h2.big, h3.big, h4.big, h5.big {
    padding-bottom: 20px;
}


div#toplinks h1, div#toplinks div {
    padding: 0px;
    height: 30px;
    line-height: 40px;
    text-align: right;
}

div#toplinks h1 {
    width: 200px;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: left;
}

div#toplinks a {
    font-size: 8pt;
    padding: 0px;
    margin: 0px;
    color: #0af;
    text-decoration: underline;
}

div#toplinks a:hover {
    background: none;
    color: #333;
}





h1 {
    font-size: 36pt;
}

h2 {
    font-size: 22pt;
    color: #000;
}

h3
{ font-size: 16pt;
}

h4
{ font-size: 14pt;
}

h5
{ font-size: 12pt;
}


.left {
    text-align: left;
}


img
{ border: none;
}

img.classic
{ padding: 5px;
  border: 1px solid #ccc;
}

img.left
{ float: left;
  margin: 0px 10px 10px 0px;
}

img.right
{ float: right;
  margin: 0px 0px 10px 10px;
}

p
{ padding: 0px 0px 10px 0px;
  margin: 0px;
  text-align: justify;
  line-height: 16pt;
}

a {
    font-weight: bold;
    color: #0af;
    text-decoration: underline;
}

a:hover { 
    background: none;
    color: #333;
}

ul
{ padding: 0px;
  margin: 0px;
}

li
{ margin: 0px 0px 0px 15px;
  padding: 0px 0px 7px 15px;
}

ul ul {
    padding: 10px 0px 0px 0px;
}


/* layout specifics */
div#container
{ width: 1000px;
  margin: 0px;
}

ul#menu
{ height: 29px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  top: 26px;
  left: 230px;
}

ul#menu li
{ float: left;
  height: 29px;
  padding: 0px;
  margin: 0px 6px 0px 0px;
}

ul#menu li a
{ text-decoration: none;
  padding: 0px;
}

ul#menu li a:hover
{ text-decoration: none;
}

div#content
{ padding: 0px;
    margin: 80px 0px 0px 20px;
}

div#breadcrumbs {
    margin: 0px 0px 10px 0px;
    font-size: 10pt;
    color: #0af;
}

div#breadcrumbs a {
    font-weight: bold;
    text-decoration: none;
    color: #0af;
}

div#breadcrumbs a:hover {
    text-decoration: underline;
}

div#flash {
    text-align: center;
    margin-bottom: 20px;
    color: #038;
    font-size: 10pt;
}

div#lcontent {
    float: left;
    width: 470px;
}

div#rcontent {
    float: right;
    width: 470px;
}

div#rcontent p.link {
    text-align: right;
    margin: 0px 50px 0px 0px;
    font-size: 10pt;
    padding: 0px;
}

div#footer
{ margin: 50px 0px;
  background: url('/images/towit-inde-change-banner.png') center top no-repeat;
  text-align: center;
  padding-top: 60px;
  font-weight: normal;
  font-size: 10pt;
  width: 1000px;
}

div#copyright
{ font-size: 8pt;
  text-align: center;
  margin: 10px 0px;
  width: 1000px;
}

/* input formatting */
form
{ margin: 0px;
}

input
{ margin: 0px;
  padding: 0px;
}

input.flat
{ border: solid 1px #ccc;
  font-size: 12pt;
  padding: 2px;
  width: 250px;
  background: #fff url('/images/input.gif') top left repeat-x;
}

input.wide
{ width: 335px;
}

input.wider
{ width: 500px;
}

input.flat:hover
{ border: solid 1px #888;
}

input.flat:focus
{ border: solid 1px #888;
  background: #fff url('/images/input.focus.gif') top left repeat-x;
}

input.button
{ border: 1px outset #888;
  padding: 5px 20px;
  background: #fd0 url('/images/button.gif') center center repeat-x;
  color: #fff;
  font-size: 16pt;
  text-transform: uppercase;
  margin: 10px;
  text-align: center;
}

input.button:active
{ background-color: #ff8;
}

input.radio
{ margin: 1px 0px -3px 0px;
}

label.radio
{ margin: 0px 10px 0px 5px;
}

textarea.flat
{ border: 1px solid #ccc;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
  background: #fff url('/images/textarea.gif') top left repeat-x;
  font-size: 12pt;
  padding: 2px;
  width: 600px;
  height: 150px;
}

textarea.wide
{ width: 335px;
}

textarea.wider
{ width: 450px;
}

textarea.tall
{ height: 300px;
}

textarea.flat:hover
{ border: solid 1px #888;
}

textarea.flat:focus
{ border: solid 1px #888;
  background: #fff url('/images/textarea.focus.gif') top left repeat-x;
}

select.flat
{ border: 1px solid #ccc;
  font-size: 12pt;
  padding: 2px;
  width: 80px;
}

select.flat
{ width: 250px;
}

select.flat:hover, select.flat:focus
{ border: solid 1px #888;
}


/* form layout */
div.form h3
{ padding: 0px;
}

div.form div.field
{ padding: 5px;
  border-top: 1px solid #eee;
  font-size: 12pt;
}

div.form div.field span.name
{ width: 110px;
  float: left;
  padding: 2px 0px;
  font-weight: bold;
  margin-right: 10px;
}

div.form div.field div.name
{ width: 200px;
  padding: 2px 0px;
  float: left;
  font-weight: bold;
}

div.form div.field div.input, div.form div.field div.inputwide
{ float: left;
  width: 250px;
}

div.form div.field div.inputwide
{ width: 340px;
}

div.form div#submit
{ padding-top: 20px;
  text-align: center;
}


/* some specifics */
div.quote
{ border-left: 5px solid #ccc;
  padding-left: 10px;
  color: #888;
}

div.error
{ padding: 10px;
  border: 1px solid #ccc;
  background: #ffc;
  color: #000;
}

div.error p
{ font-weight: bold;
}

div.error ul
{ padding-bottom: 0px;
}

a.button
{ border: 1px outset #888;
  padding: 5px 20px;
  background-color: #fd0;
  color: #000;
  font-size: 14pt;
  font-weight: normal;
  text-transform: uppercase;
}

a.button:hover
{ color: #000;
}

a.button:active
{ background-color: #ff8;
}


a.underline:hover
{ text-decoration: underline;
  color: #000;
}


a.thumbnail img
{ border: 1px solid #ccc;
}

a.thumbnail:hover img
{ border: 1px solid #888;
}


div#map {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #fff;
}


div.map
{ float: right;
  width: 400px;
  height: 400px;
  background: #fff url('/images/uk.gif') center center no-repeat;
  border: 1px solid #ccc;
}

div.map div
{ position: absolute;
}

div.map div a
{ position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: url('/images/dot.png') center center no-repeat;
}


ul.locations
{ margin: 0px;
  padding: 0px;
  margin-left: 40px;
}

ul.locations li
{ margin: 0px 0px 2px 0px;
  font-size: 10pt;
}


dl.location
{ margin: 0px;
}

dl.location dt
{ text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  text-transform: uppercase;
}

dl.location dd
{ padding: 5px;
  margin: 0px 0px 10px 0px;
}


ul.menu
{ margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.menu li
{ padding: 0px;
  margin: 0px 10px 1px 0px;
}

ul.menu li a
{ display: block;
  padding: 5px 10px;
  color: #000;
  background: #fd0;
  border: 1px solid #888;
}

ul.menu li a:hover
{ background: #ff8;
}

ul.menu li.selected a
{ background: #ff8;
  border: 1px solid #000;
}


img.content
{ margin: 10px;
  padding: 5px;
  border: 1px solid #ccc;
}

img.top
{ margin-top: 0px;
}

img.left
{ margin-left: 0px;
  float: left;
}

img.right
{ margin-right: 0px;
  float: right;
}

img.bottom
{ margin-bottom: 0px;
}


ul#gallery
{ list-style: none;
  padding: 10px;
  margin: 0px;
}

ul#gallery li
{ float: left;
  padding: 0px;
  margin: 0px;
}

ul#gallery li a
{ display: block;
}

ul#gallery li a:hover
{ background: url('/images/gallerybg.gif') center center no-repeat;
}

ul#gallery li a img
{ margin: 10px;
}


ul#rlist {
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    width: 425px;
}

ul#rlist li {
    float: left;
    padding: 0px;
    margin: 5px;
}

ul#rlist li a {
    display: block;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}


ul#mainlist {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul#mainlist li {
    float: left;
    padding: 0px;
    margin: 22px;
}

ul#mainlist li div {
    padding: 3px 0px;
    line-height: 14pt;
    font-size: 10pt;
}

ul#mainlist li div a {
    padding: 0px;
    margin: 0px;
    color: #0af;
    text-decoration: underline;
}

ul#mainlist li div a:hover {
    background: none;
    color: #333;
}


div.elevation {
    margin-top: 40px;
    width: 400px;
    height: 266px;
    position: relative;
}

div.elevation span {
    position: absolute;
    font-size: 10pt;
    font-weight: bold;
}

div.elevation span.dimensions {
    bottom: 2px;
    left: 2px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    background: #eee;
    padding: 5px;
}

div.elevation span.dimensions b {
    color: #038;
}

div.elevation span.length {
    top: 15px;
    left: 115px;
    width: 170px;
    height: 15px;
    background: url('/images/length-arrow.png') center center no-repeat;
    text-align: center;
    line-height: 15px;
}

div.elevation span.height {
    top: 48px;
    left: 50px;
    width: 50px;
    height: 170px;
    background: url('/images/height-arrow.png') center center no-repeat;
    text-align: center;
    line-height: 170px;
}


table.graph
{ border: 1px solid #ccc;
}

table.graph th
{ font-size: 16px;
  padding: 5px;
  margin-bottom: 5px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}

table.graph td
{ padding: 5px;
}

table.graph td.label
{ padding: 5px;
  text-align: right;
  border-right: 1px solid #ccc;
}

table.graph td div
{ float: left;
  background: #fd0;
  padding: 1px 0px;
  text-align: right;
}

table.graph td div.zero
{ background: #f00;
}

table.graph td div span
{ margin: 0px 5px;
  font-weight: bold;
  color: #fff;
}

table.graph td div span.inverse
{ color: #333;
}


div.listitem
{ padding: 0px 0px 0px 20px;
  background: transparent url('/images/arrow.gif') left top no-repeat;
}


ul#sitemap li {
    padding: 5px;
    list-style: square;
}
