@charset "UTF-8";
#master {
}


#footer {
	position: absolute;
	left: 0px;
	top: 808px;
	width: 1200px;
	height: 33px;
	z-index: 6;
	color: #C93F3E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#master #footer table tr td a {
	color: #BA3424;
}
#master #navi {
	width: 900px;
	height: 40px;
	position: relative;
	float: left;
	margin-left: 225px;
	margin-top: -6px;
	z-index: 1000;
}

<style>

ul{
margin:0;
padding:0;
}

li{
display:inline;
list-type:none;
}

<style type="text/css">

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
	display: inline;
}


#underlinemenu ul li a{
	float: left;
	color: gray;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 15px;
	text-decoration: none;
	background-repeat: repeat-y;
	background-position: top right repeat-y;
	background-image: url(media/menudivide.gif);
	background-color: #FFFFFF;
	margin-left: 1px;
	border-right: thin solid #5B5A5A;
}

#underlinemenu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid black;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 9px;
	padding-right: 9px;
	border-right-color: #635E5E;
}
#master #form-app {
	position: absolute;
	width: 399px;
	left: 406px;
	top: 282px;
	height: 471px;
	border: thin solid #5C5C5C;
	z-index: 1000;
	font-size: 12px;
}









* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
#master #faxnumber {
	position: absolute;
	width: 200px;
	left: 451px;
	top: 670px;
	z-index: 1000;
}
#master #tabs {
	width: 1100px;
	position: absolute;
	left: 138px;
	top: 672px;
	z-index: 1000;
	height: 56px;
}
#master #printGif {
	width: 865px;
	position: absolute;
	z-index: 1000;
	left: 160px;
	top: 102px;
	height: 237px;
}
#master #maps {
	position: absolute;
	height: 255px;
	width: 428px;
	z-index: 1000;
	left: 36px;
	top: 344px;
}
#master #door {
	position: absolute;
	width: 156px;
	height: 351px;
	z-index: 1000;
	left: 534px;
	top: 294px;
}






.box_container2{position:relative; width:156px; overflow:hidden; height:351px; background: black; color:white;}
.box_image2{ position:absolute; }
.box_info2 { margin:10px; font-family: 'Georgia'; font-weight: bold; }
@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
