/************ HTML ELEMENTS ************/
.Hand {cursor:pointer}
body {
  font-family: Verdana;
  font-size: 12px;
  background-color: #666666;
}
html {
        overflow-y: scroll;
}
/************ STRUCTURE ************/

#container {
  margin: auto;
  width: 900px;
}

#header {
  height: 180px;
  background-image: url(../images/header.jpg);
  background-position: top right;
  background-color: #000000;
  background-repeat: no-repeat;
}

#navigation {
  padding: 0 5px 0 0;
  font-size: 14px;
  text-align: right;
 text-transform: lowercase; 
  background-image: url(../images/nav_gradient.gif);
  background-color: #999999;
  background-repeat: repeat-y;
  border: 1px solid #B2B2B2;
}

.goodenough  a{
	color: #CE5600 !important; 
	text-transform: none; 
}
#content {
  width: 760px;
  overflow: hidden;
  padding: 30px 70px 25px 70px;
  background-image: url(../images/background.gif);
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#content_ie6 {
  width: 900px;
  overflow: hidden;
  padding: 30px 0 25px 0;
  background-image: url(../images/background.gif);
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#footer {
  padding: 12px 0 12px 0;
  font-size: 11px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  clear: both;
}

/************ HEADER ************/

#header h1 {
  margin: 0 0 0 20px;
  width: 301px;
  height: 180px;
  display: block;
  text-indent: -2000px;
  background-image: url(../images/logo.gif);
}

/************ Navigation ************/

#navigation ul {
  padding: 11px 0 12px 0px;
}

#navigation li {
  padding: 10px 10px 10px 10px;
  display: inline;
  list-style-image: none;
}

#navigation li a {
  color: #000000;
  text-decoration: none;
}

#navigation li.selected {
  background-color: #D7D8D8;
  border-left: solid 1px #C4C5C5;
  border-right: solid 1px #C4C5C5;
}

#navigation li.selected a {
  color: #ffffff;
}

/************ CONTENT ************/

.bold {
  font-weight: bold;
}

#welcome_header {
  margin: 0 0 30px 0;
  width: 216px;
  height: 51px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/welcome_header.gif");
}

#aboutus_header {
  margin: 0 0 30px 0;
  width: 250px;
  height: 54px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/aboutus_header.gif");
}

#downloads_header {
  margin: 0 0 30px 0;
  width: 265px;
  height: 51px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/downloads_header.gif");
}

#getintouch_header {
  margin: 0 0 30px 0;
  width: 317px;
  height: 74px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/getintouch_header.gif");
}

#links_header {
  margin: 0 0 30px 0;
  width: 146px;
  height: 51px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/links_header.gif");
}

#chefscorner_header {
  margin:0;
  width: 338px;
  height: 81px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/ChefsCorner.gif");
}

#ssf_text {
  margin: 25px 0 0 410px;
  width: 350px;
  height: 49px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/ssf_text.gif");
}

#htfu_text {
  margin: 25px 0 0 436px;
  width: 324px;
  height: 49px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/htfu_text.gif");
}

#lml_text {
  margin: 25px 0 0 260px;
  width: 488px;
  height: 49px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/lml_text.gif");
}

#chefscorner_text {
  margin: 25px 0 0 220px;
  width: 560px;
  height: 50px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/chefscorner_text.gif");
}

#content p, #content_ie6 p {
  margin: 0 0 15px 0;
  line-height: 1.8;
}

#content a, #content_ie6 a {
  color: #086CB4;
  font-weight: bold;
  text-decoration: none;
}

#content h2, #content_ie6 h2 {
  font-size: 12px;
  font-weight: bold;
  color: #086CB4;
}

#content hr, #content_ie6 hr {
  margin-bottom: 10px;
  height: 1px;
  background-color: #086CB4;
  border: 0;
}

#content li, #content_ie6 li {
  padding: 0 0 27px 85px;
  list-style-type: none;
  line-height: 1.8;
}

#byroad {
  background-image: url(../images/byroad_btn.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#bytrain {
  background-image: url(../images/bytrain_btn.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#byair {
  background-image: url(../images/byair_btn.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

#postcard-container {
  float: left;
  padding: 35px 20px 20px 20px;
  margin-left: 30px;
  width: 485px;
  height: 320px;
  overflow: hidden;
  background-image: url(../images/postcard_background.gif);
  background-color: #DBDCDE;
  background-repeat: no-repeat;
  display: inline;
}

#memories_header {
  margin: 0 0 0 0;
  width: 334px;
  height: 36px;
  overflow: hidden;
  display: block;
  text-indent: -5000px;
  background-image: url("../images/memories_header.gif");
}

.postcard_caption {
  margin-top: -10px;
  font-size: 11px;
}

#postcard-image {
  margin-bottom: 7px;
}

#sidebar-container {
  float: right;
  padding: 20px;
  margin-right: 30px;
  width: 256px;
  height: 335px;
  background-image: url(../images/sidebar_background.gif);
  background-color: #DBDCDE;
  background-repeat: no-repeat;
  display: inline;
}

#postcard-left {
  float: left;
  padding: 30px 20px 10px 0;
  margin: 29px 0 0 0;
  height: 194px;
  text-align: right;
  border-right: solid 1px #B2B1B6;
}

#postcard-right {
  float: right;
  margin: 60px 0 0 0;
  width: 175px;
  text-align: left;
}

.small_txt {
  text-align: right;
  font-size: 11px;
}

.quote {
  text-align: center;
  font-style: italic;
}

.gallery-instructions {
  font-style: italic;
}

#gallery-image {
  height: 192px;
  width: 254px;
  overflow: hidden;
  border: solid 1px #B2B1B6;
}

#gallery-navigation {
  padding: 7px 0 7px 0;
  text-align: right;
}

#gallery-thumbs {
  border-top: solid 1px #B2B1B6;
  border-left: solid 1px #B2B1B6;
  border-bottom: solid 1px #B2B1B6;
  overflow: hidden;
}

.arrow-border {
  border-right: solid 1px #B2B1B6;
}

.thumbnail {
  border-right: solid 1px #B2B1B6;
	cursor:pointer;
}

/************ FOOTER ************/

#footer p {
  display: inline;
}

#footer ul {
  margin-left: 6px;
  display: inline;
}

#footer li {
  padding: 0 3px 0 11px;
  display: inline;
  background-image: url(../images/dot.gif);
  background-repeat: no-repeat;
  background-position: 0% 60%;
}

#footer a {
  color: #91D4F2;
  text-decoration: none;
}
