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

body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: url('../i/bg.png') #fff fixed repeat-y 1300px top;
}

#shadow
{
	width:100%;
	height:100%;
}

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

#around,
#aroundFooter
{
	position: relative;
	min-width: 750px;
	max-width: 1300px;
	min-height:100%;
	//height:100%;
	background-color: #fff;
}

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

#zoom
{
	z-index:100;
}

.error404
{
	position: relative;
	width:680px;
	height:560px;
	background: url('../i/404bg.png') no-repeat left top;
}

.error404Text
{
	position: absolute;
	left: 250px;
	top: 320px;
	width:360px;
	vertical-align: middle;
	padding: 2.8em 0;
}

.error404Text h2
{
	font-size:180%;
	color:#333;
	margin: 0 0 0 0;
	line-height:1.3em;
	font-weight: normal;
	letter-spacing: -0.05em;
}

.error404Text p
{
	color:#333;
	font-size: 90%;
	margin:0.4em 0 0 0;
	line-height:1.4em;
}

.error404Text a
{
	display: block;
	font-size: 120%;
	padding: 1.2em 0 0 0;
}


/* general */
p
{
	font-size:80%;
	line-height:1.6em;
	margin-top:0.6em;
}

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:140%;
	font-weight:normal;
	margin: 0.8em 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%;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	text-indent:-1.2em;
	margin: 0.4em 0 0.4em 2.8em;
}

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

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

.textBlock
{
	padding: 0.5em 0 0 10px;
}


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

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

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

p.caption{font-size:70%; color:#666; font-style:italic; margin: 0.6em 0; line-height: 1.3em;}

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

.paragraphFileBlock{clear:both;}
.paragraphFileBlock:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}


.paragraphFile
{
	padding: 0.5em 0 0.8em 0;
	margin-right:10px;
	position: relative;
	background-color: #dedcc3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	float:left;
}
.paragraphFile .text
{
	padding: 0 20px 0 40px;
}
.paragraphFile a{font-size:80%;}
.paragraphFile small{font-size:70%; color:#999;}

.word,
.excel,
.pdf,
.zip,
.video,
.attach
{
	width:13px;
	height:13px;
	position: absolute;
	left:20px;
	top:50%;
	margin-top:-8px;
	overflow: hidden;
	background-image: url('../i/icons/icon.gif');
	background-repeat: no-repeat;
}

.word {background-position: 0 0;}
.excel {background-position: 0 -13px;}
.pdf {background-position: 0 -70px;}
.zip {background-position: 0 -105px;}
.video {background-position: 0 -140px;}
.attach {background-position: 0 -175px;}


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

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

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:#4572ad;}
a:hover{text-decoration:underline; color:#b81b2a;}


/* path */
div.path {color:#333; padding: 0;}
div.path a{font-size:80%;}
div.path a:hover{color:#b81b2a;}
div.path small{font-size: 85%; color:#333;}
div.path h1{font-size:180%; margin-top:0.1em; letter-spacing: -0.05em;}
