@charset "utf-8";
/* CSS Document */

body
{
	background-color:#FFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#body
{
	min-width: 900px;
	max-width: 1020px;
	margin-left:auto;
	margin-right:auto;

	color: #333333;
	line-height:1.2em;
	font-size:0.95em;
}

.fontSize1
{
	font-size:1.0em;
	line-height:1.2em;
}

.fontSize2
{
	font-size:1.1em;
	line-height:1.25em;
}

.fontSize3
{
	font-size:1.2em;
	line-height:1.3em;
}

.fontSize4
{
	font-size:1.3em;
	line-height:1.35em;
}

h1
{
	text-align:center;
	font-size: 17px;
	padding-top: 5px;
}

h1 a
{
	text-decoration: none;
	color: #666666;
}

#logo
{
	position: absolute;
	width: 160px;
	height: 100px;
	margin-top: 15px;
	
	background-image: url(images/logo.gif);
	background-position: top;
	background-repeat:no-repeat;
}

h2
{
	float:right;
	width: 650px;
	height: 50px;
	margin-top: 37px;
	
	text-indent:-9999px;
}

h3
{
	margin-top:50px;
	margin-bottom:10px;

	background-repeat: no-repeat;
	background-position:top;

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color: #2b30b2;
}

#activity_h3
{
	margin-top: 10px;
	margin-bottom: 35px;
}

h4
{
	font-size:1.4em;
	font-weight: normal;
	font-style: italic;
	padding-top:15px;
	margin-bottom:-10px;
	color: #C66300;
}

h5
{
	font-size:1.3em;
	font-weight:normal;
	color: #2b30b2;
	margin-bottom:0px;
	margin-top:40px;
	text-align:center;
}

h5 a
{
	color: #14425a;
	text-decoration:none;
}

h5 a:hover
{
	color: #3f87ac;
}

h6
{
	color: #3d7b9b;
	font-size:small;
	font-weight:1.1em;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:185px;
}

td
{
	padding-left:17px;
	padding-right:17px;
}

ul
{
	line-height:1.5em;
}

object
{
	margin-top: 0px;
}

#header1
{
	background-image:url(images/h1.jpg);
	background-repeat: no-repeat;
	height:30px;
}

#header
{
	height: 116px;

	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
}

#breadcrumb
{
	height: 20px;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 14px;
	padding-top: 2px;
}

#breadcrumb a,
#footer a
{
	color:#333333;
}

#fontSizer
{
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	font-size: 17px;
}

#fontSizeDecrease
{
	font-size: 15px;
	cursor: pointer;
}
#fontSizeIncrease
{
	font-size: 21px;
	cursor: pointer;
}
#fontSizeMid1
{
	font-size: 17px;
}
#fontSizeMid2
{
	font-size: 19px;
}

.maintitle
{
	height:450px;
	width:100%;
}

#container
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	padding-top: 90px;
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position:top;
	color: #666666;
}

#content
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 5px;
}

#activity_content
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 5px;
}

#base
{
	background-image:url(images/base.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	height: 80px;
	vertical-align: bottom;
}

#footer
{
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	font-size:0.8em;
	border-top: 3px #333 solid;
	background-color:#FC0;
}

.boilerplate
{
	padding-top:5px;
	padding-bottom:15px;
	font-size: 0.75em;
	text-align: center;
	color: #888;
	background-color:#FC0;
}

.boilerplate a
{
	text-decoration: none;
	color: #666;
}

#nav
{
	margin-left: auto;
	margin-right: auto;
}

.pdficon
{
	margin-left:20px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
}

.pdflink
{
	margin-left:0px;
	text-align:left;
}

.cabinet
{
	width:700px;
	height:268px;
	margin-top:30px;
	margin-bottom:30px;
}

.video
{
	width:480px;
	float:left;
}

.video_place
{
	float:left;
	width:480px;
	height: 268px;
	background-image: url(images/video.jpg);
	background-repeat: no-repeat;
	display: inline;
}

.openquote
{
	float: left;
	padding-top:60px;
	width: 38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80px;
	font-style:italic;
	color:#AAAAAA;
}

.quote
{
	float: right;
	padding-top:50px;
	width: 180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	color:#999999;
}

.activitylink
{
	background-image:url(images/goto.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:15px;
	padding-left:40px;
	margin-bottom:30px;
	width: 600px;
	font-style:italic;
	font-size:1.25em;
}

.hidden
{
	display:none;
}

.picture
{
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
}

.contents
{
	background-image: url(images/contents_bg.jpg);
	height: 700px;
}

.introduction
{
	background-image: url(images/content.jpg);
}

.shortContent
{
	min-height: 590px;
}

.imagespacer
{
	height: 200px;
}

.extract
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 30px 50px 0px 50px;
	padding: 5px 25px 10px 25px;
	background-color: #fcf5d3;
}

.extract h4
{
	font-style:normal;
	color: #333;
}

#row1,
#row2
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#introduction
{
	background-image: url(images/introduction.gif);
	background-repeat: no-repeat;
	width: 195px;
	height: 60px;
	margin-left: 80px;
	margin-top: 90px;
	padding-right: 260px;
	text-indent: -9999px;
}

#products
{
	background-image: url(images/products.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 66px;
	margin-top: 0px;
	margin-left: 18px;
	text-indent: -9999px;
	float: left;
}

#personnel
{
	background-image: url(images/personnel.gif);
	background-repeat: no-repeat;
	width: 150px;
	height: 140px;
	margin-left: 200px;
	margin-top: 10px;
	text-indent: -9999px;
}

#sales
{
	background-image: url(images/sales.gif);
	background-repeat: no-repeat;
	width: 119px;
	height: 114px;
	text-indent: -9999px;
	margin-top: -20px;
	margin-right: 80px;
	float: right;
}

#legislation
{
	background-image: url(images/legislation.gif);
	background-repeat: no-repeat;
	width: 106px;
	height: 145px;
	text-indent: -9999px;
	margin-left: 20px;
	margin-top: -60px;
	float: left;
}

#regulation
{
	background-image: url(images/regulation.gif);
	background-repeat: no-repeat;
	width: 205px;
	height: 75px;
	text-indent: -9999px;
	margin-left: 160px;
	margin-top: 10px;
}

#whatcangowrong
{
	background-image: url(images/whatcangowrong.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 155px;
	text-indent: -9999px;
	margin-left: 376px;
	margin-top: -110px;
}
#library
{
	margin-top: 55px;
}
.label
{
	background-image: url(images/label.gif);
	width: 300px;
	height: 250px;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom left;
}
