body {
	background: #fff;
	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: #fff;
	background-image: url(images/bg.gif);
background-position: top center;
	background-repeat: no-repeat;
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColLiqCtrHdr #container {
	width: 952px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	height: 217px;
}
.oneColLiqCtrHdr #header h1 {
}
.oneColLiqCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 404px;
	background-image: url(images/gm2_12.jpg);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #footer {
	height: 280px;
	background-image: url(images/gm2_16.png);
	background-repeat: no-repeat;
	background-position: top;
} 
.oneColLiqCtrHdr #footer p {
}
@charset "utf-8";
/* CSS Document */

.footfont {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D2C319;
	font-weight: normal;
}
.foot2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
}
.foot3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D2C319;
}
.midfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.foot25 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #CCCCCC;
}
.foot4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.foot5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#slider {
	position:relative;
	width:880px;
	height:320px;
	margin-left:35px;
	background:url(images/loading.gif) no-repeat 50% 50%;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
#slider-wrapper {
	background:url(images/slider.png) no-repeat;
	width:880px;
	height:320px;
	padding-top:25px;
}
.nivo-controlNav {
	position:absolute;
	bottom:-27px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

