html, body, ul, ol, li, dl, dt, dd, p, 
h1, h2, h3, h4, h5, h6, 
blockquote, form, fieldset, legend, 
table, td, th 
{
	margin:0;
	padding:0;
}

/*.hover {behavior:url(/style/hover.htc)}*/

*
{
	font-family: Tahoma, sans-serif;
	color:#333;
}

body
{
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	background: #fff url('/i/bodyBg.gif') repeat fixed left top;
}

#topBg
{
	/*background: url('/i/bg/top_bg.jpg') no-repeat right top;*/
}

#siteBlock
{
	/*width:94%;
	position: relative;
	left:3%;*/
	/*padding: 0 4% 0 4%;*/
	/*background: url('/i/siteBigPic.jpg') #fff no-repeat right top; */
	padding: 0 4% 0 4%;
}

#siteBlock.siteBlockAtHome {
	background: url('/i/siteBigPic.jpg') #fff no-repeat right top;
	/*background: url('/i/homeBigPicPreloaded.gif') #fff no-repeat right top;*/
}

#siteBlock.siteBlockAtHomeWithBigPic {
	background: url('/i/siteBigPic.jpg') #fff no-repeat right top;
	/*background: url('/i/homeBigPicPreloaded.gif') #fff no-repeat right top;*/
}

#siteBlockSimplePic {
	/*background: url('/i/siteBigPic.jpg') #fff no-repeat right top;*/
	background: url('/i/homeBigPicPreloaded.gif') #fff no-repeat right top;
	width: 100%;
	height: 811px;
	position: absolute;
	top: 0;
	left: 0;
	/*padding: 0 4% 0 4%;*/
}

/*#siteBlockBiggerPic {background: url('/i/siteBigPic.jpg') #fff no-repeat right top; padding: 0 4% 0 4%;}*/


.siteBlockNotAtHome {background: #fff url('/i/notAtHomeBg.gif') repeat-x left top;}

#contentPart
{
	width:100%;
	/*background-color: #fff;*/
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding-bottom:2em;*/
}

div#measurer
{
	position: absolute;
	width: 100%;
	top: 0;
	height: 1px;
	line-height: 1px;
}

#around
{
	position: relative;
	min-width: 900px;
	max-width: 1300px;
	min-height:100%;
	/*//height:100%;*/
	//background: #fff;
	overflow:hidden;
	//overflow: visible;
	//overflow-x: hidden;
}

* html div#around
{
	width: expression(
	(
		document.getElementById('measurer')
		&& document.getElementById('measurer').clientWidth < 900
	)
	?	'900px'
	:	(
			document.getElementById('measurer')
			&& document.getElementById('measurer').clientWidth < 1300
		)
		?	'100%'
		:	'1300px'
	);
}

#zoom
{
	z-index:100;
}


#error404Block
{
	padding: 0 0 100px 200px;
}

#error404Block span
{
	/*background-color: #fff;*/
}

#error404Block h1
{
	font-size:150%;
	color:#333;
	margin:0;
}

#error404Block p
{
	margin: 0.4em 0 2.5em 0;
}

#error404Block a
{
	/*background-color: #fff;*/
	font-size:100%;
}

/* general
-------------------------*/

p
{
	font-size:85%;
	color:#333;
	line-height:1.5em;
	margin-bottom:0.5em;
}

h1
{
	font-size:130%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	font-weight:bold;
}

h3
{
	font-size:120%;
	font-weight:normal;
	color:#333;
	margin: 0em 0 0.3em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
}

ul, ol
{
	margin-bottom: 0.5em;
	padding-left:0;
	margin-left:0;
	font-size:85%;
	color:#333;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	/*text-indent:-1.5em;*/
	/*margin: 0.4em 0 0.4em 3em;*/
}

.pContent li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 3px 0;
	//list-style-type: none;
	//list-style-position: outside;
	behavior: expression( !this.before ? this.before = this.innerHTML = '&#8226;&nbsp;' + this.innerHTML : '' );

}

.pContent ol {margin-left: 25px;}

.likeAOLTable .olNumbers {font-size: 1.1em; font-weight: bold;}

.pContent ol li
{
	list-style-type:none;
	text-indent:-20px;
	list-style-position: outside;
	/*padding-left: 10px;*/
}

div.pContent table{
	font-size:0.8em;
	margin-bottom:1em;
}

.pContent table.simple{
	width:75% !important;
}

.pContent table.simple td,
.pContent table.simple th{
	text-align:left;
	border:none;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.pContent table.simple tr{
	background:url(/i/dashe.gif) repeat-x left bottom;
}

.pContent table.simple tr ht{
	background:none;
}

div.pContent table td,
div.pContent table th{
	padding: 0.7em 10px;
}

div.pContent table td{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

div.pContent table *{
	font-size:1em !important;
}

table
{
	border-collapse: collapse;
	width: 100%;
	border:0;
}

td
{
	margin: 0em;
	padding: 0em;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #ccc;
}

.paragraphBlock
{
	/*padding: 2em 20px 0 5px;*/
}

.textParagraphBlock
{
	padding: 0 20px 0 10px;
}

.imgBlock{float:left; border: 1px solid #ccc; background-color:#fff;}
.imgBlock img{margin: 4px; border:0;}


.none
{
	display:none;
}

.visible
{
	display:block;
}

.png
{
	behavior: url('/png.htc');
}


/* links
-------------------------*/

a
{
	text-decoration:underline;
	/*color:#5682bc; */
	color: #336699;
}
a:hover
{
	text-decoration:underline;
	color:#f26129;
}

a nobr {color: #336699;}
a:hover nobr {color:#f26129;}

/* paragraph
-------------------------*/

div.pContent
{
	clear:both;
	padding-bottom:10px;
	/*overflow:hidden;*/
}

div.pContent p
{
	line-height:1.4em;
	font-size: 0.8em;
	margin: 0 0 0.8em 0;
}

div.pContent ul
{
	padding-left: 20px;
	line-height:1.4em;
	font-size: 0.8em;
	margin: 0 0 1.2em 0;
}

div.pContent .prelist
{
	margin-bottom: 0.2em;
}

div.imgTop img, div.imgBottom img, div.imgLeft img, div.imgRight img {border: 5px solid #fff;}

div.imgTop
{
	margin: 1em 10px 1em 0;
}

div.imgLeft
{
	float:left;
	margin: 0em 1em 1em 0;
}

div.imgRight
{
	float:right;
	margin: 1em 0 1em 1em;
}

div.imgBottom
{
	margin: 0.5em 10px 1em 0;
	float:left;
}

p.caption
{
	font-size:70%;
	color:#999;
	font-style:italic;
	margin: 0.5em 0;
}

table.pTable
{
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

table.pTable th
{
	font-size:80%;
	padding: 1.2em 10px 0.5em 10px;
	text-align:left;
}

table.pTable td
{
	font-size:75%;
	padding: 0.5em 0px;
	/*border-bottom: 1px solid #efefef;*/
}

table.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

div#paragraphFile
{
	padding: 0.4em 10px 0.3em 30px;
	height: 26px;
}

div#paragraphFile a
{
	font-size:80%;
}

div#paragraphFile small
{
	font-size:70%;
	color:#666;
}

div.attach
{
	background: url('../i/icons/default.gif') no-repeat left center;
}

div.pdf
{
	background: url('../i/icons/pdf.gif') no-repeat left center;
}

div.word
{
	background: url('../i/icons/word.gif') no-repeat left center;
}

div.excel
{
	background: url('../i/icons/excel.gif') no-repeat left center;
}

div.zip
{
	background: url('../i/icons/zip.gif') no-repeat left center;
}

h3.pHeader
{
	font-size:85%;
}

h3.pHeader a
{
	text-decoration:none;
	border-bottom: 1px dashed #3e79b3;
}

h3.pHeader a:hover
{
	text-decoration:none;
	border-bottom: 1px dashed #74b5e0;
}

h3.pHeader a.cur
{
	border-bottom: 1px dashed #f28b05;
	color:#f28b05;
	text-decoration:none;
}

/* path
-------------------------*/

div.path
{
	color:#333;
	margin: 0 0 15px 0;
}

div.path a
{
	font-size:80%;
	color: #333;
}

div.path span
{
	font-size: 85%;
	color:#333;
}

div.path h1
{
	font-size:170%;
	margin: 15px 0 0em 0;
	font-weight: normal;
}


/* mask image */

.maskImage
{
	position: relative;
	width:218px;
	height:173px;
	overflow: hidden;
	left:0;
}

.maskImage .image
{
	position: absolute;
	left:19px;
	top:19px;
	background-repeat:repeat;
	background-position: center center;
	overflow: hidden;
	width:180px;
	height:135px;
	z-index: 1;
}

.maskImage .mask
{
	position: absolute;
	width:218px;
	height:173px;
	left:0;
	top:0;
	background: url('/i/mask.png') no-repeat left top;
	behavior: url('/png.htc');
	z-index: 5;
}
