/* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }




body {
	margin: 0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333; /* #454545;*/
	background: #0096d4;
}
a {
	color: #0E4D8B;
	background: inherit;
	text-decoration:none;
}
a:hover {
	color: #000;
	background: inherit;
}
a.title {
	color: #B41A1A;
	background: #FFF;
}
p {
	margin:0 0 0 0;
	padding: 0 0 10px 0;
}

.wrapper {
	margin: 0 auto;
	width: 979px;
	background: #FFFFFF;
	color: #333333; /* #800000;*/
}

/* header */
.header {
	background: #FFFFFF url(images/header.gif) no-repeat;
	color: #000000;
	width: 979px;
	height: 106px;
}
.header a {
	color: #FFFFFF;
	background: inherit;
	text-decoration:none;
}
.header a:hover {
	color: #999999;
	background: inherit;
}
.header a.title {
	color: #B41A1A;
	background: #FFF;
}

/* header navigation */
.header_nav {
	float:right;
	color:#FFFFFF;
	margin:12px 35px 0 0;
	clear:both;
	font-size:14px;
}
.header_nav ul {

}
.header_nav ul li {
	display:inline;
}

.content_wrapper {
	padding: 30px 0 0 0;
	width: 979px;
	background: #FFFFFF url(images/content_background.gif) repeat-y;
}




.left_bar {
	float:left;
	width:246px;
	margin: 0 14px 0 25px;
}
* html .left_bar {
	/* hack for ie6 to display correctly */
    margin-left: 13px;
}
.content_main {
	float:left;
	width:411px;
	margin: 0;
}
.content_main_wide {
	float:left;
	width:666px;
	margin: 0 0 0 30px;
}
* html .content_main_wide {
	/* hack for ie6 to display correctly */
    margin-left: 15px;
}
.content_main_full {
	float:left;
	width:920px;
	margin: 0 0 0 30px;
}
#breadcrumbs {
	font-size:.9ems;
	margin:0 0 10px 0;
}
#RegularJob {
	padding:0 0 15px 25px;
	margin:0 0 15px 0;
}
#RegularJob #title {
	font-weight:bold;
	font-size:1.1em;
	border:#999999 solid 1px;
	padding:1px 5px 1px 5px;
	margin:0 0 8px 0;
	background:#FFFFCC;
}
#RegularJob #links {
	font-size:.8em;
}
#RegularJob #description {
	margin:0 15px 0 15px;
}
#RegularJob #position_type {
	list-style: disc;
	margin:0 0 0 35px;
}
#RegularJob #job_salary {
	list-style: disc;
	margin:0 0 0 35px;
}
#RegularJob #posted_at {
	list-style: disc;
	margin:0 0 0 35px;
}
#FeaturedJob {
	padding:10px 10px 15px 25px;
	margin:0 0 15px 0;
	background-color: #fcfae1;
	border:#333333 dashed 1px;
}
#FeaturedJob #title {
	font-weight:bold;
	font-size:1.1em;
	border:#999999 solid 1px;
	padding:1px 5px 1px 5px;
	margin:0 25px 8px 0;
	background:#FFFFCC;
}
#FeaturedJob #links {
	font-size:.8em;
}
#FeaturedJob #description {
	margin:0 15px 0 15px;
}
#FeaturedJob #position_type {
	list-style: disc;
	margin:0 0 0 35px;
}
#FeaturedJob #job_salary {
	list-style: disc;
	margin:0 0 0 35px;
}
#FeaturedJob #posted_at {
	list-style: disc;
	margin:0 0 0 35px;
}
.right_bar {
	float:left;
	width:246px;
	margin: 0 0 0 14px;
}
* html .right_bar {
	/* hack for ie6 to display correctly */
    margin-left: 13px;
}


/* boxes */
.box_top {
	width:246px;
	height:3px;
	background: #FFFFFF url(images/box_top.gif) no-repeat;
	overflow:hidden;
}
.box_header {
	width:236px;
	background:#999999 url(images/box_header.gif) repeat-y;
	padding: 2px 5px 2px 5px;
	font-size:16px;
	font-weight:bold;
}
.box_middle {
	width:226px;
	background:#999999 url(images/box_middle.gif) repeat-y;
	padding: 4px 10px 4px 10px;
}
.box_bottom {
	width:246px;
	height:3px;
	background:#999999 url(images/box_bottom.gif) no-repeat;
	overflow:hidden;
	margin: 0 0 20px 0;
}


/* content */
.content {
	float:left;
	width: 540px;
	margin: 15px 0 0 30px;
	padding: 0 0 0 0;
	text-align:justify;
}
.content h2 {
	font-size:20px;
	margin: 0 0 4px 0;
	color:#000066;
}

/* Faq*/
#FAQ {
	font-size:12px;
}
#FAQ dt {
	font-weight:bold;
	margin:0 0 10px 0;
}
#FAQ dd {
	margin:0 0 10px 0;
}

/* Manage Jobs table */
#tableManageJobs th {
	background-color:#999999;
	padding: 5px 5px 5px 5px;
	font-size:14px;
}
#tableManageJobs td {
	background-color:#EEEEEE;
	padding:3px 4px 3px 6px;
	font-size:14px;
}
/* cart styling*/
.cart_buttons {
	text-align:center;
	padding:0 15px 0 15px;
	margin:0 10px 0 0;
	border:1px solid #000000;
	background:#EEEEEE;
}
/* footer */
.footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: #000000 url(images/footer.gif) no-repeat;
	font-size:12px;
	width: 979px;
	height: 90px;
	padding: 10px 0 0 0;
}
.footer a {
	color: #FFFFFF;
	background: inherit;
	text-decoration:none;
}
.footer a:hover {
	color: #999999;
	background: inherit;
}
.footer a.title {
	color: #B41A1A;
	background: #FFF;
}
.footer p {
	padding: 0 0 3px 0;
}

/* workarounds and hacks */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */