/*
Main Window Boarder - 968172
Text Window Boarder - 836b5c
Text Header Boarder - 523420

Fonts - Georgia / Times etc 
H1 - 20px
Body Copy - 13px [line-height 1.4em]
*/

ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }


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

a:hover
{

}

a img, img {
  border: none;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, serif;
  font-size: 12px;
  line-height: 1.4em;
  background: #403637;
  
}

p {
  margin: 10px 0;
}

body
{
  padding: 20px;
}

.float-fix {
  clear: both;
  height: 1px;
}

h1 {
  font-size: 20px;
  line-height: 2em;
  margin: 5px 0;
}

#wrapper {
  margin: auto;
  width: 758px;
	background-color: #fff;
}

#header {
  float: left;
  padding-bottom: 6px; 
}

#header-image {
	padding-left: 7px;
}

#logo {
	text-align: center;
}

#logo a {
  margin: auto;
  width: 423px;
  height: 135px;
  display: block;
  background: url(../images/HCR-Logo.jpg) no-repeat;
}

#logo span {
  display: none;
}

#nav {
  padding: 7px;
	margin-bottom: 7px;
}

.nav-pad {
	padding-right: 11px;
}

#nav a {
  display: block;
  float: left;
  height: 42px;
}

#nav a span {
  display: none;
}

#nav-home {
  background: url(../images/nav/Home-Up.jpg) no-repeat; 
  width: 140px;
}
#nav-photo-gallery {
  background: url(../images/nav/Photo-Gallery-Up.jpg) no-repeat; 
  width: 140px;
}
#nav-map {
  background: url(../images/nav/Map-Up.jpg) no-repeat; 
  width: 140px;
}
#nav-tarrifs {
  background: url(../images/nav/Rates-Up.jpg) no-repeat; 
  width: 140px;
}
#nav-contact-us {
  background: url(../images/nav/Contact-Up.jpg) no-repeat; 
  width: 140px;
}

#nav-home:hover {
  background: url(../images/nav/Home-Down.jpg) no-repeat; 
}
#nav-photo-gallery:hover {
  background: url(../images/nav/Photo-Gallery-Down.jpg) no-repeat; 
}
#nav-map:hover {
  background: url(../images/nav/Map-Down.jpg) no-repeat; 
}
#nav-tarrifs:hover {
  background: url(../images/nav/Rates-Down.jpg) no-repeat; 
}
#nav-contact-us:hover {
  background: url(../images/nav/Contact-Down.jpg) no-repeat; 
}

#hidden-home {
  background: url(../images/nav/Home-Down.jpg) no-repeat -1000px -1000px; 
  width: 1px;
  height: 1px;
}
#hidden-photo-gallery {
  background: url(../images/nav/Photo-Gallery-Down.jpg) no-repeat -1000px -1000px; 
  width: 1px;
  height: 1px;
}
#hidden-map {
  background: url(../images/nav/Map-Down.jpg) no-repeat -1000px -1000px; 
  width: 1px;
  height: 1px;
}
#hidden-tarrifs {
  background: url(../images/nav/Rates-Down.jpg) no-repeat -1000px -1000px; 
  width: 1px;
  height: 1px;
}
#hidden-contact-us {
  background: url(../images/nav/Contact-Down.jpg) no-repeat -1000px -1000px; 
  width: 1px;
  height: 1px;
}

#content {
  clear: both;
  padding: 7px;
  margin: 7px;
  position: relative;
  background-color: #BED8CE;
}

#footer {
  text-align: center;
  padding: 10px;
}

#content .body-text {
}

#content .left-col h1 {
  margin-left: -8px;
  padding: 0 8px;
}

#content .right-col {
  margin: 0;
  padding-left: 30px;
	float: left;
	width: 263px;
	height: 1%;
}

#content .right-col img {
  margin-bottom: 25px;
}

.photos {
	padding: 0 7px 7px 7px;
	clear: both;
}
.photos .left {
	margin-right: 6px;
}

.photos .top {
	margin-bottom: 6px;
}

img.gallery {
  margin: 10px;
}

.form-row {
  padding: 5px;
}

label {
  float: left;
  text-align: right;
  width: 200px;
  margin-right: 10px;
}