BODY {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

#logobox {
	z-index: 999;
	margin-right: 100%;
	position: absolute;
	padding-left: 20px;
	padding-top: 20px;
}

#menubar {
	width: 100%;
	height: 53px;
	background-color: #1784cb;
text-align: right;
}

#footerbar {
	width: 100%;
	height: 30px;
	background-color: #1784cb;
text-align: center;
color:  #FFF;
line-height: 2.0em;
}

#innermenubar {
	width: 1024px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#seattlebox {
	width: 1004px;
	height: 254px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/seattle-background.jpg);
	padding-top: 60px;
	padding-left: 20px;
}

#seattleboxsmall {
	width: 1004px;
	height: 133px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/seattle-background-small.jpg);
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#textbox {
	width: 1024px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

H1 {
	margin: 0px;
	font: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
}


#nobodybox {
	width: 1024px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-top: 20px;
}

#menubar a:link {
	color: #efefef;
    text-decoration: none;
	text-align: center;
	display: block;
	
}

#menubar a:visited {
	color: #efefef;
}

#menubar a:hover {
	color: #FFF;
	background-color: #03C;
}

#menubar LI {
	float: left;
	margin-left: 15px;
	color: #FFF;
	font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.000em;
}

#menubar LI a:hover {
	border-radius: 15px;
	border: 2px solid white;
	background-color: #165a85;
	
	padding-right: 10px;
	padding-left: 10px;
}

#menubar LI a:link {
    border-radius: 15px;
	border: 2px solid white;
	
	padding-right: 10px;
	padding-left: 10px;
}
#menubar UL {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 0px;
	float: right;
}

#promobox {
	height: 280px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}

#box1 {
	width: 25%;
	height: 280px;
	float: left;
}

#box2 {
	width: 25%;
	height: 280px;
	float: left;
}

#box3 {
	width: 25%;
	height: 280px;
	float: left;
}

#box4 {
	width: 25%;
	height: 300px;
	float: left;
}

.smalltext {
	font-size: 12px;
}



#promobox P {
	padding-left: 5px;
	padding-right: 5px;
}



/* LEGACY CSS */


input {
    width: 250px;
	height: 30px;
	padding:0px 5px;
	box-sizing:border-box;
  }

input.error{
	border-color:red;
}
.e_message{
	color: #f00;
    padding: 5px 0px;
    font-weight: bold;   
}
.conf_message{
	color: #fff;
    font-size: 23px;
    padding: 40px 0px;
}


@font-face {
    font-family: 'beillingsdayregular';
    src: url('../beillingsday.woff2') format('woff2'),
         url('../beillingsday.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




#footer {
	width: 1024px;
	float: left;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 11px;
	text-align: left;
}

#footer a:link {
	color: #FFF;
}

#footer a:visited {
	color: #FFF;
}

#menu LI {
	float: left;
	width: 142px;
	list-style: none;
	font-size: 17px;
	line-height: 1.7em;
	text-align: center;
}

#menu UL {
	margin-top: 0px;
	text-align: center;
}



.smaller {
	font-size: 12px;
	font-style: italic;
}

.bigger {
	font-size: 20.5px;
	font-weight: bold;
}




@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
