* { margin: 0; padding: 0; outline: none; }
a:focus, a:active { outline: 0; -moz-outline: none;}
input.log {
font-family: Arial;
font-size:14px;
color: #a8a8a4;
text-align: center;
}
input.con {
font-family: Arial;
font-size:14px;
color: #a8a8a4;
text-align: left;
}
textarea.con {
font-family: Arial;
font-size:14px;
color: #a8a8a4;
text-align: left;
}
img { border: 0; }
ul {
	margin: 3px 35px;
	line-height: 1.3em;
	list-style-type: square;
}

html {
	color: #000000;
	font: 12px helvetica;
	height: 100%;
	background: url(imgs/bfade.png) repeat-x bottom;
}

body {
	font-size: 12px;
	color: #000000;
	height: auto;
	height: 100%;
	text-align: center;
}

/* ----------------------------------------------------------------- */
/* SECTIONS */
/* ----------------------------------------------------------------- */

#wrapper {
	position: relative;
	background: transparent;
	min-height: 100%;
	height: 100%;
	width: 850px;
	height: auto;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 850px;
	height: 173px;
	line-height: 1.6em;
	background:url(img/heading.png) #FFF no-repeat top center;
}
#jr {
	position: relative;
	width: 850px;
	height: 173px;
	line-height: 1.6em;
	background:url(img/jobrequest-h.png) #FFF no-repeat top center;
}
#contact {
	position: relative;
	width: 850px;
	height: 173px;
	line-height: 1.6em;
	background:url(img/contact-h.png) #FFF no-repeat top center;
}
#forgot_password {
	position: relative;
	width: 850px;
	height: 173px;
	line-height: 1.6em;
	background:url(img/fpassword-h.png) #FFF no-repeat top center;
}

#content {
	position: relative;
	margin: auto;
	width: 850px;
	line-height: 1.6em;
	background: transparent;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: left;
}

#footer {
	position: relative;
	margin: auto;
	width: 850px;
	color: #000;
	background-color: transparent;
	text-align: center;
	border-top: 1px dotted #000;
}

/* ----------------------------------------------------------------- */
/* Class Values */
/* ----------------------------------------------------------------- */

.content {
	width: 66%;
	float: left;
}

.hname {
	width: 60%;
	float: right;
	text-align: center;
	color: #145ab1;
}

.hcontent {
	width: 60%;
	float: right;
	text-align: left;
}

.disc {
	padding: 8px;
}

.box-right {
	margin: auto;
	margin-right: 100px;
	width: 30%;
	float: right;
	height: auto;
}

.box-left {
	margin: auto;
	width: 55%;
	float: left;
	height: auto;
}

.red  { color: red; }
img.cap {
	padding: 1px;
	border: 1px solid #c6c6c6;
}
.gimmespace { 
	width:100%; 
	height:100px;
	background-color: transparent; 
	margin:0px; 
	padding:0px;
	border:0;
}

/* LINKS */

a:active, a:link, a:visited { color: #145ab1; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

a.links:active, a.links:link, a.links:visited { font-size: 14px; color: #FFF; text-decoration: none; }
a.links:hover { font-size: 14px; color: #b6c4c8; text-decoration: none; }

a.foot:active, a.foot:link, a.foot:visited { font-size: 12px; color: #000; text-decoration: none; }
a.foot:hover { font-size: 12px; color: #145ab1; text-decoration: none; }

.emb { font-size: 22px; color: #666 }
