
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

i { font-style:italic; }
b { font-weight:bold; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; font-size:80%; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

.hi {
	background-color: #ffff00;
}
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 5px;}
pre code { font-size:100%; }
#main_inner pre { border:1px solid #DDE; background: #EEF; margin-bottom:1em; }
#main_inner p code { background: #EEF; padding:1px; border:1px solid #DDE; }
#main_inner blockquote { background: #EEF; padding:2px 10px; border:1px solid #DDE; margin: 1em 2em; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #663337; color:#fff; text-shadow: none; }
::selection { background:#663337; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #663337; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #333; }
b, string { color: #000; font-weight:bold; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color:#203C4B; }
a:hover { color: #000; }

/* labelhint stuff */
label.labelhint { cursor: text; margin: 0; padding:3px 0 0 4px; line-height: 100%; }

/*
*******************************************************************************
*/

body{
	font-family:arial,sans-serif;
	background: #142128 url(bg.png) center top no-repeat;
}
.b {
	font-weight:bold;
	color:#203C4B;
}
.aligncenter { margin:auto; display:block; }
em { font-style: italic; }


.wrapper{
	margin:auto;
	width:960px;
	position:relative; /* absolute positions are relative to this container */
}

/* HEADER */
#header-container{
	height:135px;
}
	header #header-logo {
		background: url("logo_trans.png");
		width:134px;
		height:43px;
		position:absolute; top:30px; left:30px;	
	}
	header #header-callme {
		background: url("callme.png");
		width:135px;
		height:31px;
		position:absolute; top:35px; left:190px;	
	}
	header #header-solve {
		background: url("solve.png");
		width:257px;
		height:45px;
		position:absolute; top:25px; right:10px;	
	}
	header nav{
		height:40px;
		width:960px;
		background: url("header_bar.png") no-repeat;
		position:absolute; top:85px; left:0;
		overflow:hidden;
	}
		header nav .navgroup{
			margin-top:3px;
			padding-left:10px;
		}
		header nav a {
			display:block;
			float:left;
			padding:9px 35px;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;
			position:relative;	
		}
		header nav a, header nav a:active, header nav a:visited, header nav a:hover {
			color:#ADC3CD;
			text-shadow: .1em .1em .2em black;
		}
		header nav .alt a, header nav .alt a:active, header nav .alt a:visited, header nav .alt a:hover {
			color:#cdbfad;
			text-shadow: .1em .1em .2em black;
		}
		header nav a:hover, header nav a.selected {
			background:url(header_bar_selection.png) repeat-x;
			color:#FFF;
			text-shadow: .1em .1em .2em black;
		}

.main {
	background:white;
	box-shadow: 0 0 10px #142128;
}
	.main #main_inner {
		overflow:hidden;
		min-height:400px;
		padding:20px 20px;
		font-size:123.1%;
	}
		.main #main_inner.nomargin {
			padding:0;
		}
	.main h1 {
		font-size:150%;		
	}
	.main h2 {
		font-size:130%;
	}
	.main h1, .main h2, .main h3 {
		color: #1D3643;
	}
	.main p{
		line-height: 1.3;
		margin-top:.3em;
		margin-bottom:1em;
	}
	.main .contentright {
		width:340px;
		float:right;
		margin-left:10px;
	}
	.main .contentleftright {
		overflow:hidden;
	}
	.main .formbox {
		font-size:80%;
		background: #203C4B;
		border: 2px solid #0E181C;
		color: #E9E9E9;
		padding: 20px;
		line-height: 1.76em;
		position:relative; /* anchor inner absolute-positioned tags */
		width:650px;
	}
		.main .formbox .row {
			padding:2px 0;
			overflow: hidden;
		}
		.main .formbox .row .l {
			display:block;
			float:left;
			width:100px;
			text-align:right;
		}
		.main .formbox .row .r{
			width:530px;
			margin-left:1em;
			display:block;
			float:right;
		}
		.main .formbox .button {
			background:#203C4B;
			color: white;
			border:1px solid white;
			box-shadow: .2em .2em .4em black;

		}
#footer-container{
	/* height:300px; */
	background:url(bg_footer.png) repeat-x top;
	margin-top:40px;
}
#footer-container, #non-footer-push {
		height:150px;
}
#non-footer-push {
	height:190px;	/* #footer-container height+margin-top */
}
#non-footer {
	min-height:100%;
	height: auto !important; height: 100%; /* ie-hack for min-height;*/
	margin: 0 auto -190px; /* inverse of #non-footer-push height */
}
body,html { height: 100%; } /* important to be right HERE for footer push to work */

footer {
	color:#a6aaac;
	padding-top:20px;
}
	footer #copyright {
		text-align:center;
		font-style:italic;
	}
	footer a:link, footer a:visited {
		color: #cfd1d2;
	}
	footer a:hover {
		color: white; text-decoration:none;
	}






.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; 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: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
@media all and (orientation:portrait) {
}
@media all and (orientation:landscape) {
}
@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/*
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
*/
