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;
	text-indent:0;
}

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

/* site restriction */
#siteBlock,
#homeSiteBlock{
	max-width:1300px;
	min-width:700px;
	width: expression(
		(document.compatMode && document.compatMode == 'CSS1Compat') ?
		(document.documentElement.clientWidth < 700 ? "700px" :
		(document.documentElement.clientWidth > 1300 ? "1300px" : "auto")) :
		(document.body.clientWidth > 700 ? "700px" :
		(document.body.clientWidth < 1300 ? "1300px" : "auto"))
	);
}
/* site restriction */

body{
	width:100%;
	height:100%;
	background: url('/i/bg/shadow.gif') repeat-y 1300px top;
}

#siteBlock{
	width: 100%;
	position: relative;
	background-color: #0e485e;
}

#homeSiteBlock{
	width: 100%;
	position: relative;
	background: url('/i/bg/ill.jpg') #0e485e no-repeat right top;
	padding-top:405px;
}

#contentBlock{
	width:100%;
	background-color: #ebeadd;
}

.percentPadding{
	padding: 0 3% 0 31%;
}


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

div#around{
	position: relative;
	min-width: 750px;
	max-width: 1300px;
	min-height:100%;
	//height:100%;
	background-color: #5ea0c6;
}

#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.6em;
	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: 0.5em 0 0.4em 0;
	clear:both;
}

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

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

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

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

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

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

a img{
	border:none;
}

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

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

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

.imgBlock{background-color:#fff; margin-left:20px; border: 1px solid #ccc;}
.imgBlock img{margin: 10px;}


.none
{
	display:none;
}

.visible
{
	display:block;
}


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

a{
	text-decoration:underline;
	color:#437c9c;
}

a:hover{
	text-decoration:underline;
	color:#c8081d;
}





/* paragraph
-------------------------*/
.pOut{
	clear:both;
}

div.pContent
{
	clear:both;
	padding-bottom:1em;
}

.pContent li{
	text-indent:-1.1em;
	margin: 0.3em 0 0.3em 2em;
	line-height:1.4em;
	_padding-left: 1em;
	_margin-left: 1em;
}

div.pContent p
{
	line-height:1.6em;
}
div.pContent table tr td{font-size:85%;}
div.pContent table tr td p {font-size:100%;}

div.imgTop
{
	padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
	float:left;
	padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
	float:right;
	padding: 0.5em 0 0.8em 1em;
}

div.imgBottom{
	padding: 0.4em 0 0.8em 0;
	float:left;
}

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

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;
}

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

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

div#paragraphFile
{
	padding: 0.5em 10px 0.5em 28px;
	height: 26px;
}

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

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

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;
}

.pOut.min h3,
.pOut.min h3.active:hover{
	cursor:pointer;
	color:#437C9C;
	border-bottom: 1px dashed #437C9C;
	float:left;
}

.pOut.min h3:hover,
.pOut.min h3.active{
	color:#333;
	border-bottom: 1px dashed #333;
}



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

div.path
{
	color:#333;
}

div.path a
{
	font-size:75%;
}

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

div.path h1
{
	font-size:160%;
	margin: 0.1em 0 0.5em 0;
}


/* 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;
}

/* round corners */
.rc5{
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.rc10{
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

.rc15{
	border-radius: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
}

.rc20{
	border-radius: 20px;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
}


/* ie6 png fix */
* 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"
		)
	);
}
/* ie6 png fix */


/* misc */
.block{
	display:block;
}

.imgZoom{
	margin-bottom:1em;
	display:block;
}
/* misc */

