/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #1090d0;
	text-decoration: none;
}
a:hover, a:active {
	color: #0a70a5;
	text-decoration: none;
}

body {
	text-align: center;
	background-color: #f9f9f9;
	color: #333;
	font-size: 75%;
	font-family: "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

#header-wide,
#page-content-wide {
	width: 100%;
	text-align: center;
	background-color: #f9f9f9;
}
#header-wide {
	border-top: 4px solid #1090d0;
}
#header-centered,
#page-content-centered {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}
#header {
	width: 900px;
	margin: 10px 30px 4px 30px;
	overflow: hidden;
	position: relative; /* For absolute banner position */
}
#header img {
	float: left;
	margin: 10px 20px 0 10px;
}
#header h1 a:link, #header h1 a:visited {
	color: #333;
	text-decoration: none;
}
#header h1 a:hover, #header h1 a:active {
	color: #085c87;
	text-decoration: none;
}
#header #header-and-tagline {
	float: left;
}
#header #tagline {
	font-size:  1.2em;
	font-style: italic;
}
#header-contact {
	float: right;
	text-align: right;
	font-size: 1.2em;
	padding: 10px 0;
	position: relative;
	right: 5px;
}
#header-contact .email,
#header-contact .phone,
#header-contact .callback {
	clear: right;
	float: right;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 24px;
	margin: 0 0 10px 0;
}
#contact-us .email,
#contact-us .phone,
#contact-us .callback {
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 24px;
	margin: 0 0 10px 0;
}
#contact-us .email,
#header-contact .email {
	background-image: url(../images/email.png);
}
#contact-us .phone,
#header-contact .phone {
	background-image: url(../images/telephone.png);
}
#contact-us .callback,
#header-contact .callback {
	background-image: url(../images/arrow_undo.png);
}
#page-content {
	float: left;
	width: 630px;
	margin: 10px 0 0 0;
	position: relative;
	left: 30px;
	overflow: hidden;
	line-height: 1.6;
	padding-bottom: 30px;
}
#side-bar {
	float: right;
	width: 250px;
	position: relative;
	right: 30px;
	margin: 30px 0 0 0;
}
#side-bar-callback {
	margin-bottom: 20px;
}
#side-bar-recommend-a-colleague {
	line-height: 1.6;
	border: 6px solid #e7f6fb;
	margin-bottom: 20px;
	overflow: hidden;
}
#side-bar-recommend-a-colleague img {
	float: right;
	margin-bottom: 10px;
}
#side-bar-recommend-a-colleague p {
	margin: 0;
}
#side-bar-recommend-a-colleague span {
	display: block;
	clear: right;
	margin: 12px 15px;
}
#side-bar-send-us-an-email {
	margin-bottom: 20px;
}
#side-bar-why-register {
	line-height: 1.6;
	border: 6px solid #e7f6fb;
	margin-bottom: 20px;
	overflow: hidden;
}
#side-bar-why-register img {
	float: right;
	margin-bottom: 10px;
}
#side-bar-why-register p {
	margin: 0;
}
#side-bar-why-register span {
	display: block;
	clear: right;
	margin: 0 15px 12px 15px;
}
.menu-wide {
	width: 100%;
	text-align: center;
	background-color: #f9f9f9;
}
.menu-centered {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #f4f4f4;
	overflow: hidden;
}
.menu {
	width: 900px;
	margin: 10px 30px;
	overflow: hidden;
}
.menu ul {
	
}
.menu ul li {
	display: inline;
	margin-right: 20px;
}
h1 {
	color: #333;
	font-size: 1.8em;
	margin: 20px 0 10px 0;
}
#header h1 {
	font-size: 2.8em;
	font-weight: bold;
	margin: 17px 0 6px 0;
}
h2 {
	font-size: 1.6em;
	margin: 20px 0 10px 0;
}
h3 {
	font-size: 1.4em;
	margin: 20px 0 10px 0;
}
h4 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
}

#quick-register-wide {
	width: 100%;
	text-align: center;
	background-color: #d9f1f9;
}
#quick-register-centered {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/quick_register_bg.png);
	background-repeat: repeat;
	overflow: hidden;
}
#quick-register {
	width: 900px;
	margin: 30px 30px 20px 30px;
	overflow: hidden;
}
#quick-register img#quick-register-call-to-action {
	float: left;
	display: inline;
	margin-right: 40px;
}
#quick-register .qr-name,
#quick-register .qr-email,
#quick-register .qr-date_available,
#quick-register .qr-division_id {
	width: 190px;
	float: left;
	display: inline;
	margin: 0 21px 8px 0;
}
#quick-register .qr-phone {
	width: 190px;
	float: left;
	display: inline;
	margin: 0 0 8px 0;
}
#quick-register .qr-date_available {
	clear: both;
}

#quick-register .qr-specialties {
	width: 190px;
	float: right;
	display: inline;
	margin: 0 0 8px 0;
	position: relative;
	right: 8px;
}
#quick-register .qr-cv {
	clear: left;
	width: 380px;
	float: left;
	display: inline;
	margin: 0 0 8px 0;
}
#quick-register #qr-fields {
	width: 620px;
	float: right;
	display: inline;
	margin: 0 0 0 0;
	padding-bottom: 10px;
/*	border-bottom: 1px solid #d9f1f9;*/
}
#quick-register .qr-submit {
	width: 620px;
	float: right;
	display: inline;
	position: relative;
	right: 10px;
	margin: 0 0 0 0;
}
#quick-register p {
	color: #666;
	width: 250px;
	line-height: 1.6;
	float: left;
	display: inline;
	margin: 20px 0 0 0;
}
#quick-register span.error {
	color: #d98773;
	margin: 0;
	width: 190px;
}
#quick-register input {
	width: 190px;
}
#quick-register input#cv {
	width: 190px;
}
#quick-register select {
	width: 189px;
}
#quick-register textarea {
	width: 190px;
	height: 50px;
}
#quick-register label {
	display: block;
	color: #666;
	margin: 0 0 2px 0;
}
#quick-register .qr-submit label {
	float: right;
	display: inline;
	text-align: right;
	position: relative;
	top: 4px;
	right: 10px;
}
#quick-register .qr-submit input {
	float: right;
	display: inline;
}

p {
	margin: 14px 0;
}

p.intro {
	font-size: 1.4em;
}

ul.division-list li,
ul.specialty-list li {
	float: left;
	background-color: #e7f6fb;
	color: #fff;
	padding: 6px;
	margin: 0px 10px 10px 0;
}
ul.division-list li {
	font-size: 1.6em;
}
ul.specialty-list li {
	font-size: 1.2em;
}

ul.job-list li {
	padding: 8px 0;
	border-bottom: 1px solid #f9f9f9;
}
ul.job-list li span.job-title {
	font-size: 1.2em;
	background-color: #e7f6fb;
	padding: 6px;
	margin: 0 10px 10px 0;
}
ul.job-list li span.grade-title,
ul.job-list li span.salary-title,
ul.job-list li span.location-title,
ul.job-list li span.job-description {
	color: #999;
}

ul.division-list a:link,
ul.specialty-list a:link,
ul.job-list a:link,
ul.division-list a:visited,
ul.specialty-list a:visited,
ul.job-list a:visited {
	color: #0a70a5;
	text-decoration: none;
}
ul.division-list a:hover,
ul.specialty-list a:hover,
ul.job-list a:hover,
ul.division-list a:active,
ul.specialty-list a:active,
ul.job-list a:active {
	color: #1090d0;
	text-decoration: none;
}

#contact-us p {
	overflow: hidden;
}
#contact-us label {
	clear: left;
	display: block;
	float: left;
	width: 130px;
	text-align:right;
	margin: 0 10px 0 0;
	position: relative;
	top: 0;
}
#contact-us input {
	float: left;
	width: 210px;
	margin: 0 0 0 0;
}
#contact-us select {
	width: 215px;
}
#contact-us textarea {
	width: 210px;
	height: 80px;
}
#contact-us span.error {
	color: #d98773;
	margin: 0 0 0 140px;
	width: 180px;
}


/* Flash messages */
.flash-error-wide,
.flash-alert-wide,
.flash-info-wide,
.flash-success-wide {
	width: 100%;
	text-align: center;
}
.flash-error-wide {
	background-color: #d98773;
}
.flash-alert-wide {
	background-color: #e5d688;
}
.flash-info-wide {
	background-color: #8ea9cd;
}
.flash-success-wide {
	background-color: #9ecf97;
}
.flash-error,
.flash-alert,
.flash-info,
.flash-success {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.flash-error {
	background-color: #f1967f;
}
.flash-alert {
	background-color: #f7e791;
}
.flash-info {
	background-color: #99b6db;
}
.flash-success {
	background-color: #a7da9f;
}
.flash-error p,
.flash-alert p,
.flash-info p,
.flash-success p {
	background-repeat: no-repeat;
	background-position: 7px 50%;
	padding: 5px 5px 5px 28px;
	margin: 4px 0;
}
.flash-error p {
	color: #5c1a0f;
	background-image: url(../images/exclamation.gif);
}
.flash-alert p {
	color: #894200;
	background-image: url(../images/error.gif);
}
.flash-info p {
	color: #1a2b50;
	background-image: url(../images/information.gif);
}
.flash-success p {
	color: #0d470b;
	background-image: url(../images/accept.gif);
}
.flash-error .dismiss,
.flash-alert .dismiss,
.flash-info .dismiss,
.flash-success .dismiss {
	display: none;
	margin-left: 1em;
	text-transform: uppercase;
	font-size: 0.8em;
}
/* End Flash messages */


#footer-wide {
	width: 100%;
	text-align: center;
	background-color: #e3e3e3;
}
#footer-centered {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #dcdcdc;
	overflow: hidden;
}
#footer {
	width: 900px;
	margin: 10px 30px 20px 30px;
	overflow: hidden;
	color: #999;
	line-height: 1.2;
}
#footer a:link,
#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:active,
#footer a:hover {
	color: #666;
	text-decoration: none;
}
#footer-divisions {
	float: left;
	width: 200px;
	display: inline;
	margin-right: 10px;
}
#footer ul li {
	display: block;
	float: none;
	background: none;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
#footer-company {
	float: left;
	width: 150px;
	display: inline;
	margin-right: 10px;
}
#footer-copyright {
	float: right;
	text-align: right;
	width: 200px;
	display: inline;
	margin-left: 10px;
}

/* Pagination */
.pagination {
	overflow: hidden;
	margin: 15px 0;
}
.pagination li {
border:0; margin:0; padding:0;
list-style:none;
margin-right: 3px;
display:inline;
}
.pagination a {
border:solid 2px #e7f6fb;
margin-right:3px;
}
.pagination .off,
.pagination .ellipsis {
border:solid 2px #efefef;
color:#ddd;
display:inline;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
.pagination .first a,
.pagination .previous a,
.pagination .next a,
.pagination .last a {
font-weight:bold;
} 
.pagination .active{
background:#1090d0;
border:solid 2px #1090d0;
color:#FFFFFF;
font-weight:bold;
display:inline;
float:left;
padding:3px 4px;
}
.pagination a:link,
.pagination a:visited {
display:inline;
float:left;
padding:3px 6px;
text-decoration:none;
}
.pagination a:hover{
border:solid 2px #1090d0;
}
