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

#lefcol, #midcol, #rightcol {
	margin-bottom:20px;	
}

#leftcol h1 {
color:#fff;
font-size:36px;	
margin-top:20px;
}

#midcol .highlight {
	margin-top:40px;	
}

#midcol .highlight img, #midcol .highlight2 img {
	float:right;
	margin-right:10px	
}

#midcol .highlight2 {
	width:100%;
	border-radius:3px;
	padding:0 0 20px;
	margin:20px 0 20px 0;
	background-image: url(../images/paper-backgrd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	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(1deg);
	-ms-transform:rotate(1deg); /* IE 9 */
	-webkit-transform:rotate(1deg); /* Safari and Chrome */	
}

#midcol .highlight2 .pin {
	position:relative;
	top:-5px;
	left:188px;
	width:36px;
	height:53px;
	background-image: url(../images/pin-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	transform:rotate(-6deg);
	-ms-transform:rotate(-6deg); /* IE 9 */
	-webkit-transform:rotate(-6deg); /* Safari and Chrome */				
}

#midcol .highlight2 p{
	padding:5px 10px 5px 10px	
}

#midcol .highlight2 h4  {
	padding:0 10px 10px 10px;
	font-weight:normal;
	text-align:center;
}

#midcol .highlight ul, #midcol .highlight2 ul {
	margin-top:0;	
}

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


#midcol p.intro {
	font-size:17px;
	margin-top:6px;
}

#midcol video {
	margin-top:10px;
	border: 1px solid #FFF;
}

#midcol p.vidcap {
	color:#FFF;
}

#maincontent a {
	/*color:#9F6;*/
}

#maincontent #socialmedia a {
	color:#006;
	color:white;
	font-style:normal;
	text-decoration:none;
}

#maincontent #socialmedia a:hover {
	color:white;
	font-style:normal;
	text-decoration:none;
}

#maincontent #leftcol h3 {
	font-weight:normal;
}

#maincontent #leftcol ul {
	list-style-type: none;
	padding:0;
	margin:10px 0 0 20px
}

