/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO CAREERS INFO */
.body, body						{ background: #91600F url(../_images/bg4.jpg); }

a,
a:active,
a:visited,
.welcome .search span,
.footer a,
.footer a:visited,
.footer a:active				{ color: #91600F; }

.formskin						{ color: #91600F; }
.hr								{ background: #F1ECEC url(../_images/dash4.gif) repeat-x; }
.welcome .search select			{ background-color: #CAB38A; border: 1px solid #91600F; }
.footer							{ background: url(../_images/dash4.gif) repeat-x; }

.LinkButton						{ height: 35px; margin: 5px 0 5px 10px; }

.subadbox h2					{ color: #FFF; background-color: #91600F; }

.contentarea .text a,
.contentarea .text a:active,
.contentarea .text a:visited	{ color: #91600F; }

.box			{ background-color: #91600F; }
.boxlight		{ background-color: #cab38a; }
.thinLine		{ border-bottom: 1px dotted #cab38a; }
.thickLine		{ border-bottom: 4px solid #91600F; margin-bottom: 4px; }

.viewall		{ margin-top: 10px; }

.dbtitle span:hover	{ color: #91600F; }
.jobtable			{ background-color: #ede4d7; }

.jobtable .smallnotes		{ font-size: .9em; }
.jobtable .rightpad			{ padding-right: 5px; }

.jobApply a,
.jobApply a:active,
.jobApply a:visited 		{ color: #ff0000; text-decoration: none; }
.jobApply a:hover 			{ color: #AB2E12; text-decoration: underline; }


