@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.messageContainer{
	position: fixed;
	width:100%;
	height:100%;
	background-image:url(images/messageBack.png);
	left: 0;
    top: 0;
	z-index: 11;
	display:none;
}

.messageBox{
	position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  width:560px;
  height:315px;
  margin-left:-280px;
  margin-top:-300px;
  border:#ccc thick solid;
     -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.messageBoxHarrison{
	position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  width:820px;
  height:700px;
  margin-left:-430px;
  margin-top:-400px;
  background-color:#FFF;
    padding:20px;
  padding-top:0px;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   overflow:scroll;
   overflow-x:hidden;
  
}


.messageBoxAbout{
	position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  width:750px;
  height:auto;
  margin-left:-395px;
  margin-top:-400px;
  background-color:#FFF;
  padding:20px;
  padding-top:0px;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
  
  
}

.messageBoxContact{
	position: fixed; /* or absolute */
  top: 50%;
  left: 50%;
  width:500px;
  height:auto;
  margin-left:-250px;
  margin-top:-400px;
  background-color:#FFF;
  padding:20px;
  padding-top:0px;
    -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
  
  
}

.close{
	float:right; 
	color:#F00; 
	padding:5px;
	background-color:#FFF;
	-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-top:-35px;
   margin-right:-5px
   
}
.close:hover{
	cursor:pointer;
}


.wrapper{
	margin-left:20px;
	width:1000px;
	height:auto;
	padding:20px;
	
}



.propImg {

  float:left;
}

.vid{
	position:absolute;
	z-index:10;
}