@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;/*url(img/background-aaa.png) top left scroll repeat-y #B3A5B7;*/
	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: #DDD;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow: visible;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-attachment: scroll;
	background-color: #000;
	background-image:url(../img/lbf-header-a.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;*/
}
.oneColFixCtrHdr #header {
	height:  290px;
	overflow: hidden;
	font-size: 1em;
	padding: 0 10px 0 20px;  /* 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. */
}
.oneColFixCtrHdr #header-sub {
	
	background: transparent url(../img/RSS-6.jpg) no-repeat scroll center top;
	height:  201px;
	width: 800px;
	overflow: hidden;
	font-size: 1em;
	display:block;
	padding: 0 10px 0 20px; /* 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. */
}
.oneColFixCtrHdr #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 */
}
.menu {
	position: relative;
	top: 0px;
	left: 40px;
	width: 700px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: none;
	text-align: left;
	z-index: 200;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;	
	padding-top: 10px;
}
.menu a , .menu a:visited {
	text-align: center;
	font-size: 0.9em;
	color: #bbb;
	text-decoration: none;
}
.menu a:hover {
	color: #5e5e8e;
}
.submenu {
	top: 3px;
	font-size: 1.0em;
	margin-bottom: 10px;
	padding-top: 0px;
}
#submenu-projects {
	left: 100px;
}
#submenu-aboutus {
	left: 445px;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: auto;
	overflow: hidden;
	background-color: #000;
	z-index: 10;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #5e5e8e;
	font-size: 1.20em;
	letter-spacing: 0.1em;	
}
.oneColFixCtrHdr #footer {
	position: relative;
	top: 10px;
	left: 0px;
	width: 750px;
	border-top: solid 1px #292929;
	padding: 0px; /*10px 10px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	padding-bottom: 25px;
	color: #DDD;
	text-align: center;
	z-index: 1;
}
.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	text-align: center;
	font-size: 0.75em;
	color: #bbb;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #5e5e8e;
}
.oneColFixCtrHdr #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 */
}
.about-us, .press-item {
	font-size: 0.8em;
}
.press-item {
	position: relative;
	width: inherit;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: solid 1px #292929;
}
.press-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 25px;
	text-decoration: none;
	margin-bottom: 4px;
}
.press-details {
	margin-left: 35px;
}
.press-details a:link, .press-details a:visited {
	font-size: 0.9em;
	color: #DDD;
	text-decoration: underline;
}
.press-details a:hover {
	color: #5e5e8e;
}
.press-link {
	text-decoration: underline;
	line-height: 25px;
}
.press-date {
	font-size: 0.8em;
}
	

