/* ----------------------
   MAIN LAYOUT STYLES
   ---------------------- */

  body {
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666633;
    text-decoration: none;
  }

  body.popup {
    background: white;
    margin: 0px;
  }

  div#container {
    width: 750px;
    margin:0px auto;
  }
  div#header {
    text-align: right;
  }
  div#nav {
    float: left;
    font-weight: bold;
    padding-top:56px;
    width: 163px;
    line-height: 150%;
  }
  div#nav div.pad {
    padding: 5px;
  }
  div#nav div.pad a {
    display: block;
    clear:   left;
  }

  div#nav div.dotted {
    border-top: 1px dotted white;
    border-bottom:1px dotted white;
    height: 10px;
    line-height: 1px;
    width: 120px;
  }

  div#content {
    width: 582px;
    border-top:   1px solid #A9A28D;
    border-left:  1px solid #A9A28D;
    border-right: 1px solid #A9A28D;
  }
  div#content div.pad {
    padding: 10px;
  }
  div#rightCol {
    float: right;
    width: 583px;
    margin-right: 2px;
  }
  div.totem {
    float: right;
    width: 180px;
    text-align: right;
  }
  div.totem img {
    clear: both;
  }
/* ----------------------
   TEXT STYLES
   ---------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #666633;
	margin-left: 0px;
}
H2, H3, H4, H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666633;
	font-weight: bold;
	text-decoration: none;
}


a {
  color: #666633;
  text-decoration: none;
}
div#content a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

span.room_facilities {
  font-size: 80%;
}
span.room_facilities img {
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom:4px;
}

/* ----------------------
   NAV BAR STYLES
   ---------------------- */
div.home {
  background: url('images/menutop_home.jpg') top no-repeat #A9A28D;
}
div.townhall {
  background: url('images/menutop_townhall.jpg') top no-repeat #000000;
}
div.carriageworks {
  background: url('images/menutop_carriageworks.jpg') top no-repeat #e06000;
}
div.artgallery {
  background: url('images/menutop_artgallery.jpg') top no-repeat #DB0C41;
}
div.townhall div.pad a#venue1 {
  background: url('images/arrow_white.gif') center left no-repeat;
}


/* ----------------------
   NAV BAR FOOTER STYLES
   ---------------------- */
div#nav div#navFoot {
  width: 163px;
  height:134px;
}
div.home div#navFoot {
  background: url('images/menu_home.jpg') no-repeat;
}
div.townhall div#navFoot {
  background: url('images/menu_townhall.jpg') no-repeat;
}
div.carriageworks div#navFoot {
  background: url('images/menu_carriageworks.jpg') no-repeat;
}
div.artgallery div#navFoot {
  background: url('images/menu_artgallery.jpg') no-repeat;
}

/* ----------------------
   NAV BAR LINK STYLES
   ---------------------- */
div#nav a {
  color: #FFFFFF;
}
a.venue {
  font-size: x-small;
  padding-left: 20px;
  margin-left: 10px;
}
a#venue1 {
  background: url('images/arrow_black.gif') center left no-repeat;
}
a#venue2 {
  background: url('images/arrow_orange.gif') center left no-repeat;
}
a#venue3 {
  background: url('images/arrow_pink.gif')  center left no-repeat;
}

a#venue4 {
  background: url('images/arrow_blue.gif')  center left no-repeat;
}

a#venue5 {
  background: url('images/arrow_yellow.gif')  center left no-repeat;
}

.carriageworks a#venue2 {
  background: url('images/arrow_white.gif') center left no-repeat;
}
.carriageworks a#venue3 {
  background: url('images/arrow_pink.gif') center left no-repeat;
}
.artgallery a#venue3 {
  background: url('images/arrow_white.gif') center left no-repeat;
}

/* ----------------------
   TABLE STYLES
   ---------------------- */
table.conference {
  font-size: 10px;
  background: #D4D0C6 url('images/table_corner.gif') bottom right no-repeat;
}
table.conference th.title {
  background: #D4D0C6;
  font-size: 12px;
}
table.conference th {
  background: #A9A28D;
}
table.conference td {
  text-align: center;
  padding: 2px 0px 2px 0px;
}
table.conference td a{
  display: block;
  width: 100px;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}
table.conference td a:hover {
  text-decoration: none;
  color: black;
}
table.conference td.footer {
  padding: 10px;
  text-align: left;
}
table.conference td.footer a {
  display: inline;
  padding:0px;
}
td.dottedline {
  border-bottom: 1px dotted gray;
}

/* ----------------------
   ROOM FACILITIES STYLES
   ---------------------- */
td.room_left_column {
  width: 250px;
}

td.room_title {
	padding-left: 10px;
}
a.room_facilities {
  color: black;
  display: block;
  clear: left;
  text-decoration: none;
}
a.room_facilities:hover {
  text-decoration: underline;
  color: #666633;
}
