/* ========== CONTENT LAYOUT ELEMENTS ========== */

/* ---------- HOME PAGE ---------- */
#homeContent {
	width: 940px;
	margin: 16px;
	border: none;
}

#homeNews {
	display: block;
	vertical-align: top;
	color: #3e3e3e;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 15px;
}

#homeNews span.highlight {
	color: #fc0;
	font-weight: bold;
}

#homeNews li {
	color: #000;
	list-style-type: none;
	padding: 10px 0px 12px 0px;
	background: url(/custom/files/separator.gif) no-repeat bottom;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000;
}

#homeNews a {
	color: #000;
	text-decoration: underline;
}

.dropdown_menu {
	margin: 2px 0px;
	background-color: #fff;
	color: #282828;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 2px;
}


/* ---------- BLOCKS ---------- */
#block {
	display: block;
	margin-bottom: 10px;
}

/* ---------- DIVISION CONTENT ---------- */
#divisionContent {
	margin: 5px 20px;
}

#divisionContent td {
	padding: 0px;
}

#divisionContent a {
	font-weight: bold;
}

#divisionContent span.highlight {
	font-weight: bold;
}

#news {
	display: block;
}

/* ---------- LINKS CONTENT ---------- */
#links {
	display: block;
	padding: 0px;
	margin: 0px;
}

#links .centricListingDivider {
  display: none;
}

#links h1 {
	display: block;
	width: 208px;
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 6px 16px;
	color: #3e3e3e;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#links div.links a {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	text-indent: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#links div.links table.links td {
	display: table-cell;
	padding: 0px;
	margin: 0px;
}

#links div.links img {
	display: none;
	height: 1px;
	width: 1px;
}

#links table.links td.links table.links td {
	height: 0px;
	width: 0px;
	padding: 0px;
}

#links table.links td.links table.links td.links {
	display: table-cell;
	padding: 0px;
}

#links div.links a.links {
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
	text-indent: 16px;
	font-weight: normal;
}

#links div.links a.links b {
	font-weight: normal;
}

/* ---------- MAIN CONTENT / SUB-PAGE CONTENT ---------- */
#contentTable {
	margin: 0px 20px 10px 20px;
}

#mainContent td {
	color: #282828;
	font-family: arial, sans-serif;
	font-size: 11px;
}

#mainContent div {
	color: #282828;
	font-family: arial, sans-serif;
	font-size: 11px;
}

#mainContent h3 {
  margin-top:0;
}

#mainContent select {
	margin: 0px 2px;
	background-color: #fff;
	color: #282828;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 2px;
}


/* ---------- SEARCH RESULTS CONTENT ---------- */
div.searchresults div.searchresult1, div.searchresults div.searchresult2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

div.searchresults div.searchresult1 a, div.searchresults div.searchresult2 a {
	color: #000;
	text-decoration: underline;
}

div.searchresults div.searchresult1 a:hover, div.searchresults div.searchresult2 a:hover {
	color: #fc0;
	text-decoration: underline;
}

/* ---------- JOB LISTING ---------- */
.textbutton {
	display: block;
	width: 100px;
	background-color: #282828;
	color: #FFF;
	border: 1px solid #b19e6a;
	padding: 3px 6px;
	text-decoration: none;
	text-align: center;
	margin: 3px 0px;
}
.textbutton:hover {
	background-color: #FFC70F;
	color: #282828;
}



