body {
	margin-left: auto;
	margin-right: auto;
}

#top,
#bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 78%;
}

#top {
    top: 0;
    background-color: white;
}

#bottom {
    bottom: 0;
    background-color: #2D568C;
}

#logo {
	position: relative;
	display: block;
	top: 1%;
	text-align: center;
}

#logo img {
	height: 6em;
	display: inline-block;
}

li {
	display: inline;
}

a:link {
    text-decoration: none;
	color: inherit;
}

a:visited {
    text-decoration: none;
	color: inherit;
}

#topmenu {
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif, ‘Arial Narrow’, sans-serif;
	font-variant: small-caps;
	color:  #2D568C;
	width: 100%;
	border: none;
	margin-top: -1em;
}

#topmenu li {
	font-size: 1em;
	padding: .5em;
	margin-right: 4%;
	margin-left: -4%;
}

#topmenu li img {
	height: .75em;
}

.feature {
	display: none;
}

.feature img {
	display: none;
}

.text {
		margin-left: 0;
		margin-right: 0;
		height: 82%;
		background-color: #FFFFFF;
		font-family: 'Open Sans Condensed', ‘sans-serif’, ‘Arial Narrow’, ‘sans-serif’;
}

.text li {
	display: block;
	float: left;
	width: 100%;
}

.textbox {
	padding: .75em;
	font-size: .75em;
	height: 92%;
}

.title {
	font-size: 1.75em;
	text-align: left;
	margin-right: 0;
	margin-left: .5em;
	font-family: 'Open Sans Condensed', ‘sans-serif’, ‘Arial Narrow’, ‘sans-serif’;
	font-variant: small-caps;
	color: #FFFFFF;
}

.column1 {
	display: none;
}

.column1 img {
	display: none;
}

.column2 {
	width: 50%;
	float: left;
	padding: 1em;
	margin-top: -2em;
	text-align: center;
	font-size: 110%;
}

.column3 {
	width: 25%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #383838;
}

.column3 img {
	max-width: 100%;
}
	
.footer {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: 'Open Sans Condensed', 'sans-serif', ‘Arial Narrow’, 'sans-serif';
	font-size: .75em;
	position: absolute;
    bottom: 0;
    right: 0;
	padding: 0.3em;
}


@media only screen and (max-device-width: 414px) and (orientation:landscape) {       
#top,
#bottom {
    height: 50%;
}

#bottom {
	top: 50%;
	height: 25em;
}
#logo img {
	height: 6em;
}

#topmenu {
	margin-top: -2.5em;
	padding: 1em;
}
#topmenu li {
	font-size: 1em;
}

#topmenu li img {
	height: 1em;
}

.column1 {
	display: block;
	width: 30%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 37%;
}
}

@media only screen and (min-device-width: 415px) and (max-device-width: 799px) and (orientation: portrait) {       
#logo img {
	height: 8em;
}

#topmenu li {
	font-size: 1.25em;
	padding: 1em;
}

#topmenu li img {
	height: 1em;
}

.title {
		font-size: 2em;
}
}

@media only screen and (min-device-width: 415px) and (max-device-width: 799px) and (max-device-height: 480px) and (orientation: landscape) {             
#top,
#bottom {
    height: 55%;
}

#bottom {
	top: 45%;
	height: 25em;
}

#logo img {
	height: 6em;
}

#topmenu li {
	font-size: 1.25em;
	padding: 1em;
	margin-top: -1em;
}

#topmenu li img {
	height: 1em;
}

.title {
		font-size: 2em;
}

.text {
		height: 80%;
}

.column1 {
	display: block;
	width: 30%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 37%;
}
}

@media only screen and (min-device-width: 415px) and (max-device-width: 799px) and (min-device-height: 481px) and (orientation: landscape) {             
#bottom {
	top: 22%;
	height: 28em;
}

#logo img {
	height: 6em;
}

#topmenu li {
	font-size: 1.25em;
	padding: 1em;
}

#topmenu li img {
	height: 1em;
}

.title {
	font-size: 2em;
}
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1023px){       
#top,
#bottom {
    height: 78%;
}

#bottom {
	top: 22%;
	height: 30em;
}

#logo {
	position: absolute;
    top: 2%;
    left: 2%;
}

#logo img {
	height: 6em;
}

#topmenu {
	float: right;
	text-align: right;	
	margin-top: .25em;
}
	
#topmenu li {
	font-size: 1em;
	text-align: right;
	margin-right: 0;
	margin-left: 0;
}

#topmenu li img {
	height: .75em;
}

.feature {
	text-align: right;
	display: block;
}

.feature img {
	display: block;
	max-width: 8em;
	position: absolute;
	top: -2.75em;
	right: .5em;
}

.title {
	font-size: 2em;
	margin-right: 4.5em;
	text-align: right;
}

.text {
	margin-left: 4em;
	margin-right: 4em;
}	

.column1 {
	display: block;
	width: 30%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 32%;
	margin-top: -1em;
}

.column3 {
	width: 30%;
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1279px){       
#top,
#bottom {
    height: 78%;
}

#logo {
	position: absolute;
    top: 2%;
    left: 2%;
}

#logo img {
	height: 7.5em;
}

#topmenu {
	float: right;
	text-align: right;	
	margin-top: 1%;
}
	
#topmenu li {
	font-size: 1.25em;
	text-align: right;
	padding-left: 4%;
	padding-right: 4%;
	margin-right: 0;
	margin-left: 0;
}

#topmenu li img {
	height: 1em;
}

.feature {
	text-align: right;
	display: block;
}

.feature img {
	display: block;
	max-width: 10em;
	position: absolute;
	top: -3.75em;
	right: 1em;
}

.title {
	text-align: right;
	font-size: 2.75em;
	margin-right: 4.25em;
}

.text {
	margin-left: 6em;
	margin-right: 6em;
}

.column1 {
	display: block;
	width: 30%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 32%;
	margin-top: -1em;
}

.column3 {
	width: 30%;
}

.footer {
	font-size: .825em;
}		
}

@media only screen and (min-device-width: 1280px) and (max-device-width: 1599px){       
#top,
#bottom {
    height: 78%;
}

#logo {
	position: absolute;
    top: 2%;
    left: 2%;
}

#logo img {
	height: 8em;
}

#topmenu {
	float: right;
	text-align: right;
	padding-top: 1%;
}

#topmenu li {
	text-align: right;
	padding-left: 4%;
	padding-right: 4%;
	margin-right: 0;
	margin-left: 0;	
	font-size: 1.5em;
}

#topmenu li img {
	height: 1.25em;
}

.feature {
	text-align: right;
	display: block;	
}

.feature img {
	display: block;
	max-width: 11em;
	position: absolute;
	top: -4em;
	right: 1em;
}

.title {
	font-size: 2.75em;
	text-align: right;
	margin-right: 5.75em;
}

.text {
	margin-left: 8em;
	margin-right: 8em;
}

.textbox {
	padding: 1em;
	font-size: 1em;
}

.column1 {
	display: block;
	width: 30%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 32%;
	margin-top: -2em;
}

.column3 {
	width: 30%;
}

.footer {
	font-size: .825em;
}		
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 1919px) {       
#top,
#bottom {
    height: 78%;
}

#logo {
	position: absolute;
    top: 2%;
    left: 2%;
}

#logo img {
	height: 10em;
}

#topmenu {
	float: right;
	text-align: right;
	padding-top: 1%;
}

#topmenu li {
	text-align: right;
	padding-left: 4%;
	padding-right: 4%;
	margin-right: 0;
	margin-left: 0;	
	font-size: 2em;
}

#topmenu li img {
	height: 1.5em;
}

.feature {
	text-align: right;
	display: block;	
}

.feature img {
	display: block;
	max-width: 14em;
	position: absolute;
	top: -4em;
	right: 1em;
}

.title {
	font-size: 2.75em;
	text-align: right;
	margin-right: 5.75em;
}

.text {
	margin-left: 8em;
	margin-right: 8em;
}

.textbox {
	padding: 1em;
	font-size: 1.25em;
}

.footer {
	font-size: 1.25em;
}

.column1 {
	display: block;
	width: 30%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 32%;
	margin-top: -1em;
}

.column3 {
	width: 30%;
}
}

@media only screen and (min-device-width: 1920px) and (max-device-width: 2400px){       
#top,
#bottom {
    height: 78%;
}

#logo {
    position: absolute;
	top: 2%;
    left: 2%;
}

#logo img {
	height: 12em;
}

#topmenu {
	float: right;
	text-align: right;
	padding-top: 1%;
}

#topmenu li {
	text-align: right;
	padding-left: 4%;
	padding-right: 4%;
	margin-right: 0;
	margin-left: 0;	
	font-size: 2em;
}

#topmenu li img {
	height: 1.5em;
}

.feature {
	text-align: right;
	display: block;	
}

.feature img {
	display: block;
	max-width: 18em;
	position: absolute;
	top: -7em;
	right: 1em;
}

.title {
	font-size: 4.5em;
	margin-right: 4.25em;
	text-align: right;
}

.text {
	margin-left: 8em;
	margin-right: 8em;
	height: 82%;
}

.textbox {
	padding: 1.5em;
	font-size: 1.5em;
}

.column1 {
	display: block;
	width: 28%;
	height: 95%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 32%;
	margin-top: -2em;
}

.column3 {
	width: 28%;
	height: 95%;
}

.footer {
	font-size: 1.25em;
}
}

@media only screen and (min-device-width: 2401px){       
#top,
#bottom {
    height: 78%;
}

#bottom {
	top: 22%;
	height: 65em;
}

#logo {
    position: absolute;
	top: 2%;
    left: 2%;
}

#logo img {
	height: 14em;
}

#topmenu {
	float: right;
	text-align: right;
	padding-top: 1%;
}

#topmenu li {
	text-align: right;
	padding-left: 4%;
	padding-right: 4%;
	margin-right: 0;
	margin-left: 0;	
	font-size: 2em;
}

#topmenu li img {
	height: 1.5em;
}

.feature {
	text-align: right;
	display: block;	
}

.feature img {
	display: block;
	max-width: 22em;
	position: absolute;
	top: -7em;
	right: 1em;
}

.title {
	font-size: 5em;
	margin-right: 4.75em;
	text-align: right;
}

.text {
	margin-left: 10em;
	margin-right: 10em;
	height: 85%;
}

.textbox {
	padding: 1.25em;
	font-size: 1.75em;
}

.column1 {
	display: block;
	width: 30%;
	height: 97%;
	float: left;
	padding: .5em;
	background-color: #989898;
}

.column1 img {
	display: block;
	max-width: 100%;
}

.column2 {
	width: 32%;
	margin-top: -1em;
}

.column3 {
	width: 30%;
}

.footer {
	font-size: 1.5em;
}	
}
