@import url(./content.css);

body,div,p,ul,ol,li,dl,dt,dd,pre,blockquote,form,fieldset,table,tr,th,td {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: small;
	line-height: 1.4;
	background: #35473f url(./chrome/body.gif) 20px 0 repeat-y;
	color: #fff;
}

#top {
	position: absolute;
	left: -9999px;
}

#masthead_outer {
	background: #35473f url(./chrome/masthead_outer.gif) 0 100% repeat-x;
	padding: 0 20px;
}

#masthead_inner {
	background: transparent url(./chrome/masthead_inner.gif) 0 100% no-repeat;
	padding: 30px 20px 30px 184px;
}

#logo {
	position: absolute;
	width: 60px;
	height: 87px;
	left: 42px;
	top: 30px;
}

#sitename {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 120%;
	/*color: #6e7b75;*/
	color: #949e99;
}

#sitename a {
	/*color: #6e7b75;*/
	color: #949e99;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 300%;
}

#wrapper {
	min-height: 400px;
	background: #c8cdca url(./chrome/wrapper.gif) 20px 0 repeat-y;
	padding: 0 20px 0 192px;
	color: #333;
}

* html #wrapper {
	padding-left: 189px;
}

#nav {
	float: left;
	width: 162px;
	list-style: none;
	margin: 50px 0 0 -167px;
	display: inline;
}

* html #nav {
	margin-left: -180px;
}

*+html #nav {
	margin-left: -183px;
}

#nav li {
	display: block;
	margin: 4px 0;
	padding: 0;
	width: 100%;
}

#nav li.current span {
	display: block;
	padding: 2px 10px 2px 22px;
	font-size: 90%;
	color: #999;
	background: transparent url(./chrome/current_nav_item.gif) 0 50% no-repeat;
	position: relative;
	left: -5px;
	margin-right: -5px;
}

#nav li a {
	display: block;
	padding: 2px 10px 2px 17px;
	font-size: 90%;
	color: #333;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus {
	color: #fff;
	background: #344289;
}

#content {
	background: #f8f9f8 url(./chrome/content.gif) 100% 0 repeat-y;
	padding: 1px 16px 1px 12px;
}

#content.withnav {
	padding-right: 196px;
}

#innercontent {
	float: left;
	width: 100%;
	margin: 15px 0;
	min-height: 400px;
}

* html #innercontent {
	height: 400px;
}

#content.withnav #innercontent {
	border-right: 1px solid #c8cdca;
}

#sectionpanel {
	float: left;
	display: inline;
	width: 165px;
	margin: 15px -192px 0 0;
	padding: 0 12px;
	border-left: 1px solid #c8cdca;
	position: relative;
	left: -1px;
	overflow: hidden;
}

#sectionpanel h2 {
	font-weight: normal;
	margin: 0 4px;
	padding: 0;
	font-size: 220%;
	color: #35473f;
}

#sectionpanel ul {
	margin: 10px 0;
	list-style: none;
}

#sectionpanel li {
	display: block;
	margin: 6px 0;
	padding: 0;
	width: 100%;
	font-size: 120%;	
}

#sectionpanel li.backlink {
	margin-top: 24px;
	font-size: 100%;
}

#sectionpanel li a {
	display: block;
	padding: 2px 4px;
	font-size: 90%;
	color: #344289;
	text-decoration: none;
}

#sectionpanel li a:hover,
#sectionpanel li a:active,
#sectionpanel li a:focus {
	color: #fff;
	background: #344289;
}

#sectionpanel li a img {
	vertical-align: middle;
}

.clearfix {
	clear: both;
	font-size: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	height: 1px;
}

#footer {
	margin-left: 192px;
	padding: 12px 36px 12px 12px;
	border-top: 1px solid #000;
	list-style: none;
	font-size: 85%;
	min-height: 1px;
}

* html #footer {
	height: 1%;
}

#footer li {
	display: inline;
	padding: 0 0 0 33px;
	background: #35473f url(./chrome/footer_li.gif) 13px 50% no-repeat;
}

#footer li.first {
	background: #35473f;
	padding-left: 0;
}

#footer a {
	color: #fff;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	text-decoration: none;
}