@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	font-family: 'Dosis', Arial;
	font-size: 22px;
	background-color: #FFFFFF;
	line-height: 32px;
	background-image: url(images/w-back.png);
	background-repeat: repeat-y;
	background-position: center top;
}
ul.menu.menu-large {
	margin-left: 0px;
	padding-left: 0px;
}
.links {
	color: #603912;
	text-decoration: underline;
}
.oneColLiqCtr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColLiqCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtr #footer {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/button-back.jpg);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
}
.oneColLiqCtr #header {
	background-image: url(images/w-back-sm.png);
	background-position: center top;
	clear: both;
}
.headers {
	font-size: 40px;
	color: #0066FF;
	font-family: 'Vollkorn', cursive, Verdana, Arial, Helvetica, sans-serif;
	line-height: 60px;
	margin: 0;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}
.headerbanner {
	font-size: 30px;
	color: #F00;
	font-family: 'Vollkorn', cursive, Verdana, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
	font-weight: normal;
	text-align: center;
}
.headerssmall {
	font-size: 18px;
	color: #0066FF;
	font-family: 'Vollkorn', cursive, Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.headerslargeblue {
	font-size: 30px;
	color: #0066FF;
	font-family: 'Vollkorn', cursive, Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.bluetxt {
	color: #0066FF;
}
.headerslarge {
	font-size: 30px;
	color: #323133;
	font-family: 'Vollkorn', cursive, Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.picshadow {
	-webkit-box-shadow: 7px 7px 7px #666666;
	box-shadow: 0px 0px 8px #999999;
	border: 4px double #ffffff;
    }
.links {
	color: #0066FF;
	text-decoration: underline;
}
.linkswhite {
	color: #ffffff;
}
.menufont {
	color: #0066FF;
	font-family: 'Vollkorn', serif;
	font-size: 34px;
}
.footertext {
	font-size: 14px;
}
.headfont {
	color: #ffffff;
	font-family: 'Dosis', Arial;
	font-size: 20px;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 40px;
	color: #0066FF;
	font-family: 'Vollkorn', cursive, Verdana, Arial, Helvetica, sans-serif;
	line-height: 60px;
	margin:0;
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
}
.oneColLiqCtr #terms {
	width: 80%;
	height: 200px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-attachment: scroll;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtr #buttonback {
	width: 100%;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-image: url(images/button-back.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menufont {
	color: #FFFFFF;
	font-family: 'Headland One', serif;
	font-size: 14px;
	font-weight: bold;
}
.oneColLiqCtr #text {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	padding-right: 10%;
	padding-left: 10%;
	width: 80%;
	text-align: left;
}
.oneColLiqCtr #text2 {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	padding-right: 10%;
	padding-left: 10%;
	width: 80%;
}
.oneColLiqCtr #textgray {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	padding-right: 10%;
	padding-left: 10%;
	width: 80%;
	background-color: #E9E9E9;
	display: block;
}
div.fillscreen {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

img.fit {
    max-width: 100%;
    max-height: 100%;
	}
img.30 {
    max-width: 20%;
    max-height: 20%;
	}
.wrap
{
    width: 450px;
    height: 500px;
    padding: 0;
    overflow: hidden;
}
.picshadow {
	-webkit-box-shadow: 5px 5px 5px #cccccc;
	box-shadow: 0px 0px 10px #c7c7c7;
	border: 4px single #E20013;
    }
	
.column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
