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

ul#topnav #licontact a{
border-bottom: 5px solid #FFF;
}


#content {
	background: url(../images/photos/customer_service.jpg) no-repeat 0px 30px;
	width: 670px;
	height: 800px;
}
#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%;
}
.col1 {
	text-align: right;
	margin: 3px;
	padding: 0px;
	height: auto;
	width: 290px;
	font-weight: bold;
	clear: left;
	float: left;
	color: #333;
	font-size: 13px;
	display: inline;
	font-family: Verdana, Geneva, sans-serif;
}
.col2 {
	text-align: left;
	margin: 3px;
	padding: 0px;
	clear: right;
	float: left;
	height: auto;
	width: 360px;
	display: inline;
}
.captcha {
	height:120px;
	overflow:hidden;
	line-height: 170px;
}
