@import url(https://fonts.googleapis.com/css?family=Roboto:300,100);

html {
	margin: 0;
}

body {
	color: #000;
	font-weight:normal;
	font-family: 'Roboto', sans-serif !important;
	font-size:95%;
	background:#ddd url('../images/bg-mesh.png') !important;
	/*background:#ddd url('../images/halftone_md_blue_final.png') !important;*/
}

a {
	color: #006FB3;
	text-decoration: none;
	outline:0;
}

a:hover {
	color: #DD0F00;
	text-decoration: underline;

}

div.container, div.wrapper {
	max-width: 920px;
	width:100%;
	position: relative;
	margin: 0 auto;
	display: block;
}
#content {
	padding: 65px 0 30px 0;
	display: block;
	overflow: hidden;
	min-height:600px;
}
#header {
	position:fixed;
	z-index:1000;
	height: 80px;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	clear:both;
	border-bottom: 1px solid #C8CBCD;
	color: #DFF3FF;
  background: #ffffff url(../images/Brushed_Metal-min.jpg) repeat top center;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
}

#header a {
	float: left;
	position: relative;
	left: 10px;
	font-size:16px;
	color:#ffffff;


}

#homepage {
	height:600px;
	margin-top:100px;
}

#footer {
	padding:10px;
	clear:both;
}

#job_search_form {
	position:fixed;
	z-index:1000;
	max-width:900px;
	width:100%;
	margin-top:36px;
	background:#fff;
	display: block;
	margin-bottom:10px;
	padding:10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
	border-radius:5px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

#job_search_form ul {
	background: #e7e7e7;
	border: 3px solid #ccc;
	display: block;
	overflow: hidden;
	padding: 1.0em;
}



#job_search_form .input {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 125%;
	margin-right: 10px;
	color: #555;
	float:left;
	width:36%;
	position:relative;
}

#job_search_form .input_inner {
	padding: 10px;
	font-size: 125%;
	color: #555;
	width:90%;
	position:relative;
	float:left;
}

#job_search_form .input_wrap {
	border: 1px solid #ccc;
	margin-right: 10px;
	float:left;
	width:35%;
	position:relative;
}



#getlocation {
	position:absolute;
	right:5px;
	top:2%;
	display:none;
	width:40px;
	height:40px;

}

#getlocation a {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	display:block;
}

#job_search_form label {
	font-size: 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 3px;
	float:left;
	width:40%;

}

#job_search_form .find {
	margin-top:5px;
	margin-bottom:14px;
	width:110px;
}



#job_search_form h2 {
	font-size: 2.0em;
	color: #00517c;
	padding-bottom: 0.5em;
}

.button_findjob {
	font-size:125%;
	font-weight:normal;
}

#leftcol {
margin-top:130px;
	float: left;
	max-width: 550px;
	width:90%;
	display: block;
	border-radius:5px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height:14px;
	background:#FBFBFB;
	padding:20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
}

#rightcol {
	margin-top:130px;
	position:relative;
	float: left;
	max-width:290px;
	width:100%;
	margin-left:15px;
	margin-bottom:10px;
	border-radius:5px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height:14px;
	background:#FBFBFB;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);
			-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, .15);

}


.rightmodule {
	position:relative;
	float:left;
	width:100%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
	padding-top:10px;
}

.rightmodule h2 {

	margin-bottom:5px;

}

#applyforjobmodule {
	margin-top:10px;
}

#rightcol .rightmodule:last-child {
	border-bottom: none;
}

.jobcontact li{
	line-height:20px;
	margin-bottom:5px;
	font-size:1em;

}
.similarjobs li {

	line-height:20px;
	margin-bottom:5px;
	font-size:1em;
}

.similarjobs li a {
	display:block;

}

.section {
border: solid 1px #dcdcdc;
border-radius: 3px;
padding:10px;
background:#FBFBFB;
}

/* ---------  common font styles -----------------------*/

h1, h2, h3 {

	font-weight:normal;
	line-height:100%;

}

h1 {
	font-size: 2em;
	line-height:2em;
	color:#0C76B7;
}
h2 {
	font-size: 1.3em;
	color:#0C76B7;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em 0;
	text-align: justify;
	}

ul {
	list-style: none;
}

label {
	font-size:1em;
	width:100%;
	font-weight:normal
}


.input{
	width:90%;
	margin-bottom:10px;
	font-size:1em;
	padding:5px;
	border: 1px solid #ccc;
	margin-top:5px;
}
/* ----------------------  Top Header Menu ---------------------------------*/
#header #nav {
	height:50px;
	line-height:50px;
}
#header h1 {
	font-size:2em;
	width:40%;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	line-height:50px;
	color:white;
}

#header h1 a {
font-size: inherit;
color: #0f223e;
text-decoration: none;
}

#header ul#nav {
	float: right;
	font-size: 16px;
	position: relative;
	width:60%;
	background:transparent;
}

#header ul#nav li {
	float: left;

}

#header ul#nav li a {
	padding-left:25px;
	padding-right:25px;
	text-transform: uppercase;
	text-decoration: none;

}

ul#nav a.active {
	background-color: #eee !important;
	color: #0f223e !important;

}
ul#nav li a:hover {
	background-color: #eee !important;
	color: #0f223e !important;
}


/* -------------------  Home Page Formatting --------------------------------*/
#homepage h2 {
	margin-top:30px;

}

#homepage #signupform .submit {
	position:relative;
	float:right;
	font-size:16px;
	width:initial;
	margin:0;
}



/* -------------------  Login Page Formating ------------------------*/


/* -------------------  Job Search Results Formating ------------------------*/

#search_results {

}

#search_results li a {
	text-decoration:none;
	color:black;
	display:block;
	padding:8px;


}

#search_results li a:hover {
	background:#E6F5FF;
	border: 1px solid #ccc;
	background: #F8F8F8;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:7px;
  }


#searchtop {
	position:relative;
	float:left;
	width:100%;
	clear:both;
	font-size: .8em;

}

#searchtop .sortselected {
	font-size:1.2em;
	text-decoration:underline;
	font-weight:bold;
}


#search_results h2 {
	font-size:1.4em;
	color:#006FB3;
	margin-bottom:5px;

}



#search_results h3 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
	margin-top:5px;

}

#savesearch {
	position:relative;
	float:left;
	height:30px;
	line-height:30px;
	padding:5px;
}

#searchresultcount {
	font-size:.9em;
	height:20px;
	font-weight:normal;

}

#job_search_form_sort {
	position:relative;
	float:right;
}

.styled-select select {
   background: transparent;
   padding: 2px;
   font-size: 70%;
   border: 1px solid #ccc;
   width:auto;
   position:relative;
   float:left;
}



#search_results {
	position:relative;
	float:left;
	margin-top:10px;
	width:100%;
}

#search_results li {
	margin-bottom:0px;
}

#search_results li.newjob{

}

#search_results p {
	margin:0;
	padding:0;
}

ul.pagination a{
		border: 1px solid #ccc;
		font-size:1.2em;
		float:left;
		list-style:none;
		cursor:pointer;
		margin:0 0 0 .5em;
		padding:5px;
		background:#FBFBFB;
		text-decoration:none;
}
ul.pagination a.active,ul.pagination a:hover{

	color:white;
	background:#333;
}

/* ------------------  Job Detail Page CSS ------------------*/


#job_detail {
	margin-top:20px;
}
#job_detail h1{
	line-height:100%;
}


#job_detail h3 {
	font-size:12px;
	font-style:italic;
	margin:0;
	padding:0;
	font-weight:normal;
	margin-top:5px;
}

#jobnotavailable {
	background-color:#C8FFC8
}
#jobnotavailable .similarjobs li{
	line-height:150%;
	font-size:100%;
}
#jobnotavailable p{
	margin:0;

}

#job_detail #percentmatch_old {
	font-size: 100%;
	line-height:150%;
    position: relative;
    float: right;
    width: 100px;
    padding: 20px;
    border: solid 1px #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background:#EEE;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
			-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, .35);
}


#percentmatch .percent {
	clear:both;
	font-size:200%;
}


#job_detail #percentmatch {
	position:relative;
	text-indent:-7999px;
	float:right;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	background:url('/images/assistant.png') no-repeat;
	border:0;
	width:60px;
	height:70px;

}

#search_results #percentmatch {
	text-indent:-7999px;
	float:left;
	margin-right:15px;
	background:url('/images/assistant.png') no-repeat;
	border:0;
	width:60px;
	height:70px;

}



/* -------------------  Signup Form CSS ------------------------*/

#signupform {
	margin-top:20px;
}

#signupform h1 {
	text-align:center;
}

#signupform label{
font-size:16px;
width:100%;
font-weight:normal
}

#signupform li {
	height:40px;

}

#signupform .input{
	position:relative;
	float:left;
	width:90%;
	margin-bottom:10px;
	font-size:14px;
	padding:5px;
	border: 1px solid #ccc;
}

#signupform .submit {
position:relative;
float:right;
font-size:16px;
width:140px;
text-align:left;
background:url(/images/loading.gif) no-repeat -100px;
}

#signupform label.error {
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	float:left;
	margin-left:2px;
	margin-top:-5px;
	font-size:11px;
	line-height:20px;
	font-style:italic;
}






#homepage .rightmodule, #registration .rightmodule {
	width:450px;
}

#homepage .customfile , #registration .customfile {
	position:relative;
	float:left;
	width:295px;
}

/* --------------  Login css schtuff -------------------------------------*/

#login {
padding:10px;
margin-top:20px;
}

#login h1 {
margin: 0 auto;
text-align:center;
}

#login .forgotpassword  {
	font-size:.8em;
	margin-left:30px;

}

#login .input {
	margin-bottom:25px;
}

#login #loginform{
	width:350px;
	margin: 0 auto;
	margin-top:30px;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 1.0em;
	background:#FBFBFB;
	border-radius:5px;
	-moz-border-radius:5px;
}

#loginform .loginerror {
	position:relative;
	float: left;
	width:100%;
	color:red;
	font:1.2em;
	text-align:center;
	margin-top:10px;
}

#login #loginform label.error {
	position:relative;
	float:right;
	font-size:.8em;
	font-style:italic;
	margin:-22px 0 0 2px;
	padding:0;
	color:red;
}


/* ----------------------- Contact Form ----------------------------*/

#contact_form {
	width:60%;
}

#contact_form .section {
	width:100%;
	margin: 0 auto;
}

#contact_form label {
	font-size:1.2em;
}


/* -----------------------  Terms page --------------------------------*/
#terms {
	padding:25px;

	}



/* ----------------------  Misc stuff that I did not know where else to put ----------*/

.defaultTextActive { color: #a1a1a1; font-style: italic; }

span.highlight {
	/*background: #e6ff9b !important; */
	font-weight:600;


}

#breadcrumb {
	margin-bottom:20px;
	margin-top:5px;
}

.customfile-input { position: absolute; height: 100px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }
.customfile {  margin-bottom: 10px;cursor: pointer; overflow: hidden; padding: 2px; border: 1px solid #CCC; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;  position: relative; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; margin: 1px 1px 1px 5px; font-size: .8em; font-style: italic;  }
.customfile-feedback-populated {font-style: normal; }

.customfile-button {
	float:right;
   color: #6e6e6e;
   font-family: "Comic Sans MS",Verdana, Arial, Geneva, sans-serif;
    font-size: 16px;
    text-decoration: none;
    padding: 4px 12px;
    position: relative;
    /* display: inline-block; */
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}
.customfile-hover .customfile-button, .customfile-focus .customfile-button{
    color: #000;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    background-color:#fff;
    cursor:pointer;
    text-decoration:none;
}


.placeholder {
	color:#333;
}
