
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #244458 url('/graphics/background.jpg') top center no-repeat fixed;
	font-family:"Adobe Garamond", "Garamond", "Palatino","Palatino Linotype";
	margin-bottom:40px;
}


#maincontainer{
width: 967px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:url('/graphics/column_bg.png') repeat-y;
}

div#copyright {
	width: 967px;
	margin: 0 auto;
	font-size:10px;
	line-height:12px;
	font-family:"Verdana", "Arial", sans-serif;
	color:white;
}

#topsection{
background: #EAEAEA url('/graphics/header.png');
height: 116px; /*Height of top section*/
position:relative;
z-index:0;
}

#topsection h1{
margin: 0;

}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-right: 308px; /*Set right margin to RightColumnWidth*/
	color:#404040;
}

#rightcolumn{
float: left;
width: 308px; /*Width of right column*/
margin-left: -308px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
padding-top:1px;
clear: left;
width: 100%;
background: url('/graphics/footer_bg.png') no-repeat;
color: #FFF;
height:47px;

}


.innertube{
margin: 28px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 28px;
}

div#footer .innertube {
	margin-top:15px;
}

div#nav {
	height: 37px;
	background: white;
	width:961px;
	margin-left:3px;
	border-bottom: 1px solid #eeeeee;

	text-align:center;
	
	z-index:3;
}

div#footer a {
	display:inline-block;
	font-size:14px;
	margin-right:10px;
	color: #244458;
	font-family:"Verdana","Arial",sans-serif;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

div#nav a {
	display:inline-block;
	margin-right:20px;
	height:27px;
	padding-top:10px;
	font-size:16px;
	text-decoration:none;
	position:relative;
	top:-4px;
}

	div#nav a:hover {
		text-decoration:underline;
	}
	
	/* nav bar active styles */
	body.nav_home div#nav a#nav_home,
	body.nav_services div#nav a#nav_services,
	body.nav_history div#nav a#nav_history,
	body.nav_bootcamp div#nav a#nav_bootcamp,
	body.nav_contact div#nav a#nav_contact,
	body.nav_whitepapers div#nav a#nav_whitepapers
	 {
		border-top:4px solid #EE8D2F;

	}

a {
	color: #ee8d2f;
}


div#splash.nav_home {
	height:282px;
	background:url('/graphics/splash/home.jpg');
}

div#splash.nav_services {
	background:url('/graphics/splash/services.jpg');
	height:93px;
}

div#splash.nav_history {
	background:url('/graphics/splash/history.jpg');
	height:93px;
}

div#splash.nav_bootcamp {
	background:url('/graphics/splash/bootcamp.jpg');
	height:93px;
}

div#splash.nav_whitepapers {
	background:url('/graphics/splash/whitepapers.jpg');
	height:93px;
}

div#splash.nav_contact {
	display:none;
}


div#splash {
	background:url('/graphics/splash/history.jpg');
	height:93px;
}

div#splash.none {
	display:none;
}


/* TYPE */

#contentcolumn h1 {
	font-size:22px;
	line-height:26px;
	color:#244458;
}

#contentcolumn h2 {
	font-size:20px;
	margin-top:20px;
	color:#244458;
}

#contentcolumn h3 {
	margin-top:15px;
	color:#222;
}

#rightcolumn h2 {
	font-size:22px;
	margin-top:4px;
}




#contentcolumn p, #rightcolumn p, #contentcolumn ul , form{
	margin-top:15px;
	font-family:"Verdana","Arial",sans-serif;
	font-size:14px;
	line-height:20px;
}

#contentcolumn p.callout {
	font-size:18px;
	line-height:24px;
}

/*******/

form table
{


}

form table td input
{
	width:89%;
	padding:5px;
	color:#555;
	font-size:14px;
}

form table td input.button
{
	width:auto;
	height:auto;
}

form table td textarea
{
	width:100%;
	height:100px;
	color:#555;
	font-size:14px;
	line-height:125%;	
}

form table td.label
{
	padding-top:10px;
	vertical-align: top;
	color:#777;
	text-align:right;
	width:100px;
}

form table td
{
	padding: 7px 0px 7px 7px;
}

