@charset "utf-8";
/* CSS Document */
body {
	font: 100% 	arial;
	background: #CDF3E3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	/*padding: 0;*/
	padding-top: 10px;
	padding-bottom: 10px;
	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;
}
.oneColLiqCtrHdr #container {
	\width:80%; /* this will create a container 80% of the browser width */
	w\idth:auto;	
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	font:1.3em "Kabel Bk BT", "Kabel Md BT", Georgia;
	background: #999966; 
	color: #333300;
	letter-spacing:.3em;
	font-weight:bold;
	vertical-align: text-top;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	  /* 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. */
}
.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 #nav {
	background-color: #a4c2c2;
	height: 30px;
	text-align: center;
	padding: 0px 0;
	background:url(../images/nav.jpg);
	background-position: top;
	background-repeat: repeat;
}
.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 #leftSide {
	float: left;
	width: 78%;
	background: #FFFFFF;
	padding-right: 5px;
	border-right-color: #999966;
	border-right-style: solid;
	border-right-width: medium;
}
.oneColLiqCtrHdr #rightSide {
	float: left;
	background: #FFFFFF;
	width: 20%;
	padding-left: 7px;
}
.logo {
	text-align: center;
	}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999966;
} 
.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 */
	font:10px georgia;
	color: #CDF3E3;
	line-height:18px;
	text-align: center;
	font-weight: bold;
	letter-spacing:.4em;
}
#nav a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#nav a:hover {
	color: #993300;
	text-decoration:underline;
	}
a {
	color: #336666;
	text-decoration:underline;
}
a:hover {
	color: #993300;
	text-decoration:underline;
}
td {
	font:12px arial;
	color:#333333;
	}
#nav td {
	width: 25%;
	padding-top: 15px;
	}	
table {
	border-collapse: collapse;
	}
/* Class Styles */

.logo {
	font:.5em "Kabel Bk BT", "Kabel Md BT", Georgia;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	height: 60px;
	}
.tagline {
	font:.75em "Kabel Bk BT", "Kabel Md BT", Georgia;
	color: #CDF3E3;
}

.bodyText {
	font:14px arial;
	color:#333333;
	}
	
.pageName {
	font:20px "Kabel Bk BT", "Kabel Md BT", Georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:30px;
	font-weight: bolder;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:12px arial;
	color: #333300;
	letter-spacing:.1em;
	}
h2 {
	font:18px "Kabel Bk BT", "Kabel Md BT", Georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
}
h3 {
	font:14px "Kabel Bk BT", "Kabel Md BT", Georgia;
	color: #000000;
	line-height:26px;
	font-weight: bold;
}
td.h3 {
	vertical-align: top;
	}
.prices {
	list-style: none;
	}
td.odd {
	background-color: #A4C2C2;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsLtHdr #sidebar1 { padding-top: 30px; }
.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->