@CHARSET "UTF-8";

/* CSS reset */

/* --------------------------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
display: block;
}

/* --------------------------------------------------------------------------------------------------------------------------------- */

/* misc */

.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

.hidden {
	display: none;
}

/* layout */

body{
background-color: #ffffff;
text-align: center;
font-family: Verdana, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 1em;
}

.container {
text-align: left;
width: 760px;
margin: 40px auto;
}

.logo {

}

.menu {
float: right;	
}

.menu li {
float: left;
width: 83px;
height: 24px;
background-image: url('./images/menu_item.jpg');
background-repeat: no-repeat;
margin-right: 30px;
text-align: center;
}

.menu li a {
display: block;
width: 83px;
height: 24px;
color: #ffffff;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 0.8em;
text-decoration: none;
line-height: 24px;
}

.searchbar {
height: 100px;
width: 760px;
background-image: url('./images/search_bar.jpg');
background-repeat: no-repeat;
margin-top: 24px;
}

.searchbar input.searchfield {
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-bottom: 0;
	border-right: 0;
	background-color: #f3f3f3;
	width: 290px;
	height: 30px;
	color: #bbbbbb;
	font-size: 1.1em;
	padding-left: 5px;
}

.searchbar input.searchbutton {
float: right;
margin-top: 25px;
margin-right: 20px;
}

.searchbar .leftone {
float: left;
margin-top: 25px;
margin-left: 20px;
}

.searchbar .rightone {
float: right;
margin-top: 25px;
margin-right: 30px;
}

.searchbar label {
color: #ffffff;
font-size: 0.9em;
}

.content {
width: 692px;
border-left: 1px solid #dad5d5;
border-right: 1px solid #dad5d5;
margin: 0 auto;
padding: 10px 20px;
}

.content_end {
	margin: 0 auto;
}

.content .joblisting {
margin: 10px 0px;
}

.joblisting h4 {
text-decoration: underline;	
}

.joblisting a {
color: #000000;
text-decoration: none;
}

.joblisting .info {
	margin-top: 4px;
border-top: 1px solid #000000;	
}

.joblisting h4 a {
color: #0B82CE;	
}

.results {
float: right;
width: 490px;
font-size: 0.8em;
}

.sidebar {
	width: 160px;
margin-top: 10px;	
font-size: 0.7em;
}

.sidebar ul {
	
}

.sidebar ul li {
margin: 3px 0px;	
}

.sidebar ul li a {
	text-decoration: none;
}

.sidebar ul li ul {
margin-left: 5px;	
}

.sidebar ul li ul li ul {
margin-left: 10px;	
}

.categories {
float: right;
width: 270px;
margin-bottom: 20px;
}

.categories h3 {
	color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.1em;
}


.categories li {
	margin: 2px 0px;
}
.categories a {
color: #0b82ce;
text-decoration: none;
font-size: 0.8em;
}

.categories a:hover {
text-decoration: underline;	
}

.welcome {
margin-top: 20px;
}

.welcome p img {
float: left;
}

.welcome p {
display: block;
margin-top: 50px;
line-height: 50px;
}

.welcome p.emailus {
margin-top: 20px;
}

.welcome p a {
color: #000000;
text-decoration: none;
}




