/*
 * Generic styles / body, h1, h2, h3, h4, a, p
 */

/*
 * Generic styles
 */
body {
	font: 0.7em/1.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #676767;
}

h1, h2, h3, h4 {
	margin-bottom: 5px;
	font-weight: normal;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1e3b77;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.50em;
	color: #1b3874;
	margin-bottom: 10px;
}

h3 {
	font-weight: bold;
	color: #1e3b77;
}

#footer .footer_h1 h1,
#header_h1 h1 {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#header_h1 a{
	text-decoration: none;
}
#header_h1 h1 {
	margin: 0;
}

#header_h1 {
	margin: 0 35px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0;
}

strong {
	font-weight: bold;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #676767;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

/*
 * Layout Styles
 */

#container {
	width: 831px;
	margin: 0 auto;
	background-image: url('../images/backgrounds/bg-content.gif');
	background-repeat: repeat-y;
	background-position: 0 0;
}

#content, #primaryNav, #hero {
	margin: 0 30px;
}

#content, #primaryNav {
	padding: 0 25px;
}

#content {
	padding-top: 25px;
}

#content .col {
	float: left;
}

/*
 * Layout Styles - Two Column Layout, hides the tertiary content
 */

body.twocol #content #primary {
	width: 478px;
	margin-right: 20px;
}

body.twocol #content #secondary {
	width: 220px;
}

body.twocol #content #tertiary {
	display: none;
}

#primary li, #secondary li {
	line-height: 1.4em;
	background:transparent url(../images/dot.png) no-repeat scroll 0 5px;
	line-height:15px;
	padding-bottom:5px;
	padding-left:8px;
}

#primary form li {
	background: none;
}
#primary ul.jobs li {
	background: none;
}

/*
 * Layout Styles - Three Column Layout, shows the tertiary content
 */

body.threecol #content #primary {
	width: 233px;
	margin-right: 20px;
}

body.threecol #content #secondary {
	width: 220px;
	margin-right: 20px;
}

body.threecol #content #tertiary {
	width: 220px;
}

/*
 * Layout Styles - Rounded Column
 */

div.rounded {
	position: relative;
	padding: 10px;
}

#container #content div.col.rounded.blue {
	width: 200px;
}

div.rounded span.tl,
div.rounded span.tr,
div.rounded span.bl,
div.rounded span.br {
	position: absolute;
	width: 10px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
}

div.rounded span.tl { top: 0; left: 0; background-position: top left; }
div.rounded span.tr { top: 0; right: 0; background-position: top right; }
div.rounded span.bl { bottom: 0; left: 0; background-position: bottom left; }
div.rounded span.br { bottom: 0; right: 0; background-position: bottom right; }

div.rounded a.button,
div.rounded div.contact {
 	margin-left: 7px;
}

/*
 * Layout Styles - Rounded Column Blue
 */

div.rounded.blue { background: #dce3e9; }

div.rounded.blue span.tl { background-image: url('../images/backgrounds/bg-rounded-blue-tl.gif'); }
div.rounded.blue span.tr { background-image: url('../images/backgrounds/bg-rounded-blue-tr.gif'); }
div.rounded.blue span.bl { background-image: url('../images/backgrounds/bg-rounded-blue-bl.gif'); }
div.rounded.blue span.br { background-image: url('../images/backgrounds/bg-rounded-blue-br.gif'); }

/*
 * Layout Styles - Rounded Column Blue Gradient
 */

#container #content div.rounded.blue.gradient { background: url('../images/backgrounds/bg-rounded-blue-gradient.gif') #dce3e9 top left repeat-x; padding: 15px; margin-bottom: 10px; width: auto; }

div.rounded.blue.gradient p { margin-bottom: 5px; }

div.rounded.blue.gradient span.tl { background-image: url('../images/backgrounds/bg-rounded-blue-gradient-tl.gif'); width: 15px; height: 15px; }
div.rounded.blue.gradient span.tr { background-image: url('../images/backgrounds/bg-rounded-blue-gradient-tr.gif'); width: 15px; height: 15px; }
div.rounded.blue.gradient span.bl { background-image: url('../images/backgrounds/bg-rounded-blue-gradient-bl.gif'); width: 15px; height: 15px; }
div.rounded.blue.gradient span.br { background-image: url('../images/backgrounds/bg-rounded-blue-gradient-br.gif'); width: 15px; height: 15px; }


/*
 * Layout Styles - Contact Block
 */

div.contact {
	background-image: url('../images/backgrounds/bg-contact-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 192px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 0.85em;
	line-height: 1.2em;
}

div.contact h3 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

div.contact p {
	margin-bottom: 2px;
}


div.contact span.tel {
	font-size: 1.3em;
	color: #1f3a79;
}

div.contact div {
	background-image: url('../images/backgrounds/bg-contact-top.gif');
	background-repeat: no-repeat;
	display: block;
	padding: 15px 25px 17px 18px;
}

/*
 * Layout Styles - Rounded Link Button
 */

a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	color: #FFFFFF;
}

a.button {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	background-image: url('../images/backgrounds/bg-button-blue-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 192px;
	text-decoration: none;
	margin-bottom: 5px;
}

a.button span {
	background-image: url('../images/backgrounds/bg-button-blue-top.gif');
	background-repeat: no-repeat;
	display: block;
	line-height: 1em;
	padding: 7px 17px 13px 10px;
	text-align: center;
}


#footer {
	background-image: url('../images/backgrounds/bg-footer.gif');
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 23px 55px 45px 55px;
	line-height: 1em;
	clear: both;
}

#hero {
	background: url('../images/backgrounds/bg-hero.jpg') no-repeat top left;
	height: 215px;
}
#hero_about {
	background: url('../images/backgrounds/about_us_bg.jpg') no-repeat top left;
	height: 215px;
	text-indent: -100000000px;
	margin: 0 30px;
}
#hero_jobs {
	background: url('../images/backgrounds/job_board_bg.jpg') no-repeat top left;
	height: 215px;
	text-indent: -100000000px;
	margin: 0 30px;
}
#hero_services {
	background: url('../images/backgrounds/managed_services_bg.jpg') no-repeat top left;
	height: 215px;
	text-indent: -100000000px;
	margin: 0 30px;
}
#hero_contact {
	background: url('../images/backgrounds/contact_bg.jpg') no-repeat top left;
	height: 215px;
	text-indent: -100000000px;
	margin: 0 30px;
}
#hero_news {
	background: url('../images/backgrounds/news_bg.jpg') no-repeat top left;
	height: 215px;
	text-indent: -100000000px;
	margin: 0 30px;
}

#hero * {
	text-indent: -100000000px;
}

/*
 * Layout Styles - Job Search
 */

div.jobsearch ul.jobs li {
	color: #1d3b77;
}

div.jobsearch ul.jobs li p a {
	font-weight: bold;
	color: #3a3a3a;
}

div.jobsearch ul.jobs li h3 {
	color: #FFFFFF;
}

div.jobsearch.details div.blue.gradient h3 {
	font-size: 1.4em;
	color: #FFFFFF;
}

div.jobsearch.details div.blue.gradient {
	width: 448px;
}

a.button.small {
	background-image: url('../images/backgrounds/bg-button-small-blue-bottom.gif');
	width: 110px;
	margin-bottom: -3px;
	margin-right: -5px;
	float: right;
	font-size: 0.8em;
}

a.button.small span {
	background-image: url('../images/backgrounds/bg-button-small-blue-top.gif');
	padding: 5px 17px 11px 10px;
}

a.button.small.normal {
	background-image: url('../images/backgrounds/bg-button-small-bottom.gif');
}

a.button.small.normal span {
	background-image: url('../images/backgrounds/bg-button-small-top.gif');
}

/*
 * Layout Styles - Navigation
 */

ul.navigation {
	overflow: auto;
}

ul.navigation li {
	float: left;
	padding: 0px 10px;
	margin: 5px 0;
	text-transform: lowercase;
	border-right: 1px solid #f2f2f2;
}

ul.navigation li.first {
	padding-left: 0;
}

ul.navigation li.last {
	padding-right: 0;
	border-right: 0;
}


ul.navigation li a:link,
ul.navigation li a:visited,
ul.navigation li a:hover,
ul.navigation li a:active {
	text-decoration: none;
}

#primaryNav {
	background: #013066;
}

#primaryNav li {
	float: right;
}

#primaryNav li a:link,
#primaryNav li a:visited,
#primaryNav li a:hover,
#primaryNav li a:active {
	color: #f2f2f2;
}

/*
 * Layout Styles - Footer
 */

#footer .navigation li {
	border-right: 1px solid #676767;	
}

#footer .navigation li.last {
	border-right: 0;
}

#footer .navigation {
	margin-bottom: 20px;
}

#footer p {
	margin-bottom: 10px;
}

#header {
	margin-bottom: 10px;
}

#header h2 {
	margin-bottom: 0;
}

#header form h2 {
	margin-bottom: 10px;
}

/*
 * Search Form
 */

form#search {
	float: right;
}

form#search h2 {
	text-transform: lowercase;
}

form#search input {
	width: 150px;
	margin-right: 10px;
}

form#search .submit {
	background: #d90302;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 5px;
	width: 3em;;
}


/*
 * Misc Styles
 */

 .col.recentjobs h3 {
 	color: #b44040;
 }
 
.col.recentjobs ul {
	margin-bottom: 15px;
}

.rule {
	height: 5px;
	background-image: url('../images/backgrounds/bg-rule-dots.gif');
	background-repeat: repeat-x;
	margin: 20px 5px;
}

.col.jobsearch.details p {
	margin-bottom: 10px;
}

dl.details {
	color: #1d3b77;
}

dl.details dt {
	float: left;
	clear: both;
	width: 120px;
	font-weight: bold;
}

/*
 * Forms
 */

form.cform input { vertical-align:middle; margin-left: 10px; }
form.cform input.default { width:190px; font:normal 12px arial; padding:0px;}
form.cform select.default { width:200px; font:normal 12px arial; padding:0px; margin-left: 10px;}
form.cform textarea.default { width:195px; height:100px; font:normal 12px arial; padding:0px; margin-left: 10px;}
form.cform input.cf-box-b { width:auto}
form.cform fieldset { border:0;}
form.cform legend { font-size: 18px; display:none }
form.cform p.success { display:none;}
form.cform p.failure { display:block; color:red; font-weight:bold}
form.cform ol li {  clear:both; margin-bottom:10px;}
form.cform label { width:95px; display:block; float:left; margin-right: 10px; }
form.cform img { vertical-align:middle}
form.cform .sendbutton { border:0; background:#ffb400; font:bold 12px arial; color:#fff; padding:5px 8px; cursor:pointer }

/*
 * Clear Fix
 */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*====================================================================
CSS to format the JBE table
=====================================================================*/

tr.line {
	height: 30px;
}
td.the_insert input {
	margin-left: 3px;
}