@import url('/include/menu.css');

body, table, tr, td, p, h1, h2, h3, h4, h5, h6, blockquote
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #E6D2AA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
}

p
{
	margin-bottom: 1em;
	line-height: 1.25em;
}

a
{
	color: rgb(142, 89, 36);	
}

h1, h2, h3
{
	font-weight: bold;
	color: #8E5924;
	margin-bottom: 0.75em;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 17px;
	color: #000;
	margin-bottom: 0;
}

#wrapper
{
		width: 931px;
		margin: 20px auto;
}

#maintable
{
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
}

td.home
{
	background: #F4ECCC;
	font-size: 12px;
	height: 140px;
	color: #8E5924;
}

td.home p
{
	margin-bottom: 0.5em;
}

td.copy
{
	padding: 0 20px;
}

td.home p, td.copy p
{
	text-indent: 1em;	
}

td p.plain
{
	text-indent: 0;	
}

label.error
{
	font-family: Verdana;
	height: 15px;
	background: url('/images/validation-arrow.gif') left center no-repeat;
	padding-left: 20px;
	font-size: 11px;
	width: 200px;
	text-align: left;
}

td.footer
{
	padding-top: 2em;
	font-size: 11px;
	text-align: center;
}

table.form
{
}

table.form td
{
	padding: 2px 0;
}

table.form label
{
	padding-right: 4px;	
}

div.plan
{
	margin-left: 2px;
	text-align: center;
	float: right;
	font-size: 11px;
	font-style: italic;
	cursor: pointer;
}
div.plan img
{
	border: 1px solid #5b3f17;
	margin-bottom: 2px;
	display: block;
}

/* Slideshow */

#slideshow-container
{
	position: relative;
	width: 931px;
	height: 356px;
	background: url('/images/slideshow-bkg.jpg') left top no-repeat;
}
#slideshow {
    position: absolute;
	width: 490px;
    height: 282px;
	left: 377px;
	top: 40px;
}
#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}
#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}