* {font-family: 'Trebuchet MS', sans-serif; color:#333; zoom: 1;}

body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: url('/i/bottom_bg.gif') repeat left top;
	
   max-width:3000px;
   min-width:960px;
   width: expression(
           (document.compatMode && document.compatMode == 'CSS1Compat') ?
           (document.documentElement.clientWidth < 960 ? "960px" :
           (document.documentElement.clientWidth > 3000 ? "3000px" : "100%")) :
           (document.body.clientWidth > 960 ? "960px" :
           (document.body.clientWidth < 3000 ? "3000px" : "100%"))
   );
}

.mainBlock
{
	padding-bottom:3em;
	background: url('/i/bottom_sky.jpg') #fff no-repeat right bottom;
}


.error404Block
{
	background: url('/i/bottom_grass.jpg') repeat-x left bottom;
	padding-bottom:111px;
}

.error404Bottom
{
	background: url('/i/bottom_sky.jpg') #fff no-repeat right bottom;
}

.error404Top
{
	background: url('/i/top_bg.jpg') no-repeat right top;
	position: relative;
}

.error404Birds
{
	position: absolute;
	width:150px;
	height:54px;
	bottom:10%;
	right:10%;
	background: url('/i/birds.gif') no-repeat left top; 
}

.error404Info
{
	height:80%;
	position: relative;
}

.error404Text
{
	position: absolute;
	left: 15%;
	top:25%;
	width:20em;
}

.error404Text h1
{
	font-size:500%;
	color:#000;
	margin:0;
	line-height:1.3em;
	font-weight: bold;
}

.error404Block h2
{
	font-size:160%;
	color:#000;
	margin: 1em 0 0 0;
	line-height:1.3em;
	font-weight: normal;
}

.error404Block p
{
	font-family: Georgia, serif;
	color:#000;
	font-size: 100%;
	margin:0.4em 0 0 0;
	line-height:1.4em;
}

.error404Block a
{
	display: block;
	font-family: Georgia, serif;
	padding: 1.2em 0 0 0;
}


/* general */
p
{
	font-size:85%;
	line-height:1.7em;
	margin-top:1em;
}

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:160%;
	font-weight:normal;
	margin: 0.7em 0 0.3em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
	margin: 0.5em 0;
}

ul, ol
{
	margin-top: 1em;
	padding-left:0;
	margin-left:0;
	font-size:85%;
}


li
{
	list-style-type: none;
	margin: 0.4em 0 0.4em 15px;
	line-height:1.5em;
}

div.blackdot {
	position:relative;
	top:11px;
	//top:12px;
	left:-15px;
	font-size:1px;
	width:8px;
	height:1px;
	background:url('../i/blackdot.gif') repeat-x 0 0;
}


ol li
{
	list-style-type:decimal;
	text-indent:0;
}

ol li div.blackdot {
	display:none !important;
}

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

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

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

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

.spacer
{
	min-width:30px;
}

.none
{
	display:none;
}

.visible
{
	display:block;
}

a img {
	border:0;
}



/* paragraph */
.paragraph{clear:both;}
.paragraph:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.paragraph p{line-height:1.6em; font-size:85%;}

div.imgTop{padding: 0.8em 0 0.5em 0;}
div.imgLeft{float:left; padding: 0.5em 0.6em 0.8em 0;}
div.imgRight{float:right; padding: 0.5em 0 0.8em 1em;}
div.imgBottom{padding: 0.4em 0 0.8em 0;}

.imgGallery
{
	float:left;
	margin: 0 20px 20px 0;
	position: relative;
	padding:0;
}

p.caption{font-size:90%; color:#333; margin: 0.5em 0; line-height:1.1em; text-align:center;}

table.pTable{clear:both; width:100%; border-collapse:collapse; margin: 0.5em 0 1.2em 0;}
table.pTable td{font-size:80%; color:#333; padding: 0.5em 10px; border-bottom: 1px solid #dedede;}
table.pTable th{font-size:80%; color:#333; padding: 0.5em 10px;}
table.pTable td p{font-size:100%; margin:0; line-height:normal;}

table.normal{clear:both; width:100%; border-collapse:collapse; margin-bottom:1.2em; border: 1px solid #dedede;}
table.normal td{font-size:80%; color:#333; padding: 0.5em 10px; border: 1px solid #dedede;}
table.normal td p{font-size:100%; margin:0; line-height:normal;}

.paragraphFile{padding: 0.5em 0; position: relative;}
.paragraphFile .text
{
	padding-left:26px;
}
.paragraphFile a{font-size:80%;}
.paragraphFile small{font-size:70%; color:#999;}

.word,
.excel,
.pdf,
.zip,
.video,
.ppt,
.attach
{
	width:18px;
	height:20px;
	position: absolute;
	left:0;
	top:0.5em;
	overflow: hidden;
	background-image: url('/i/icons/icons.gif');
	background-repeat: no-repeat;
}

.attach {background-position: 0 0;}
.pdf {background-position: 0 -20px;}
.word {background-position: 0 -40px;}
.excel {background-position: 0 -60px;}
.zip {background-position: 0 -80px;}
.ppt {background-position: 0 -100px;}
.video {background-position: 0 -120px;}



h3.minH,
h3.minHCur
{
	font-size:90%;
	margin: 1em 0 0 0;
	padding: 0 0 0 15px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	line-height: 1.3em;
}

h3.minH{background: url('/i/icons/block_open.gif') no-repeat left 0.4em;}
h3.minHCur{background: url('/i/icons/block_close.gif') no-repeat left 0.4em;}

h3.minH a,
h3.minH a:visited
{
	border-bottom: 1px dotted #306ea2;
	text-decoration:none;
	color:#306ea2;
}

h3.minHCur a,
h3.minHCur a:visited
{
	border-bottom: 1px dotted #333;
	color:#333;
	text-decoration:none;
}

h3.minH a:hover,
h3.minHCur a:hover
{
	border-bottom: 1px dotted #b81b2a;
	color:#b81b2a;
	text-decoration:none;
}

.none{display:none;}
.visible{display:block;}


/* links */
a{text-decoration:underline; color:#333; outline:none;}
a:visited{text-decoration:underline; color:#333;}
a:hover{text-decoration:underline; color:#777;}


/* path */
div.path {color:#333; padding: 2.5em 0 0 0;}
div.path a{font-size:90%; color:#306ea2;}
div.path a:hover{color:#b81b2a;}
div.path small{font-size: 85%; color:#333;}
div.path h1{font-size:170%; margin-top:0.3em;}


* html img.png{
	behavior: expres\sion( 
		(this.runtimeStyle.behavior="none") && (this.src.toLowerCase().indexOf('.png')>-1) && (
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",
		this.runtimeStyle.paddingTop = this.height,
		this.runtimeStyle.height = 0
		)
	);
	overflow:hidden;
}

* html .png{
	behavior: expres\sion(
		(this.runtimeStyle.behavior = "none") && (this.currentStyle.backgroundImage.toString().toLowerCase().indexOf('.png')>-1) && (
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.currentStyle.backgroundImage.toString().replace('url("','').replace('")','') + "', sizingMethod='crop')",
		this.runtimeStyle.zoom = 1,
		this.runtimeStyle.backgroundImage = "none"
		)
	);
}

