/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto|Patua+One|Gloria+Hallelujah');

#bg {
	background-image: url(../images/vau.headerbg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	height: 133px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#logo {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
}
#menu {
	float: right;
	margin-top: 104px;
	margin-right: 20px;
	font-family: 'Patua One', cursive;
	font-size: 16px;
}
#contentbg {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#plink a {
	float: right;
	height: 10px;
	width: 110px;
	margin-right: 10px;
	margin-top: 10px;
}
#plink a:hover {
	background-color: transparent;
}
#headlines-container {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
}
#headlines-cell {
	float: left;
	margin-top: 0px;
	width: 50%;
}
#features-container {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	overflow: hidden;
}
#features-cell {
	float: left;
	margin: 10px;
	width: 31%;
}
#features-cell-50 {
	float: left;
	margin: 10px;
	width: 47%;
}
#table-container {
	display: table;
	display: inline-block;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 2px;
}
#table-row  {
	display: table-row;
}
#left-cell {
	display: table-cell;
	text-align: right;
	padding: 2px;
}
#right-cell {
	display: table-cell;
	padding: 2px;
}
#full-cell {
	text-align: center;
}
#button-container {
	text-align: center;
	padding-bottom: 10px;
}
#termsf-container {
	display: table;
	margin: 0 auto;
	font-size: 12px;
	padding-bottom: 2px;
}
#footerbg {
	background-color: #2065A9;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#copy {
	float: left;
	margin-top: 25px;
	font-size: 12px;
	color: #FFFFFF;
}
#terms {
	float: right;
	margin-top: 25px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
body,td,th {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
a { 
	color: #0000CC;
	text-decoration: none;
}
a.terms { 
	color: #FFFFFF;
	text-decoration: none;
}
a:hover { background-color: #C2DBF4; }
a.terms:hover { background-color: inherit; }
input { 
	padding: 3px; 
	border-style: solid; 
	font-size: 15px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
} 
input:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
select { 
	padding: 3px; 
	border-style: solid; 
	font-size: 14px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
} 
select:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
textarea { 
	padding: 3px; 
	border-style: solid; 
	font-size: 14px; 
	border-width: 1px; 
	border-radius: 4px; 
	border-color: #757575;  
} 
textarea:focus { 
	outline: none; 
	box-shadow: 0px 0px 3px 0px rgba(11,71,132,.75); 
	text-shadow: 0px 0px 0px rgba(42,42,42,.0); 
}
input[type=checkbox] {
	transform: scale(0.9);
	margin: 0;
}
input[type=image] {
	border: 0;
}
/* Dropdown */
#menumembers {
	text-align: center;
	margin-top: 104px;
}
.dropcontainer {
    overflow: hidden;
    font-weight: bold;
    margin: 0 auto;
    display: inline-block;
}
.dropcontainer a {
    float: left;
    font-size: 15px;
    color: #000099;
    text-align: center;
    text-decoration: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
	font-family: 'Patua One', cursive;
    font-size: 17px;
    border: none;
    outline: none;
    color: #000099;
    background-color: inherit;
}
.dropcontainer a:hover, .dropdown:hover .dropbtn {
    background-color: #C2DBF4;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #C2DBF4;
}
.dropdown:hover .dropdown-content {
    display: block;
}
/* END Dropdown */
.prehead {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.headline {
	font-family: 'Patua One', cursive;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #3333CC;
}
ul.headbullet,li.headbullet {
	margin-bottom: 10px;
	font-size: 16px;
}
.subheadline {
	font-family: 'Patua One', cursive;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #3333CC;
}
.featheadline {
	font-family: 'Patua One', cursive;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.memheadline {
	font-family: 'Patua One', cursive;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	color: #3333CC;
}
.indent {
	text-indent:15px;
}
.highlight {
	background-color: #FFFF00;
}
.handwritten {
	font-family: 'Gloria Hallelujah', cursive;
	color: #CC0000;
}
.vau-button {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2065A9), color-stop(1, #0b4884));
	background:-moz-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:-webkit-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:-o-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:-ms-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:linear-gradient(to bottom, #2065A9 5%, #0b4884 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2065A9', endColorstr='#0b4884',GradientType=0);
	background-color:#2065A9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:8px 14px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.vau-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0b4884), color-stop(1, #2065A9));
	background:-moz-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:-webkit-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:-o-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:-ms-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:linear-gradient(to bottom, #0b4884 5%, #2065A9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b4884', endColorstr='#2065A9',GradientType=0);
	background-color:#0b4884;
}
.vau-button:active {
	position:relative;
	top:1px;
}
.vau-button-cc {
	-moz-box-shadow: 0px 1px 0px 0px #c94f00;
	-webkit-box-shadow: 0px 1px 0px 0px #c94f00;
	box-shadow: 0px 1px 0px 0px #c94f00;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f29b13), color-stop(1, #c94f00));
	background:-moz-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-webkit-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-o-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:-ms-linear-gradient(top, #f29b13 5%, #c94f00 100%);
	background:linear-gradient(to bottom, #f29b13 5%, #c94f00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29b13', endColorstr='#c94f00',GradientType=0);
	background-color:#f29b13;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c94f00;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:24px;
	padding:12px 40px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.vau-button-cc:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c94f00), color-stop(1, #f29b13));
	background:-moz-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-webkit-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-o-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:-ms-linear-gradient(top, #c94f00 5%, #f29b13 100%);
	background:linear-gradient(to bottom, #c94f00 5%, #f29b13 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c94f00', endColorstr='#f29b13',GradientType=0);
	background-color:#c94f00;
}
.vau-button-cc:active {
	position:relative;
	top:1px;
}
.vau-button-btc {
	-moz-box-shadow: 0px 1px 0px 0px #133f5d;
	-webkit-box-shadow: 0px 1px 0px 0px #133f5d;
	box-shadow: 0px 1px 0px 0px #133f5d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #185077), color-stop(1, #133f5d));
	background:-moz-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-webkit-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-o-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:-ms-linear-gradient(top, #185077 5%, #133f5d 100%);
	background:linear-gradient(to bottom, #185077 5%, #133f5d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#185077', endColorstr='#133f5d',GradientType=0);
	background-color:#185077;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #133f5d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:21px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.vau-button-btc:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #133f5d), color-stop(1, #185077));
	background:-moz-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-webkit-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-o-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:-ms-linear-gradient(top, #133f5d 5%, #185077 100%);
	background:linear-gradient(to bottom, #133f5d 5%, #185077 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#133f5d', endColorstr='#185077',GradientType=0);
	background-color:#133f5d;
}
.vau-button-btc:active {
	position:relative;
	top:1px;
}
.vau-button-pz {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2065A9), color-stop(1, #0b4884));
	background:-moz-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:-webkit-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:-o-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:-ms-linear-gradient(top, #2065A9 5%, #0b4884 100%);
	background:linear-gradient(to bottom, #2065A9 5%, #0b4884 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2065A9', endColorstr='#0b4884',GradientType=0);
	background-color:#2065A9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.vau-button-pz:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0b4884), color-stop(1, #2065A9));
	background:-moz-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:-webkit-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:-o-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:-ms-linear-gradient(top, #0b4884 5%, #2065A9 100%);
	background:linear-gradient(to bottom, #0b4884 5%, #2065A9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b4884', endColorstr='#2065A9',GradientType=0);
	background-color:#0b4884;
}
.vau-button-pz:active {
	position:relative;
	top:1px;
}
.smallbrokenblueborder { 
	border:2px dashed #3333CC; 
}
.blue { 
	color:#3333CC; 
}
.linkblue { 
	color:#0000CC 
}
.red { 
	color:#CC0000; 
}
.reditalic {
	color: #CC0000;
	font-style: italic;
}
.bluebold {
	color: #3300CC;
	font-weight: bold;
}
.small { 
	font-size: 12px 
}
.indent16 {
	text-indent:15px; 
	font-size: 16px;
}
.sm { 
	font-size: 13px; 
}
.ttitle {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.ttitle2 {
	font-size:14px;
	color: #FFFFFF;
}
.lightgraybg {
	background-color: #EFEFEF;
}
.ptitle {
	font-family: 'Patua One', cursive;
	font-size: 22px;
	font-weight: bold;
	color: #3333CC;
}
.pte {
  font-family: 'Patua One', cursive;
  font-weight: bold;
  font-size: 24px;
  color: #CC0000;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
	font-family: 'Patua One', cursive;
    padding: 2px 16px;
    background-color: #0B4884;
    color: white;
}
.modal-body {
	padding: 5px 16px;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #2065A9;
    color: white;
}
.share-btn {
	display: inline-block;
	color: #ffffff;
	border: none;
	padding: 0.5em;
	width: 4em;
	opacity: 0.9;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	outline: none;
	text-align: center;
}
.share-btn:hover {
	color: #eeeeee;
}
.share-btn:active {
	position: relative;
	top: 2px;
	box-shadow: none;
	color: #e2e2e2;
	outline: none;
}
.share-btn.twitter { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook { background: #3B5998; }
.share-btn.stumbleupon { background: #EB4823; }
.share-btn.reddit { background: #ff5700; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email { background: #444444; }
