html {height:auto !important;}
a img{border:0px}
body {
	margin: 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #555;
	font-weight: normal;
	padding-bottom: 10px;
}
#outerdiv{
	background-position: right top;
	background-repeat: no-repeat;
	max-width: 900px;
	margin: 0px auto;
	padding: 0px 0px;
}
#topdiv{
	background-image:url(../images/curve-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 900px;
	margin: 0px;
	padding: 0px 0px;
}
.logopos{
	margin: 0;
	width: 178px;
	height: auto;
}
.maincell {
	padding: 0px 10px;
}

.maincell img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
h1{
	color: #595959;
	font-size: 1.273em;
	line-height: 1.5em;
	font-weight: bold;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #00478A;
	font-weight: normal;
}
a:visited {
	color: #00478A;
}
a:hover {
	color: #004488;
}
#box{
	border: 1px solid #99CC33;
	background-color: #FBFBFB;
	padding: 10px 30px;
	text-align:center;
	font-size: 1.091em;
}	
ul, li {
	margin-top: 0px;
}
.nopad{
	margin: 25px 0px 0px 0px;
}
.lipad{
	margin: 15px ;
}
.smltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.909em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	text-align: center;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.909em;
	line-height: 1.5em;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	text-align: center;
	max-width: 890px;
	margin:10px auto 0;
	padding:5px;
}
#footer > a {
	color: #666666;
	text-decoration: none;
	display: block;
	margin: 15px 0;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a.selected {
	color: #000000;
	text-decoration: underline;
}

.footerlogo img {
	max-width: 150px; height: auto
}

#surveyform table{
	border-collapse: separate;
	border-spacing: 5px;
	margin-left:-5px
}

#surveyform td{
	vertical-align:middle !important;
	text-align:center;
}
#surveyform td.question{
	font-weight:bold;
	text-align:left;
}

#surveyform th {
	background-color:#EEE;
	padding:5px;
	width:60px
}

#contactform table{
	border-collapse: separate;
	border-spacing: 5px;
	margin: 10px 0px 20px -5px;
}
#contactform td{
	background-color:#EEE;
	padding:5px;
	vertical-align:top;
}
textarea{
	resize: vertical;
	min-height: 100px;
	width:400px;
}
textarea, input[type=text],
input[type="tel"],
input[type="email"],
input[type="date"] {
	border:1px solid #CCC;
	padding:5px 
}

#menu {
	list-style: none;
	padding: 0;
	display:none;
}
#menu.show {
	display:block;
}
#menu li {
	border-bottom: 1px solid #dfdfdf;
}
#menu li:first-child {
	border-top: 1px solid #dfdfdf;
}
#menu li.external {
	border: 1px solid #dfdfdf;
	position: relative;
	margin-top: 15px;
}
#menu li.external > a {
	padding: 2em 2em 3.5em;
}
#menu li.external:after {
	content: "Opens new page. \2192";
	color: #f68b0b;
	position: absolute;
	left: 2em;
	bottom: 2em;
	width: 100%;
		
}
#menu a {
	color: #595959;
	text-decoration: none;
	font-size: 1em;
	padding: 1em 0;
	display: block;
}
#menu a:hover,
#menu li.selected > a {
	color: #f68b0b;
}

ul.staff_list {
	list-style: none;
	margin:0px;
	padding:0px;
	border-top:1px solid #DDD;
}
ul.staff_list h4 {
	text-align: center;
}
ul.staff_list li {
	position: relative;
	border-bottom:1px solid #DDD;
}
ul.staff_list img {
	left:0;
	top:0;
	width:150px;
	height:150px;
	border-radius: 50%;
	display:block;
	margin: 5px auto;
}

.maincell td {
	padding-right: 20px;
}

h2 {
	color: #444;
	font-size: 1.15em;
}

h2.orange {
	color: #F68B0B;
}

h2 + p.nopad {
	margin: 0;
}
.fRight,
.fLeft {
	padding: 10px;
	box-sizing: border-box;
}
.fRight {
	float: right;
}

.fLeft {
	float: left;
}
#left {
	text-align:center;
	padding: 0 10px;
	
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 15px;
}

#left .externalLogo {
	display: none;
}
#logo {
	padding-left: 56px;
}
#menuHotDog {
	text-align: right;
}


label {
	display: block;
	margin-bottom: 10px;
}

label > span:first-child {
	display: block;
}

label > span + input {
	width: 100%;
}

.choices > span:first-child {
	margin: 15px 0 7px;
	display:block;
}
.choices label {
	padding-left: 20px;
}

label.textbox {
	margin-top: 10px;
}

label.textbox textarea {
	width: 100%;
}

table.scale {
	width: 100%;
}

#surveyform > div {
	border-bottom: 1px dotted #999;
	padding: 10px 0;
}

button,
a.button,
input[type="submit"] {
	border: none;
	color: #fff;
	background: #F68B0B;
	padding: 8px 16px 6px;
	font-weight: bold;
	border-radius: 5px;
}

#map-canvas {
	height: 200px;
	border: 1px solid #999;
	margin-bottom: 15px;
}

#google_translate_element {
	margin-top: 15px;
	text-align: center;
}

@media all and (min-width: 480px)
{	
	ul.staff_list h4 {
		margin-bottom: -5px;
	}
	
	ul.staff_list li {
		min-height: 160px;
		padding-left: 160px;
	}
	
	ul.staff_list img {
		position: absolute;
		margin: 0;
	}
	
	.maincell img {
		width: auto;
	}
	
	label > span:first-child {
		width: 100px;
		display: inline-block;
		vertical-align: top;
	}
	
	label.textbox > span:first-child {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	
	label > span + input {
		width: calc( 100% - 100px);
		box-sizing: border-box;
	}
}

@media all and (min-width: 600px)
{
	#footer > a {
		display: inline-block;
		border-right: 1px solid #666;
		padding: 0 0.7em;
	}
	#footer a:last-of-type {
		border-right: none;
	}
}

@media all and (min-width: 660px)
{
	html {
		background-image: url('/images/back.svg');
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	#menu {
		display: block;
	}
	#menu li:first-child {
		/*border-top: none;*/
	}
	#menuHotDog {
		display: none;
	}
	#content > div{
		vertical-align:top;
		display: inline-block;
		box-sizing: border-box;
	}
	
	.maincell {
		border-left: solid 1px #DFDFDF;
		width: calc(100% - 200px);
		padding: 0px 30px;
	}
	
	#left {
		width:200px;
		text-align: left;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	#left .externalLogo {
		max-width: 75%;
		height: auto;
		margin: 15px auto;
		display: block;
	}
	
	.footerlogo{
		display:none;
	}
	
	#logo {
		padding-left: 0;
		padding-bottom: 20px;
		display:block;
	}
	
	#menu li > a {
		padding-left: 5px;
	}
	
	.lipad{
		margin: 0 0 5px;
	}
}