
/* styles for Spring Cottage - this is a comment */

body {
  	color: black;
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: center;
}

body.logo {
  	/*background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: left top;
  	background-image: url(images/backgd.gif);*/
}

div.top {
	top: 0px;
	left: 0px;
	width: 780px;
}

div.body {
	text-align: center;
  	/*border-right: 2px #7FA854 solid;*/
}

div.menu {
  	position: absolute;
  	top: 90px;
  	left: 30px;
}

div.title {
  	position: absolute;
  	top: 150px;
  	left: 20px;
  	visibility: hidden;
}	

div.text {
  	position: absolute;
  	top: 170px;
  	left: 20px;
  	width: 380px;
  	height: 500px;
}

div.images {
  	position: absolute;
  	left: 450px;
  	top: 170px;
  	width: 250px;
  	font-family: "Times New Roman", Times, serif;
  	font-size: 9pt;
  	text-align: center;
}

div.contact {
  	position: absolute;
  	top: 475px;
  	left: 420px;
  	font-family: "Times New Roman", Times, serif;
  	font-size: 10pt;
  	text-align: left;
}

div.fullwidth {
  	position: absolute;
  	top: 170px;
  	left: 20px;
  	width: 760px;
	font-size: 12pt;
	text-align: center;
}

div.hidden {
	visibility: hidden;
}

H2 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 18pt;
  	text-align: center;
	margin-top: 8px;
}

H3 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 14pt;
  	text-align: center;
	margin-bottom: 8px;
}

H4 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: left;
  	margin-top: 0px;
}

H5 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12pt;
  	text-align: center;
  	text-decoration: underline;
}

h6 {
  	font-family: "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: center;
}

P {
  	font-family: "Times New Roman", "Times", "serif";
  	font-size: 12pt;
  	text-align: left;
} 

LI {
  	font-family: "Times New Roman", "Times", "serif";
  	font-size: 12pt;
} 

table {
	width: 100%;
	text-align: center
}

table.main  {
  	width: 780px;
  	background-color: transparent;
  	margin: auto;
	text-align: center;
	margin-top: 0px;
}

td {
  	font-size: 11pt;
  	margin-top: 0px;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	padding-top: 0px;
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 0px;
}

td.form {
  	height: 40px;
  	border-top: 1px black solid;
  	border-right: 1px black solid;
  	border-bottom: 1px black solid;
  	border-left: 1px black solid;
}

td.formw {
  	height: 40px;
  	background-color: white;
  	border-top: 1px black solid;
  	border-right: 1px black solid;
  	border-bottom: 1px black solid;
  	border-left: 1px black solid;
}

	
td.menu {
  	background-color: #89C066;
  	text-align: center;
  	border-right: 1px #2D6523 solid;
  	border-left: 1px #2D6523 solid;
  	border-top: 1px #2D6523 solid;
  	border-bottom: 1px #2D6523 solid;
}

.white {
  	background-color: white;
}

a:link {
  	color: #114411;
  	background-color: transparent;
  	text-decoration: none;
}

a:active {
  	color: #114411;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #227722;
  	background-color: transparent;
  	text-decoration: none;
}

a:hover {
  	color: #336611;
  	background-color: transparent;
  	text-decoration: underline;
}

.center {
  	text-align: center;
}

.left {
	text-align: left;
}

img.edged {
  	border-top: 1px #2D6523 solid;
  	border-right: 1px #2D6523 solid;
  	border-bottom: 1px #2D6523 solid;
  	border-left: 1px #2D6523 solid;
	margin-left: 2px;
	margin-right: 5px;
}
