/* CSS Document */

body {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
	text-align: left;
}

/* Header + top navigation */

#header {
	float:left
}

#headertext {
	display: none;
}

#logo {
	float: right;
	width: 120px;
	height: 80px;
	background-image:url(../images/bgc_logo.jpg);
	background-repeat:no-repeat;
}

#topnav {
	display: none;
}

#topnavleft {
	display: none;
}


#pagetop {
	float: left;
}

#breadcrumbs {
	float: left;
	padding: 10px 0;
}

#breadcrumbs a {
	text-decoration: none;
	color: #666666;
}

#breadcrumbs a:hover{
	text-decoration: underline;
	color: #666666;
}

#search {
	display: none;
}


/* Content Area */

#content {
	float: left;
	width: auto;
}

#colwrapper {
	width: auto;
	float: left;
}


#navcolwrapper {
	display: none;
}

#navcol {
	display: none;
}


#maincolwrapper {
	float: left;
	width: auto;
}


#maincolvisual img {
	padding-bottom: 10px;
}

#maincolcontent {
	padding: 0 10px 0 10px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

#rightcolwrapper {
	float:right;
	width:180px;	
}

#contextcolwrapper {
	display: none;
}

#footer {
	float: left;
}

#cobranding {
	float:left;
	width: 120px;
	height: 42px;
	background-image:url(../images/cobranding_tls_pxs.jpg);
	background-repeat:no-repeat;
}

#footertxt {
	float:left;
}

