/**
 * Use faux columns technique to get the columns working for us
 */
#container {
  /*
	margin: 0 auto;
	width: 990px;
	*/
	background-image: url(/images/container_bg.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center center;
	overflow-x: visible;
	overflow-y: visible;
	behavior: url(iepngfix.htc);
}

#header, #content, #footer {
	position: relative;
	overflow: hidden;
	width: 1024px;
	margin: 0 auto;
	background-color: white;
}

#info, #logo {
	position: absolute;
	z-index: 10;
}

#logo {
	background-color: transparent;
	border: none;
}

#logo img {
	display: block;
	margin: 7px auto;
	border: none;
}

#info {
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../images/shaded.png);
	padding: 10px;
	color: white;
}

#info h1, #info .admin {
	display: none;
}

#info a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}

.level1 #header {
	height: 578px;
}

.level1 #articleHighlights {
	background-image: url(../images/shaded.png);
	border: none;
	position: absolute;
	top: 50px;
	left: 350px;
	right: 10px;
	bottom: 50px;
	overflow: hidden;
}

.level1 #articleHighlights .newsBox {
	margin: 10px;
	border: none;
	width: auto;
	height: 300px;
}

.level1 #articleHighlights .newsBox,
.level1 #articleHighlights .newsBox h1,
.level1 #articleHighlights .newsBox a {
	color: #ffffff;
}

#header, #footer {
	clear: both;
}

#content {
	background-color: white;
	background-image: url(/images/content_bg.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right top
	behavior: url(iepngfix.htc);;
}

/* wrappers to include fancy background effects */
#contentWrapper1 {
	background: white url(/images/menu_extend.png) repeat-y scroll left top;
	behavior: url(iepngfix.htc);
}	

#contentWrapper2 {
	background: transparent url(/images/footer_extend.png) no-repeat scroll left bottom;
	behavior: url(iepngfix.htc);
}	

.level2 #menu-top {
	float: left;
	clear: none;
	background-image: url(/images/Seeds_Website_subPanel.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	behavior: url(iepngfix.htc);
}

#page {
	z-index: 10;
}

.level1 #page {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 25px;
	height: 168px;
}

.level1 #page img {
	float: left;
	margin-right: 25px;
}

.level2 #page {
	margin-left: 232px;
	background-color: transparent;
	background-image: url(/images/contentBody_bg.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	clear: right;
	min-height: 900px;
	behavior: url(iepngfix.htc);
}

#pageContent {
	padding: 25px;
}

.level2 #pageContent {
	padding-top: 125px;
	padding-bottom: 275px;
}

#footer {
	font-size: 11px;
	color: white;
}

#footer div {
	float: left;
	height: 100px;
}

#footer #footer-left {
	background-color: #244072;
	background-image: url(/images/footer_bg_left.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 231px;
	behavior: url(iepngfix.htc);
}

#footer #footer-right {
	background-color: #244072;
	background-image: url(/images/footer_bg_right.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	width: 793px;
	behavior: url(iepngfix.htc);
}

#footer .content {
	float: left;
	padding: 2em 5em;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer img {
	height: 100px;
	border: 0;
}

#footer .content img {
	height: 20px;
}

/*
#footer-border {
	background-image: url(../images/footerborder.png);
	background-repeat: repeat-x;
	width: 980px;
	height: 10px;
	z-index: 10;
}*/

