@charset "utf-8";
.oneColFixCtrHdr #footer2 {
	padding-top: 5px;
}
.oneColFixCtrHdr #footer2 p {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer2 a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #14331C;
	background-attachment: fixed;
	background-image: url(jpg_images/bg_site.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.oneColFixCtrHdr #mainContent #mainContent2 #stylecontent2 ol {
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	text-align: center;
}

.oneColFixCtrHdr #container {
	width: 904px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-color: #FFCE73;
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr #menubottom {
	height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.oneColFixCtrHdr #container2 {
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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. */
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #0D1009;
	border-right-color: #0D1009;
	border-bottom-color: #0D1009;
	border-left-color: #0D1009;
	height: 83px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px none #000000;
}
.oneColFixCtrHdr #mainContent2 {
	padding-right: 130px;
	padding-left: 130px;
	background-image: url(jpg_images/bg_page.jpg);
}
.oneColFixCtrHdr #stylecontent1 {
	background-color: #ECEEDF;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent #mainContent2 #stylecontent1 h2 {
	font-size: 16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #9DA860;
}

.menutable {
	text-align: center;
	vertical-align: top;
	margin: 5px;
	border: 3px double #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.oneColFixCtrHdr #stylecontent1 .menutable p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}

.oneColFixCtrHdr  #stylecontent1  .menutable  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #999999;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.oneColFixCtrHdr #mainContent2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
	color: #9DA860;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-bottom-color: #D4D9B9;
	padding-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	background-color: #ECEEDF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #contact {
	background-color: #D4D9B9;
	margin-top: 10px;
	border: 10px none #D4D9B9;
	padding: 10px;
}
.oneColFixCtrHdr #mainContent2 a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent2 #contact p {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
	border: 3px double #999999;
	background-color: #ECEEDF;
}
.oneColFixCtrHdr #mainContent2 #contact a {
	color: #666666;
	text-decoration: none;
}
.oneColFixCtrHdr #header2 {
	height: 242px;

}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #menu {
	background-color: #FFDF9D;
	height: 28px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-left: 15px;
}
.oneColFixCtrHdr #mainContent2 #contact a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #links {
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px none #D4D9B9;
	color: #9DA860;
	padding-bottom: 15px;
}
.oneColFixCtrHdr #mainContent #mainContent2 #contact p {
	color: #9DA860;
	font-weight: bold;
}
.greybold {
	font-weight: bold;
	color: #9DA860;
}

.oneColFixCtrHdr #links a {
	color: #9DA860;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #mainContent2 a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.oneColFixCtrHdr #links a:hover {
	color: #666666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #stylecontent2 {
	background-color: #FFF5E1;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.image1 {
	border: 3px double #D4D9B9;
}
.oneColFixCtrHdr #mainContent #mainContent2 #stylecontent2 h2 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #9DA860;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #9DA860;
	border-right-color: #9DA860;
	border-bottom-color: #9DA860;
	border-left-color: #9DA860;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.greenbold {
	font-weight: bold;
	color: #666666;
}
.oneColFixCtrHdr #mainContent #mainContent2 #stylecontent2 #form1 {
	padding: 10px;
	border: 3px double #D4D9B9;
}
.oneColFixCtrHdr  #mainContent  #mainContent2  #stylecontent2  #form1  td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.oneColFixCtrHdr #mainContent #mainContent2 #stylecontent2 #form1 label {
	font-size: 12px;
	color: #9DA860;
	padding-right: 10px;
}
.oneColFixCtrHdr #offer {
	border: 6px solid #D4D9B9;
	padding: 10px;
	text-align: center;
}
.oneColFixCtrHdr #offer h3 {
	text-transform: uppercase;
	color: #9DA860;
	border-top-color: #D4D9B9;
	border-right-color: #D4D9B9;
	border-bottom-color: #D4D9B9;
	border-left-color: #D4D9B9;
	margin: 0px;
}
.oneColFixCtrHdr #footer2 #facebook p {
	margin: 0px;
	padding: 5px;
}
.oneColFixCtrHdr #footer2 #facebook a {
	color: #FFFFFF;
}



.fieldbg {
	background-color: #ECEEDF;
	color: #666666;
}

