@import url('Cols_2.css');
@import url('Box.css');
@import url('FeatureBox.css');
@import url('Explore.css');

body {
margin: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: small;
background-color: #dcddde;
}

.Clear {
clear: both;
overflow: hidden;
height: 0;
margin: 0;
padding: 0;
}

#Col1_3Col, #Col2_3Col, #Col3 {
	display: none;	
}

#OuterBox {
/* width: 1024px; */
	width: 790px;
	margin: auto;
	overflow: hidden;
}

#Header {

	background-image: url('../images/HeaderBackground.jpg');
	height: 60px;
	margin: auto;
	position: relative;
}

#Logo {
	background-image: url('../images/HeadLogo.jpg');
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 60px;
	width: 463px;
}

#DateTime {
	color: #fff;
	float: right;
	font-size: 16px;
	line-height: 60px;
	margin-right: 20px;
	text-align: right;
}

#DateTime span.Time {

}

#InnerBox {
	margin: auto;
	margin-top: 15px;	
	width: 790px;
}

/* Footer */
#Footer {
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	background-image: url('../images/TwoCol_Top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	margin-bottom: 20px;
}


#Footer .Bottom {
	background-image: url('../images/Explore_Bottom_2Col.jpg');
	background-repeat: no-repeat;
	height: 8px;
	overflow: hidden;
	background-position: bottom center;
}

#Footer.Foot3Col {
	background-image: url('../images/ThreeCol_Top.jpg');
}

#Footer.Foot3Col .Bottom {
	background-image: url('../images/Explore_Bottom_3Col.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
}

#FooterRight {
	display: inline;
	float: right;
	margin-right: 20px;
}

#FooterLeft {
	margin-left: 20px;
	margin-top: 33px;
	margin-bottom: 24px;
	float: left;
	display: inline;
}

#FooterRight .BCMS {
	border: 1px solid #fff;
	margin-top: 10px;
	margin-bottom: 2;
	float: left;
}

#FooterRight .W3 {
	float: left;
	margin: 33px 0 26px 10px;
	background-color: #000;
}



/* Columns */

#ColSpan1 {
	margin-left: 5px;
	width: 780px;
	float: left;
	display: inline;
}


#Col1 {
	display: inline;
	float: left;
	width: 385px;
}


#Col2 {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 385px;
}

#Col3 {
	display: none;
	float: left;
	margin-left: 10px;
	width: 385px;
}
