
    
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color:#c0f3f0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.highlighted {
    background-color:#c0f3f0;
}


@font-face {
    font-family: 'StMarie';
    src: url('StMarie-Thin-webfont.eot');
    src: url('StMarie-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('StMarie-Thin-webfont.woff') format('woff'),
         url('StMarie-Thin-webfont.ttf') format('truetype'),
         url('StMarie-Thin-webfont.svg#StMarieThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

body  {
    margin: 0;
	padding: 0;
	font: 10pt 'verdana';
	font-weight: normal;
	color: #4f4f4f;
	letter-spacing: .5px;
    
    overflow-x: auto;
    overflow-y: auto;
    }
	
table, td, span, a {
    font-family: 'verdana';
	font-weight: normal;
    line-height: 25px;
    font-size:10pt;
	letter-spacing: .5px;
	}
	
p {
	font: 8pt 'verdana';
	letter-spacing: 1px;
	font-weight: normal;
        font-size:7pt;
	}

h1 {
    font-weight:normal;
	font-size:15pt;
    margin:0px;
    padding:0px;
	font-family:'verdana';
	}
h2 {
    font-weight:normal;
    margin:0px;
    padding:0px;
    font-size:11pt;
	font-family:'times';
	}

img {
	margin:0 5px 0 0;
	border:0;    
    display: inline-block;
	}
	
img:hover {
	border:0;
	}
  
a:link, a:visited, a:active {
	text-decoration: none; 
	color:#2a2a2a;
	}
	
a:hover {
	font-weight:bold;
	color:#4d4d4d;
	}
	
.contact {
	font-family: verdana,trebuchet;
}

/** DIV PROPERTIES */
#headerblock {
    height:100px;
    width:100%;
    position:relative;
    background-image: url('/images/title2.gif');
    background-repeat: no-repeat;
    position:relative;
}

#headertext {
    position:absolute;
    bottom: 0px;
    right: 20px;
}

#left-nav {
    float:left;
    width:10%;
}

#right-content {
    float:right;
    width:90%;
    }
#wrap {
    width:95%;
}

#contm {
    margin: 10px 0 0 50px;
    width:100%;
}

#container {
    padding: 10px 20px;
    float: left;
    width:100%;
    }

#scroll-container {
    float:left;
    width:90%;
    height: 430px;
    white-space: nowrap; 
}

#frame {
	vertical-align: top;
}

.videodesc {
    margin-top: 0px;
    margin-bottom: 20px;
}
   	
/** RIGHT BAR PROPERTIES */

.right a {
    margin: 1px;
	}

/** NAVIGATION/INPUT PROPERTIES */
	
.navbar {
	margin: 0px 3px;
	padding: 10px 8px 8px 8px;
	font-size: 8pt;
	letter-spacing: 1px;
	font-weight: normal;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
	}
    
.navbar a:link, .navbar a:visited, .navbar a:active{
    font-family: 'StMarie';;
    font-size: 11pt;
	border: 0px;
        padding: 8px;
	color: #585858;
	}
	
.navbar a:hover {
	margin: 0px;
	background: #f4f4f4;
	color: #00c1b6;
        font-weight:normal;
	}
    
    
.navbar-float {
    margin: 0px 3px;
	padding: 10px 8px 8px 8px;
	font-size: 8pt;
	letter-spacing: 1px;
	font-weight: normal;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;  
    list-style-type: none;
	}    
    
    
.navbar-float a {
    display: block;
    font-family: 'StMarie';;
    font-size: 11pt;
    border: 0px;
        padding: 8px;
	color: #585858;
    width: 100px;
}
	
.navbar2 {
	margin-top: 5px;
	padding-left: 12px;
	padding-bottom: 7px;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
.navbar2 a:link, .navbar2 a:visited, .navbar2 a:active {
    font-family: 'StMarie';
    font-size: 11pt;
	margin: 0px;
	padding: 10px;
    color: #585858;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
	}
	
.navbar2 a:hover {
	margin: 0px;
	background: #f4f4f4;
    color: #00c1b6;
        font-weight:normal;
	}
	
input {
	background: #fff;
        border:0px;
	border-bottom:1px solid #d3d3d3;
	color: #595959;
	}

textarea, input #submit {
	background: #fff;
	border:1px solid #d3d3d3;
	color: #595959;
	}
		
input:focus, textarea:focus, select:focus {
	background:#fff;
	color:#545454;
	}
	
/* DROP DOWN MENU */ 


#dropmenudiv{
position:absolute;
border:1px solid #d3d3d3;
border-bottom-width: 0;
font:normal 11px 'trebuchet', 'arial';
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d3d3d3;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fff;
}

#mcontainer {
  text-align: center;
  background: none;
}

.masonry {
  background: #EEE;
  margin: 0px auto;
}

/* clearfix */
.masonry:after {
  content: '';
  display: block;
  clear: both;
   visibility: hidden;
}

.masonry .item {
  width: 200px;
  height: auto;
  margin: 15px;
  float: left;
}
