/* CSS Document */
body {
	SCROLLBAR-FACE-COLOR: #5D6F48;
	MARGIN: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #818262;
	SCROLLBAR-BASE-COLOR: #818262;
	scrollbar-3d-light-color: #ffffff;
	FONT-SIZE: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #495838;
	text-decoration:none;
}

a:hover {
	color: #c60;
	text-decoration:none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#495838;
	text-decoration:none;
}
a.bodytext2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #c60;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
a.siteby:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #C60;
	text-decoration:none;
}
a.siteby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #495838;
	text-decoration:none;
}


.contact {
	width:746px;
	background: url(images/contactus-graphic.jpg) left top no-repeat;
	float:right;
	
	
}
.feedbackform {
	padding:40px 0px 0px 265px;

	
	
}

div.fieldwrapper { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 450px; /*width of form rows*/
	overflow: hidden;
	padding: 10px 0px 0 30px;
	background:
}
div.fieldwrapper label.styled { /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 200px; /*width of label (left column)*/
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	text-transform: uppercase;
	text-align:left;
	border-bottom: thin dashed #999;
	margin-right: 15px; /*spacing with right column*/
	text-shadow: 1px 1px 2px #292929;
    filter: dropshadow(color=#292929, offx=1, offy=1);
}
div.fieldwrapper div.thefield { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	float: left;
	margin:0px 0px 10px 0px;/* space following the field */
}
div.fieldwrapper div.thefield li { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	margin-bottom: 5px;
	list-style-type:none;
	margin-left:-30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color: #FF6;
	
}
div.fieldwrapper div.thefield input[type="text"] { /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
	width: 200px;
	height:25px;
	font-size:14px;
	color:#666;
}
div.fieldwrapper div.thefield textarea { /* style for TEXTAREA fields. */
	width: 200px;
	height: 100px;
	
}
div.buttonsdiv { /*div that wraps around the submit/reset buttons*/
	margin-top: 15px; /*space above buttonsdiv*/
	margin-bottom: 15px;
	margin-left:90px;
}
div.buttonsdiv input { /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	width: 100px;
	background: #030;
	color:#FFF;
}

