@charset "utf-8";
/* CSS Document */

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: #FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}
a:link { color: #be9c83; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:visited { color: #724207 ; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
a:hover { color: #ffad56 ; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; }
a:active {
	color: red;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
p { font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left; }
.headline {
	color: #9C102D;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-stretch: semi-expanded;
}
.bulets { font-size: small; font-style: italic; text-align: left; }
#mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer p {
	color: #FFFFFF;
	font-size: x-small;
	margin: 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #9c102d;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 30;
}
#sidebutton {
	padding: 10px;
	float: right;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* 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 none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	position: relative;
}
.oneColLiqCtrHdr #header {
	background: #9c102d; 
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: static;
	bottom: 0px;
} 
.darkTextregular {color: #192a12; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; padding: 3px; }
.white_smalltext {color: #FFFFFF; font-size: small; }
.pricestable {
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
