/* style by moonproductions.com Copyright 1994-2011 All Rights Reserved.  */

* {
	margin: 0;
	padding: 0;
}
   
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main {
	background-image: url(main.jpg);
	height: 399px;
	width: 741px;
	background-repeat: no-repeat;
}

#navBar {
	background-image: url(linkbar.jpg);
	height: 43px;
	width: 741px;
	background-repeat: no-repeat;
}

#topContent {
	background-image: url(top_content.jpg);
	height: 135px;
	width: 	741px;
	background-repeat: no-repeat;
}

#mainContent {
	background-image: url(body_tile.jpg);
	width: 356px;
	background-repeat: repeat-y;
	padding-left: 125px;
	padding-right: 260px;
	font-size: 12px;
}

#footer {
	background-image: url(footer.jpg);
	width: 621px;
	height: 130px;
	padding-top: 100px;
	font-size: 10px;
	padding-left: 120px;
}

p {
	padding-bottom: 6px;
	padding-top: 6px;
}

h1 {
	padding-top: 40px;
	padding-left: 112px;
	color: #a9ac96;
	font-size: 24px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top: 0px;
	padding-left: 112px;
	color: #b3b79b;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 16px;
	font-style: italic;
	color: #8d926a;
	padding-top: 15px;
	padding-bottom: 15px;
}

blockquote {
	margin-left: 165px;
	margin-right: 300px;
	font-size: 10px;
	padding: 45px 6px 6px;
	font-style: italic;
}

#navContainer ul {
	padding: 16px 0 2px;
	margin-left: 120px;
	list-style-type: none;
	color: #000;
  	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li { 
	display: inline; 
}

li a {
	text-decoration: none;
	color: #000000;
	padding: .1em .4em;
}

li a:hover {
	background-color: #edeee8;
	color: #333333;
}
A {
    color:#2a3858; 
    background-color: transparent;
}
A:link {
    text-decoration:none;
}
A:visited {
    text-decoration:none;
}
A:hover {
    text-decoration:overline underline;
}

/* From this point down is used for Contact Forms */

.main_formhead, .formhead { 
	font-size : 1.4em; 
	text-align: center;
	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 #e9e5dc; 
	background-color : #e9e5dc; 
	padding : 0 4px 0 4px; 
	color : #e9e5dc;
	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;
}

