h1
{
	font-size:30px;
	color:white;
}
#socialButtons
{
	margin:0 auto;
}
#bgndVideo
{
	z-index: 1;
}
body
{
	margin: 0 auto;
	padding: 0;
	background: ;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

/* -- General Link Styling -- */

a:link
{
color:blue; 
text-decoration: underline;
}

a:visited
{
color: purple;
text-decoration: underline;
}

a:hover
{
color: #cc6600;
text-decoration: underline;
}

#bgVideo
{
	position: fixed;
	
	height:110%;
	width:110%;
	top: 0;
	left: 0;
	z-index: -1;
}

#opn
{
	z-index: 10;
}

#controls
{
	opacity: 0.7;
	display:block;
	position: fixed;
	left: 50%;
	margin-left: -40px;
	margin-top: 40px;
	z-index: 9999;
}

#controls:hover
{
	cursor: pointer;
}

.controls
{
	width: 22px;
	height: 17px;
}

#scrollLeft
{
	position: relative;
	top: 5px;
	width: 40px;
	height: 16px;

	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

#scrollLeft:hover
{
	cursor: pointer;
}

#scrollRight
{
	position: relative;
	top: 5px;
	width: 40px;
	height: 16px;
}

#scrollRight:hover
{
	cursor: pointer;
}

.infoBox
{
	text-align: center;
	background-color: white;
	border: 1px solid grey;
	opacity: 0.7;
	color: black;
	font-size: 16px;
	display:block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 200px;
	margin-top: -200px;
	margin-left: -295px;
	border-radius: 40px;
	z-index: 9999;
}

.mobileBox
{
	text-align: center;
	background-color: white;
	border: 1px solid grey;
	opacity: 0.7;
	color: black;
	font-size: 16px;
	display:block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 325px;
	margin-top: -200px;
	margin-left: -295px;
	border-radius: 40px;
	z-index: 9999;
}

#infoText1
{
	text-align: center;
	font-family: "Helvetica";
	color: #aaaaaa;
	font-size: 16pt;
	margin: 20px;
}

#infoText2
{
	text-align: center;
	font-family: "Helvetica";
	color: #aaaaaa;
	font-size: 10pt;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

#closebtn
{
	width: 20px;
	height: 20px;
	bottom: -6px;
	position: relative;
}
#closebtn:hover
{
	cursor: pointer;
}

.normal
{
	background-color: lightblue;
	width: 900px;
	min-height: 200px;
	padding: 20px;
}

h1
{
	font-family: "Helvetica";
	color: #7094ff;
	font-size: 20pt;
	margin: 7px;
}

#text1
{
	top: 5px;
	position: relative;
}

#text2
{
	font-family: "Helvetica";
	font-style: bold;
	color: #aaaaaa;
	font-size: 15pt;
    margin-top: 8pt;
}

#text3
{
	font-family: "Helvetica";
	font-style: bold;
	color: #7094ff;
	margin-top:12px;
}


#text4
{
    font-family: "Helvetica";
    font-size:9px;
    font-style: bold;
    color: #7094ff;
    margin-top:20px;
    margin-bottom:0;
}

#text5
{
    font-family: "Helvetica";
    font-size:8px;
    font-style: bold;
    color: #7094ff;
    margin-top:5px;
    margin-bottom:0;
}


.image:hover
{
	border-style:solid;
	border-color:lightblue;
}

.image:hover
{
	cursor: pointer;
}

.image
{
	border-style:solid;
	border-color:transparent;
	position:relative;
	width: 150px;
	height: 80px !important;
	top: 7px;
	display: block;
	float: left;
}

#container
{
	width: 100%;
	position:fixed;
	bottom:0px;
}

#boxContainer
{
	position: relative;
	left: 50%;
	margin-left: -350px;
	width: 725px;
	height: 175px;
}

#box
{
	text-align: center;
	position: relative;
	height: 150px;
	width: 475px;
	background-color: white;
	opacity: 0.7;
	top: 75px;
	-moz-border-radius-topleft: 40px;
	border-top-left-radius: 40px;
	-moz-border-radius-topright: 40px;
	border-top-right-radius: 40px;
}

#leftControlBox
{
	text-align: center;
	height: 20px;
	width: 50px;
	position: relative;
	top: 205px;
	left: ;
	float: left;
	background-color: white;
	opacity: 0.7;
	-moz-border-radius-topleft: 40px;
	border-top-left-radius: 40px;
}

#rightControlBox
{
	text-align: center;
	height: 20px;
	width: 50px;
	position: relative;
	top: 205px;
	left: ;
	float: right;
	background-color: white;
	opacity: 0.7;
	-moz-border-radius-topright: 40px;
	border-top-right-radius: 40px;
}

#boxLeft
{
	text-align: center;
	height: 75px;
	width: 75px;
	position: relative;
	top: 150px;
	left: ;
	float: left;
	background-color: white;
	opacity: 0.7;
	-moz-border-radius-topleft: 40px;
	border-top-left-radius: 40px;
}

#boxRight
{
	text-align: center;
	height: 75px;
	width: 75px;
	position: relative;
	display: block;
	left: -50px;
	float: right;
	clear:	 right;
	background-color: white;
	opacity: 0.7;
	-moz-border-radius-topright: 40px;
	border-top-right-radius: 40px;
}

#band
{
	text-align: center;
	height: 100px;
	width: 100%;
	background-color: white;
	opacity: 0.7;
	z-index: 9999;
	float: left;
}

.anguillaLinkRight
{
	position: relative;
	top: 15px;
	left: -5px;
	width: 60px;
	height: 60px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
}

.anguillaLinkLeft
{
	position: relative;
	top: 15px;
	left: 5px;
	width: 60px;
	height: 60px;
}


#socialTable
{
	position: relative;
	top: 10px;
}

.fb-like
{
	position: relative;
	top: 0px;
	width: 80px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.twitter-share-button
{
	position: relative;
	top: 1px;
	left: 10px;
	width: 80px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.g-plusone
{
	position: relative;
	width: 70px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#___plusone_0{ width:85px !important; }

.pinterest
{
	position: relative;
	width: 90px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.su
{
	position: relative;
	width: 90px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.email
{
	position: relative;
	width: 70px;
	height: 20px;
	text-align: center;
}
