@charset "utf-8";
/* CSS Document */

/* --------------------
		JJR Styles
-------------------- */

.assessmentbanner {
background-color: #D8A60D;
height:32px;
text-align: center;
}

.assessmentbanner a {
	clear: both;
	display: block;
	height: 32px;
	line-height: 32px;
background-color: #d8a60d;
background-image: url(../images/arrow-circle.gif);
background-position: 105px 4px;
background-repeat: no-repeat;
color:#FFFFFF;
font-weight:bold;
font-size:1.3em;
padding-left: 30px;
}

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

.bulleted li {
    list-style-type: disc;
    padding-bottom:10px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 14px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color: #5377aa;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

.wrapper {
	width: 957px;
	padding: 0 20px;
	margin: 0 auto;
}

.header {
	background-image: url(../images/header-bg.gif);
	background-position: top center;
	height: 116px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.header .logo {
	margin: 30px 0 0 40px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	width: 189px;
	height: 49px;
}

.header .slogan {
	padding: 40px 0 0 65px;	
	font-family: "myriad Pro";
	font-weight: bold;
	font-size: 16px;
	color: #f8e59d;
	line-height: 20px;
	width: 305px;
	float: left;
}

* html .header .slogan {
	font-size: 15px;	
	width: 325px;
	letter-spacing: -1px;
}

form input {
	background: none;
	float: left;
	background-image: url(../images/input-bg.gif);
	background-repeat: no-repeat;
	width: 139px;
	padding: 0 8px;
	height: 16px;
	line-height: 16px;
	border: none;
	padding-top: 2px;
}

* html form input {
	line-height: 18px;	
	padding-top: 0;
	height: 18px;
}

.header form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.header form {
	float: right;
	width: 222px;
	margin-top: 67px;
}

.header form input.submit {
	background: none;
	border: none;
	background-color: #d8a60d;
	background-image: url(../images/arrow.gif);
	background-position: 27px 6px;
	background-repeat: no-repeat;
	width: 37px;
	height: 17px;
	padding: 0;
	color: #FFF;
	text-align: left;
	padding-left: 4px;
	margin-top: 1px;
	margin-left: 7px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.navigation {
	position: relative;
	margin: 0 -20px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: no-repeat;
	height: 39px;
}

.navigation ul {
	margin: 0 20px 0 34px;
}

.navigation ul li {
	float: left;	
}

.navigation ul li a {
	float: left;
	background-image: url(../images/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 13px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	height: 30px;
}

.navigation ul li.last a {
	background-image: none;	
}

.navigation ul li a:hover, .navigation ul li.selected a {
	color: #f7bc09;
	text-decoration: none;
}

.main {
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	overflow: hidden;
}

.content {
	float: left;
	width: 643px;
	padding: 20px 15px 20px 25px;
}

.sidebar {
	float: right;
	width: 236px;
	padding: 0 19px 0 18px;
}

* html .sidebar {
	margin-left: -15px;	
}

.content .top {
	background-color: #2b3f5e;	
	overflow: hidden;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	font-size: 11px;
	margin: -20px 0 20px -25px;
	position: relative;
	width: 683px;
}

.content .top .left {
	width: 244px;
	float: left;
	padding: 15px 25px;
}

.content .top .right {
	width: 379px;
	float: right;
    height: 311px;    
}

.content .top h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#FFF;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
}

.content .top h2 span {
	display: block;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #f7bc09;
	font-weight: normal;
}

.content .top a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

.content .top a:hover {
	text-decoration: none;	
}

.content .top .right img {
	float: right;	
}

.content .top .right a.watch {
	clear: both;
	display: block;
	height: 32px;
	line-height: 32px;
	background-color: #d8a60d;
	background-image: url(../images/arrow-circle.gif);
	background-position: 27px 4px;
	background-repeat: no-repeat;
	padding-left: 62px;
	text-decoration: none;
}

.content .top .right a:hover {
	text-decoration: underline;	
}

.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.box {
	float: left;
	width: 145px;
	margin-right: 14px;
	margin-bottom: 10px;
}

.box a, .upperbox a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cb5217;
	text-decoration: underline;
	line-height: 14px;
	padding: 2px 0;
	position: relative;
}

.box a:hover, .upperbox a:hover {
	text-decoration: none;	
}

.box .image, .upperbox .image {
	position: relative;
	overflow: hidden;
}

.box .image img, .upperbox .image img {
	border: 1px solid #a1a1a1;
	float: left;
}

.box .image a, .upperbox .image a {
	position: absolute;
	right: 1px;
	bottom: 1px;
	line-height: 18px;
	padding: 0 6px;
	background-color: #cc5528;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

* html .box .image a {
	right: 0;
	bottom: 0;
}

* html .upperbox .image a {
	right: 0;
	bottom: 0;
}

hr {
	clear: both;
	background-color: #bfc5ce;
	height: 1px;
	border: none;
	margin: 10px 0;
}

.sidebar .job {
	background-color: #a9bbd4;
	height: 291px;
	overflow: hidden;
	margin: 0 -19px 0 -18px;
	padding: 20px 19px 0 18px;
	width: 236px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

.sidebar .job-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b3f5e;
	margin-bottom: 10px;
	line-height: 20px;
}

.sidebar .job  .learn-more{
	text-align:left;
	}

.sidebar form {
	background-color: #a9bbd4;
	background-image: url(../images/sidebar-form-bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 291px;
	overflow: hidden;
	margin: 0 -19px 0 -18px;
	padding: 20px 19px 0 18px;
	width: 236px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

.sidebar form.no-bottom-effect {
	background-image: none;	
}

.sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2b3f5e;
	margin-bottom: 10px;
}

.sidebar form label {
	float: left;
	width: 75px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 13px;
}

.sidebar form input {
	margin-bottom: 13px;	
}

.sidebar form input.submit {
	background: none;
	border: none;
	float: right;
	clear: both;
	background-image: url(../images/sign-up-bg.gif);
	width: 153px;
	height: 37px;
	margin: 6px 0 0 0;
	padding: 0;
	cursor: pointer;
}

* html .sidebar form input.submit {
	margin: 0 19px 0 0;	
}

*+html .sidebar form input.submit {
	margin: 40px 19px 0 -153px;
	clear: both;
}

h4 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: italic;
	margin: 20px 0 10px 0;
}

.top-style {
	background: none;
	border: none;
	background-image: url(../images/hr-top.gif);
	background-repeat: no-repeat;
	width: 236px;
	height: 19px;
}

.bottom-style {
	background-image: url(../images/hr-bottom.gif);
	background-repeat: no-repeat;
	width: 236px;
	height: 19px;
}
	
.job-page li{
	margin: 0 0px 5px 20px;
	}

.job-page ul{
	list-style-type: disc;
	}

.job-page .more-indent li{
	margin-left:40px;
	}
	
.job-page .more-indent ul{
	list-style-type:circle;
	}
	
.job-page span{
	text-decoration:underline;
	}

.job-page .job-quote{
	margin:0 20px;
	}

.sidebar ul {
	margin: 10px 0;	
}

.sidebar ul li {
	background-image: url(../images/arrow-blue.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 7px 13px;
}

.sidebar ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2b3f5e;
}

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding: 15px;
}

.footer .copyright {
	float: left;
}

.footer a {
	font-size: 9px;
	color: #FFF;
	text-decoration:underline;	
}

.footer a:hover {
	text-decoration: none;	
}

.content h1 {
	background-image: url(../images/h1-bg.gif);
	height: 149px;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 74px;
	font-style: italic;
	margin: -20px -15px 0 -25px;
}

.job-page .content .job-title {
	background-image: url(../images/h1-bg.gif);
	height: 140px;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 74px;
	font-style: italic;
	margin: -20px -15px 0 -25px;
}

.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
    font-weight: bold;
	color: #000;
	line-height: 22px;
	margin-bottom: 14px;
}

.content h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #000;
}

.image-box {
	float: right;
	width: 226px;
	border: 1px solid #c1c1c1;
	margin: 0 0 10px 10px;
	padding: 7px;
	font-size: 11px;
}

.image-box img {
	margin-bottom: 4px;	
}

.image-box strong {
	font-size: 12px;
	font-weight: bold;
}

.green-box {
	background-image: url(../images/green-box-top-bg.gif);
	background-repeat: no-repeat;
	height: 110px;
	margin: 0 -19px 0 -18px;
	background-color: #669454;
}

.green-box ul {
	background-image: url(../images/green-box-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	padding: 0;
}

.green-box ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	height: 55px;
}

.green-box ul li a {
	line-height: 55px;
	display: block;
	padding-left: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	float: none;
	border-bottom: 1px solid #a3bf98;
}

.green-box ul li.last a {
	border-bottom: none;	
}

.green-box a img {
	margin-right: 14px;	
	float: left;
	margin-top: 13px;
}

.sidebar blockquote {
	margin: 10px 0;
	padding: 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
	color: #2b3f5e;
	line-height: 18px;
}