* {
	margin: 0;
	padding: 0;
}
body {
	background: url(bg.jpg) repeat #704821; 
	font-family: Arial, Helevetica, Sans Serif;
	font-size: 12px;
	color: #000000;
}
/*
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
	display:none
	}
*/

p {
	/*padding: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}


A:link {
	/* text-decoration: none; */
	color: #5e7638;
	font-weight: bold;
	}

A:hover {
 	text-decoration: underline;
	 }

/* content wrapper ********************************************************************/

#center {
	position: relative;
	height: 100%;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background: url(center.jpg) repeat-y #fbf0df;
}
	

/*headers ********************************************************************/
#top {
	background: url(picture-header.jpg) no-repeat;
	height: 116px;
	margin-left: 5px;
}

#head {
 	position: relative;
	background: url(headercopy.gif) no-repeat;
	height: 94px;
	margin-left: -40px;
	margin-right: -40px;
}
/*navigation*/
#nav {
 	position: relative;
	background: none;
	height: 44px;
	width: 840px;
	margin-left: -6px;
	margin-right: -20px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	display: inline;
	padding: 0px;
	margin: -2px;
}

.subnav 
{
    font-size: 11pt;
    text-align: center;
    color: #5e7638;
    padding-top: 5px;
}

.subnav a
{
    color: #5e7638;
}

/* clear floats ********************************************************************/

#clearfloats {
 		clear: both;
		height:1px;
		font-size:1px;
	}	

.minicontact 
{
    text-align: left;
    border: solid 1px #000;
    background-color: #704821;
    width: 185px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.minicontact_top
{
    border-bottom: solid 1px #000;
    padding-left: 3px;
    padding-right: 3px;
    color: #fff;
    font-weight: bold;
}

.minicontact_middle
{
    padding-left: 3px;
    padding-right: 3px;
    background-color: #f3e2ce;
}

.web20 tr td
{
    text-align: center;
}

.web20 tr td a.web20link
{
    color: #5e7638;
    text-decoration: none;
    font-size: 8pt;
}

/* side navigation bar ********************************************************************/

.sidelinks {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
}

.sidelinks ul {
	list-style:square inside url(list.jpg);
	text-align: left;
}


.sidelinks a {
	/* text-decoration: none; */
	color: #5e7638;
	font-weight: bold;
	vertical-align: top;
	margin-left: -5px;
	}

.sidelinks a:hover {
 	text-decoration: underline;
	 }

.sidelinks p {
	padding-left: 35px;
	margin-top: -15px;
	}

#line {
	height: 1px;
	background: #704821;
	margin: 10px;
	
}

/* MAIN CONTENT! ********************************************************************/

.content {
	float: top left;
	width: 550px;
	margin-left: 200px;
	padding: 15px;
	color: #000000;
	font-family: Arial, Helevetica, Sans-serif;
}

.content h1 {
	color: #6a3e11;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}



.content H2 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	
}



.content H3 {
	font-size: 16px;
	/*color: #5e7638;*/
	color: #000000;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: -10px;
}

.content p {
	font-size: 12px;
	padding-bottom: 20px;
}

.content a {
	/* text-decoration: none; */
	color: #5e7638;
	font-weight: bold;
	}

.content a:hover {
 	text-decoration: underline;
	 }
	
#contentimage {
	float: right;
	padding: 10px;
}

.contentimage {
	float: right;
	padding: 10px;
}

.content a img {
	border: none;
}

/*footer ********************************************************************/
#footer {
	text-align: center;
	font-family: Arial, Helevetica, Sans Serif;
	font-size: 14px;
	/*font-weight: bold;*/
	padding: 20px;
}


a.footerlink {
	color: #5e7638;
	font-size: 16px;
	font-weight: bold;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footercap {
	position: relative;
	height: 10px;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background: url(footer.jpg) no-repeat;
	margin-bottom: 20px;
}


/*INTERIOR ONLY DIVS ********************************************************************/

#interiorhead {
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
	text-align: right;
	color: #6a3e11;
	font-size: 18px;
	font-weight: bold;
}

#interiorhead a img {
	border: none;
	padding-right: 2px;
}

#interiorhead h1 {
	color: #6a3e11;
	font-size: 18px;
	font-weight: bold;
}

#spacer {
	background: url(spacer.jpg) no-repeat;
	height: 52px;
	margin-left: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* forms ********************************************************/

#form {
	padding: 30px;
}

.fieldset {
	width:700px;
	font-family: Arial, Helevetica, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	border: none;
  }

.fieldset label {
	text-align:right;
	width:100px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
  }

.textfield {
	margin:3px;
	height:20px;
	width:500px;
	border:solid 1px #533211;
	background: #ffffff; 
	}

.fieldset .textfield3line {
	margin:3px;
	height:60px;
	width:500px;
	border:solid 1px #533211;
	background: #ffffff;
	}

.fieldset .textfield2line {
	margin:3px;
	height:40px;
	width:500px;
	border:solid 1px #533211;
	background: #ffffff;
	}

.submit {
	height:28px;
	padding-left: 460px;
	border:solid 0 #fff;
	background: url(button.jpg) no-repeat;
	background-position: right; 
	font-family: Arial, Helevetica, Sans Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #ffffff;
 }

/* TABLE ***********************************************************/

table.jay 
	{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #512d0b;
	border-collapse: separate;
	}

table.jay a img
	{
	border: 0px;
	}

table.jay TR.alt
	{
	background-color: #e6d7c4;
	}

table.jay TR.header
	{
	background-color: #c6d4ac;
	font-weight: bold;
	text-align: center;
	}

table.jay tr 
	{
	background-color: #f3e2ce;
	}

table.jay td 
	{
	border-width: 1px 0px 1px 0px ;
	padding: 10px 3px 10px 3px;
	border-style: inset;
	border-color: #512d0b;
}

table.inviso {
	border: none;
	padding: 5px;
	}

table.inviso td {
	padding: 5px;
	}

table.inviso td.center {
	padding: 5px;
	text-align: center;
	}

table.inviso td.bold {
	padding: 5px;
	font-weight: bold;
	}
	
.onecolumn {
    padding: 10px;
    }
    
div.post
{
}


DIV.ajaxbox
{
	overflow: auto;
	z-index: 5;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 400px;
	border: 1px solid;
	border-color: #512d0b;
	border-top-color: #512d0b;
	padding: 0;
    background-color: #e6d7c4;
}

DIV.ajaxbox #ajaxheader
{
	
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	cursor: move;
    background-color: #c6d4ac;
}

DIV.ajaxbox #ajaxheader A
{
	font-weight: bold;
	color: #000099;
	/* text-decoration: none; */
	cursor: hand;	
}

DIV.ajaxbox #ajaxinside
{
	/*background-color: #ffffff;*/
	/*overflow : auto; */
	border-top: 1px solid;
	border-top-color: #512d0b;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}