@charset "utf-8";
/* CSS Document for Contact Us page */
/* Dependencies:
mlqh.css : most styles defined in this file */

#leftcol .highlight {
	width:100%;
	border-radius:3px;
	padding:0 0 20px 0;
	margin:0;
	background-image: url(../images/paper-backgrd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 3px #000;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */	
	margin-bottom:20px;
}

#leftcol .highlight p {
	color:#1e1e1e;
	padding:5px 10px 5px 10px
}

#leftcol .highlight img {
	margin-left:80px;	
}

#leftcol .highlight .pin {
	position:relative;
	top:-5px;
	left:90px;
	width:36px;
	height:53px;
	background-image: url(../images/pin-2.png);
	background-repeat: no-repeat;
	background-position: left top;			
}

#leftcol .highlight a {
	color:#00007f;
}

#leftcol .highlight a:hover {
	color:#00007f;
	text-decoration:underline;
}

#midcol .highlight {
	margin-top:10px;
	background-image:none;
	background-color:#fff;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
}


#midcol .highlight h3 {
	margin-left:10px
}

#midcol .highlight a {
	color:#00007f;	
}

#midcol .highlight a:hover {
	color:#00007f;	
	text-decoration:underline;
}

#midcol .highlight table.contactform p {
	margin:0;	
	padding:0;
}

#midcol .highlight .pin {
		left:370px;
}

/* Appended 6 September 2023 */
label {
	font-size:18px;
}

.form-group, #alert-message, .protection {
	padding:10px;
}
