/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 12px; line-height: 1.231; background-image:url('../images/footgrad.jpg'); background-repeat:repeat-x; background-position:bottom }

body, button, input, select, textarea { font-family:Arial, Helvetica, sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #035E7C; color: #fff; text-shadow: none; }
::selection { background: #035E7C; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {color: #0099cc; }
a:visited { color: #0099cc; }
a:focus { }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 0 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure#font-family { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */



/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* ==========================================================================================================================================================================
   Primary styles
   Author: Josh Robinson
   ======================================================================================================================================================================= */
	

	p {
	margin:0px 0px 15px 0px;
	font-size:14px;
	color:#888;	
	line-height:20px;
	}
		
	h1 {
	padding:0px 0px;
	color:#0099CC;
	font-style:italic;	
	margin:0px 0px 5px 0px;
	font-size:24px;	
	}	

	h2 {
	color:#035e7c;
	margin:0px 0px 10px 0px;	
	}
		
	h3 {
	margin:0px 0px 5px 0px;
	color:#0099cc;	
	font-size:16px;
	}
		
	h4 { 
	font-size:24px;
	color:#035e7c;
	margin:0px 0px 10px 0px;
	padding:0px 0px;
	line-height:24px;
	color:#035e7c;	
	}

	h5 {
	font-size:18px;
	margin:0px 0px 15px 0px;
	color:#5b5b5b;	
	font-style:italic;
	}

	h6 {
	padding:15px 0px 0px 10px;
	font-size:11px;
	margin:0px 0px;	
	}

	article h3 a {
	text-decoration:none;	
	font-style:italic;
	margin:0px 0px 5px 0px;
	color:#0099cc !important;	
	font-size:16px;
	text-transform:uppercase;
	}
	
	article h3 a:hover {
	color:#035E7C !important;
	}

/*** HEADER ***/

	header {
	position:relative;	
	}

	.fade {
  	position: relative;
  	top:0px;
  	left: 0px;
  	padding:10px 0px 10px 10px;
  	width:110px;
	}

	.fade div {
  	position: absolute;
  	top: 0;
  	padding:10px 0px 10px 10px;
  	left: 0;
  	display: none;
	}

	nav {
	width:100%;	
	height:40px;
	background-color:#f1f5f7;
	border-bottom:7px solid #0099cc;
	}

	nav h2#navBtn5 a, nav h2#navBtn2 a, nav h2#navBtn3 a {
	color:#0099cc;
	}
	
	nav h2#navBtn5 a:hover, nav h2#navBtn2 a:hover, nav h2#navBtn3 a:hover {
	color:#035E7C;
	}

	nav #navBtn {
		float:left;	
		margin:11px 20px 0px 15px;
		padding:0px 0px 0px 0px;
	}
	
	nav #navBtn:hover {
	border-bottom:2px solid #035E7C;	
	}

	nav h2 {
	text-transform:uppercase;
	font-size:12px;
	float:left;	
	color:#0099cc;
	margin:0px 0px 0px 0px;
	padding:14px 12px 10px 12px;
	}
	
	
	nav h2 a {
	text-decoration:none;	
	color:#0099cc;
	padding:14px 0px 10px 0px;
	}
	
	nav h2:hover {
	color:#035E7C !important;
	}
	
	nav h2:hover, nav h2 a:hover {
	text-decoration:underline;	
	color:#035e7c;
	cursor:pointer;
	}

	.selected {
	text-decoration:underline;	
	color:#035e7c !important;
	background-color:#f6f6f6;
	border-right:1px dotted #035e7c;
	border-left:1px dotted #035e7c;
	}
	
	.selected a {
	text-decoration:underline;	
	color:#035e7c !important;
	}

	.lang_toggle {
	position:absolute;
	right: 10px;
	top: 25px;
	}

/*** BODY ***/

	body {
	margin: 0;
	font-size: 12px;
	line-height: 1.231;
	background-image: url('../images/footgrad.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	}

	#outerWrap {
	width:1024px;
	margin:0px auto;
	box-sizing:border-box;
	border-right:1px dashed #ccc;	
	border-left:1px dashed #ccc;	
	background-color:#fff;
	}

	#foot {
	width:1024px;
	margin:0px auto;
	}
	
	#innerWrap {
	width:970px;
	margin:0px auto;
	box-sizing:border-box;
	border-right:1px dashed #ccc;	
	border-left:1px dashed #ccc;	
	background-color:#fff;
	}

	#mainContent {
	overflow:hidden;
	padding:20px 0px 60px 0px;
	height:auto;	
	}

	#homeLeftCol {
	float:left;
	width:649px;
	margin:0px 15px 0px 0px;	
	height:auto;
	border-right:1px dashed #ccc;
	}
	

 	#homeRightCol {
	float:left;
	width:300px;
	}

	#homeNews {
	background-image: url('../images/recentNewsHome.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0px 0px 0px;
	}

	#homeNews p {
	line-height: 18px;
	font-size: 10px;
	color: #777;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/diamonds.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	}

	#jp_homeNews {
	background-image: url('../images/jp_recentNewsHome.jpg');
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	float: left;
	padding: 50px 0px 0px 0px;
	}

	#jp_homeNews p {
	line-height: 18px;
	font-size: 10px;
	color: #777;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	background-image: url('../images/diamonds.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	}

	#newsArchive {
	padding: 15px 0px 0px 0px;
	text-align: center;
	}

	.Btn {
	background-color: #eaeaea;
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 17px 10px 17px;

	}

	.Btn:hover {
	background-color: #035E7C;
	color: #eaeaea;	
	}

	.Btn#active {
	background-color: #035E7C;
	color: #eaeaea;	
	}



	#marketingHome {
	width: 635px;
	height: 260px;
	border-left: 15px solid #035e7c;
	}

/*** FOOTER ***/

	footer {
	z-index: 3;
	position: relative;
	background-image: url('../images/footCap.jpg');
	background-repeat: no-repeat;
	height: 260px;
	float: left;
	width: 1024px;
	background-color: #035e7c;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 50px 0px;
	}

	footer h5 {
	font-size:20px;
	font-style:italic;
	margin:0px 0px 10px 0px;
	color:#fff;	
	}

	#footerWrap {
	padding:130px 0px 0px 60px;
	overflow:hidden;
	}

	.footerCol {
	float:left;	
	margin:0px 80px 0px 0px;
	}
	
	.footerCol ul {
	border-left: 1px dashed #aecbd5;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	list-style:none;
	color:#0099cc;
	font-weight:bold;
	}
	
	
	.footerCol ul li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	color:#aecbd5;
	font-weight:normal;
	margin:6px 0px 0px 0px;
	}
	
	.footerCol ul li a:hover {
	color:#fff;
	}

	.footerCol p {
	font-size: 13px;
	color:#aecbd5;	
	}
	
	#footerForm div label {
	color:#fff;
	text-transform:uppercase;
	font-style:italic;
	font-size:10px;	
	}
	
	#footerCopy {
	position:absolute;
	bottom:30px;
	left:60px;	
	font-size:10px;
	color:#68a6ba;
	}

/*** Product Pages ***/

	.boxgrid {
	width: 290px;
	height: 100px;
	margin: 0px 0px 15px 0px;
	float: left;
	position: relative;
	}

/*** History Page ***/

	.leftContent ul {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 15px;
	}

	.history_col {
	float: left;
	margin-bottom: 40px;
	width: 450px;
	}

	.history_col img {
	float: left;
	}

	.bio_info {
	float: left;
	padding-left: 20px;
	width: 215px;
	}

	.bio_info p {
	font-size: 13px;
	}

/*** Literature ***/

	.lit_column {
	float: left;
	width: 400px;
	}

	.lit_row {
	margin: 0px 0px 20px 0px;
	}

	ul.literature {
	list-style-type: none;
	margin: 0px;
	}

	ul.literature li {
	margin: 0px 0px 15px 0px;
	}

	ul.literature li a {
	border-bottom:solid 1px #0099cc;
	color: #0099cc;
    display:inline-block;
    line-height:15px;
    text-decoration: none;
	}


/*** News Archive ***/

	.archive_btns {
	margin: 30px 0px 0px 0px;
	}

	.archive_btns a {
	margin-right: 3px;
	}

	.archive_content {
	margin: 30px 0px 0px 0px;
	}

	.archive_story {
	border-bottom: 1px dashed #ccc;
	margin: 30px 0px;
	padding-bottom: 30px;
	position: relative;
	}

	ul.archive {
	margin: 0px 0px 0px 30px;
	list-style-type: none;
	}

	.archive_column {
	float: left;
	width: 620px; 
	}

	.page_up {
	position: absolute;
	bottom: 15px;
	right: 0px;

	}

	img.archive {
	float:right;
	}


/*** Company Pages ***/

	.company_btns {
	margin: 30px 0px 30px 0px;
	}

	.company_btns a {
	margin-right: 25px;
	}

	.company_btns .Btn {
	padding: 10px 25px 10px 25px;
	}

/*** Rectuit Pages ***/

h3.subttl {
	height:0;
	width:960px;
	display:block;
	overflow:hidden;
}

.rec-info { font-size:1.1em; margin-bottom:5px;}

.w960 {
	width:960px;
	margin:0 auto;
	position:relative;
}


ol, ul {
list-style:none;
}

.tab_content { margin-bottom:100px;}
.tab_content h3 {
	font-size:1.2em;
	border-left:5px solid #2c6c9a;
	padding-left:0.5em;
	margin:1em 0 0.5em 1em;
}
.tab_content .fortop { text-align:right; margin-right:20px;}


/* ==================================================
recruit-style
================================================== */
#recruit .tbl ul li ul { margin-bottom:1em;}
#recruit .tbl ul li ul li { text-indent:-1em; padding-left:2em;}
.job-info { margin-bottom:1em; width:650px;}
	.job-info p { margin-bottom:0.5em;}
	.job-ttl { font-weight:bold;}

.job-select {
	width:960px;
	margin:0 auto 50px auto;
}

.rec-info { font-size:1.1em; margin-bottom:5px;}
.job-select li {
	margin-bottom:20px;
	float:left;
}
.arrow { margin-bottom:0.5em;}
.arrow span { display:block; text-indent:2em;}
.to-recruit { margin-top:0.5em; font-size:1.1em; }

.tab_content { margin-top:100px; margin-bottom:100px;}
.tab_content h3 {
	font-size:1.2em;
	border-left:5px solid #2c6c9a;
	padding-left:0.5em;
	margin:1em 0 0.5em 1em;
}
.tab_content .fortop { text-align:right; margin-right:100px;}
.adjust dl { margin-top:1em;}

	.leftContentrecruit ul {
	color: #888;
	font-size: 14px;
	line-height: 20px;
	}

.tbl-wrap {
	width:800px;
	margin:0 auto 10px 0;
	padding:20px 30px 30px;
	background-color:#fff;
	border:1px solid #e7e7e7;
	border-radius: 5px;        /* CSS3���� */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome�p */  
	-moz-border-radius: 5px;   /* Firefox�p */
}
.tbl th,.tbl td {
	border-bottom:1px dotted #acacac;
	padding:14px 0;
}
.tbl th {
	width:10em;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	vertical-align: top;
}
.tbl td {
	font-size:1.05em;
	padding-right:10px;
}

#recruit .tbl th { width:12em;}
.tbl th span {
	vertical-align:baseline;
	display:block;
}
.tbl tr.tr-odd { background: #fff;}
.tbl tr.tr-even { background: #f7f7f7;}
.tbl .left { float:left; width:300px;}

.project dl { margin-left:10px;}
.project dt { font-weight:bold; color:#444;}
.project dd { text-indent:1em;}
