/*
color:

dark blue	#00235F
mid blue	#0071BC
light blue	#00A9EB
paleblue	#CDF0F7
*/

@import url("jqtools.css");

.white, .white a { color: white; }
.black, .black a { color: black; }

/* typography */

h1, h2, h3, h4, h5, h6 {
/* 	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; */
	font-weight:normal;
	padding: 0px;
	margin: 0px;
}

h5 {
	letter-spacing: .3em;
	font-size: .9em;
}

h6 {
	letter-spacing: .2em;
	font-size: .8em;
}

a, a:hover, a:visited, a:active {
	text-decoration: none;
}

a { color:#0071BC; }
a:hover { color:#00A9EB; }
a:active { color:#000; outline:none; }
:focus { -moz-outline-style:none; }

img { border: 0; }

p {}

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

.spaced { letter-spacing: .15em; }

.no-clear { clear: none; }

/* layout */

* {
	margin: 0;
}

html {
	background: #FFF url(../_img/bg_line.png) repeat-y center top;
}

html, body {
	width: 100%;
	height: 99.7%;
}

body {
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;

}

div#header .icon { height: 30px; display: block; } 
body.po div#header .icon { background: transparent url('../_img/icon_po_blk.png') no-repeat center center; }
body.bg div#header .icon { background: transparent url('../_img/icon_bg_blk.png') no-repeat center center; }
body.cv div#header .icon { background: transparent url('../_img/icon_cv_blk.png') no-repeat center center; }
body.ct div#header .icon { background: transparent url('../_img/icon_ct_blk.png') no-repeat center center; }
body.jl div#header .icon { background: transparent url('../_img/icon_jl_blk.png') no-repeat center center; }

body.physical 		div#shape-mask .cir { display: inline; }
body.architectural 	div#shape-mask .tri { display: inline; }
body.digital 		div#shape-mask .squ { display: inline; }

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 99.9%;
	margin: 0 auto -60px;
}

.footer, .push {
	height: 60px;
}

#center-piece {
	padding-top: 18%;
	padding-bottom: 3%;
	position:relative;
	text-align:center;
	width: 100%;
}

.footer {
	/* background: transparent url(../_img/c2009.png) no-repeat center right; */
}

#jl {
	width: 36px;
	height: 36px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
}

.short-line {
	width: 30px;
	display: block;
	border-top: 1px solid black;
}
