/*===== globals =====*/
body {
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body, td {
	font-size: 11px;
}
a {
	color: #00f;
}
h1 {
	font-size: 18px;
}

/*===== topnav =====*/
#topnav {
}
#nav_menu {
	border-right: solid 1px #828282;
	width: 100%;
}
td.topnav {
	border-left: solid 1px #828282;
	border-top: solid 1px #828282;
	font-size: 10px;
	padding: 0;
	text-align: center;
	height:15px;
}
a.topnav {
	color: black;
	font-size: 10px;
	text-decoration: none;
	border-bottom: solid 1px #828282;
	display: block;
	height: 15px;
}
a.topnav:hover {
	color: white;
	background: #626;
	border-bottom: solid 1px #777777;
}
.topnav {
	white-space: nowrap;
}

/*===== leftnav =====*/
#leftnav {
	background: #eee;
	font-size: 10px;
}
.left_header {
	background-color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 3px;
	width: 140px;
}
.left_column {
	padding: .3em;
	width: 140px;
}

/*===== listings =====*/
/* top10 */
.top10 {
	margin: .5em 0;
}
/* gold */
.gold-listing {
	border: solid 1px #ccc;
	/*width: 600;*/
	width: 100%;
}
.listing-title {
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}
.listing-logo {
	vertical-align: top;
	border-left: dotted 1px #ccc;
	padding: 5px;
}
.listing-content {
	vertical-align: top;
	border-top: dotted 1px #ccc;
	padding-left: 5px;
	/*width: 300px;*/
	width: 50%;
}

/*===== jobs =====*/
.job_org_link,
.jobinfoheader,
.jobinfotype {
	white-space: nowrap;
}
.jobinfotable {
	width: 100%;
}
.job_org_link {
	font-weight: bold;
}
.job_send_link {
	font-weight: bold;
	text-align: right;
}
.jobinfoheader {
	background: #dcd;
	font-size: .8em;
	border-bottom: solid .05em #848;
}
.jobinfotype {
	font-weight: bold;
	width: 15em;
}
.jobinfotype, .jobinfodata {
	vertical-align: top;
}

/*===== spans =====*/
.errortext {
	color: red;
	font-weight: bold;
}
.source_code {
	font-family: monospace;
	border: 1px solid #abf;
}
.center {
	text-align: center;
	margin: 0 auto;
}

/*=====  =====*/
#headerseparator {
	border-bottom: solid 1px #000000;
	background: #839;
	height: 7px;
}
#google_adsense {
/*	background: #88aabb;
	border: 1px solid #223355;*/
}
#copyright_statement {
	text-align: center;
}
.categorystatetable {
	width: 100%;
}
.categoryheader {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.categorystatelink {
	white-space: nowrap;
}
.categorystateheader {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.top-banner {
	height: 70px;
}
.content {
	padding: 4px;
}
.copy {
	padding: 4px;
}
.breadcrumb {
	display: block;
}
a.breadcrumb {
	display: inline;
}

hr.section_separator {
	border: none;
	height: 2px;
	color: #99a;
	background-color: #99a;
}
#main_content {
}
table.goldform {
	border: solid 1px #ccc;
	border-collapse: collapse;
}
td.goldform {
	border: solid 1px #ccc;
	padding: .3em;
}

