#page_container {
	background: transparent none repeat scroll 0 0;
	border:0 none;
	margin:0 auto;
	position:relative !important;
	width:940px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 15px;
	width: 910px;
	height: 100px;
	background : url(../images/s2dlogo.jpg);
}
#logo a{
	display: block;
	width: 910px;
	height: 100px;
}
#logo a span {
	display: none;
}

#nav {
	position: absolute;
	top: 100px;
	left: 15px;
	width: 910px;
	height: 66px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(../images/nav_blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: black;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(../images/nav_blockactive.gif) center center repeat-x;
}

#plaintext {
	position: absolute;
	top: 170px;
	left: 850px;
}

#plaintext a {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	position: absolute;
	top: 136px;
	left: 195px;
	width: 480px;
	background : url(../images/pcback.gif);
	background-repeat : no-repeat;
	padding: 10px 40px 10px 20px;
}

#subnavheader1 {
	background: none;
}

#subnavheader1 a.nav {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #E8F2D9; none repeat scroll 0 0;
}

#subnavheader2 {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #E8F2D9; none repeat scroll 0 0;
}

#subnavheader3 {
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #E8F2D9; none repeat scroll 0 0;
}

#subnav {
	font-size: 12px;
	text-decoration : none;
	position: absolute;
	top: 136px;
	left: 20px;
	width: 160px;
	height: 300px;
	background : url(../images/psback.gif) no-repeat;
	padding: 10px 40px 10px 0px;
	font-weight: normal;
	color: #000000;
}

#subnav a {
	display: block;
	text-decoration : none;
	/*text-transform : uppercase;*/
	margin: 0px;
	font-size : 90%;
	background : url(../images/pbull.gif) no-repeat;
	padding: 2px 0px 4px 15px;
	color: #000000;
	font-size: 12px;
}

#subnav a.active {
	color: #666666;
	background-color: #E8F2D9;
	font-weight: bold;
	font-size: 12px;
}

#subnav a.subtopic-active {
	color: #666666;
	background-color: #F3F9EC;
	font-weight: bold;
	font-size: 12px;
}

#subnav a:hover {
	background-color: #E8F2D9;
	color: #000000;
	font-size: 12px;
}


#sidebar {
	position: absolute;
	top: 136px;
	left: 730px;
	width: 190px;
	padding-top: 10px;
}

form.search {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #C0C0C0;
	width: 118px;
	padding: 2px;
	color: #666666;
	font-size: 10px;
}

