@charset "utf-8";
/* CSS Document */


/* Portrait */
@media screen and (orientation:portrait) {
   .firstChoiceImage { width:100%; height:150px; }
   .logoImage { margin-top:2px; }
}
/* Landscape */
@media screen and (orientation:landscape) {
	#topHeader { position:relative; margin:0px auto; top:0px; left:0px; width:100%; height:75px; background-color:#000; z-index:1000; text-align:left; }
	#topImage { position:relative; margin:0px auto; top:0px; left:0px; width:100%; z-index:1; }
	.headerText { position:absolute; margin:0px auto; top:20px; right:0px; width:55%; z-index:1; background-color:#000; }
	.headerContent { font-family:"Eras_Light";text-align: right;font-size: 0.7em;color:#FFF; vertical-align:top; text-transform:uppercase; }
   .firstChoiceImage { width:100%; height:175px; }
   .mapImage { width:60%; height:250px; }
   .logoImage { margin-top:2px; margin-left:10px; width:40%; height:70px; }
   .sectionTitle { position:relative; top:-5px; left:0px; width:100%; height:40px; padding-top:10px; font-family:"Eras_Light"; text-align: justify; vertical-align:middle; font-size: 2em; font-weight:lighter; color:#f3da08; text-transform:capitalize; background-color:#000; }
	.contentText { position:relative; top:0px; left:0px; width:97%; padding:10px; margin:0px auto; font-family:Tahoma, Geneva, sans-serif;text-align:left;font-size: 1em; color:#000; line-height:1em;vertical-align:top; }
	.formText { height:25px; width:45%; border:1px thin #454545; color:#454545; margin-bottom:5px; }
	.formMessage { height:100px; width:45%; border:1px thin #454545; color:#454545; margin-bottom:5px; }
	.formSubmit { height:35px; width:46%; border:1px thin #454545; color:#000; background-color:f3da08; margin-bottom:5px; }
}