@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.gif) repeat-y center;
	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;
}
.oneColLiqCtrHdr #container #mainContent .gallery-col1 a {
	color: #000000;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: auto;
}
.oneColLiqCtrHdr #header {
	background: #810000 url(images/headbg.gif) no-repeat;
	padding: 0 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. */
	height: 117px;
	border-bottom: thick solid #000000;
	margin-top: 0px;
}
.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 10px; /* 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. */
	background:#810000;
	height: 65px;
	border-top: thick solid #000000;
	color: #FFFFFF;
	font-size: 10px;
	bottom: 0px;
	position: relative;
} 

.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 */
}

.basictab{
	padding: 3px 0;
	margin-left: 0;
	font: bolder 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color: #FFFFFF;
	position: relative;
	top: 97px;
	text-transform: lowercase;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 6px 15px 3px;
	margin-right: 6px;
	background-color: #530000;
	color: #FFFFFF;
}

.basictab li a:visited{
	color: #FFFFFF;
}

.basictab li a:hover{
	background-color: #FFFFFF;
	color: #000000;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 6px;
	background-color: #FFFFFF;
	color: black;
	border-bottom: thick solid #FFFFFF;
}.logo {
	background: #FFFFFF url(images/bg-logo.gif) no-repeat;
	float: right;
	height: 117px;
	width: 125px;
	margin-right: 20px;
	margin-top: 0px;
	top: -1px;
	position: relative;
	padding-bottom: 10px;
}
.float-left {
	background: #CCCCCC;
	padding: 10px;
	float: left;
	width: 250px;
	margin-right: 10px;
	height: 450px;
}
.float-right {
	float: right;
	width: 250px;
	background: #CCCCCC;
	padding: 10px;
	margin-left: 10px;
	height: 450px;
}
.float-left-lrg {
	background: #E8E8E8;
	padding: 10px;
	float: left;
	width: 250px;
	margin-right: 10px;
	height: 600px;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #810000;
}
h2 {
	font-size: 14px;
	text-transform: capitalize;
	color: #810000;
}
h3 {
	font-size: 12px;
	text-transform: capitalize;
	color: #810000;
}
h4 {
	text-transform: capitalize;
	color: #333333;
}
a:link {
	color: #999999;
}
a:visited {
	color: #333333;
}.gallery-col1 {
	background: #E6E6E6;
	padding: 10px;
	height: 500px;
	width: 200px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}
.clear-left {
	clear: both;
	float: none;
}
