@charset "UTF-8";
h1, h2 {
	width: 100%;
}
#main-image {
	position: absolute;
	left: 519px;
	top: 246px;
	width: 233px;
	}
#main-image img {
	margin-bottom: 37px;
	}
#main-content p, #main-content ul {
	width: 420px;
}
#main-content a {
	color: rgb(40,40,40);
}
p#callNow {
	background-image: url(../images/greenbox_vtc.png);
	padding-top: 12px;
	font-size: 14px;
	margin-bottom: 20px;
	}

#main-content .footLink {
	text-align: right;
	font-size: 11px;
	width: 100%;
	padding: 0px;
	}
#main-content .footLink a {	
	color: rgb(255,255,255);
	text-transform: uppercase;
	text-decoration: none;
	background-color:  rgb(128,130,133);
	padding: 1px 9px;
	display: block;
	}
.techGrab {
	float: right;
	margin-top: 5px;
	}
#main-content .footLink a:hover {	
	background-color: rgb(118,120,123);
	}
#contactForm {
	margin-top: 17px;
	}
#contactForm dt {
	display:inline;
	width: 130px;
	float: left;
	clear: left;
	margin-top: 5px;
	}
#contactForm label {
	font-weight: bold;
	}	
#contactForm dd {
	margin-left: 130px;
	margin-bottom: 20px;
	font-size: 12px;
	}
#contactForm .textfield, #contactForm textarea {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(22,125,22);
	width: 300px;
	overflow: auto;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
p.formButtons {
	margin-left: 130px;
	font-size: 12px;
	}
.button {
	color: rgb(255,255,255);
	background-color: rgb(22,125,22);
	padding: 4px 6px;
	border: 1px solid rgb(255,255,255);
	text-transform: uppercase;	
	}
