/*------------------------------
Stylesheet for Allen Cottage
------------------------------*/

body{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	line-height:1.5;
}
address{
	font-size:70%;
	color:#54505F;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
}
a:link,  a:visited{
	color:#54505F;
	text-decoration:none;
	font-weight:bold;
}
table{
	width:100%;
	margin-top:20px;
}
td{
	padding:5px;
	border:1px solid #ccc;
}
tr.odd{
	background:#F0F0E7;
}
#address{
	float:right;
	text-align:right;
}
#leftBlock{
	float:left;
	width:350px;
}
#nelsons{
	float:left;
	width:350px;
	text-indent:-9999px;
	background:url(images/quote.jpg) no-repeat;
	height:158px;
	margin:0;
	padding:0;
}
#rightBlock{
	float:right;
	width:350px;
	padding:20px 50px 0 0;
	font-size:80%;
	line-height:1.7;
}
#rightBlock img, #leftBlock img, #page img{
	border:3px solid #E7E6DC;
}
#contact{
	float:left;
	text-align:left;
	line-height:1.9;
}
	
#container{
	width:785px;
	margin:120px auto;
	text-align:left;
	overflow:hidden;
}
#top{
	background:transparent url(images/top.png) no-repeat top;
}
#body{
	background:transparent url(images/body.png) repeat-y;
	padding:0 0 0 25px;
	float:left;
	width:785px;
}
#footer{
	clear:both;
	width:785px;
	background:url(images/base.png) no-repeat bottom;
}
fieldset{
	border:0;
}
#forms label, input, textarea, select {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 5px;
}
#forms{
	background:#F0F0E7;
	border:1px solid #ccc;
	padding:5px;
	margin:10px 0;
}
#forms label {
	text-align: right;
	width: 50px;
	padding-right: 20px;
	color:#555;
}
#forms br {
	clear: left;
}
#logo{
	background:url(images/logo.gif);
	width:240px;
	height:70px;
	text-indent:-9999px;
	margin:0 0 20px 0;
}
#logo a{
	display:block;
	width:240px;
	height:70px;
}
#nav{
	float:left;
	font-family:"Times New Roman", Times, serif;
	width:350px;
	padding:30px 0 20px 0;
	margin:0;
	font-size:80%;
	border-top:1px solid #ccc;
}
#nav li{
	list-style:none;
	border-bottom:1px solid #ccc;
}
#nav a:link, #nav a:visited{
	display:block;
	width:344px;
	padding:2px 3px;
}
#nav a:hover{
	background:#F0F0E7;
}
#active a{
	background:#E7E6DC !important;
}
#page{
	position:absolute;
	width:510px;
	background:transparent url(images/pageTop.png) no-repeat top;
	margin:-40px 0 0 265px;
	padding-bottom:20px;
	z-index:2;
}
#page a:link, #page a:visited{
	color:#633;
	font-weight:bold;
}
#page a:hover{
	color:#966;
}
#pageContent{
	background:url(images/pageBody.png) repeat-y;
	padding:10px 30px 20px 30px;
	font-size:80%;
	line-height:1.7;
}
#pageFoot{
	background:url(images/pageFoot.png) no-repeat bottom;
	clear:both;
}
#page h3{
	font-family:"Times New Roman", Times, serif;
	color:#54505F;
	margin:15px 0 0 0;
	padding:0;
	border-bottom:1px solid #ccc;
}
#page p{
	margin:5px 0 10px 0;
}
.ImageHeading{
	text-indent:-9999px;
	border-bottom:1px solid #ccc;
}
#imagegallery{
	float:left;
	margin:0;
	padding:0;
}
#imagegallery li{
	list-style:none;
}
#imagegallery a:hover img{
	border:3px solid #54505F;
}
#placeholder{
	float:right;
}
#desc{
	float:right;
	width:360px;
	padding:5px;
	border:3px solid #E7E6DC;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
/* Individual page styles */

#home{
	background:#E7E6DC url(images/bgHome.jpg) no-repeat top center;
}
#home #container{
	margin-top:60px;
}
#cottage{
	background:#E7E6DC url(images/bgCottage.jpg) no-repeat top center;
}
#cottage .ImageHeading{
	background:url(images/thecottage.gif) no-repeat top left;
}
#gallery{
	background:#E7E6DC url(images/bgTerms.jpg) no-repeat top center;
}
#gallery .ImageHeading{
	background:url(images/gallery.gif) no-repeat top left;
}
#localarea{
	background:#E7E6DC url(images/bgLocal.jpg) no-repeat top center;
}
#localarea .ImageHeading{
	background:url(images/thelocalarea.gif) no-repeat top left;
}
#prices{
	background:#E7E6DC url(images/bgPrices.jpg) no-repeat top center;
}
#prices .ImageHeading{
	background:url(images/prices.gif) no-repeat top left;
}
#terms{
	background:#E7E6DC url(images/bgTerms.jpg) no-repeat top center;
}
#terms .ImageHeading{
	background:url(images/terms.gif) no-repeat top left;
}
#links{
	background:#E7E6DC url(images/bgLinks.jpg) no-repeat top center;
}
#links .ImageHeading{
	background:url(images/links.gif) no-repeat top left;
}
#contactus{
	background:#E7E6DC url(images/bgHome.jpg) no-repeat top center;
}
#contactus #container{
	margin-top:60px;
}
#contactus .ImageHeading{
	background:url(images/contact.gif) no-repeat top left;
	border:0;
}