/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* General Setup
-----------------------------------------------------------------------------*/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1px;
}

li {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}


/* Outer wrapper styles
-------------------------------------------------------------------------------*/
body {
	background: #FFF;
	font : 12px/1.5 Helvetica, Arial, sans-serif; 
}

#wrapper {
	width: 800px; height:auto; margin: 0px auto;
	background-color:#F0F5F0;
}

/* Styles for the header section
-------------------------------------------------------------------------------*/
h1#replaced {
	height: 216px; 
	text-indent: -20000px;
	background-image: url(images/h_header.png);
	background-repeat:no-repeat;
}

h2#replaced {
	height: 42px; 
	text-indent: -20000px;
	background-image: url(graphics/subhead.gif);
	background-repeat:no-repeat;

}

/* Styles for the content secton
--------------------------------------------------------------------------------*/
.clear {
	clear:both;
}

#content h4 {
	padding-top: 6px;
	margin-left: 10px;
}

.textblock {
	margin: 0 10px 0 10px;
	padding-bottom: 4px;
}

#saleblock {
	height: 180px;
}

#saleblock p {
	font-size: 16px; text-align: center;
}

#saleblock h4 {
	font-size: 16px; font-weight: normal; text-align: center;
	margin: 0px; padding: 0px;
}

#saleblock img {
	float: left; padding-bottom: 40px;
}

#resbox {
	margin: 0px; padding: 0px; height:60px;
}

#resbox img {
	float:none; padding: 0px; margin: 0px 0px 0px 98px;
}

#features {
	float: left; width: 800px; height: 250px; margin-top: 25px;
	border-top: 2px solid #086116;
	border-bottom: 2px solid #086116;
}

#features h3 {
	font-size:16px; text-align:center;
}

#features img {
	float:right;
}

#features ul {
	padding-left: 80px;
}

#features li {
	height: 20px; font-size:14px;
	list-style:url(graphics/arrow2.gif);
}

#picblock {
	float:right; width: 375px; height: 250px;
}

#slideshow {
	position: relative;
/*	top: 20px;
	left: 10px;
*/	height: 250px;
	width: 375px;
	overflow: hidden;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	height: 250px;
	width: 375px;
} 

#links {
	width: 400px; height: auto; margin-top: 4px; margin-left: 125px;
	margin-bottom: 6px;
}

#links ul {
	padding-left: 80px;
}

#links li {
	height: 20px; font-size:14px;
	list-style: disc;
}

#links li a {
	text-decoration:none;
}

.rightpic {
	float:right; background-color: #FFF; padding: 3px; border: 1px solid #086116;
	width: 300px; margin-top: 4px;
}

.rightpic p {
	margin: 0px; 
	font-weight:bold; font-size: 10px;
}

#map img{
	border: 1px solid #086116; margin-left: 150px; margin-bottom: 20px;
}

#map p {
	text-align:center;
}

/* Styles for the footer section
-------------------------------------------------------------------------------*/
#footer {
	width: 800px;
	border-top: 2px solid #086116; border-bottom: 2px solid #086116;
	font-size: 10px; margin-bottom: 20px;
}

#footer p {
	clear:both; text-align:center; 
	font-style:italic; font-weight:bold;
}
