@charset "UTF-8";
/* CSS Document */
#navbar {
	margin-top:-395px;	
}
.address {
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	padding:10px 0;
	margin-bottom:18px;
}
.address a {
	color:#666666;	
}
.address a:hover {
	color:#FF7700;	
}
h3 {
	color:#00549e;
	border-bottom:1px solid #00549e;
	margin:0;
	padding:0;
}
.form {
	background:#f2f2f2;
	padding:12px 6px;
}
.row, .half_row {
	margin-bottom:10px;	
}
.half_row {
	width:185px;
	float:left;
}
.submitRow {
	padding:6px 0;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}
#error_message {
	font-weight:bold;
	color:#FF7700;
}
.rheader {
	height:17px;
}
textarea {
	width:383px;
	height:166px;
	border:none;
	background-color:transparent;
	background:url(images/textArea.png) no-repeat;
	color:#00549e;
	font-family:Arial, Helvetica, sans-serif;
}
.input_large {
	width:383px;
	height:26px;
	border:none;
	background-color:transparent;
	background:url(images/textInput_large.png) no-repeat;
	color:#00549e;
}
.input_small {
	width:193px;	
	height:26px;
	border:none;
	background-color:transparent;
	background:url(images/textInput_small.png) no-repeat;
	color:#00549e;
}
.input_medium {
	width:342px;
	height:26px;
	padding:0 3px;
	border:none;
	background-color:transparent;
	background:url(images/textInput_medium.png) no-repeat;
	color:#666666;
}
#nameError, #emailError, #messageError {
	display:none;	
}
#map_canvas {
	border:1px solid #CCCCCC;
	margin-bottom:12px;
}
#directions {
	margin-bottom:12px;	
}
h4 {
	margin:0;
	padding:0;
	border-bottom:1px solid #666666;
	font-size:10pt;
}
.dHeader {
	padding:6px 0;	
}
.finish {
	padding:10px 3px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	background-color:#f2f2f2;
	margin-bottom:12px;
}




