/* Universal Stylesheet - reliablehc.com */

body {
	color: #262626;
	background: #96c1e9 url(/core/img/bg_body.jpg) no-repeat 50% 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0 0 100px 0;
}

/* boxes */

#outer {
	text-align: left;
	width: 710px;
	background: #FFF;
	padding: 15px;
	margin: 0 auto 0 auto;
	/*for IE5/5.5 Win*/
	width: 740px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	width: 710px;	/*properly rendered width*/	
}

#header {
	position: relative;
	height: 125px;
	background: #7bb5f4;
}

#contact {
	position: absolute;
	top: 0px;
	right: 0px;
}

#nav {
	height: 40px;
	background: #2856a1 url(/core/img/bg_nav.gif) repeat-x;
}

#home {
	padding: 0;
	margin: 0 0 10px 0;	
}

#content {
	padding: 20px 25px 15px 15px;	
}

.jobDesc {
	display: none;
	width: 85%;
	padding: 8px 16px 8px 12px;
	border: 1px solid #ccc;
	margin: 5px 0 8px 0;
}

.jobDesc p {
	padding: 0 0 3px 0;
	margin: 0;
}

#footer {
	height: 36px;
	color: #FFF;
	background: #000 url(/core/img/bg_footer.gif) no-repeat 0 0;
	padding: 12px 15px 12px 15px;
	margin: 0;
	/*for IE5/5.5 Win*/
	height: 60px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	height: 36px;	/*properly rendered height*/		
}

#copyright {
	text-align: center;
	color: #777777;
	font-size: 11px;
	line-height: 100%;
	padding: 12px 0 0 0;
	margin: 0;
}

/* text */

h1 {
	display: none;	
}

h2 {
	height: 21px;
	color: #11325d;
	background: #a6d0f6 url(/core/img/bg_h2.gif) no-repeat 0 100%;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 24px;
	font-weight: normal;
	padding: 20px 15px 20px 15px;
	margin: 0;
	/*for IE5/5.5 Win*/
	height: 61px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  	height: 21px;	/*properly rendered height*/
}

h3 {
	color: #4aa347;
	margin: 0;
	padding: 0 0 3px 0;	
}

p {
	line-height: 135%;
	padding: 0;
	margin: 0 0 12px 0;	
}

.error {
	color: #993333;
	font-weight: bold;
}

.success {
	color: #339933;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 0 0 2px 0;	
}

a {
	color: #2856a1;
}

/* lists */

ul {
	padding: 0;
	margin: 3px 0 10px 25px;
}

li {
	padding: 0;
	margin: 0;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

#nav li {
	float: left;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	line-height: 125%;
	background: url(/core/img/nav_div.gif) no-repeat 100% 50%;
	padding: 0;
	margin: 0;
}

#nav li.last {
	background: none;	
}

#nav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 12px 10px 10px 10px;
}

#nav li a:hover {
	text-decoration: underline;
}

/* tables */

table.form {
	background: #dff0ff;
	padding: 15px 45px 15px 15px;
	margin: 6px 0 0 0;
}

table.form td {
	text-align: left;
	vertical-align: top;
	padding: 0 10px 6px 0;	
}

/* forms */

input {
	width: 180px;	
}

textarea {
	width: 300px;
	height: 100px;	
}

input.submit {
	width: auto;	
}

/* img */

img {
	display: block;
	padding: 0;
	border: 0;
	margin: 0;	
}

img.inline-r {
	float: right;
	margin: 0 0 15px 15px;
}

img.inline-l {
	float: left;
	margin: 0 15px 15px 0;
}

#home img {
	float: left;	
}

/* misc */

.clear:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.clear { display: inline-block; }
/* no ie mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */