/* CSS Document */

/* Button Box info pages (hours, directions, services, etc.)
		Shared styles for ALL screens */
		
		
html, body{margin:0;padding:0; }

body{
	background-color: #f4f2e0;
	overflow-x: hidden;
	font-family: 'Open Sans',Verdana, Helvetica, sans-serif;
	}

.hidden {
    display: none;
}

.BBunderline {
	text-decoration:underline;
	text-decoration-style:dotted;
	text-decoration-line: underline;
}

img{
	border:0px;
	}

a{
text-decoration:none;
font-weight:bold;
color:#5c1d12;
}

a:hover{
text-decoration:underline;
color: #443219;
}

ul {
	list-style-type:none;
}

li {
	display: block;
	padding:6px 8px;
	color: #424242;
	line-height: 1.25;
	}

.FAQ {
padding-bottom: 35px;
margin: 0px;
font-size:11px;
line-height:140%
}

.frameWrapper {
position:relative;
padding-bottom:66.67%;
padding-top:0px;
height:0;
overflow:hidden;
max-width:500px;
}

.frameWrapper iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.small {
	font-size:11px;
}