/*
* { margin:0; padding:0; }
*/

body {
	font-family: Georgia;
	font-size: 8pt;
	color: #4A2A08;
	margin:0; padding:0;
}

img {
	border: none;
	margin:0; padding:0;
}

img.head {
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	padding-bottom: 10px;
	margin:0;
}


p { margin: 1em 0; padding: 0; }

/* ul, li {margin:0; padding:0; background:red;}*/

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

a:hover {
	color: #4A2A08;
	text-decoration: underline;
}

input, textarea, select {
	border: solid 1px #543019;
	font-family: Arial;
	font-size: 10pt;
	color: #543019;
	padding: 2px;
}


#wrapper {
	position: relative;
	width: 980px;
	margin: 20px auto;
	border: solid 2px #543019;
}

#topcorner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#speckles {
	position: absolute;
	top: 171px;
	left: 89px;
}

#bottomcorner {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#cornerlogo {
	position: absolute;
	top: 27px;
	right: 10px;
/*
	top: 27px;
	right: 51px;
*/
}

#minheight {
	float: right;
	width: 1px;
	height: 800px;
}

/*
ul#menu, ul#menu li {
	margin:0;
	padding:0;
}
*/

#menu {
	position: absolute;
	left: 21px;
	top: 146px;
	list-style-type: none;
	z-index: 100;
	margin: 0;
	padding: 0;

}
#menu li {
	padding-right: 10px;
	padding-bottom: 10px;
}

#player {
	display:none;
	position: absolute;
	right: 5px;
	top: 5px;
}

#hours {
/* marydale */
	position: absolute;
	top: 4px;
/*	left: 358px;*/
	right: 0px;
	width: 437px;
	font-size: 10px;
}

#content {
	position: relative;
	/* margin: 190px 55px 70px 295px; */
	font-size: 10pt;
/*	margin: 180px 30px 100px 225px;*/
	margin: 180px auto 100px 180px;
	width: 700px;
}


/* not used?
for text layouts that need a right margin */
#container {
	margin-right: 55px;
}

/* Contact page */
#heading {
/*	position: relative; */
	font-size: 8pt;
}
#address {
/*	position: relative; */
	padding-top: 9px;
	line-height: 11pt;
}

#businessoffice {
	padding-left: 14px;
}

/* End of Contact Page */

#bottom {
	width: 800px;
	margin: 20px auto;
	font-family: Georgia;
	font-size: 8pt;
	text-align: center;
}
.clear { clear: both; }

.green {
	color: #7BB219;
	/* or is it
	color: #63ac1e;
	*/
}

em.lc, .lc{
	color: #63ac1e;
	font-style: italics;
	font-weight: bold;
}

table.contact { }

table.contact td { }


div.contact {
	padding-right: 40px;
	padding-bottom: 15px;
	margin:0;
}

div.contact h3.name {
	color: #63ac1e;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
}

div.contact h4.title {
	font-weight: normal;
	font-style: italic;
	font-size: 7pt;
	padding-bottom: 4px;
	margin:0;
}

.error {
	border: solid #e1522f 2px;
	padding: 10px;
	background: #F1A998;
	width: 60%;
}
