/* CSS Document */
body{
	padding:0px;
	margin:0 auto;
	position:relative;
	color:#666;
	font-weight:normal;
	background-color: #FFF;
	background-image: url(images/bg_html.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
div, p, p2, p3, h1, h2, h3, h4, ul, a, img{
	padding:0px;
	margin:0px;
}
a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #205581;
}
a:hover {
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #205581;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style: none;
}
img2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style: none;
}

ul{list-style-type:none;}
ol {
}

/* TOP PANEL */
#topPan{
	width:1000px;
	height:126px;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topPan .logo {
	display: block;
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	width: 300px;
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#topPan .logo a{
	text-decoration: none;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#topPan .logo a:hover{
	text-decoration: none;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* Root = Horizontal, Secondary = Vertical */
#navmenu  {
	border: 0 none;
	width: 630px; /*For KHTML*/
	list-style: none;
	height: 30px;
	margin-top: -80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	float: left;
	display: block;
	background-image: url(images/navig_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-left: 44px;
	}
#navmenu li   {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
	}
#navmenu ul   {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	}
#navmenu ul :after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}
#navmenu ul li  {
	width: 200px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}
/* Root Menu */
#navmenu a  {
	border-right-color: #666;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #CCC;
	text-decoration: none;
	height: 30px !important;
	height: 1%; /*For IE*/
	background-color: #CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	background-image: url(images/button.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	}

/* Root Menu */
#navmenu a  {
	border-right-color: #666;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #CCC;
	text-decoration: none;
	height: 30px !important;
	height: 1%; /*For IE*/
	background-color: #CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	background-image: url(images/button.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	}

/* Root Menu Hover Persistence */
#navmenu a:hover,
#navmenu li:hover a,
#navmenu li.iehover a {
	color: #CCC;
	background-color: #CE3827;
	background-image: url(images/button_active.jpg);
	}

/* 2nd Menu */
#navmenu li:hover li a,
navmenu li.iehover li a {
	float: none;
	color: #CCC;
	background-image: url(images/button.jpg);
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 2nd Menu Hover Persistence */
#navmenu li:hover li a:hover,
#navmenu li:hover li:hover a,
#navmenu li.iehover li a:hover,
#navmenu li.iehover li.iehover a {
	color: #CCC;
	background-color: #CE3827;
	background-image: url(images/button_active.jpg);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	height: 30px;
	}
/* 3rd Menu */
#navmenu li:hover li:hover li a,
#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 3rd Menu Hover Persistence */
#navmenu li:hover li:hover li a:hover,
#navmenu li:hover li:hover li:hover a,
#navmenu li.iehover li.iehover li a:hover,
#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 4th Menu */
#navmenu li:hover li:hover li:hover li a,
#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* 4th Menu Hover */
#navmenu li:hover li:hover li:hover li a:hover,
#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

#navmenu ul ul,
#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

#navmenu ul ul{
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
#navmenu li:hover ul ul,
#navmenu li:hover ul ul ul,
#navmenu li.iehover ul ul,
#navmenu li.iehover ul ul ul {
	display: none;
	}

#navmenu li:hover ul,
#navmenu ul li:hover ul,
#navmenu ul ul li:hover ul,
#navmenu li.iehover ul,
#navmenu ul li.iehover ul,
#navmenu ul ul li.iehover ul {
	display: block;
	}

/* /TOP PANEL */

/* BODY PANEL */
#bodyPan{
	width:1000px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* Central Panel */
#centralPan{
	width:1000px;
	display:block;
	float:left;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/header_bg_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#centralPan h1{
	float:left;
	display:block;
	font-weight:bold;
	color:#205581;
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 900px;
	text-align: left;
	padding-left: 60px;
}
#centralPan h2{
	float:left;
	display:block;
	font-weight:bold;
	color:#205581;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 0px;
	width: 945px;
	text-align: left;
	padding-left: 60px;
	padding-top: 0px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#centralPan p{
	display:block;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 60px;
	text-align: justify;
	margin-top: 5px;
}
#centralPan .blank {
	display: block;
	height: 50px;
	width: 600px;
}

#centralPan p span {
	text-decoration: underline;
}

#centralPan div ul.central {
	display: block;
	padding-left: 100px;
	margin-bottom: 10px;
}
#centralPan div .central li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 5px 7px;
}
#centralPan div .central li a {
	color: #666;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 370px;
}

#centralPan div .central li a:hover {
	color: #205581;
	display: block;
	width: 400px;
}

#centralPan .flash {
	display: block;
	float: right;
	padding: 2px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
#centralPan img   {
	text-align: right;
}
#centralPan #img2   {
	text-align: left;
	margin-top: 5px;
	margin-left: 40px;
	margin-right: 0px;
	float: left;
	width: auto;
}
#centralPan .title {
	text-align: left;
	display: block;
	padding-left: 60px;
	margin: 0px;
	width: 560px;
	float: left;
	font-weight: bold;
	color: #205581;
}
#centralPan .title2 {
	text-align: left;
	display: block;
	padding-left: 60px;
	margin: 0px;
	width: 400px;
	float: left;
	font-weight: bold;
	color: #205581;
}
#centralPan .title3 {
	text-align: left;
	display: block;
	padding-left: 60px;
	margin: 0px;
	width: 510px;
	float: left;
	font-weight: bold;
	color: #205581;
}
#centralPan .title4 {
	text-align: left;
	display: block;
	padding-left: 60px;
	margin: 0px;
	width: 780px;
	float: left;
	font-weight: bold;
	color: #205581;
}
#centralPan p a {
	color: #205581;
}
#centralPan p a:hover {
	color: #205581;
	text-decoration: underline;
}
#centralPan .address {
	text-align: left;
	display: block;
	width: 530px;
	margin-top: 30px;
	margin-left: 60px;
	margin-bottom: 10px;
}
#centralPan .address a {
	color: #205581;
}
#centralPan .address .grijsbold {
	font-weight: bold;
}
#centralPan .address .titles {
	width: 400px;
	font-weight: bold;
	color: #205581;
	display: block;
}

#centralPan .address a:hover {
	color: #205581;
	text-decoration: underline;
}

#centralPan p .grijsbold {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}


#centralPan p img {
	float: right;
	margin: 0px;
	padding: 5px;
}

#centralworkPan{width:241px; height:271px; display:block; float:left; margin:10px 0 0; padding:0;} 
.alignright {
	float: right;
	display: block;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.alignleft {
	float: left;
	display: block;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
}
#breadcrums {
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	margin-top: 5px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#breadcrums a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: underline;
}
#breadcrums a:hover{
	color: #205581;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 2px;
}
/* /Right Panel */

/* footer Panel */
#mainfooterbody{
	color:#999;
	position:relative;
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 11px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
	height: auto;
}
#footerPan{
	width:900px;
	position:relative;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 23px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	height: 150px;
	color: #999;
}

#footerPan ul{width:330px; display:block; position:absolute; right:0px; top:26px; padding:0; }
#footerPan li{float:left; font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPan ul li a{padding:0 0 0 10px; color:#fff; background:#424242; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}
#footerPan ul li a.padl{padding:0 0 0 14px;}

#footerPan ul.templateworld{width:158px; background:#4C4C4C; color:#fff; display:block; position:absolute; top:74px; right:80px;}
#footerPan ul.templateworld li a{background:#4C4C4C; display:block; color:#fff; text-decoration:none;}
#footerPan ul.templateworld li a:hover{text-decoration:underline;}

#footerPan p{
	background:#484848;
	margin:54px 45px 0 0;
	display:block;
	position:absolute;
	top:0px;
	right:40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
#footerPanleft{
	width:110px;
	float:left;
}
#footerPanmiddle {
	display: block;
	float: left;
	width: 280px;
}
#footerPanmiddle a {
	color: #999;
	text-decoration: none;
}
#footerPanmiddle a:hover {
	color: #C30;
	text-decoration: none;
}

#footerPanmiddle img{ margin:22px 0 0 0;}

#footerPanmiddle span {
	color: #ACC7CB;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

#footerPanright{
	width:230px;
	float:left;
	text-align: right;
	margin-right: 0px;
}
#footerPanright a {
	color: #666;
	text-decoration: none;
}
#footerPanright a:hover {
	color: #CE3827;
	text-decoration: none;
}
#footerPanright span {
	color: #999;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}
/* Gallery */

div.content {
	/* The display of content is enabled by a javascript generated style on the page.

	   This is so that the slideshow content won't display unless javascript is enabled. */

	display:block;
	float:left;
	width:600px;
	height: 482px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}



div.slideshow {
	clear: both;
	border: 1px solid #999;
	height: 482px;
	text-align: center;
	width: 600px;
	padding: 3px;

}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}



div.slideshow img {
	border: none;
	display: block;
	height: auto;
	width: auto;
	padding: 0px;

}



div.navigation {
	width:250px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}

ul.thumbs {
	margin: 0px;
	padding: 0px;

}

ul.thumbs li {
	float: left;
	list-style: none;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: 2px;
	padding: 3px;

}

ul.thumbs li a {
	padding: 0px;
	display: block;

}

ul.thumbs li.selected a {


}

ul.thumbs a:focus {

	outline: none;

}

ul.thumbs img {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;

}

/* Fieldset */

fieldset {
	border: 1px solid #4A6E88;
	color: #666;
	font-size: 95%;
	line-height: 1.4em;
	width: 200px;
	text-align: left;
	margin-top: -50px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
fieldset a {
	color: #205581;
	font-style: normal;
}
fieldset a:hover {
	color: #205581;
	font-style: normal;
	text-decoration: underline;
}

legend {
	color: #F30;
	font-weight: bold;
	text-transform: uppercase;
}
fieldset img {
	margin-right: 10px;
}
#bodyPan #link {
	display: block;
	float: right;
	margin-top: -60px;
	width: 320px;
	color: #205581;
	font-weight: bold;
}
#bodyPan #link a {
	color: #205581;
}
#bodyPan #link a:hover {
	color: #205581;
	text-decoration: underline;
}
#centralPan #techniques {
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 60px;
	height: 126px;
	clear: both;
	width: 600px;
}
#centralPan #techniques img  {
	display: block;
	padding: 3px;
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
}
#centralPan #links {
	display: block;
	float: left;
}
#centralPan .news {
	font-size: 14px;
	color: #F30;
	display: block;
	font-weight: bold;
	padding-left: 60px;
}
#centralPan #anons {
	display: block;
	float: left;
	margin-left: 60px;
	width: 500px;
	padding-left: 60px;
	background-image: url(images/anons.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: 10px 25px;
	height: 150px;
}
#centralPan #devider {
	display: block;
	height: 3px;
	margin-right: 20px;
	margin-left: 60px;
	background-image: url(images/devider.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 520px;
	float: left;
}
#centralPan hr {
	margin-left: 0px;
	margin-right: 20px;
	display: block;
	width: 540px;
	float: right;
}
#centralPan p .name {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #205581;
}
#centralPan .inputfield {
	width: 300px;
	padding: 3px;
	margin-bottom: 7px;
	border: 1px solid #999;
	color: #099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
}
#centralPan .inputarea {
	width: 300px;
	padding: 3px;
	overflow: auto;
	height: 7em;
	border: 1px solid #999;
	color: #099;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#contact div a.send{
	height: 30px;
	width: 100px;
	display: block;
	text-align: center;
	line-height: 27px;
	background-image: url(images/button_2.gif);
	background-repeat: no-repeat;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
#contact div a.send:hover {
	height: 30px;
	width: 100px;
	display: block;
	text-align: center;
	line-height: 27px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	color: #069;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}


#centralPan div.form {
	display: block;
	width: 350px;
	margin-left: 60px;
	margin-top: 20px;
}
.title5   {
	font-weight: bold;
}
#centralPan .left {
	width: 500px;
	height: 150px;
}
#centralPan .right {
	width: 390px;
	margin-top: -150px;
	float: left;
	margin-left: 300px;
	padding-top: 20px;
}
#centralPan .left .name {
	font-weight: bold;
	color: #205581;
}
#centralPan #instr-left {
	display: block;
	width: 490px;
	height: 230px;
	float: left;
	text-align: left;
	padding: 0px;
}
#centralPan #instr-right {
	text-align: left;
	display: block;
	float: right;
	height: 230px;
	margin-top: -230px;
	margin-right: 60px;
	width: 500px;
}
#centralPan .left .reageer {
	background-image: url(images/32.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	padding-left: 45px;
	line-height: 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#centralPan .devider {
	display: block;
	width: 500px;
	height: 1px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 200px;
	background-color: #CCC;
}
