@charset "UTF-8";
/* CSS Document */

	
body {
	margin-left:auto; margin-right:auto;
}

/*----Borders for the screen--*/
#top, #bottom, #left, #right {
	background: #1c1c23;
	position: fixed;
	z-index:1
	}
	#left, #right {
		background-image:url(../images/siteimgs/sides.jpg);
		top: 0; bottom: 0;
		width: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top {
		background-image:url(../images/siteimgs/top.jpg);
		left: 0; right: 0;
		height: 75px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		}
		#top { top: 0; }
		
	#bottom {
		background-image:url(.../images/siteimgs/bottom.jpg);
		left: 0; right: 0;
		height: 100px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		}
		#bottom { bottom: 105px; }


/*---Top title---*/
.name {
	position: fixed;
	width: 489px; height: 54px;
	top: 8px; left: 50%;
	margin-left:-245px; margin-right:auto;
	background-image:url(../images/siteimgs/name.png);
	z-index: 8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.name:hover {
	position: fixed;
	width: 489px; height: 54px;
	top: 10px; left: 50%;
	margin-left:-245px; margin-right:auto;
	background-image:url(../images/siteimgs/namec.png);
	z-index: 8;
}


/*---Logo, background, screen leg/base, and white block behind base---*/

.bg {
	position:fixed; top: 0;
	background-color:#0570BD;
	width:100%; height:100%; z-index:-2;
}

.base {
    position: fixed;
	width: 800px; height: 113px;
	bottom:5px; left:50%;
	margin-left:-400px; margin-right:auto;
	background-image:url(../images/siteimgs/base.png);
	background-repeat:no-repeat;
	text-align: center;
	color:#FFF;
	z-index: 3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.whiteblock {
	position:fixed;
	width:100%; height:117px;
	background-color:#FFF;
	bottom: 0; left:0; right: 0;
	z-index:2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/*----Navigation----*/

.home {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 130px; right:340px;
	background-image: url(../images/siteimgs/homeiconw.png);
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home:hover {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 128px; right:340px;
	background-image: url(../images/siteimgs/homeiconc.png);
	z-index: 5;
}

.home:hover [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.gallery {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 130px; right:270px;
	background-image: url(../images/siteimgs/gallw.png);
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery:hover {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 128px; right:270px;
	background-image: url(../images/siteimgs/gallc.png);
	z-index: 5;
}

.gallery:hover [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.credits {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 130px; right:200px;
	background-image: url(../images/siteimgs/creditsw.png);
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.credits:hover {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 128px; right:200px;
	background-image: url(../images/siteimgs/creditsc.png);
	z-index: 5;
}

.credits:hover [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.contact {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 130px; right:130px;
	background-image: url(../images/siteimgs/mailw.png);
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact:hover {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 128px; right:130px;
	background-image: url(../images/siteimgs/mailc.png);
	z-index: 5;
}

.contact:hover [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.links {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 130px; right:60px;
	background-image: url(../images/siteimgs/linkw.png);
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.links:hover {
	position: fixed;
	width: 60px; height: 60px;
	bottom: 128px; right:60px;
	background-image: url(../images/siteimgs/linkc.png);
	z-index: 5;
}

.links:hover [data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */

[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 80px;
  border-radius: 3px;
  background-color: #1c1c23;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #1c1c23;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*----Page content----*/

.wrapper {
    height:auto;
    left:0; right:0;
    margin:85px 30px 0px 30px;
    clear:both;
}

.logo {
    position:relative;
    width:125px; height:163px;
    margin: 0px 0px 0px 10px;
    float:left;
    background-image:url(../images/vmslogo.png);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header h1 {
	position:relative; float:left;
    width:auto; height:auto; 
    top:40px; left:0; right:0;
	padding:0px 10px 0px 20px;
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:40px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.col1 h2 {
    width:auto; height:auto; 
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:20px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.col2 h2 {
    width:auto; height:auto; 
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:20px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header h3 {
	position:relative; float:left;
    width:auto; height:auto; 
    top:40px; left:0; right:0;
	padding:0px 10px 0px 20px;
    text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:40px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 870px) {
	.header h1 {
		position:relative;
		width:60%; height:auto; 
		top:30px; left:0; right:0;
		padding:0px 10px 0px 20px;
		float:left;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:400; font-size:40px;
		color:#FFF;
	}
	
	.header h3 {
		position:relative;
		width:60%; height:auto; 
		top:40px; left:0; right:0;
		padding:0px 10px 0px 20px;
		float:left;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:400; font-size:40px;
		color:#FFF;
	}
}

.content {
	width: 100%; height:auto;
    margin-bottom:250px; margin-top:5px;
	float:left;
}


@media only screen and (max-width: 910px) {
		.homeimg {
			width:100%; height:auto;
			float: left;
         padding-right:5px;
			background-color:#cb6;
		}
	}


.content p {
	height:auto;
    left:0; right:0;
	margin-left:0px; margin-right:0px;
	max-width:100%; min-width:200px;
	padding: 0px 30px 0px 20px;
	top: 180px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:17px; line-height:22px;
	color:#fff;

}

#marqueecontainer {
	position: relative;
	top:5px; left:0; right:0;
	padding: 0px 20px 0px 5px;
	max-width:100%; /*marquee width */
	height: 350px; /*marquee height */
	background-color: transparent;
	overflow: hidden;
	/*padding: 6px; padding-left: 4px;*/
}

#marqueecontainer p {
	left:0; right:0;
	padding: 0px 30px 0px 20px;
	max-width:100%; 
}

#col1 {
	position:relative; float: left;
    width:250px;
	top:0;
	overflow:hidden;
	font-size: 1em; color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; line-height:20px;
}
#col1 li {
	padding-left: 0px;
	list-style-type: none;
}

#col1 p {
}

#col2 {
	position:relative; float: left;
	left:0; right:20;
	width: 60%;
	font-size: 1em; color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; line-height:20px;
	
}

#col2 p {
	padding: 0px 20px 0px 0px;
	font-size: 1em; color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; line-height:20px;
}

#col2 li {
	list-style-type: none;
}


		@media only screen and (max-width: 650px) {
			#col2 {
				position:relative; float: left;
				left:0; right:20;
				width: 100%;
				font-size: 1em; color:#FFF;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:400; line-height:20px;
			}	
			#col2 p {
				padding: 0px 30px 0px 0px;
				font-size: 1em; color:#FFF;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:400; line-height:20px;
			}
		}


.bold { 
	color:#ceb906;
	font-weight:bold;
}

.imdb {
	width:250px; height:120px;
	margin: 0px auto;
	background-image:url(../images/imdbicon.png);
}

ul, li {
  list-style: none;
}

/*a.front {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}
a.front:hover {
	color: #C10808;
	text-decoration: underline;
	font-weight: strong;
}*/

.img {
	width: 100%;
	height: auto;
}

em {
	font-size: 14px;
}

.floatLeft { 
float: left;
padding-right:15px;
}

.floatRight {
float: right;
padding-left:15px;
}

/*---- Footer----*/
.footer {
	position: fixed;
	width: 500px; height: 100px;
	bottom:13px; left:50%;
	margin-left:-250px; margin-right:auto;
	text-align: center; line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px; 
	color:#a0a3ab;
	z-index: 6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/*-----Link settings------*/
li {
	display:inline;
	text-decoration:none;
}

a:link {
	text-decoration:none;
	color:#a0a3ab;
}

.content a:link {
	text-decoration:none;
	color:#6FF;
}

a:visited {
	text-decoration:none;
	color:#a0a3ab;
}

.content a:visited {
	text-decoration:none;
	color:#6FF;
}

a:hover {
	text-decoration:none;
	color:#ceb906;
}

.content a:hover {
	text-decoration:none;
	color:#ceb906;
}

a:active {
	text-decoration:none;
	color:#fff;
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse;
		margin-left: 0px;
		margin-right: 0px;
		font-family:Arial, Helvetica, sans-serif;
	   font-weight:400;
	   font-size:13px;
	   line-height:22px;
	}

	th { 
		background: #0570bd; 
		color: white; 
		font-weight: bold; 
	}
	tr {margin-bottom:15px;text-align="center";}
	td, th { 
		padding: 5px; 
		text-align: center; 
	}

	p.clear {
    clear: both;
}

h2 {
   text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:20px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#colA {
	float:left;
	width:22%;
	position:relative;
	left:20px;
	overflow:hidden;
}
#colA ul li {
   display:block;
	padding-left: 10px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:17px; line-height:22px; text-align:center;
}

#colB {
	float:left;
	width:22%;
	position:relative;
	left:30px;
	overflow:hidden;
}
#colB ul li {
   display:block;
	padding-left: 10px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:17px; line-height:22px; text-align:center;
}

#colC {
	float:left;
	width:22%;
	position:relative;
	left:30px;
	overflow:hidden;
}
#colC ul li {
   display:block;
   padding-left: 10px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:17px; line-height:22px; text-align:center;
}

#colD {
	float:left;
	width:22%;
	position:relative;
	left:30px;
	overflow:hidden;
}
#colD ul li {
	display:block;
	padding-left: 10px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400; font-size:17px; line-height:22px; text-align:center;
}


	
