@charset "utf-8";
/* CSS Document */



body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #2C242C;
	background-color: #fff;
}
#header {
	width: 100%;
	height:400px;
	position:relative;
}

#main {
	padding: 4px 8px;
	margin: 4px 8px;
	color: #333;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
	font-family:fanwood-text, serif;
	font-size:108%;
	box-sizing:border-box;

}
#cont {
    width:1200px;
    max-width:100%;
    margin:20px auto;
}
h1 {
	color:#333330;
		font-family:cantarell, sans-serif;
		text-align:center;
}
h2, h3 {
	color: #A27779;
	font-family:cantarell, sans-serif;
	font-size:94%;

}
h4 {
	color: #333333;
	font-family:cantarell, sans-serif;	
}
h5 {
	color:#49494F;
	padding: 6px;
	border: 1px solid #b7b7b7;
	border-radius: 4px;
		font-family:cantarell, sans-serif;
		background-color:#ffffff;
	background-color:hsla(9,31%,79%,0.5);
}
h6 {

	font-family:cantarell, sans-serif;
	font-size:85%;
	margin:2em 1em .5em;
}
#footer {
	margin-top:10px;
	padding-top:4px;
	border-top:1px solid #ccc;
}
li {

	margin: .5em 0 .5em 1;
}
table {
}
td {
	vertical-align: top;

}
legend {
	color: #BDAB9F;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: 800;
}
fieldset {
	padding: 20px;
	border-radius:4px;
	border:1px groove #999;
}
p {
	font-weight: normal;
	text-transform: none;
	line-height:normal;
}
input[type="text"], input[type="tel"], textarea {
	font-size: 100%;
	color: #2C242C;
	font-family:abel, sans-serif;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color:hsla(9,31%,79%,0.5);
}
form li {
	margin: 1em;
}
label {
	line-height:1.5em;
	clear:right;
	font-weight:800;
}
.off {
	display: none;
}
img {
	max-width:100%;
}
.imgon {
	width: 18px;
	float: right;
	margin-top: 4px;
	margin-right: 40px;
}
.imgoff {
	display: none;
}
.on {
	display: block;
	font-weight: normal;
}
.rtsmall {

	text-align: right;
}

.abspos {
	position: absolute;
	visibility: visible;
	z-index: 10;
	color: #fff;
	font-size: 36px;
	height: auto;
	width: auto;
	background-color: hsla(358,19%,65%,0.50);
	padding: 4px;
	border-radius: 4px;
}
.abspos2 {
	position:relative;
	visibility: visible;
	z-index: 10;
	color: #fff;
 width:200px; 
 text-align:center; 
 text-transform:uppercase; 
 font-size:60%; 
	height:18px;
	background-color: hsla(358,19%,65%,0.50);
	padding: 2px;
	border-radius: 4px;
}
#header a {
color:#fff;
text-decoration:none;
font-weight:700;
}
#main ol li {
	border-top: 1px solid #ECDFDF;
	line-height: 1.5;
}
#main ol li ol li {
	border-top: none 0 #000;
	line-height: 1.25em;
}
.inner {

	font-size: 10px;

}
a {
	color:#4870A6;
}
.hilight {
	background-color:#EEEE86;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	color:black;
}
.top {
	border-top:1px solid #ddd;
		border-left:1px solid #ddd;
			border-right:1px solid #bbb;
		border-bottom:1px solid #bbb;
	text-transform:uppercase;
	text-decoration:none;
	color:#eee;
	font-weight:800;
	font-size:80%;
	text-align:center;
	font-family:"Myriad Pro Light", "Franklin Gothic Medium", sans-serif;
	background-color:#523A3A;
	float:right; 
	width: 30px;
	padding:4px 0 0;
}
.info {
	border-bottom:1px dashed #666;
}
hr {
	border-top: 1px solid #d7d7d7;
	height: 1px;
	margin:0;
}

p {
	margin-left: 40px;
	line-height:1.5em;
}


.divleft li  {
	background-color:#ddd;
	padding:4px;
	margin-top:2px;
	border-radius:4px;
}
.divleft ul {
	padding:2px;	
	margin:2px;
	list-style:none;
}
.divleft a {
	text-decoration:none;
	color:#333;
}
.rdiv {
	padding: 4px;
	clear: right;
	float: left;
	width: 75%;
}
.divleft {
	padding:2px;
	margin:2px;
	border-radius:4px;
	border:1px solid #ccc;
	float: left;
	width: 24%;
	box-sizing:border-box;
	font-size:11px;
	list-style:none;
	text-transform:uppercase;
	font-family:"Myriad Pro Light", "Franklin Gothic Medium", sans-serif;
}
