@import url(common.css); 
@import url(main-colors.css); 

html {
	height: 100%;	
}

body {
	background-image: url(body-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 100%;
	font-family: serif;
	font-size: 90%;	
}

h1,
h2,
h3 {
	font-style: italic;
}

h1 {
	font-size: 2.6em;	
	line-height: 1;
	margin-bottom: 1.8em;	
}

h2 {
	font-size: 1.8em;	
	line-height: 1.1;
	margin: 1.2em 0 0.2em;	
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 1.6em;
	
}

h4,
h5,
h6 {
	font-weight: bold;
	margin-top: 1.6em;
	
}

.with-js .this {
	cursor: pointer;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

.with-js .this:focus {
	outline: none;
}

.with-js .selected .this {
	border: 0;
	cursor: text;
}

.with-js .openable h3 .this {
	font-size: 0.89em;
	font-weight: normal;
	font-style: normal;
}

.with-js .openable-opened h3 .this {
	font-weight: bold;
}


/* layout */

#min-width {
	position: absolute;
	width: 69em;
	left: -100em;
	top: -100em;
}

#layout {
	position: relative;
	min-width: 69em;
	min-height: 100%;	
	background-position: 9% 238px;
	background-repeat: no-repeat;
}

#middle-layout {
	margin: 0 9%;
	min-height: 40em;
	padding-bottom: 6em;
}


/* navigation */

.navigation strong {
	font-weight: normal;
}

#navigation {	
	position: relative;
	z-index: 2;	
	float: left;
	width: 45%;
	padding-top: 0.6em;
	font-style: italic;
}

#logo {
	position: relative;
	z-index: 2;
	left: -59px;	
}

#logo img {
	display: block;
	background: url(logo.png) 0 0 no-repeat;
}

.navigation {
	line-height: 1.2;
}

.navigation li {
	background: none !important;
}

#navigation .navigation li {
	margin-bottom: 0.9em;
}

#content ul.navigation {	
	margin: -2.3em 0 2.9em;
	font-style: italic;
}

#content ul.navigation li {
	float: left;
	padding-left: 0;
	margin-right: 1.2em;	
}


/* content */

#content {
	float: left;
	width: 53%;
	padding-top: 5.6em;
}

#content ul,
#content ol {
	margin-bottom: 1em;
}

#content ul li {
	padding-left: 20px;
	background: url(li.gif) 0 0.76em no-repeat;
}

#content ol li {
	margin-left: 1.25em;
}

#content .incut {
	font-size: 1.25em;	
	margin: 0.85em 0 2.85em 0;
}

#content .incut-with-image {
	position: relative;	
	z-index: 2;
	left: 0;
	margin: 1em -35px 1em -280px;
	padding: 14px 35px 0 280px;
}

#content .incut-with-image:after {
	content: "."; 
	display: block; 
	height: 0; 			
	line-height: 0;			
	clear: both; 
	visibility: hidden;
}

#content .incut-with-image img {
	position: relative;
	display: block;
	float: left;		
	left: -245px;
	margin: 21px -245px 35px 0;
}

#content table {
	margin-bottom: 1em;
}

#content table td {
	padding: 0 1em 0.5em 0;
}


/* footer */

#footer {
	position: absolute;
	z-index: 2;
	left: 9%;
	bottom: 2em;
	margin-left: -1.3em;
	font-family: Verdana, sans-serif;
	font-size: 0.6em;
}


/* files */

.file {	
	padding-left: 30px;
}

.file a i {
	position: relative;	
	z-index: 2;	
	display: block;
	float: left;
	width: 30px;
    height: 30px;
	left: -30px;
	margin: 0px -30px -100% 0pt;
	overflow: hidden;
	background: url(icons.gif);
	cursor: pointer;		
}

.file a i.doc {
	background-position: -186px 0;
}


/* other */

.hider {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;	
}

.with-js .openable .content {
	display: none;
}

.with-js .openable-opened .content {
	display: block;
}