@import url("/css/reset_base.css");
@import url("/css/nav.css");
@import url("/css/headings.css");

/* general styles */
html, body {
	background-color: #000;
	color: #FFF;
	font: 11px/150% Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #F7941E;
	font-size: 14px;
	text-transform: uppercase;
}
a:link {
	color: #F7941E;
	text-decoration: none;
}
a:visited {
	color: #C67006;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #FBC684;
	text-decoration: none;
}

/* layout */
#wrapper {
	margin: 20px auto;
	width: 760px;
}
#header {
	background: url("/img/common/backgrounds/header.gif") no-repeat;
	overflow: hidden;
}
#header h1 {
	background: url("/img/common/headings/bantu-pages.gif") no-repeat;
	width: 242px;
	height: 52px;
	text-indent: -9999em;
	overflow: hidden;
	float: right;
	margin-top: 8px;
	margin-right: 30px;
}
#header ul {
	margin: 0;
	padding: 0;
}
#header ul li {
	list-style: none;
	float: left;
}

/* main content */
#content {
	clear: both;
	overflow: hidden;
/*	margin-top: 8px; */
}
#left {
	float: left;
	width: 281px;
}
#right {
	float: left;
	width: 474px;
	margin-left: 5px;
}
#footer {
	clear: both;
}

/* left column */
#search {
	padding: 5px 7px;
	border: 1px solid #292523;
	margin-bottom: 5px;
}
#search fieldset {
	margin: 0;
	padding: 0;
}
#search ol {
	margin: 0;
	padding: 0;
}
#search ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 0 0 12px;
}
#search ol li label {
	display: block;
	width: 264px;
	height: 31px;
	line-height: 31px;
	text-indent: -9999em;
	overflow: hidden;
}
#search ol li input,
#search ol li select {
	background: url("/img/common/backgrounds/form-field.gif") repeat-x;
	width: 254px;
	height: 17px;
	padding: 3px 5px 3px;
	border: 1px solid #19191A;
	font: bold 13px/17px Arial, Helvetica, sans-serif;
	margin-top: 4px;
}
#search ol li select {
	height: 23px;
	width: 264px;
}
#search #btn-search {
	position: relative;
	margin: 0 80px 6px;
	width: 103px;
	padding: 0;
}
#smme-corner {
	float: left;
	clear: none;
	width: 281px;
}
#smme-corner .content-box-inner {
	border: 1px solid #292523;
	border-top: 0px none;
}

/* bantu speak */
#bantu-speak {
	background: url("/img/common/backgrounds/bantu-speak.gif") no-repeat center bottom;
	padding: 5px 8px 0;
	border: 1px solid #292523;
	position: relative;
	font-size: 10px;
}
#bantu-speak blockquote {
	margin: 0;
	padding: 5px 10px 10px;
	min-height: 122px;
	margin: 0 0 57px 0;
}
#bantu-speak blockquote ol {
	margin-top: 0;
	margin-bottom: 0;
}
#bantu-speak blockquote ol li {
	line-height: 145%;
}
#bantu-speak #author-pic {
	position: absolute;
	bottom: 7px;
	left: 8px;
}
#bantu-speak #quote-source {
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-left: 100px;
	font-size: 9px;
	line-height: 140%;
	height: 48px;
	margin-bottom: 7px;
}

/* footer */
#footer {
	text-align: center;
	padding-top: 5px;
}

/* general content styles */
#main-content {
	padding: 5px 5px 0;
	border: 1px solid #292523;
}
#banner {
	width: 472px;
	height: 196px;
}
#banner, .content-box {
	border: 1px solid #292523;
	margin-bottom: 5px;
}
.content-box h2 {
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999em;
	background-repeat: no-repeat !important;
}
.content-box-inner {
	padding: 10px;
}
.note {
	color: #F7941E;
}
