/* CSS Document */

h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #a27e2e;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #a27e2e;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #a27e2e;
}

h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	color: #a27e2e;
}

ul {
	font-size: 0.8em;
}

a {
	color: #4068b1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 0.8em;
	color: #000;
}

fieldset {
	width: 300px;
	color: #000;
}

.homeleft {
	float: left;
	margin-right: 20px;
	font-size: 0.8em;

}

.homeright {
	float: right;
	font-size: 0.8em;	
}

.spacer {
	width: 45px;
	float: left;
}

.clear {
	clear: both;
}

.inline {
	dispay: inline;
}

.formelements select {
	width: 100%;
	margin: 5px 0 5px -20px;
}

/* JOB BOX STYLES */
.jobsearchBox {padding:0; width:245px; border:1px solid #9E742F; background:#F8EEDD}
#jobsearch {font:normal 0.8em Arial; margin:0}
#jobsearch label {color:#493210}
.jobsearchContent {padding:3px 0; vertical-align:top}
.jobsearchContent select {width:205px}
.jobsearchContent input {width:200px}
.jobsearchButton { margin:10px 5px; text-align:right}
.seekpromo {font:10px arial; color:#493210}
.jobsearchFooter {padding:5px; background:#fff}
.searchjobslist {
	margin: 0;
	padding: 0;
	padding: 5px 18px;
}

iframe {
	border: none;
	overflow-x: hidden;
	overflow-y: scroll;
}