/*

style.css Copyright (C) 2005-2009 pilotine / Stéphane Gay

floats containment: http://www.ejeliot.com/blog/59

*/

/* body */

body
{
	margin: 0px;

	background: transparent url('http://www.pilotine.com/img3/bgstripes.png') repeat-x top left;
	color: #50505A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* header and footer */

#head
{
	position: relative;

	height: 60px;

	padding: 0px;
	margin-top: 8px;

	background: transparent url('http://www.pilotine.com/img3/bghead.png') repeat-x top left;
}

#head-logo
{
	height: 51px;
	width: 140px;

	padding: 0px;
	margin-left: 24px;

	background: transparent url('http://www.pilotine.com/img3/logo.png') no-repeat bottom left;
	cursor: pointer;
}

#head-logo span
{
	display: none;
}

#head-img
{
	position: absolute;
	top: 0px;
	left: 600px;

	padding: 0px;

	height: 51px;
	width: 151px;

	background: transparent url('http://www.pilotine.com/img3/frac.png') no-repeat top left;
}

#foot
{
	clear: both;
	background-color: #f0f0fa;
	padding-top: 8px;
	margin-top: 8px;
	padding-bottom: 8px;
	border-bottom: 8px solid #798E17;
	margin-bottom: 2px;
}

#foot-copyright
{
	text-align:right;
	width: 920px;
}

#foot-copyright span
{
	font-family: Helvetica, Arial, sans-serif;
	color: #a0a0aa;
	font-size: 60%;
	font-weight: bold;
}

/* content */

#content
{
	display:block;
	position:relative;
	overflow: auto; /* contain floats */

	width: 924px;

	padding-bottom: 24px;

	border-right: 1px solid #e0e0ea;
}

#content-side-wrapper
{
	float:right;
	display: inline;
	position: relative;

	width:196px;

	margin-top:0px;
}

#content-side
{
	min-height: 480px; /* enough to clear body background */

	padding-top: 48px;

	background-color: #ffffff;
}

/* IE hack because IE does not handle min-height properly */
/*\*/
* html div#content-side
{
	height: 480px;
}
/**/

div.content-side-node
{
	padding: 8px;

	font-family: verdana;
	font-size: 80%;
	line-height: 1.35em;
}

#content-main-wrapper
{
	float:left;
	display:inline;
	position:relative;

	width: 672px;

	margin-top:24px;
	margin-left:24px;
}

div.content-main-1
{
	min-height: 500px;

	padding: 8px;

	border: 1px solid #e0e0ea;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 80%;
	line-height: 1.35em;
}

/* IE hack because IE does not handle min-height properly */
/*\*/
* html div.content-main-1
{
	height: 500px;
}
/**/

div.content-main-2
{
	margin-top: 24px;
	padding: 8px;

	border-top: 1px solid #e0e0ea;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 80%;
	line-height: 1.35em;
}

/* misc */

a, a:visited
{
	color: #00f;
}

table
{
	font-size: 100%;
}

strong, em
{
	color: #005484;
}

/* titles */

h1
{
	font-weight:bold;
	color:#005484;
	font-size:180%;
	font-family:arial narrow;
	margin-bottom:24px;
	margin-top:16px;
	padding-bottom:16px;
	border-bottom: 1px solid #e0e0ea;
}

h2
{
	font-weight:bold;
	color:#005484;
	font-size:180%;
	font-family:arial narrow;
	margin-bottom:16px;
	margin-top:36px;
}

h3
{
	display: block;
	font-weight:bold;
	color:#005484;
	font-size:140%;
	font-family:arial narrow;
	margin-bottom:6px;
	margin-top:2px;
}

/* */