﻿#container{
	width: 1050px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #333;
	-webkit-box-shadow: 0px 0px 0px #333;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-left: 0px;
	border-right: 0px;
}
#headercontainer {
	width: 1050px;
	min-width: 1000px;
	box-shadow: 0px 0px 0px #333;
	-webkit-box-shadow: 0px 0px 0px #333;
	border-top: 0px;
	border-bottom: 1px black solid;
	border-left: 0px;
	border-right: 0px;
}

#footer_container {
	min-width: 1050px;
	box-shadow: 0px 0px 0px #333;
	-webkit-box-shadow: 0px 0px 0px #333;
	border-top: 1px black solid;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;


}
#logocontainer {
	float: left; padding-top: 8px; width: 275px; text-align: right;
	font-size: .9em;
	padding-left: 0px;
	text-align: center;
}
#menu_container {
	width: 750px;
	height: 90px;
	padding-top: 10px;
}
ul.dropdown li {
	font-size: 1.5em;
}
ul.dropdown ul {
	width: 250px;
}
ul.dropdown ul li {
	font-size: 22px;
	line-height: 35px;

	}
#header {
	width: 1050px;
	height: 100px;
}
#main_column {
	font-size: 1.1em;
}
.fullscreen {
	display: none;
}
.ipad-instructions {
	display: block;
	width: 100%;
	padding-top: 10px;
	text-align: center;
	font-size: 1.2em;
}
#secondary-menu {
	height: 70px;
}
a.trigger {

	top: 130px;
}
a.trigger2 {
	top: 250px;
}
.panel, .panel2 {
top: 103px;
}

