@charset "UTF-8";

a {
	color:#0f202b;
	text-decoration:none;
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Microsoft Sans Serif";
	font-weight: lighter;
	margin-top: 10px;
	color:#0f202b;
	font-size: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #0f202b;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
	border-bottom: 1px dotted #908B71;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 14px;
	color: #b89a5d;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
	padding-top: 1px;
}

hr {
	border-style: dotted;
	border-width: 0.10px;
	color: #b89a5d;
	width: 220px;
	margin-left: 25px;
}
p { font-size:12px;
	color:#755a35;
}

body {
	font: 100% "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	background: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0f0f0b;
	background-image: url(images/bkgrd.jpg);
	background-color: #FAF5BD;
}
#container {
	width: 822px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px dotted #0f202b; /* this overrides the text-align: center on the body element. */
	background-image: url(images/content_bg.gif);
	text-align: left;
}
 #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/header_bg.gif);
	height: 153px;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
div#home {
	width: 74px;
	text-align: right;
	font-weight: lighter;
	margin-left: 735px;
	padding-top: 107px;
}
	
div#header_menu {
	text-align: right;
	margin-left: 500px;
	width: 310px;
	padding: 0px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 px;
}
.clear {
	clear: both;
}

.oneColLiqCtrHdr #footer {
	padding: 0px;
	font-size: 0.7em;
	text-align: center;
	text-transform: uppercase;
}
 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

div#footer a {
	margin: 0 10px;
}
div#footer div#footerinner a {
	font-weight: bold;
}
div#footer div#footerinner {
	font-size: 1em;
	letter-spacing: 2px;
}
div#footer div#footerinner h6 {
	letter-spacing: normal;
	margin-bottom: 5px;
	text-align: center;
	color: #755a35;
}
/*p.error {
	color: #f00;
	font-weight: bold;
}*/
a#here {
    color: #FFFCC4; 
}
a#off {
	display:none;
}
.oneColLiqCtrHdr #container #mainContent #boxes #contactbox .content .style1 img {
	vertical-align: middle;
}
a#active {
	font-weight: bold;
}
ul {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	color: #755a35;
}
a:hover {
	color: #0f202b;
	text-decoration: underline;
}
img {
	vertical-align: middle;
	margin-left: 15px;
}
.socialmedia {
	width: 200px;
	display: inline;
	margin-left: 255px;
	margin-top: 0px;
}
.thrColAbsHdr #container #mainContent table tr td p iframe {
}
.thrColAbsHdr #container #mainContent table tr td p {
	color: #0F0F2b;
}
.thrColAbsHdr #container #mainContent hr {
	width: auto;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

