* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', Helvetica, Arial;
	font-size: 12px;
	background: #244875 url("/images/careers/background.png") repeat-x scroll 0 0;
	text-align: center;
	padding: 20px 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #900; /* #113c4c; */
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #790F5B;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	color: #82996E;
}

h1 {
	font-size: 24px;
	margin: 10px 0;
}

h2 {
	font-size: 21px;
	margin: 10px 0;
}

h3 {
	font-size: 18px;
	margin: 10px 0;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
}

p {
	line-height: 150%;
	margin: 10px 0;
}

ul, ol {
	padding-left: 20px;
}

li {
	line-height: 150%;
}

hr {
	margin: 17px 0 18px;
	height: 0;
	clear: both;
	border: solid #ddd;
	border-width: 1px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
}

div#container {
	margin: 0 auto;
	width: 940px;
	padding: 0 10px;
	text-align: left;
	background-color: white;
}

div#header {
	padding: 20px 20px 10px 20px;
	height: 1%;
	overflow: auto;
}

div#siteTitle {
	float: left;
	width: 344px;
	height: 55px;
	background: url('/images/careers/logo.png') top left no-repeat;
	text-indent: -1000em;
}

div#social {
	float: right;
	margin-top: 16px;
}

div#social a {
	padding: 4px 0 4px 20px;
	margin-left: 8px;
	background-position: left center;
	background-repeat: no-repeat;
}

div#social a#facebook {
	background-image: url('/images/2011/icons/social/facebook.png');
}

div#social a#twitter {
	background-image: url('/images/2011/icons/social/twitter.png');
}

div#tabs {
	height: 1%;
	overflow: hidden;
	background-color: #eee;
	font-size: 12px;
}

div#tabs ul {
	list-style-type: none;
	padding: 0;
}

div#tabs li {
	float: left;
}

div#tabs li a,
div#tabs li a:link,
div#tabs li a:visited,
div#tabs li a:hover,
div#tabs li a:active {
	color: #113c4c;
	display: block;
	padding: 10px 20px;
	font-weight: normal;
}

div#tabs li a:hover {
	background: #a5a5a5;
}

div#tabs li.active a,
div#tabs li.active a:hover {
	border-bottom: 2px solid #82996E;
	padding-bottom: 8px;
	color: white;
	background: #113c4c;
}

div#letterbox {
	position: relative;
	margin: 10px 0;
}

div#letterbox img {
	max-width: 940px;
}

.nivoSlider {
    position:relative;
    width:940px; /* Change this to your images width */
    height:305px; /* Change this to your images height */
/*    background:url(images/loading.gif) no-repeat 50% 50%; */
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

div#letterbox .nivo-caption {
	background: transparent;
}

div#letterbox .nivo-caption p {
	float: right;
	background: #000;
	border: 4px solid white;
	border-width: 4px 0 0 4px;
}

div#letterbox {}

div#letterbox h1 {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('/images/transparencies/000000-60.png') top left repeat;
	margin: 0;
	padding: 10px 10px 10px 20px;
	color: white;
}

div#page {
	height: 1%;
	overflow: hidden;
	padding: 10px 0;
}

div#content {
	float: left;
	width: 510px;
	padding: 0 20px;
}

img.left,
img.right,
img.center {
	margin: 0 10px 10px 10px;
}

img.left {
	float: left;
	margin-left: 0px;
	clear: left;
}

img.right {
	float: right;
	margin-right: 0px;
	clear: right;
}

img.center {
	margin: 0px auto 10px auto;
}

div#sidebar {
	float: right;
	width: 380px;
	margin-left: 10px;
}

.sidebarItem {
	margin-bottom: 20px;
}

.paper {
	width: 350px;
	background: url('/images/careers/sidebars/paper-middle.png') top center repeat-y;
}

.paper .sidebarContent {
	background: url('/images/careers/sidebars/paper-top.png') top center no-repeat;
	padding: 20px 30px;
}

.paper .sidebarFooter {
	background: url('/images/careers/sidebars/paper-bottom.png') bottom center no-repeat;
	padding: 0px 30px;
}

.scrap {
	width: 350px;
	background: url('/images/careers/sidebars/paperScrap.png') top center no-repeat;	
}

.scrap .sidebarContent {
	padding: 10px 30px 40px 30px;
}

#updatesSidebar .sidebarContent {
	background: url('/images/careers/icons/envelope.png') 30px 30px no-repeat;
	padding-left: 80px;
}

#addressSidebar .sidebarContent {}

#addressSidebar .sidebarContent img.map {
	border: 1px solid #a5a5a5;
	padding: 1px;
	background: white;
}

#addressSidebar .sidebarContent a#large-map {
	font-size: smaller;
	display: block;
	text-align: right;
}

#directionsSidebar {
	display: none;
}

#directionsSidebar input {
	border: 1px solid #a5a5a5;
	border-radius: 2px;
	padding: 4px;
	width: 80px;
}

#directionsSidebar button {
	background: #37c;
	margin-left: 4px;
	color: White;
	font-weight: bold;
	padding: 4px 8px;
	border-radius: 2px;
	border: 1px solid #37c;
}

dl {}

dt {
	font-weight: bold;
	padding: 10px 0;
	cursor: pointer;
}

dd {
	font-weight: normal;
	margin: 0;
	padding-left: 10px;
	width: 500px;
}

dd p {
	margin: 0;
}

table#jobSpec {
	width: 100%;
	background: #ddebf2;
	padding: 4px;
}

table#jobSpec th,
table#jobSpec td {
	padding: 4px 8px;
}

table#jobSpec th {
	text-align: right;
}

#awards {
	text-align: center;
	margin-top: 20px;
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

#updatesForm {
	border: 1px dashed #a5a5a5;
	padding: 0 20px 20px 20px;
	margin: 10px 0;
}

#updatesForm label {
	display: block;
	margin: 20px 0;
}

#updatesForm input,
#updatesForm select {
	font-size: 12px;
	margin-top: 4px;
	padding: 4px;
}

#updatesForm input.text {
	border: 1px solid #a5a5a5;
}

#updatesForm input.submit {
	padding: 4px;
	font-size: 12px;
	background: #eee;
	border: 1px solid #a5a5a5;
}

#footer ul {
	height: 1%;
	overflow: hidden;
	list-style-type: none;
	padding-bottom: 20px;
}

#footer li {
	float: left;
	border-left: 1px solid #999;
	padding: 0 1em;
}

#footer li#copyright {
	border-left: none;
}

#polaroids {
	position: relative;
}

#polaroids div {
	position: absolute;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 4px #999; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #999; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 4px #999; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 2px; /* FF1-3.6 */
	border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

#polaroids div img {
	border: 10px solid white;
}

#polaroids div#img-1 {
	top: 0;
	left: 0;
	z-index: 100;
}

#polaroids div#img-2 {
	top: 100px;
	right: 20px;
	z-index: 200;
}

#polaroids div#img-3 {
	top: 225px;
	left: 20px;
	z-index: 300;
}

#polaroids div#img-4 {
	top: 350px;
	right: 0;
	z-index: 400;
}

.box_rotate_plus_3 {
  -webkit-transform: rotate(3deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(3deg);  /* FF3.5+ */
      -ms-transform: rotate(3deg);  /* IE9 */
       -o-transform: rotate(3deg);  /* Opera 10.5 */
          transform: rotate(3deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9986295347545738, M12=-0.05233595624294383, M21=0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand');
               zoom: 1;
}

.box_rotate_plus_2 {
  -webkit-transform: rotate(2deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(2deg);  /* FF3.5+ */
      -ms-transform: rotate(2deg);  /* IE9 */
       -o-transform: rotate(2deg);  /* Opera 10.5 */
          transform: rotate(2deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9993908270190958, M12=-0.03489949670250097, M21=0.03489949670250097, M22=0.9993908270190958, sizingMethod='auto expand');
               zoom: 1;
}

.box_rotate_plus_1 {
  -webkit-transform: rotate(1deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(1deg);  /* FF3.5+ */
      -ms-transform: rotate(1deg);  /* IE9 */
       -o-transform: rotate(1deg);  /* Opera 10.5 */
          transform: rotate(1deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9998476951563913, M12=-0.01745240643728351, M21=0.01745240643728351, M22=0.9998476951563913, sizingMethod='auto expand');
               zoom: 1;
}

.box_rotate_minus_1 {
  -webkit-transform: rotate(-1deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(-1deg);  /* FF3.5+ */
      -ms-transform: rotate(-1deg);  /* IE9 */
       -o-transform: rotate(-1deg);  /* Opera 10.5 */
          transform: rotate(-1deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9998476951563913, M12=0.01745240643728351, M21=-0.01745240643728351, M22=0.9998476951563913, sizingMethod='auto expand');
               zoom: 1;
}

.box_rotate_minus_2 {
  -webkit-transform: rotate(-2deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(-2deg);  /* FF3.5+ */
      -ms-transform: rotate(-2deg);  /* IE9 */
       -o-transform: rotate(-2deg);  /* Opera 10.5 */
          transform: rotate(-2deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9993908270190958, M12=0.03489949670250097, M21=-0.03489949670250097, M22=0.9993908270190958, sizingMethod='auto expand');
               zoom: 1;
}

.box_rotate_minus_3 {
  -webkit-transform: rotate(-3deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(-3deg);  /* FF3.5+ */
      -ms-transform: rotate(-3deg);  /* IE9 */
       -o-transform: rotate(-3deg);  /* Opera 10.5 */
          transform: rotate(-3deg);  
             filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */ 
                     M11=0.9986295347545738, M12=0.05233595624294383, M21=-0.05233595624294383, M22=0.9986295347545738, sizingMethod='auto expand');
               zoom: 1;
}

#page-links {
	height: 1%;
	overflow: hidden;
}

#page-links .col {
	float: left;
	width: 130px;
	padding: 8px;
	margin: 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 4px #999; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px 0px 4px #999; /* FF3.5 - 3.6 */
	box-shadow: 0px 0px 4px #999; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	box-shadow: 0px 0px 8px rgba(96,96,96,0.4);
	-webkit-border-radius: 2px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 2px; /* FF1-3.6 */
	border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	text-align: center;
}

#page-links .col-2 {
}

#page-links .col a {
	display: block;
}
