
h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 1.0em;
}

h3.citystatezip {
	margin-top:-22px;
	font-size:14px;
	color:#333;
	font-style:italic;
	
}

#addthis {
	margin-bottom:10px;
	margin-top:10px;
	margin-left:5px;
	width:185px;
}

.sidecol h3 {
	padding-left: 8px;
}

.sidecol p {
	padding-left: 10px;
	padding-right:10px;
	font-size: 12px;
	margin: 0.5em 0;
	text-align:left;
}


.sidecol .divider {
	width: 95%;
	height: 2px;
	background: url(/assets/images/sidecol_div.png) top left no-repeat transparent;
	margin-bottom: 1.0em;
	clear:both;
}


#job_description {
	margin-bottom:10px;
	width:100%;

}

#job_qualifications{
	margin-top:40px;
	width:100%;
	margin-bottom:40px;
}

ul#similar_jobs, ul#related_applications {
	padding-left: 0px;
	display: block;
	overflow: hidden;
	margin-bottom: 1.0em;
	margin-top: 0.5em;
}

ul#similar_jobs li a, ul#related_applications li a {
	color: #578C0D;
	margin-bottom: 0px;
	line-height: normal;
	text-indent: 0px;
	padding: 0;
	font-size: 11px;
}


ul#similar_jobs li a:hover, ul#related_applications li a:hover {
	text-decoration:underline;

}


ul#similar_jobs li, ul#related_applications li {
	font-size: 11px;
	line-height: normal;
	padding: 0 0px 2px 13px;
	background: none;
	display: block;
	margin-bottom:4px;
	margin-left:-10px;
}

img.new_job_indicator {
	position: relative;
	top: -1px;
}

/************ --- Job Search Form on Job's detail page bottom of screen --- ********************/
#jobsearch {
	height:80px;
	padding:0px;
	margin:0px;
}

#signup {
	padding:0px;
	margin:0px;
}

#jobsearch label{
	float:left;
	width:73px;
	padding:0px;
	margin:0px;
	line-height:30px;
	padding-right:5px;
	text-align:right;
}

#jobsearch input{
	float:left;
	width:150px;
	margin-right:10px;
	margin-left:10px;
}

#jobsearch .button_edit {
	width:115px;
	cursor:pointer;
	background-color:white;
	margin-top:-2px;
}


#job_search {
	display: block;
	padding: 1.0em 0;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 1.0em;
	background: url(/assets/images/search_bg.png) top left repeat !important;
	border-radius:5px;
	-moz-border-radius:5px;
	
}

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

#job_search label {
	display: block;
	width: 100%;
}

#job_search .input {
	border: 1px solid #ccc;
	padding: 5px;
	width: 255px;
	font-size: 1.2em;
	margin-right: 10px;
	color: #555;
}

#job_search label {
	font-size: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 3px;
}

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



#job_search h2 {
	margin:0px;
	padding:0px;
	font-size: 2.0em;
	color: #00517c;
	padding-bottom: 0.5em;
}
p.hint {
	font-size:10px;
}

.already_applied {
	width:160px;
	font-size:12px;
	padding:10px;
	display:block;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	line-height:16px;
	background: url(/assets/images/search_bg.png) top left repeat !important;
	border: 1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(/assets/stylesheets/PIE.htc);
	
	
}
#job_right {
	position:relative;
	float: right;
	width:195px;
	margin-left:20px;
	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;
	margin-top:28px;
}



.job_right_module {
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:12px;
}



#job_right h2 {
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	color:#00517c;
	margin-left:-10px;
	margin-right:-10px;
	font-size:16px;
	margin-top:-1px;
	font-weight:normal;
	background: #ECECEC;
	text-shadow: 0 1px 0 #fff;
}

#job_right h2.warning  {
	color: red;
	background-image: none;
}



#job_right h3 {
	font-size:11px;
	font-style:italic;
	color:#333;
	text-align:left;
}


#job_right p {
	font-size:12px;
	line-height:17px;
	margin:0;
	padding:0;
	text-align:left;
}

.job_right_module h2 {
	margin:0px;
	text-align:center;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	margin-left:-0px;
	margin-right:-0px;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
}


.job_right_module ul {
	margin-top:0px;
}

.job_right_module li {
	position:relative;
	text-align:left;
	margin-bottom:10px;
	display:block;
	border-bottom: 1px solid #ccc;


}

.job_right_module .large.button.sign_up {
	width:145px;
}

.job_right_module .large.button.home {
	width:145px;
}

a {
	/* color: #36507b; */
	color: #578C0D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.not_available {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	text-transform:capitalize;
}


.dashboard_module {
	display: block;
	border: 1px solid #ccc;
	background: #FBFBFB;
	margin-top: 2.0em;
	border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:2.0em;
	
	
}

.dashboard_module h3 {
	margin-left:-5px;
	margin-right:-5px;
	margin-top:-5px;
	padding:5px;
	padding-left:10px;
	display: block;
}


.dashboard_module h2  {
	margin:0px;
	text-align:center;
	border-bottom: 1px solid #ccc;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:10px;
	margin-left:-0px;
	margin-right:-0px;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	background:#ECECEC;

}

.dashboard_module a {
	color: #578C0D;
	text-decoration: none;
	font-size:14px;
}

.dashboard_module li {
	padding: 5px;
	border-top: 1px dotted #ccc;
	font-size:12px;
}

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

.dashboard_module p {
	margin:0px;
	font-size:12px;
	padding:5px;
}

.dashboard_module #jobsearch {
	height:40px;
	}

