/* style by moonproductions.com  Copyright 1994-2011 All Rights Reserved.  */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(body_tile.jpg);
	background-repeat: repeat-y;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 954px;
	font-size: 1.2em;
}

#Aleft {
	background-image: url(left_bg.jpg);
	float: left;
	height: 434px;
	width: 274px;
	padding-top: 275px;
}

#Aright {
	background-image: url(right_bg.jpg);
	float: left;
	width: 590px;
	padding-top:150px;
	padding-right: 90px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 325px;
	width: 529px;
	padding-top: 50px;
	padding-left: 275px;
	padding-right: 200px;
	clear: both;
}

#navContainer { 
	width: 150px; 
}

#navContainer ul
{
	margin-left: 45px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navContainer a
{
	display: block;
	padding: 3px;
	width: 160px;
}

#navContainer a:link, #navList a:visited
{
	color: #74752b;
	text-decoration: none;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navContainer a:hover
{
	color: #75492b;
	background-image: url(bullet_hover.png);
	background-repeat: no-repeat;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
}
   
p.footer {
	margin-top: 300px;
	margin-left: 150px;
}

h1 {
	text-align: center;
	margin-top: -55px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808d33;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #9ba46d;
	font-size: 1.7em;
}

h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #98a549;
	font-size: 1.5em;
}

h4 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808d33;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98a549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752b;
}

span.hilite {
    background-color: transparent;
    color: #4a004a;
	font-style: italic;
}

a:link {
	color: #7C8832;
}
a:visited {
	color: #74752B;
}
a:hover {
	color: #993300;
    text-decoration:overline underline;
}
a:active {
	color: #993300;
}

/* From this point down is used for Contact Forms */

.main_formhead, .formhead { 
  font-size : 2.4em; 
  color : #8a8e69; 
}

legend, dt { 
  font-weight : bold; 
  color : #666;
}

legend#mainlegend { 
  font-size : 1.1em;
  color : #1c1608; 
}

label { 
  color : #1c1608;
}

input.med, input.short, select.med, textarea.textbox { 
  font : 80% 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #000;
  background-color : #f6f5f3;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #1c1608;
  background-color : #2d2717;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #2d2717;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : ##2d2717;
}

input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #dbd6d0;
}

span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}

span.success { 
  color : #1c1608; 
  font-weight : bold; 
}

small.privacy, small.whythis { 
  font-size : 80%; 
}

small.whythis { 
  position : relative; 
}

small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* change colors according to backgrounds used */
small.whythis a span { 
  border : 1px solid #e8e4e3; 
  background-color : #e8e4e3; 
  padding : 0 4px 0 4px; 
  color : #e8e4e3;
  text-decoration : none; 
}

/* change colors according to backgrounds used */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #000; 
  background-color : #eecc11; 
  color : #000;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #1c1608;
}

dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

div#hf_form_div span.items {
  font-weight : bold;
  color : ##2d2717;
}
