/*##############################################################################*/
/*# GENERAL STYLES                                                             #*/
/*##############################################################################*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  margin: 0; padding: 0; border: 0; outline: 0; font-family: Verdana, Geneva, sans-serif; font-weight: normal; vertical-align: baseline; background: transparent;
}
html{ overflow-y: scroll; font-size: 62.5%; line-height: 1.5; cursor: default; }
body{ font-size: 1.3em; cursor: default; }

/*###################*/
/*# HORIZONTAL LINE #*/
/*###################*/
hr{ display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/*##########*/
/*# QUOTES #*/
/*##########*/
blockquote, q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }

/*#################*/
/*# FORM ELEMENTS #*/
/*#################*/
/* Text and Password Inputs */
input[type="text"],input[type="password"]{ font-size: 1em; font-family: Verdana, Geneva, sans-serif; }
.textLabel{ display:inline-block; text-align: right; }
/* Select Input */
input[type="select"]{ font-size: 1em; font-family: Verdana, Geneva, sans-serif; }
.selectLabel{ display:inline-block; text-align: right; }
/* Textarea */
textarea{ font-size: 1em; font-family: Verdana, Geneva, sans-serif; }
.textareaLabel{ display:inline-block; text-align: right; vertical-align: top; }
/* Radio Input */
input[type="radio"]{ vertical-align: text-bottom; margin: 2px 0 2px 0; padding: 0; width: 13px; height: 13px; }
.radioLabel{ padding: 2px 0 2px 2px; height: 13px; line-height: 1em; }
/* Checkbox Input */
input[type="checkbox"]{ vertical-align: text-bottom; margin: 2px 0 2px 0; padding: 0; width: 13px; height: 13px; }
.checkboxLabel{ padding: 2px 0 2px 2px; height: 13px; line-height: 1em; }
/* Button Input */
input[type="button"], input[type="submit"], input[type="file"], button{ vertical-align: text-top; height: 24px; padding: 0 10px 0 10px; font-size: 1em; font-family: Verdana, Geneva, sans-serif; }
/* Hand cursor on clickable elements */
label, input[type="button"], input[type="submit"], input[type="file"], input[type="radio"], input[type="checkbox"], input[type="select"], button {cursor: pointer;}
/* Default cursor on disabled elements */
button[disabled], input[disabled] { cursor: default; }
/* Make buttons play nice in IE */
button {width: auto; overflow: visible;}

/*##########*/
/*# TABLES #*/
/*##########*/

table{ border-collapse: collapse; border-spacing: 0; }
th{ font-weight: bold; vertical-align: middle; }
td, td img{ vertical-align: top; }

/*##############*/
/*# HYPERLINKS #*/
/*##############*/
a{ margin: 0; padding: 0; font-weight: normal; vertical-align: baseline; background: transparent; cursor: pointer; }

/*############*/
/*# NAV MENU #*/
/*############*/
nav ul{ list-style: none; }


/*##############################################################################*/
/*# MAIN PAGE                                                                  #*/
/*##############################################################################*/
body{
  background: url('/img/background.jpg') repeat center 313px; /* Tiled background image */
}

#header_background{
  background: url('/img/header_background.jpg') repeat-x top center; /* Header background horizontal tiles */
}

#body_wrapper{
  background: url('/img/header_back.jpg') no-repeat top center; /* Header light burst background */
}

#home_wrapper, #attractions_wrapper, #map_wrapper, #getting-there_wrapper{
  width: 780px;
  margin: 0 auto;
}
a:link { color: #9e9e9e; }
a:visited { color: #9e9e9e; }
a:hover { color: #9e9e9e; }
a:active { color: #9e9e9e; }

/*##############################################################################*/
/*# TABLES                                                                     #*/
/*##############################################################################*/
table{
  border: 1px solid #292522;
  font-size: 12px;
}
th{
  border: 1px solid #292522;
  background: #575757;
  color: #fff;
}
td{
  border: 1px solid #292522;
}
table tr:nth-child(odd) td{
  background: #c9c9c9;
}
table tr:nth-child(even) td{
  background: #fff;
}

/*##############################################################################*/
/*# HEADER                                                                     #*/
/*##############################################################################*/
header.head1{
  width: 780px;
  margin: 0 auto;
}

header.head1 .footer{
  width: 780px;
  margin: 50px 0 0 0;
  height: 44px;
  background: url('/img/attractions.png') no-repeat right top;
}

header.head2{
  height: 56px;
  position: relative;
}

header.head2 .heading{
  height: 56px;
  position: absolute;
  left: 50%;
  right: 0;
  margin-left: -390px;
  background: #76ac18 url('/img/durham_city_center.jpg') no-repeat 20px 6px;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
  padding-left: 30px;
}

/*##############################################################################*/
/*# FOOTER                                                                     #*/
/*##############################################################################*/
footer.wrapper{
  width: 780px;
  margin: 0 auto;
  position: relative;
}
footer.wrapper .footer1{
  width: 390px;
  height: 29px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

footer.wrapper .footer2{
  width: 390px;
  height: 61px;
  display: inline-block;
  position: absolute;
  top: 29px;
  left: 0;
  
}
footer.wrapper .footer2 a{
  display: inline-block;
  vertical-align: bottom;
  width: 306px;
  height: 61px;
  background: url('/img/win.png') no-repeat top left;
}
footer.wrapper .footer2 a:hover{
  background: url('/img/win_1.png') no-repeat top left;
}

footer.wrapper .footer3{
  width: 390px;
  height: 90px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 390px;
  background: url('/img/this_is_durham.png') no-repeat top right;
}
footer.wrapper .footer3 a{
  position: absolute;
  top: 53px;
  left: 135px;
  width: 115px;
  height: 25px;
}

footer.wrapper .footer4{
  width: 780px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 90px;
  left: 0;
  font-size: 10px;
  text-align: right;
  color: #9e9e9e;
}

footer.wrapper .footer5{
  width: 780px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 110px;
  left: 0;
  font-size: 10px;
  text-align: right;
  color: #9e9e9e;
  padding: 0 0 20px 0;
}

/*##############################################################################*/
/*# MENU HOVERS                                                                #*/
/*##############################################################################*/
header.head1 .menu{
  text-align: right;
  padding: 90px 0 0 0;
}
header.head1 .menu a{
  display: inline-block;
  vertical-align: bottom;
}
header.head1 .menu .home{
  margin: 0 10px 0 0;
  width: 55px;
  height: 19px;
  background: url('/img/menu_home.png');
}
header.head1 .menu .home:hover{
  background: url('/img/menu_home_1.png');
}

header.head1 .menu .attractions{
  margin: 0 10px;
  width: 101px;
  height: 19px;
  background: url('/img/menu_attractions.png');
}
header.head1 .menu .attractions:hover{
  background: url('/img/menu_attractions_1.png');
}

header.head1 .menu .map{
  margin: 0 10px;
  width: 43px;
  height: 19px;
  background: url('/img/menu_map.png');
}
header.head1 .menu .map:hover{
  background: url('/img/menu_map_1.png');
}

header.head1 .menu .gettingthere{
  margin: 0 0 0 10px;
  width: 124px;
  height: 19px;
  background: url('/img/menu_gettingthere.png');
}
header.head1 .menu .gettingthere:hover{
  background: url('/img/menu_gettingthere_1.png');
}

footer .menu{
  position: relative;
  height: 29px;
}
footer .menu .home{
  margin: 0 5px 0 0;
  width: 35px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 0;
  background: url('/img/footer_menu_home.png');
}
footer .menu .home:hover{
  background: url('/img/footer_menu_home_1.png');
}

footer .menu .attractions{
  margin: 0 5px;
  width: 64px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 40px;
  background: url('/img/footer_menu_attractions.png');
}
footer .menu .attractions:hover{
  background: url('/img/footer_menu_attractions_1.png');
}

footer .menu .map{
  margin: 0 5px;
  width: 27px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 114px;
  background: url('/img/footer_menu_map.png');
}
footer .menu .map:hover{
  background: url('/img/footer_menu_map_1.png');
}

footer .menu .gettingthere{
  margin: 0 0 0 5px;
  width: 78px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 151px;
  background: url('/img/footer_menu_gettingthere.png');
}
footer .menu .gettingthere:hover{
  background: url('/img/footer_menu_gettingthere_1.png');
}

/*##############################################################################*/
/*# BANNERS                                                                    #*/
/*##############################################################################*/
#banner1{
  margin: 10px 0 20px 0;
}
#banner1 .walks{
  position: relative;
  display: inline-block;
  margin: 0 24px 0 0;
  background: url('/img/walks.jpg') no-repeat;
  width: 378px;
  height: 229px;
}
#banner1 .walks a{
  display: inline-block;
  position: relative;
  top: 173px;
  left: 238px;
  vertical-align: bottom;
  width: 120px;
  height: 36px;
  background: url('/img/walks_button.jpg') no-repeat top left;
}
#banner1 .walks a:hover{
  background: url('/img/walks_button_1.jpg') no-repeat top left;
}

#banner1 .attractions_leaflet{
  position: relative;
  display: inline-block;
  background: url('/img/attractions_leaflet.jpg') no-repeat;
  width: 378px;
  height: 229px;
}
#banner1 .attractions_leaflet a{
  display: inline-block;
  position: relative;
  top: 173px;
  left: 238px;
  vertical-align: bottom;
  width: 120px;
  height: 36px;
  background: url('/img/attractions_leaflet_button.jpg') no-repeat top left;
}
#banner1 .attractions_leaflet a:hover{
  background: url('/img/attractions_leaflet_button_1.jpg') no-repeat top left;
}

#banner2{
  margin: 20px 0 20px 0;
}
#banner2 .win{
  background: url('/img/win_large.jpg') no-repeat;
  width: 780px;
  height: 264px;
}

/*##############################################################################*/
/*# HOME PAGE                                                                  #*/
/*##############################################################################*/
#home_wrapper .attraction_wrapper a{
  display: inline-block;
  vertical-align: bottom;
}
#home_wrapper .attraction_wrapper .line4_wrapper{
  display: inline-block;
  vertical-align: bottom;
}
.ie-lt8 #home_wrapper .attraction_wrapper .line4_wrapper{
  *display: inline;
  zoom: 1;
}
#home_wrapper .attraction01{
  margin: 0 3px 3px 0;
  width: 454px;
  height: 190px;
  background: url('/img/attraction01.jpg');
}
#home_wrapper .attraction01:hover{
  background: url('/img/attraction01_1.jpg');
}

#home_wrapper .attraction02{
  margin: 0 0 3px 3px;
  width: 320px;
  height: 190px;
  background: url('/img/attraction02.jpg');
}
#home_wrapper .attraction02:hover{
  background: url('/img/attraction02_1.jpg');
}

#home_wrapper .attraction03{
  margin: 3px 3px 3px 0;
  width: 256px;
  height: 210px;
  background: url('/img/attraction03.jpg');
}
#home_wrapper .attraction03:hover{
  background: url('/img/attraction03_1.jpg');
}

#home_wrapper .attraction04{
  margin: 3px 3px 3px 3px;
  width: 256px;
  height: 210px;
  background: url('/img/attraction04.jpg');
}
#home_wrapper .attraction04:hover{
  background: url('/img/attraction04_1.jpg');
}

#home_wrapper .attraction05{
  margin: 3px 0 3px 3px;
  width: 256px;
  height: 210px;
  background: url('/img/attraction05.jpg');
}
#home_wrapper .attraction05:hover{
  background: url('/img/attraction05_1.jpg');
}

#home_wrapper .attraction06{
  margin: 3px 3px 3px 0;
  width: 315px;
  height: 220px;
  background: url('/img/attraction06.jpg');
}
#home_wrapper .attraction06:hover{
  background: url('/img/attraction06_1.jpg');
}

#home_wrapper .attraction07{
  margin: 3px 3px 3px 3px;
  width: 153px;
  height: 126px;
  background: url('/img/attraction07.jpg');
}
#home_wrapper .attraction07:hover{
  background: url('/img/attraction07_1.jpg');
}

#home_wrapper .attraction08{
  margin: 3px 0 3px 3px;
  width: 300px;
  height: 126px;
  background: url('/img/attraction08.jpg');
}
#home_wrapper .attraction08:hover{
  background: url('/img/attraction08_1.jpg');
}

#home_wrapper .attraction09{
  margin: 3px 3px 3px 3px;
  width: 220px;
  height: 88px;
  background: url('/img/attraction09.jpg');
}
#home_wrapper .attraction09:hover{
  background: url('/img/attraction09_1.jpg');
}

#home_wrapper .attraction10{
  margin: 3px 0 3px 3px;
  width: 233px;
  height: 88px;
  background: url('/img/attraction10.jpg');
}
#home_wrapper .attraction10:hover{
  background: url('/img/attraction10_1.jpg');
}

#home_wrapper .attraction11{
  margin: 3px 3px 0 0;
  width: 191px;
  height: 155px;
  background: url('/img/attraction11.jpg');
}
#home_wrapper .attraction11:hover{
  background: url('/img/attraction11_1.jpg');
}

#home_wrapper .attraction12{
  margin: 3px 3px 0 3px;
  width: 190px;
  height: 155px;
  background: url('/img/attraction12.jpg');
}
#home_wrapper .attraction12:hover{
  background: url('/img/attraction12_1.jpg');
}

#home_wrapper .attraction13{
  margin: 3px 3px 0 3px;
  width: 190px;
  height: 155px;
  background: url('/img/attraction13.jpg');
}
#home_wrapper .attraction13:hover{
  background: url('/img/attraction13_1.jpg');
}

#home_wrapper .attraction14{
  margin: 3px 0 0 3px;
  width: 191px;
  height: 155px;
  background: url('/img/attraction14.jpg');
}
#home_wrapper .attraction14:hover{
  background: url('/img/attraction14_1.jpg');
}

/*##############################################################################*/
/*# ATTRACTIONS PAGE                                                           #*/
/*##############################################################################*/
#attractions_wrapper .attraction a:link { color: #006400; }
#attractions_wrapper .attraction a:visited { color: #006400; }
#attractions_wrapper .attraction a:hover { color: #006400; }
#attractions_wrapper .attraction a:active { color: #006400; }

#attractions_wrapper .attraction{
  position: relative;
  height: 510px;
  padding-bottom: 20px;
}
#attractions_wrapper .attraction .info{
  background: #dbdbdb;
  margin-left: 300px;
  padding: 10px;
}
#attractions_wrapper .attraction .info h1{
  font-size: 21px;
  color: #961713;
  border-bottom: 2px solid;
}
#attractions_wrapper .attraction .info h2{
  font-size: 15px;
  margin: 10px 0 10px 0;
}
#attractions_wrapper .attraction .info p{
  font-size: 13px;
  margin-bottom: 10px;
}
#attractions_wrapper .attraction .details{
  background: #b6b6b6;
  margin: 6px 0 0 300px;
  padding: 10px;
}
#attractions_wrapper .attraction .details p{
  font-size: 11px;
  line-height: 16.5px;
}
#attractions_wrapper .attraction .details p .label{
  font-weight: bold;
}
#attractions_wrapper .attraction .button{
  position: absolute;
  bottom: 30px;
  right: 10px;
  display: inline-block;
  vertical-align: bottom;
  width: 100px;
  height: 32px;
  background: url('/img/button.png') no-repeat top left;
}

#attractions_wrapper .attraction01{ background: url('/img/attr01.jpg') no-repeat; }
#attractions_wrapper .attraction01 .info{ height: 334px; }
#attractions_wrapper .attraction01 .details{ height: 130px; } /* 7 */

#attractions_wrapper .attraction02{ background: url('/img/attr02.jpg') no-repeat; }
#attractions_wrapper .attraction02 .info{ height: 317px; }
#attractions_wrapper .attraction02 .details{ height: 147px; } /* 8 */

#attractions_wrapper .attraction03{ background: url('/img/attr03.jpg') no-repeat; }
#attractions_wrapper .attraction03 .info{ height: 334px; }
#attractions_wrapper .attraction03 .details{ height: 130px; } /* 7 */

#attractions_wrapper .attraction04{ background: url('/img/attr04.jpg') no-repeat; }
#attractions_wrapper .attraction04 .info{ height: 350px; }
#attractions_wrapper .attraction04 .details{ height: 114px; } /* 6 */

#attractions_wrapper .attraction05{ background: url('/img/attr05.jpg') no-repeat; }
#attractions_wrapper .attraction05 .info{ height: 350px; }
#attractions_wrapper .attraction05 .details{ height: 114px; } /* 6 */

#attractions_wrapper .attraction06{ background: url('/img/attr06.jpg') no-repeat; }
#attractions_wrapper .attraction06 .info{ height: 367px; }
#attractions_wrapper .attraction06 .details{ height: 97px; } /* 5 */

#attractions_wrapper .attraction07{ background: url('/img/attr07.jpg') no-repeat; }
#attractions_wrapper .attraction07 .info{ height: 350px; }
#attractions_wrapper .attraction07 .details{ height: 114px; } /* 6 */

#attractions_wrapper .attraction08{ background: url('/img/attr08.jpg') no-repeat; }
#attractions_wrapper .attraction08 .info{ height: 367px; }
#attractions_wrapper .attraction08 .details{ height: 97px; } /* 5 */

#attractions_wrapper .attraction09{ background: url('/img/attr09.jpg') no-repeat; }
#attractions_wrapper .attraction09 .info{ height: 399px; }
#attractions_wrapper .attraction09 .details{ height: 65px; } /* 3 */

#attractions_wrapper .attraction11{ background: url('/img/attr11.jpg') no-repeat; }
#attractions_wrapper .attraction11 .info{ height: 317px; }
#attractions_wrapper .attraction11 .details{ height: 147px; } /* 8 */
  
#attractions_wrapper .attraction12{ background: url('/img/attr12.jpg') no-repeat; }
#attractions_wrapper .attraction12 .info{ height: 383px; }
#attractions_wrapper .attraction12 .details{ height: 81px; } /* 4 */

#attractions_wrapper .attraction13{ background: url('/img/attr13.jpg') no-repeat; }
#attractions_wrapper .attraction13 .info{ height: 284px; }
#attractions_wrapper .attraction13 .details{ height: 180px; } /* 10 */

#attractions_wrapper .attraction14{ background: url('/img/attr14.jpg') no-repeat; }
#attractions_wrapper .attraction14 .info{ height: 399px; }
#attractions_wrapper .attraction14 .details{ height: 65px; } /* 3 */

#attractions_wrapper .attraction15{ height: 100px; }
#attractions_wrapper .attraction15 .info{ margin-left: 0px; height: 80px; }

#attractions_wrapper .attraction16{ height: 220px; }
#attractions_wrapper .attraction16 .info{ margin-left: 0px; height: 200px; }

/*##############################################################################*/
/*# MAP PAGE                                                                   #*/
/*##############################################################################*/
#map_wrapper .header1{
  height: 80px;
  background: #c40f3a url('/img/this_is_durham_large.jpg') no-repeat 20px center;
}
#map_wrapper .map{
  background: url('/img/map.jpg') no-repeat;
}
#map_wrapper .map .key{
  margin-left: 454px;
  background: #c9c9c9;
  padding-top: 10px;
  height: 367px;
}
#map_wrapper .map .key .header1{
  background: #76ac18;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  padding-left: 10px;
}
#map_wrapper .map .key .header2,
#map_wrapper .map .key .header3,
#map_wrapper .map .key .header4{
  color: #af0524;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  margin-top: 10px;
  padding-left: 10px;
}
#map_wrapper .map .key .attraction{
  padding-left: 30px;
  font-size: 10px;
  line-height: 14px;
  height: 14px;
}

#map_wrapper .map .key .attraction01{ background: url('/img/01.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction02{ background: url('/img/02.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction03{ background: url('/img/03.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction04{ background: url('/img/04.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction05{ background: url('/img/05.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction06{ background: url('/img/06.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction07{ background: url('/img/07.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction08{ background: url('/img/08.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction09{ background: url('/img/09.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction10{ background: url('/img/10.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction11{ background: url('/img/11.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction12{ background: url('/img/12.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction13{ background: url('/img/13.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction14{ background: url('/img/14.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction15{ background: url('/img/15.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction16{ background: url('/img/16.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction17{ background: url('/img/17.jpg') no-repeat 10px center; }
#map_wrapper .map .key .attraction18{ background: url('/img/18.jpg') no-repeat 10px center; }

#map_wrapper .map .toilets{
  margin-left: 454px;
  background: #c9c9c9;
  padding-top: 10px;
  height: 538px;
}
#map_wrapper .map .toilets .header1{
  background: #76ac18;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  padding-left: 10px;
}
#map_wrapper .map .toilets table{
  margin: 10px;
  text-align: center;
  font-size: 10px;
}
#map_wrapper .map .toilets table tr td{
  padding: 3px 1px 3px 1px;
}

#map_wrapper .map .toilets table tr td:first-child{
  text-align: left;
}
#map_wrapper .map .toilets table .col1{
  
}
#map_wrapper .map .toilets table .col2{
  width: 145px;
}
#map_wrapper .map .toilets table .col3{
  width: 25px;
}
#map_wrapper .map .toilets table .col4{
  width: 25px;
}

/*##############################################################################*/
/*# GETTING THERE                                                              #*/
/*##############################################################################*/
#getting-there_wrapper .getting-there{
  background: url('/img/getting_there.jpg') no-repeat;
  height: 722px;
}

#getting-there_wrapper .getting-there .info{
  background: #dbdbdb;
  margin-left: 275px;
}
#getting-there_wrapper .getting-there .info div{
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  background: #a21a1a;
  color: #fff;
  padding-left: 10px;
}
#getting-there_wrapper .getting-there .info p{
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px;
}
#getting-there_wrapper .getting-there .info p .bold{
  font-weight: bold;
}

#getting-there_wrapper .getting-there .details{
  background: #b6b6b6;
  margin: 6px 0 0 275px;
}
#getting-there_wrapper .getting-there .details p{
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px 20px 6px 6px;
}
#getting-there_wrapper .getting-there .details p .bold{
  font-weight: bold;
}