html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(img/back1.gif) repeat-x top left #CEDEDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	color: #7A716A;
}

h1 {
	margin: 0.5em 0;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin: 0.8em 0 0.5em 0;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {	
	margin: 1em 0 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;

}

h4 {
}

strong {
	color: #5D777D;
	font-weight: normal;
}

a:link,
a:visited {
	text-decoration: none;
	color: #7A716A;
}

a:hover,
a:active {
	text-decoration: underline;
}

img {
	border: none;
}



#container {
	position: relative;
	width: 700px;
	margin: 110px auto 0 auto;
	border: 1px solid #BCAA8D;
	text-align: left;
}

#header {
	height: 278px;
	/*background: url(img/header.jpg) no-repeat bottom left #725A32;*/

}

#header h1 {
	float: right;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 180px;
	height: 100px;
	margin: 20px 20px 0 0;
	background: url(GraftonHoose/img/logo.gif) no-repeat bottom left;
	text-indent: -1000px;
	overflow: hidden;
}

#header h2 {
	position: absolute;
	top: -35px;
	left: 0;
	width: 200px;
	height: 25px;
	margin: 0;
	background: url(img/forty.gif) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}

#header h3.phone {
	position: absolute;
	top: -70px;
	right: 0;
	width: 200px;
	height: 25px;
	background: url(img/phone1.gif) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}

#header h3.email {
	position: absolute;
	top: -45px;
	right: 0;
	background: url(img/email1.gif) no-repeat top left;
}

#header h3.email a {
	display: block;
	width: 200px;
	height: 28px;
	text-indent: -1000px;
	overflow: hidden;
}

#main {
	background: url(img/back2.gif) repeat-y top left;
}

#content {
	float: left;
	width: 425px;
	padding: 20px;
	line-height: 1.4em;
}

#content a:link {
	text-decoration: underline;
	}
	
#content a:visited {
	text-decoration: underline;
	}	

.img-border {
	padding: 3px;
	border: 1px solid #5D777D;
	margin-right: 12px;
	}
	
ul#menu {
	background-color: #5D777D;
	margin: 0;
	padding: 4px 20px 7px 20px;
	list-style: none;
	font-weight: bold;
	text-transform: lowercase;
}

ul#menu li {
	display: inline;
	margin: 0 16px 0 0;
	padding: 0;
}

ul#menu a:link,
ul#menu a:visited,
ul#menu a:hover,
ul#menu a:active {
	color: white;
}


ul#right-menu {
	float: right;
	width: 160px;
	margin: 10px 0 0 0;
	padding: 10px 20px 160px 0;
	color: white;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	list-style: none;
}

ul#right-menu li {
	margin: 10px 0;
	padding: 0;
}

ul#right-menu a:link,
ul#right-menu a:visited,
ul#right-menu a:hover,
ul#right-menu a:active {
	color: white;
}

#footer {
	padding: 20px 0 0 0;
	background-color: #725A32;
}

#footer .phone {
	width: 200px;
	height: 25px;
	background: url(img/phone2.gif) no-repeat top left;
	text-indent: -1000px;
	overflow: hidden;
}

#footer .email {
	background: url(img/email2.gif) no-repeat top left;
}

#footer .email a {
	display: block;
	width: 200px;
	height: 28px;
	text-indent: -1000px;
	overflow: hidden;
}

#bottom-menu {
	position: absolute;
	bottom: 80px;
	right: 18px;
	width: 175px;
	margin: 0;
	padding: 185px 0 0 0;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
}

ul#bottom-menu li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

#bottom-menu img {
  border: 1px solid #AB8C60;
}

/*#bottom-menu-dining {
	position: absolute;
	bottom: 80px;
	right: 18px;
	width: 175px;
	margin: 0;
	padding: 185px 0 0 0;
	background: url(img/bottom-images/dining.jpg) no-repeat top left;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
}

ul#bottom-menu-dining li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}

#bottom-menu-cathedral {
	position: absolute;
	bottom: 80px;
	right: 18px;
	width: 175px;
	margin: 0;
	padding: 185px 0 0 0;
	background: url(img/main-images/cathedral-suite.jpg) no-repeat top left;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: lowercase;
}

ul#bottom-menu-cathedral li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}*/

ul#bottom-menu a:link,
ul#bottom-menu a:visited,
ul#bottom-menu a:hover,
ul#bottom-menu a:active {
	color: white;
}



.clear {
	clear: both;
}

.duckegg-text {
	color: #CEDEDE;
}

.duckegg-text-bold {
	color: #CEDEDE;
	font-weight: bold;
	font-size: 110%;
}

#footer-links {
  background-color: #5e777e;
  text-align:right;
  padding: 10px 0 20px 0;
}

#footer-links ul {
  list-style-type: none;
  margin: 0;
  padding:5px 30px 0 0;
}
#footer-links ul li {
  display: inline;
  padding: 4px 5px;
  margin-left: 16px;
}
#footer-links a:link {
  color:white;
}
#footer-links a:visited {
  color:white;
}

/*
 * CSS for the Gallery
 *
 */

.pics {  
    height:  278px;  
    width:   700px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0;  
    border:  0; 
    background-color: #000;  
    width:  700px; 
    height: 278px;
    position: absolute;
    top:  0; 
    left: 0 
}
	
.bedroom {
	width: 112px;
	float: left;
	margin: 5px 7px;
	padding: 6px;
	}
	
.bedroom h1 {
	font-size: 100%;
	color:#330000;
	text-align: center;
	padding: 0;
	margin: 0;
	}	
	
.bedroom img {
	margin: 5px 0 0 0;
	border-top: 3px solid #56504B;
	border-right: 7px solid #56504B;
	border-bottom: 3px solid #56504B;
	border-left: 7px solid #56504B;
	}
	
.bedroom li {
	padding: 0;
	margin: 0;
	list-style:outside;
	font-size: 80%;
	}		
	
form p {
	clear: left;
	margin: 0;
	padding: 3px 0;
	}
	
form p label {
	float: left;
	width: 160px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	}	
	
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
	}	
	
form.contact-form fieldset {
  margin-bottom: 10px;
}

form.contact-form legend {
  padding: 0 2px;
  font-weight: bold;
  color: #666;
  font-size: 200%;
}	

.floatright {
	float: right;
	}
	
.floatleft {
	float: left;
	margin-right: 1em;
	}	
	
img.heading p {
	border: none;
	}	
	
