/* ----- */
.bread, .siteMap, .emergency, .extrasRight, .right, .left, .mainNav, .logoText, .headerRight {
	display: none;
}

#main {
	padding-bottom: 25px;
}
#footer {
	background-image: none;

	position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
}

/* ----- Header ----- */
.headerWrapper {
	margin: 0 auto;
	width: 950px;
}
.header {
	height: 23px;
}
.headerLeft {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4B5D69;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 465px;
	text-align: left;
	line-height: 23px;
	padding-left: 10px;
}
.logo {
	height: 92px;
	width: 950px;
}
.logoImage {
	float: left;
	width: 220px;
	height: 92px;
}


/* ----- Home Body ----- */
.wrapper {
	margin: 0 auto;
	width: 950px;
	margin-top: 30px;
}
.wrapperInside {
	float: left;
	width: 700px;
}
.homeLeft {
	width: 710px;
	float: left;
}


.center {
margin-top: 25px;
	float: right;
	width: 100%;
}

.pageTitle {
	font: 14px Arial, Helvetica, sans-serif;
	color: #009ADA;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 3px solid #DAF690;
	margin-bottom: 5px;
}

.homeFlash {
	width: 710px;
	height: 340px;
}
.flash {
	width: 510px;
	height: 260px;
}

.homeFeature {
	width: 710px;
	margin-top: 10px;
}
.homeFeature td {
	font: 14px Arial, Helvetica, sans-serif;
	color: #664834;
}

.feature {
	width: 510px;
	margin-top: 10px;
}
.feature td {
	font: 14px Arial, Helvetica, sans-serif;
	color: #664834;
}

.featureLeft {
	float: left;
	width: 470px;
}
.featureRight {
	float: right;
	width: 230px;
}

.col1 {
	float: left;
	width: 230px;
	background-color:#CCC;
	height: 140px;
/*	background-image: url(../images/goby_col1.jpg); */
}
.col2 {
	float: right;
	width: 230px;
	background-color:#999;
	height: 140px;
/*	background-image: url(../images/goby_col2.jpg); */
}
.col3 {
	float: left;
	width: 230px;
	background-color:#666;
	height: 140px;
/*	background-image: url(../images/goby_col3.jpg); */
}
.col11 {
	float: left;
	width: 245px;
	background-color:#CCC;
	height: 140px;
/*	background-image: url(../images/goby_col1.jpg); */
}
.col22 {
	float: right;
	width: 245px;
	background-color:#999;
	height: 140px;
/*	background-image: url(../images/goby_col2.jpg); */
}


/* ----- Footer ----- */
.footerWrapper {
	margin: 0 auto;
	width: 930px;
}
.extrasLeft {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4B5D69;
	float: left;
	width: 465px;
	text-align: left;
	line-height: 20px;
}
