/* Pretty stuff */
html, body {
	background-color:#fff;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

/*  Layout */
#main {
	position:relative;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
#jobPosting {
	position:absolute;
	top:2px;
	right: 0px;
	width:320px;
	height:32px;
	background-image:url(/images/box.gif);
	background-repeat:no-repeat;
	background-position:center center;
	color: #000;
	font-size:12px;
	text-align:center;
	padding: 8px;
}
#jobPosting img {
	vertical-align:middle;
}
/**************Job Listings ****************/
#theJobs {
	border:1px solid #000;
	margin-top:50px; 
	background-color:#eef; 
	padding:10px;
}
#theJobs a:link, #theJobs a:visited {
	text-decoration:none;
}
#theJobs a:hover {
	color:#f00;
}

.aJob {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.title {
	font-weight:bold;
	font-size:110%;
}
.description {
	font-style:none;
}
.jobtype {
	font-style:italic;
}
.salary {
	font-weight:bold;
}
.requirements {
	
}
/*** Quotes ***/
#quotes {

}
#quotes p {
	margin:0 0 .5em 0;
}
#quotes .quote {
	font-size:.9em;
}
#quotes .sig {
	text-align:right;
	font-style:italic;
	font-size:.85em;
}

#content {
	border-left:1px solid #006;
	border-right:1px solid #006;
	border-bottom:1px solid #006;
	padding:10px;
	width:738px;
}
#contentText {
	float:left;
	width:350px;
}
#contentImages {
	float:right;
	width:350px;
	padding-top:50px;
}
#contentText h2 {
	color:#030;
	font: bolder 1.2em Arial, sans-serif;
}

#footer {
	text-align:center;
	font-size:.8em;
}
#footer a:link, #footer a:visited {
	color:#00f;
}
#footer a:hover {
	color:#f00;
}

.clearer {
	clear:both;
}
/* Navigation */
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-right: 0;
	padding-bottom: 21px;
	border-bottom: 1px solid #006;
	font: bold 10px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: right;
	width:78px;
	color: #fff;
	text-align:center;
	margin: 2px 0 0 4px;
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size:9px;
	padding:3px;
	width:72px;
	height:13px;
	background-image:url(/images/tab-bg.gif);
	background-repeat:no-repeat;
}
ul#tabnav a:hover {
	background-position:0px -19px;
	color: #fff;
}

body#home li.home a:link, body#home li.home a:visited,
body#advantages li.advantages a:link, body#advantages li.advantages a:visited,
body#seekers li.seekers a:link, body#seekers li.seekers a:visited, 
body#employers li.employers a:link, body#employers li.employers a:visited, 
body#contact li.contact a:link, body#contact li.contact a:visited {
	background-position:0px -38px;
	color: #000;
	border-bottom:1px solid #fff;
}


/* Forms */
input.txt{
	color: #00008B;
	background-color: #FFF;
	border: 1px inset #00008B;
	width: 200px;
}
input.btn {
	color: #00008B;
	background-color: #FFF;
	border: 1px outset #00008B;
	padding: 2px 4px 2px 4px;
}
textarea.txt {
	color: #00008B;
	border: 1px inset #00008B;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}