/**
* CSS
*
* @version 1.0
Based on sample by Vaska and Gregory Cadar)
*/
*
{
	margin: 0;
	padding: 0;
}
BODY
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #877;
	background: #FFF;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: 0px solid #000000;
	/*+placement:shift -12px 59px;*/
	position: relative;
	left: -12px;
	top: 59px;
	height: 0px;
	width: 0px;
}
BODY.section-1
{
	/*+placement:anchor-top-left 30px 57px;*/
	position: absolute;
	left: 30px;
	top: 57px;
}
BODY.section-2
{
	padding: 0px;
}
BODY.section-3
{
	padding-top: 0px;
	padding-bottom: 0px;
}
A:link
{
	color: #555;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
}
A:focus, A:active
{
	background: #8C6464;
	text-decoration: none;
	border-bottom: 1px dotted #451919;
}
A:visited
{
	color: #666;
	text-decoration: none;
}
A:hover
{
	color: #C44;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
A IMG
{
	border: none;
}
#menu
{
	width: 230px;
	overflow: auto;
	top: 0;
	left: 0;
	margin-left: 15px;
	position: fixed;
	height: auto;
	background-color: #FFF;
	padding-bottom: 20px;
/*for IE*/
	filter: alpha(opacity=93);
/*CSS3 standard*/
	opacity: 0.93;
}
#menu UL
{
	list-style: none;
	margin: 3px;
	color: #000;
	text-decoration: none;
	border-top: 1px dotted #000000;
}
#menu UL LI.active A
{
	color: #4D2;
	zoom: inherit;
	border-bottom: 1px dotted #6FC146;
	font-weight: bold;
	/*[empty]background-color:;*/
	/*[empty]background-image:;*/
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
}
#menu UL LI.section-title
{
	margin-top: 6px;
}
H1
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
}
STRONG
{
	font-weight: normal;
}
.strong
{
	font-weight: normal;
}
#content
{
	height: 100%;
	margin: 0 0 0 250px;
	top: 0px;
}
.container
{
	margin-top: 30px;
	padding: 0px 20px;
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 0px;
}
#content P
{
	width: 700px;
	margin-bottom: 9px;
}
P
{
	margin: 0px;
}
/*mb*/
#INVALID-RULE
{
	font-size: 10px;
	line-height: 12px;
}
#img-container
{
	margin: 12px 0px 0px;
	padding: 0px;
}
#img-container P
{
	width: 700px;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	font-size: 11px;
}
#once
{
	clear: left;
}
#text
{
	margin-top: 60px;
	padding-top: 0px;
	margin-left: -25px;
	margin-right: auto;
}
#text P
{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}
#intro
{
	position: absolute;
	left: 0px;
	margin-top: 78px;
	width: 250px;
	height: 80px;
	z-index: 3;
	padding-left: 25px;
}

