﻿body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial,Helvetica,san-serif;
	background-color: #E2E2E2;
	color: #777;
	text-rendering: optimizeLegibility;
	min-width: 1100px;
}

.wrapper {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.wrapper-inner {
	width: 1080px;
	margin: 0 auto;
}

#header .wrapper-inner {
	height: 125px;
	position: relative;
	overflow: visible;
}

#main .wrapper-inner {
	overflow: hidden;
	position: relative;
}

#footer .wrapper-inner {
	overflow: hidden;
	position: relative;
	padding: 30px 0;
}

h1,h2,h3,h4,h5,#header,#site-nav,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Helvetica Neue",Helvetica,san-serif;
	line-height: normal;
	font-weight: 200;

}

h1,.h1 {
	font-size: 30px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 60px;
	line-height: 44px;
	padding: 0 0 0 60px;
}

h2,.h2 {
	font-weight: 200;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h2.inverted {
	width: 30%;
	padding: 2px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

h2.alone {
	margin: 40px 0;
}

h3, .h3 {
	font-size: 18px;
	color: gray;
	margin: 0;
	padding: 0;
}

h4, .h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

a {
	text-transform: lowercase;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p {
	margin: 15px 0;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

address {
	font-style: normal;
}

#top-nav {
	position: absolute;
	top: 10px;
	right: 0;
}

#top-nav li {
	display: inline;
	text-align: right;
	padding: 10px 0 0 20px;
	font-size: 16px;
	color: #080855;
}

#top-nav li img {
	margin-left: 4px;
}

#top-nav li a.active {
	font-weight: 700;
}

#top-nav li div {
    width: 222px;
    /*height: 110px;*/
    background: url(images/uploads/main/newsletter_BG.png) 0 0 repeat;
    font-size: 13px;
    padding-top: 5px;
    text-align: center;
    color: white;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 6;
    display: none;
}

#top-nav li div form {
    margin-top: 6px
}

#top-nav li div input {
    width: 196px;
    padding: 4px 8px;
    margin: 3px 0 0;
    border: 1px solid #CCC;
    font-size: 11px;
    font-family: inherit;
    line-height: inherit;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
    box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
}

#top-nav li div input.submit {
    display: block;
    width: 213px;
    color: white;
    border: none;
    margin: 3px auto;
    padding: 4px 20px 4px 8px;
    text-align: right;
    cursor: pointer;
    font-weight: 700;
    text-transform: lowercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #b9b8b8!important;
}

#top-nav li div input.submit:hover {background: #cccccc!important;}

#main-nav {
	text-indent: -9999em;
	position: absolute;
	top: 53px;
	z-index: 2;
}

#main-nav li:hover ul {
	display: block;
	overflow: hidden;
}

#main-nav li ul {
	display: none;
}

#main-nav li li a {
	display: block;
	width: 280px;
	height: 33px;
}

#main-nav li li#operational-excellence-link a {
	background: url(images/uploads/global/main-nav.png) 0 0 no-repeat;
}

#main-nav li li#operational-excellence-link a:hover {
	background: url(images/uploads/global/main-nav.png) -222px 0 no-repeat;
}

#main-nav li li#kenco-family-link a {
	background: url(images/uploads/global/main-nav.png) 0 -33px no-repeat;
}

#main-nav li li#kenco-family-link a:hover {
	background: url(images/uploads/global/main-nav.png) -222px -33px no-repeat;
}

#main-nav li li#logistics-link a {
	background: url(images/uploads/global/main-nav.png) 0 -66px no-repeat;
}

#main-nav li li#logistics-link a:hover {
	background: url(images/uploads/global/main-nav.png) -222px -66px no-repeat;
}

#main-nav li li#real-estate-link a {
	background: url(images/uploads/global/main-nav.png) 0 -99px no-repeat;
}

#main-nav li li#real-estate-link a:hover {
	background: url(images/uploads/global/main-nav.png) -222px -99px no-repeat;
}

#main-nav li li#material-handling-link a {
	background: url(images/uploads/global/main-nav.png) 0 -132px no-repeat;
}

#main-nav li li#material-handling-link a:hover {
	background: url(images/uploads/global/main-nav.png) -222px -132px no-repeat;
}

#main-nav li li#transportation-link a {
	background: url(images/uploads/global/main-nav.png) 0 -165px no-repeat;
}

#main-nav li li#transportation-link a:hover {
	background: url(images/uploads/global/main-nav.png) -222px -165px no-repeat;
}

#main-nav-a {
	display: block;
	width: 280px;
	height: 71px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#site-nav {
	text-align: center;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

#site-nav li {
	display: inline-block;
	text-align: center;
	border-left: 1px solid #E2E2E2;
	margin: 0 0 0 -4px;
}

#site-nav li a {
	padding: 0 30px;
	margin: 10px 0;
	font-size: 20px;
	display: block;
}

#site-nav li a:hover,#site-nav li a:active,#site-nav li a.active {
	text-decoration: none;
	margin: 0 0 10px;
	padding: 6px 30px 0;
}

#site-nav li.first {
	border-left: none;
}

a.read-more {
	padding: 0 8px 0 0;
	background: url(images/uploads/global/arrow.jpg) no-repeat right center;
}

.back-to-top {
	padding-top:20px;
	clear: both;
}

.back-to-top hr {
	border: none;
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0;
	background: none;
	height: 8px;
	margin: 0 10px 20px 0;
	padding: 0;
}

.back-to-top a {
	float: right;
	padding: 0 12px 0 0;
	background: url(images/uploads/global/up-arrow.jpg) no-repeat right center;
}

ul#sub-nav {
	font-size: 16px;
	text-align: center;
	margin: -15px 0 15px;
}

ul#sub-nav li {
	display: inline-block;
	padding: 10px;
}

ul#sub-nav li a {
	color: #7f7f7f;
}

ul#sub-nav li.active a {
	text-decoration: underline;
}

a.view-all {
	float: right;
	line-height: 20px;
	padding: 0 12px 0 0;
	background: url(images/uploads/global/double-arrow.jpg) no-repeat right center;
}

#tag-line {
	position: absolute;
	top: 57px;
	left: 315px;
	text-transform: lowercase;
	font-size: 21px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	color: #AAA;
    border-left: solid 1px #DDDDDD;
    padding-left:12px;
}
#sla-line {
	position: absolute;
	top: 57px;
	left: 900px;
	text-transform: lowercase;
	font-size: 21px;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	color: #AAA;
    border-left: solid 0px #DDDDDD;
    padding-left:12px;
}

#content {
	overflow: hidden;
	padding: 10px 0 40px;
	min-height: 600px;
}

#content a {
	color: #000;
}

#content ul.list {
	list-style: disc inside;
	margin: 15px 0;
}

#content ul.list li {
	list-style: inherit;
	margin: 5px 0;
	padding: 0 0 0 10px;
}

#content ul.list ul.list {
	list-style: circle inside;
}

#content ul.list ul.list li {
	padding: 0 0 0 15px;
}

#content ul.small-list {
	list-style: disc inside;
	margin: 5px 0;
}

#content ul.small-list li {
	list-style: inherit;
	margin: 2px 0;
	padding: 0 0 0 5px;
}

#content img.float-left {
	float: left;
	margin: 0 15px 10px 0;
}

#content .pagination {
	text-align: right;
}

#content .header-image {
	margin: -15px 0 40px;
	position: relative;
}

#content .header-image img {
	width: 100%;
}

#content .header-image h2 {
	position: absolute;
	z-index: 1;
	top: 50px;
	width: 30%;
	padding: 2px 6px;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	opacity: .8;
}

#content input.text,#content textarea {
	padding: 4px 8px;
	margin: 0;
	border: 1px solid #ccc;
	font-size: 11px;
	font-family: inherit;
	line-height: inherit;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.15);
}

#content a.button,#content input.submit {
	display: block;
	color: #fff;
	border: none;
	margin: 0;
	padding: 4px 20px 4px 8px;
	text-align: right;
	cursor: pointer;
	font-weight: 700;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#content input.submit {
	width: 100%;
}

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

#content .map {
	margin: 15px 0 0;
	height: 420px;
}

ul#press-releases-list {
}

ul#press-releases-list li {
	margin: 15px 0;
}

ul#press-releases-list li p {
	margin: 5px 0;
}

ul#press-releases-list li .press-release-date {
	text-transform: uppercase;
	font-size: 10px;
}

ul#press-releases-list li .press-release-date span {
	font-weight: 700;
	font-size: 12px;
}

ul#press-releases-list li .press-release-title a {
	text-transform: none;
}

#awards {
	clear: both;
	margin-top: 30px;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
}

#awards ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#awards ul li {
	font-size: 12px;
	text-align: center;
	float: left;
	width: 196px;
	padding: 10px;
}

#awards ul li a {
	text-transform: none;
}

#awards ul li a:hover {
	text-decoration: none;
}

#awards ul li a:hover q,#awards ul li a:hover cite {
	text-decoration: underline;
}

#awards ul li q,#awards ul li cite {
	display: block;
}

#awards ul li q:before,#awards ul li q:after {
	content: '';
}

#browse-properties {
	background: #eff5e8;
	margin: 15px 0;
	padding: 10px;
}

#browse-properties ul>li {
	font-size: 20px;
	margin: 10px 0;
}

#browse-properties ul>li a {
	color: #888;
}

#browse-properties ul>li div.state {
	float: left;
}

#browse-properties ul>li ul {
	float: left;
}

#browse-properties ul>li ul>li {
	padding: 0 20px;
	margin: 0;
	float: left;
	font-size: 14px;
	border-right: 1px solid #959ca2;
}

#browse-properties ul>li ul>li a {
	color: #ccc;
}

#browse-properties ul>li ul li.last {
	border-right: none;
}

#property-quick-search {
	background: url(images/uploads/global/dot-seperator.gif) left bottom no-repeat;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.slideshow {
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.five-pillars {
	padding: 0;
	position: relative;
	margin: 0 0 10px;
}

#property-quick-search {
	margin: 15px 0;
}

#property-quick-search #property-quick-search-form {
	margin: 15px 0 0;
}

#property-quick-search ul {
	margin: 15px 0 0;
}

#property-quick-search input.submit {
	width: auto;
}

img.featured-property-image {
	margin: 15px 0;
}

ul.links-list {
	margin: 15px 0;
}

ul.links-list li {
	margin: 5px 0;
}

ul.links-list li a {
	text-transform: none;
	font-weight: 700;
}

#locations-map {
	position: relative;
	text-align: center;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

table th a,table td a {
	text-transform: none;
}

table th p,table td p {
	margin: 0;
}

table thead tr th {

	font-weight: 200;
	font-size: 20px;
}

form#quote-request-form {
	clear: both;
	margin: 15px 0 0;
}

form#quote-request-form .text-row {
	float: left;
	margin: 0 4px 4px 0;
}

form#quote-request-form .text-row-last {
	margin: 0 0 4px;
}

form#quote-request-form .textarea-row {
	clear: both;
}

form#quote-request-form input.text {
	width: 339px;
}

form#quote-request-form textarea {
	width: 1062px;
}

.left form#freeform {
	margin: 15px 0 0;
}

.left form#freeform input.text,.left form#freeform textarea {
	width: 742px;
}

.left form#freeform textarea {
	height: 180px;
}

.right form#freeform {
	margin: 15px 0 40px;
}

.right form#freeform input.text,.right form#freeform textarea  {
	width: 242px;
}

.right form#freeform select {
    width: 259px!important;
    font-size: 11px;
}

.two-columns-left .right form#freeform input.text,.two-columns-left .right form#freeform textarea {
	width: 222px;
}

.form-row {
	margin: 0 0 4px;
}

.pagination {
	clear: both;
}

ul.two-column-list {
	clear: both;
}

ul.two-column-list>li {
	width: 410px;
	height: 250px;
	margin: 15px 40px 15px 0;
	float: left;
}

ul.two-column-list-half {
	clear: both;
}

ul.two-column-list-half>li {
	width: 225px;
	margin: 0 40px 0 0;
	float: left;
}

ul.two-column-list-half>li.right {
	margin: 0;
}

.two-columns-left .left {
	float: left;
	width: 760px;
	margin: 0 80px 0 0;
}

.two-columns-left .left .two-columns .left,.two-columns-left .left .two-columns .right {
	width: 370px;
}

.two-columns-left .right {
	float: left;
	width: 240px;
}

.two-columns-left-with-border .left {
	margin: 0 40px 0 0;
	padding: 0 39px 0 0;
	border-right: 1px solid #e1e1e1;
}

.two-columns-left-with-border .left .left {
	margin: 0 20px 0 0;
	padding: 0;
	border-right: none;
}

.two-columns .left {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}

.two-columns .left .two-columns .left {
	border-right: 1px solid #E1E1E1;
	margin: 0 40px 0 0;
	padding: 0 40px 0 0;
	width: 205px;
}

.two-columns .left .two-columns .right {
	width: 225px;
}

.two-columns .right {
	float: left;
	width: 530px;
}

.three-columns .left {
	width: 400px;
	padding-bottom: 20px;
	float: left;
}

.three-columns .center {
	width: 288px;
	margin: 0 30px;
	padding: 0 30px 20px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	float: left;
}

.three-columns .center ul.two-column-list-half {
	padding: 15px 0 0;
}

.three-columns .center ul.two-column-list-half>li {
	width: 195px;
}

.three-columns .center ul.two-column-list-half>li h2 {
	font-size: 18px;
}

.three-columns .right {
	width: 260px;
	padding-bottom: 20px;
	float: left;
}

.four-columns {
	margin: 15px 0 0;
}

.four-columns .fourth {
	margin: 0 65px 0 0;
	padding: 0 0 40px;
	float: left;
	width: 220px;
	text-align: right;
}

.four-columns .fourth h2,.four-columns .fourth p {
	text-align: left;
}

.four-columns .fourth .fourth-header-image {
	display: block;
	margin: 0 0 20px;
}

.four-columns .one h2 {
	color: #c3383d;
}

.four-columns .two h2 {
	color: #7daa40;
}

.four-columns .three h2 {
	color: #f26522;
}

.four-columns .four h2 {
	color: #5ea6b7;
	margin: 0;
}

.two-columns-left,.three-columns,.four-columns {
	clear: both;
}

.two-columns-left .last,.three-columns .last,.four-columns .last {
	margin: 0;
}

.five-pillars h2 {
	position: absolute;
	top: 50px;
	left: 0;
	opacity: .8;
	-webkit-border-radius: 2px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 2px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 1;
}

.five-pillars .pillar {
	float: left;
	background: #ccc;
	height: 373px;
	width: 215px;
}

#footer {

	text-shadow: 0 1px rgba(255,255,255,0.6);
	background-color: #E2E2E2;
	color: #777;
}

#footer a {
	color: #343434;
}

#footer #footer-left {
	width: 600px;
	float: left;
}

#footer #footer-right {
	width: 480px;
	float: left;
}

#footer #footer-right ul {
	float: left;
	width: 33%;
}

#footer #footer-right li {
	width: 140px;
	padding: 0 0 10px 10px;
	float: left;
}

#footer #footer-right p {
	clear: both;
	padding-top: 20px;
	line-height: 43px;
}

#facebook {
	width: 43px;
	height: 43px;
	background: url(images/uploads/global/facebook.jpg) no-repeat;
	display: inline-block;
	margin-left: 10px;
	text-indent: -9999em;
}

#linked-in {
	width: 43px;
	height: 43px;
	background: url(images/uploads/global/linked-in.jpg) no-repeat;
	display: inline-block;
	margin-left: 10px;
	text-indent: -9999em;
}

#twitter-link {
	width: 43px;
	height: 43px;
	background: url(../kn_main.staging.arsecom.com/images/uploads/main/Twitter_Icon_v2.jpg) no-repeat;
	display: inline-block;
	margin-left: 10px;
	text-indent: -9999em;
}

.clearfix:before,.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#locations-map {
	position: relative;
	margin: 0 0 40px;
}

#locations-map-key .key-dot {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0;
	left: 0;
	margin: -1px 10px 0 0;
	font-size: 64px;
	font-family: "Times New Roman", times, serif;
	text-decoration: none;
}

#locations-map .map-dot {
	overflow: hidden;
	display: block;
	font-family: "Times New Roman",times,serif;
	font-size: 64px;
	height: 10px;
	line-height: 8px;
	position: absolute;
	text-decoration: none;
	text-indent: -3px;
	width: 11px;
}

#locations-map .map-dot:hover {
	text-decoration: none;
}

#locations-map ul#locations-map-key {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

#locations-map .modal-wrapper {
	display: none;
	position: fixed;
	top: 10%;
	z-index: 100;
	left: 50%;
	text-align: left;
	margin: 20px 20px 20px -225px;
	width: 450px;
	height: 500px;
	background: rgba(128,128,128,0.5);
	padding: 20px;
}

#locations-map .modal-wrapper .modal {
	background: #fff;
	padding: 20px;
	height: 460px;
}

#locations-map .modal-wrapper .modal .modal-close {
	padding: 4px 8px;
	background: #fff;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 4px;
	right: 4px;
}

.placeholder {
	color: #888;
}

.contactus-header {
	margin-top: 30px;
}

a.position-arrow {
	background: url(images/uploads/global/double-arrow.jpg) no-repeat scroll right center;
	line-height: 20px;
	padding-right: 12px;
}

.employment-font thead {
	font-family: "Helvetica Neue",Helvetica,san-serif;
	line-height: normal;
	font-weight: 200;
}

.content-body-text {
	width: 920px;
	clear: both;
	margin: 0 auto;
}

#kn-slideshow-hp {
	width: 1080px;
	height: 383px;
	overflow: hidden;
	padding: 0 0 5px;
}

#kn-slideshow-list-hp ul {
	position: relative;
	list-style: none;
	padding: 0;
	height: 373px;
	margin: 0 auto 20px;
	border: none;
}

#kn-slideshow-list-hp .kn-slideshow-slide {
	width: 100%;
	height: 373px;
}

#kn-slideshow-list-hp .kn-slideshow-slide-content {
	position: relative;
	width: 1080px;
	margin: 0 auto;
}

.kn-slideshow-slide-content a.slide-site-links {
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
	width: 450px;
	height: 100px;
	background: url(clear-trans.gif) repeat;
}

/* Scrolling Dot nav */
#kn-slideshow-list-hp #kn-slideshow-nav {
	left: 37px;
	position: absolute;
	top: 337px;
}

#kn-slideshow-list-hp ul#kn-slideshow-nav li {
	float: left;
}

#kn-slideshow-list-hp #kn-slideshow-nav a {
	background: url(clear-trans.gif) repeat;
	position: static;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 9px;
}

.kn-slideshow-slide-content h1,.kn-slideshow-slide-content h2,.kn-slideshow-slide-content h3,.kn-slideshow-slide-content h4,.kn-slideshow-slide-content h5,.kn-slideshow-slide-content p {
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#locations-map-key {
	overflow: hidden;
	margin: 0 0 20px;
}

#locations-map-key #locations-map-key-left {
	float: left;
	width: 638px;
}

#locations-map-key #locations-map-key-right {
	float: left;
	width: 440px;
}

#locations-map-key h2 {
	margin: 0 0 10px;
}

#locations-map-key ul li {
	float: left;
	margin: 0 20px 2px 0;
	position: relative;
	padding: 0 0 0 15px;
}

#locations-map-key #locations-map-key-left ul li,#locations-map-key #locations-map-key-right ul li {
	width: 176px;
}

#locations-map-key-left ul li a,#locations-map-key-right ul li a {
	margin-left: 5px;
}

.location-descriptions h2 {
	margin: 20px 0 0;
}

.center h2 {
	margin-bottom: 20px;
}

.actions-row {
	margin-top: -9px;
}

.p-r-date {
	text-transform: uppercase;
	font-size: 12px;
}

.p-r-date span {
	font-weight: 700;
	font-size: 14px;
}

.view-left {
	float: left;
	line-height: 20px;
	padding: 0 12px 0 0;
	background: url(images/uploads/global/double-arrow.jpg) no-repeat right center;
}

#sitemap h2.inverted {
	clear: both;
	margin: 20px 0;
}

#sitemap .sitemap-list {
	clear: both;
	margin: 20px 0 0;
}

.sitemap-list li {
	margin: 10px 0 0;
}

.sitemap-list li h2 a {
	font-size: 20px;
}

.sitemap-list li ul {
	margin: 0 0 20px;
}

.sitemap-list li ul li {
	margin: 0;
}

.sitemap-list li ul li a {
	text-indent: 10px;
}

div.dot-separator {
	background: url(images/uploads/global/dot-seperator.gif) left bottom no-repeat;
	padding: 0;
	margin: 0;
	clear: both;
	width: 1080px;
	height: 10px;
}

#content .ind-experience,#content .industries-header {
	margin: 5px 0 40px !important;
}

#content .sust-header {
	margin: -10px 0 40px !important;
}

.each-job-listing h3 {
	color: #080855;
}

.unique-job-list {
	width: 900px;
}

.unique-job-list li {
	line-height: 16px;
}

.unique-job-list li p {
	margin: 0 0 10px;
}

.unique-job {
	font-size: 14px;
	color: #080855;
}

#location-address {
	margin-right: 10px;
}

.job-application h3 {
	height: 20px;
	margin: 40px 0 0;
}

.job-application h3 span,.job-application h3 span p {
	height: 20px;
	float: left;
	line-height: 20px;
	margin: 0 5px 0 0;
}

#application-form {
	clear: both;
	margin: 20px 0 0;
	width: 700px;
}

#application-form label {
	float:left;
}


#application-form .right-form-area {float:right; width:360px; height:200px;}
#application-form .left-form-area {float:left; width:290px; height:200px;}

#application-form .left-form-area input {width:285px; height:16px;}
#application-form .left-form-area input.checkbox{ 
height: 16px;
width: 16px;
background: white;
display: inline;
}
#application-form textarea {width: 342px;
height: 170px;}

#application-form .left-form-area .file-input {width: 82px;}

#application-form .left-form-area .file-disclaimer {clear:both; font-size:.9em; margin:-5px 0px 0px 0px;}

#application-form .left-form-area .file-upload {height:30px;}
#application-form .left-form-area .file-upload .file-input-box {height:20px; border:1px solid #ccc; width: 300px;}

.contact-address {margin-top:110px;}

.contact-address .socialConnect-wrapper img{
    margin: 3px 5px 0 0;
}
#content #contact-us-form select {
    width: 760px;
    font-size: 11px!important;
}
.pageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(images/uploads/main/pageOverlay-BG.png) repeat;
    z-index: 10;
    display: none;
}
.pageOverlay #newsletterMessage {
    width: 500px;
    height: 250px;
    background: white;
    margin: 100px auto;
}
.pageOverlay #newsletterMessage h4 {
    text-align: center;
    font-size: 26px;
    color: #5179A7;
    font-weight: 300;
    text-transform: none;
    padding-top: 60px;
}
.pageOverlay #newsletterMessage p {
    text-align: center;
    font-size: 17px;
    color: #858A90;
    margin: 5px 0 0;
}
.pageOverlay #newsletterMessage a {
    display: block;
    width: 65px;
    height: 25px;
    margin: 80px auto;
    color: black;
    font-size: 11px;
}
.pageOverlay #newsletterMessage a img {
    margin-left: 5px;
}


body{border-top:5px solid #080855;}
table tr.even{background:#e4ebf0;}
h1{color:#080855;padding:0 0 0 100px;text-indent:-9999px;}
h2,a,#content h2 a,table th, .h2, #content .h2 a { color:#080855; }
h2.inverted {color:#fff;background:#080855;}
.header-image h2{color:#fff;background:#080855;opacity:0.8;}
#main-nav-a{background:url('brand4.png') left top no-repeat;}
#main-nav-a:hover{background-position:right top;}
#site-nav li a:hover{border-top:4px solid #82acd4;}
#site-nav li a:active,#site-nav li a.active{border-top:4px solid #080855;}
ul#sub-nav{background: #E9EFF5; width: 1080px; height: 35px;}
a.button,input.submit{background:#080855;}
a.button:hover,input.submit:hover{background:#94b7d9;}
a.button:active,input.submit:active{background:#84a7c9;}
