/* HTML5 Boilerplate  */

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

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body {
	background:#164088;
	border-top:5px solid #164088;
	margin: 0;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1;
	color:#164088;
}

::-moz-selection { background: #2887c6; color: #fff; text-shadow: none; }
::selection { background: #2887c6; color: #fff; text-shadow: none; }

a { color: #688aba; text-decoration:none; }
a:hover { color: #688aba; }
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; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd { margin:0; padding: 0; font-weight:normal; }
li { list-style:none;}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

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

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* -- font -- */
@font-face {
	font-family: 'OpenSansRegular';
	src: url('font/opensans-regular-webfont.eot');
	src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-regular-webfont.woff') format('woff'),
			 url('font/opensans-regular-webfont.ttf') format('truetype'),
			 url('font/opensans-regular-webfont.svg#CabinRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('font/opensans-bold-webfont.eot');
	src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-bold-webfont.woff') format('woff'),
			 url('font/opensans-bold-webfont.ttf') format('truetype'),
			 url('font/opensans-bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansExtrabold';
	src: url('font/opensans-extrabold-webfont.eot');
	src: url('font/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-extrabold-webfont.woff') format('woff'),
			 url('font/opensans-extrabold-webfont.ttf') format('truetype'),
			 url('font/opensans-extrabold-webfont.svg#OpenSansExtrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* -- Adjusment -- */
.clr { clear: both; }
.fr { float: right!important; }
.fl { float: left!important; }
.ar { text-align: right!important; }
.al { text-align: left!important; }
.ac { text-align: center!important; }
ul.basic li {
	margin-left: 20px;
	list-style-type: disc;
}
ol.basic li {
	margin-left: 20px;
	list-style-type: decimal;
}
.mb0 { margin-bottom:0!important;}
.mb10 { margin-bottom:10px!important;}
.mb50 { margin-bottom:50px!important;}

.mr0 { margin-right:0!important;}


/* -- header -- */
header .header_in {
	background:url(img/bg_header.png) 742px 20px no-repeat; 
	width:940px;
	margin:0 auto;
}
header .logo {
	width:150px;
	margin:20px 0 29px;
	float:left;
}
nav #gNav {
	width:500px;
	margin-top:84px;
	float:right;
	text-align:right;
}
nav #gNav li {
	float:right;
	font-family: 'OpenSansBold';
	font-size:16px;
	margin-left:20px;
	text-transform:uppercase;
}
nav #gNav li a {
	color:#164088;
}
nav #gNav li a:hover {
	color:#688aba;
}

/* -- footer -- */
footer {
	background:#164088;
	color:#fff;
	font-size:11px;
}
footer .footer_in {
	width:940px;
	margin:0 auto;
	padding:20px 0 50px;
}
footer p {
	width:300px;
	float:right;
	text-align:right;
	line-height:1.5;
}
footer ul {
	width:400px;
	float:left;
}
footer ul li {
	margin-right:20px;
	float:left;
	text-transform:uppercase;
}
footer a {
	color:#fff;
}

/* -- common -- */
#wrap {
	background:url(img/bg_all.jpg);
}
.hero {
	background:url(img/bg_hero.jpg);
}
.hero p {
	width:940px;
	margin:0 auto;
}
.hero div {
	width:940px;
	height:150px;
	margin:0 auto;
	position:relative;
}
.hero h1 {
	width:400px;
	position:absolute;
	right:20px;
	bottom:20px;
	font-family: 'OpenSansExtrabold';
	font-size:48px;
	color:#6eaedc;
	text-transform:uppercase;
	text-align:right;
}

#main {
	background:#fff;
	width:860px;
	padding:40px;
	margin:0 auto;
	position:relative;
}
#main p {
	margin-bottom:20px;
	line-height:1.5;
}
#main h2 {
	margin-bottom:10px;
	font-family: 'OpenSansBold';
	font-size:30px;
	text-transform:uppercase;
}
#main ul {
	margin-bottom:20px;
}
#main ul li {
	background:url(img/bg_list.gif) 0 12px no-repeat;
	padding-left:15px;
	line-height:2;
}
#main .tl {
	background:url(img/bg_tl.jpg) left top no-repeat;
	width:860px;
	height:50px;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
	font-family: 'OpenSansRegular';
	font-size:28px;
	text-transform:uppercase;
	line-height:50px;
}
#main .box_l, #main .box_r {
	width:410px;
}
#main .box_l {
	float:left;
}
#main .box_r {
	float:right;
}
.arrow a {
	background:url(img/arrow.jpg) right top no-repeat;
	height:50px;
	padding-right:60px;
	float:right;
	font-family: 'OpenSansBold';
	font-size:18px;
	font-style:italic;
	color:#164088;
	text-align:right;
	line-height:50px;
	display:block;
	position:absolute;
	right:40px;
	bottom:40px;
}

/* -- what is HR -- */
#what .hero div {
	background:url(img/bg_what.jpg) left top no-repeat;
}

/* -- services -- */
#services .hero div {
	background:url(img/bg_services.jpg) left top no-repeat;
}

/* -- contact -- */
#contact .hero div {
	background:url(img/bg_contact.jpg) left top no-repeat;
}

label {
	width:320px;
	margin-bottom:10px;
	display:block;
	font-family: 'OpenSansBold';
	text-transform:uppercase;
}
textarea,
input {
	border:#ccc 1px solid;
	width:390px;
	height:40px;
	padding:0 10px;
	margin-bottom:20px;
	display:block;
}
input {
	margin-right:20px;
	float:left;
}
textarea {
	height:130px;
	padding:10px;
}
#send {
	background:#164088;
	border:none;
	width:100px;
	height:30px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
}
.required {
	font-size:11px;
	color:#F00;
}
.warning {
	width:320px;
	color:#F00;
}
form .warning {
	width:200px;
	float:right;
	text-align:right;
}


@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
