@charset "utf-8";
/* CSS Document */

#topnav li #contact{
	border-bottom: 3px solid #FC3;
}


#content {
	width: 700px;
	line-height: 1.5em;
	background: url(../images/contact1.jpg) no-repeat 0px 0px;
	margin-left: 1px;
}
#contactform {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#contactform input {
	border: 1px solid #7F9DB9;
	margin: 0px;
	padding: 1px;
	height: 16px;
	width: 220px;
	position: relative;
	left: 0px;
	top: 0px;
}
#contactform  select {
	margin: 0px;
	padding: 0px;
	border: 1px solid #7F9DB9;
}

#contactform #comments {
	margin: 0px;
	padding: 1px;
	height: 120px;
	width: 350px;
	border: 1px solid #7F9DB9;
}
#contactform #Submit {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 80px;
	overflow: visible;
	position: relative;
	left: 0px;
	top: 0px;
	border: 3px outset #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#contactform #captcha {
	width: 100px;
}
.row {
	margin: 2px 0px;
	padding: 0px;
	clear: both;
	height: auto;
	width: 100%;
}
#tblcontact td {
	margin: 0px;
	padding: 5px;
}
#tblcontact td.col1{
	text-align: right;
	width: 220px;
	color: #333;
	vertical-align: top;
	font: bold 12px Verdana, Geneva, sans-serif;
}
#tblcontact td.col2{
	text-align: left;
	width: 400px;
}
.captcha {
	height:120px;
	overflow:hidden;
	line-height: 170px;
}
