@charset "UTF-8";
/* CSS Document */
body {
	color:#666666;
	font-family:verdana, Helvetica, sans-serif;
	font-size:100%;
	}


#contact {
	position:absolute;
	height:auto;
	top: 425px;
	left:88px;
	width: 575px;
	border-right-width: thin;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #D4EEF9;
	padding-right: 235px;
	}

#phoneAddress {
	position:absolute;
	left: 475px;
	top: 116px;
	width: 350px;
	height: 250px;
	}
	
form {
	position:relative;
	left: -58px;
	top: 0px;
	width:600px;
	height: 450px;
	margin:15px auto 10px 40px;
	z-index: 10;
	
	}
	
p {
	font-size:100%;
	margin:0px auto 0px 15px;
	}


label {
	display:block;
	font-weight:bold;
	}
	
textarea {
	width:400px;
	height:150px;
	margin:0px auto 10px 0px;
	}
	
.textInput {
	width:250px;
	margin:0px auto 12px 0px;
	}
	
	
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
	
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	font-size:85%;
	}
	
.sentMessage  {
	color:#cc6633;
	font-size: 85%;
	}
