/* CSS Document */

/*standard elements*/
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #444;
	font: normal 16px Tahoma,sans-serif;
}

/*li {list-style: none;}*/

.clearer {clear: both;}

/*header for banner2*/
.top {
	background: url(images/pageBG2.gif) repeat-x;
	padding: 23px 10px 0;
}

.header {
	background: url(images/banners/banner2.jpg) no-repeat;
	/*height: 250;*/
	margin: 0 auto;
	padding: 250px 0px 0px;
	width: 760px;
}

.header2 {
	background: url(images/banners/banner3.jpg) no-repeat;
	/*height: 202;*/
	margin: 0 auto;
	padding: 202px 0px 0px;
	width: 760px;
}

.lang {
	font: normal 12px Arial, Helvetica, sans-serif;
 	font-weight: bold;
	padding: 0 0 0 5px;
}

.lang a {
	text-decoration:none;
	color: #444;
}

.lang a:hover {
	text-decoration:none;
	color:#0000CC;
}

/* navigation */

#navigation{
	position:relative;
	display:block;
	height:35px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #514940;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#navigation ul li{
	display:block;
	float:left;
	margin:0;
}

#navigation ul li a{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
}

#navigation ul li a:hover,#navigation ul li a.current{
	color:#000000;
	background: url(images/bgON.gif) no-repeat top right;
}

#footer {
	background-image: url(images/footer-tile.gif);
	color: #ccc;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 15px 0px 15px 0px;
}

#footer strong {
 color: #fff;
 font-weight: bold;
}

#footer li {
	background: url(images/footer-bullet.gif) no-repeat;
	background-position: 0 center;
	padding: 0 0 0 10px;
	list-style: none;
}

.leftshade {
	background:url(images/images_sideshadingleft.jpg);
}

.rightshade {
	background:url(images/images_sideshadingright.jpg);
}

.disclaimer
	a {
	color: white;
}

.bodybg {
	background:url(images/background.jpg) no-repeat;
	background-position:bottom;
}

.list ul {
	padding: 15px 0 0 15px;
}

.map a{
	color:#444;
	text-align:left;
}

.map a:hover{
	color:#0000CC;
	text-align:left;
}

