body {
	background: #f7f7f7 url(../img/body.png) center repeat-y;
	margin: 0px;
}

h1 {
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -460px;
	width: 740px;
	height: 20px;
	line-height: 20px;
}

#maintop {
	background: #222222 url(../img/maintop.png) top no-repeat;
	overflow: hidden;
}

#mainbottom {
	background: url(../img/mainbottom1.png) top repeat-x;
	overflow: hidden;
	min-height: 400px;
}

.container {
	background: #ffffff;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}


#mainbottom .container {
	background: url(../img/mainbottom2.png) top no-repeat;
	padding: 0px 5px 0px 5px;
	width: 960px;
}

#header, #content, #footer {
	padding: 0px 20px 0px 20px;
	overflow: hidden;
}

#header {
	height: 70px;
	background: black;
}

#slideshow {
	height: 480px;
}

#content {
	width: 600px;
	float: left;
	padding-bottom: 30px;
	min-height: 400px;
}

#context {
	width: 300px;
	float: right;
	padding-right: 20px;
	padding-bottom: 30px;
	min-height: 400px;
}

#footer {
	clear: both;
	background: url(../img/footer.png) top no-repeat;
}

#lang {
	overflow: hidden;
	border-bottom: 1px solid #222222;
}

#logo{
	padding-top: 5px;
}

#logo {
	float: left;
}

#menu {
	float: right;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

/*#content div.left {
	width: 380px;
	margin-top: -15px;
	margin-right: 10px;
	padding-right: 9px;
	border-right: 1px dotted #cccccc;
}

#content div.right {
	width: 200px;
	margin-top: -15px;
}*/

#footer div.left {
	width: 450px;
	padding-left: 10px;
	border-bottom: 1px dotted #cccccc;
	clear: both;
}

#footer div.right {
	width: 450px;
	padding-left: 10px;
	border-bottom: 1px dotted #cccccc;
}

fieldset div.left {
	width: 230px;
	padding: 0px;
	border: 0px;
}

fieldset div.right {
	width: 320px;
	padding: 0px;
	border: 0px;
}

#balloon {
	width: 400px;
}

#balloon div.left {
	width: 225px;
	padding: 0px;
	border: none;
}

#balloon div.right {
	width: 165px;
	padding: 0px 0px 0px 10px;
	border: none;
}

#balloon img {
	/*padding-right: 5px;*/
	margin-right: 0px;
}

.center {
	text-align: center;
}

p.subtitle {
	margin-bottom: 25px;
}

p.subtitlemini {
	text-align: right;
	margin-top: -15px;
	padding-top: 5px;
	border-top: 1px dotted #cccccc;
	margin-bottom: 25px;
}

#headerimage {
	padding-top: 20px;
}

/*#headermask {
	position: absolute;
	width: 600px;
	height: 300px;
	background: url(../img/headermask.png) bottom no-repeat;
	opacity: .50; filter:Alpha(Opacity=50);
	z-index: 50;
	
}*/

ul.inline, ul.list, ul.list ul, ul.pagelist, ul.pagelist ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#lang ul, #menu ul {
	float: right;
	margin: 0px;	
}

.inline li {
	list-style: none;
	display: inline;
}

.list li, .pagelist li {
	list-style: none;
}

#lang .inline li, #menu .inline li {
	display: block;
	float: left;
}

#lang li a {
	display: block;
	float: left;
	padding: 0px 0px 0px 20px;
	height: 20px;
	line-height: 20px;
}

#menu li a {
	display: block;
	float: left;
	margin-top: -1px;
	padding-top: 7px;
	height: 39px;
	line-height: 39px;
}

#menu li a span {
	padding: 5px 19px 5px 19px;
	border-right: 1px dotted #222222;
}

#menu li.last a span {
	padding-right: 0px;
	border-right: none;

}

#menu li a:hover, #menu li a.active {
	background: url(../img/menu_hover.png) top no-repeat;
}

#menu li.last a:hover, #menu li.last a.active {
	background-position: 65% 0px;

}

#accordion {
	overflow: hidden;
}

#accordion div div {
	overflow: hidden;
	padding-bottom: 10px;
	height: auto;
}

#accordion h4 {
	padding: 5px 0px 5px 20px;
}

#accordion p.accordionbottom {
	margin-left: 20px;
	text-align: right;
	border-top: 1px dotted #cccccc;
}

#accordion ul {
	margin: 0 0 0 0;
	padding: 0 0 5px 20px;
}

.pagelist li {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

#tabs #gallery li, #tabs #gallery li a, #tabs #gallery li a img {
	padding: 0px;
	margin: 0px;
}

#tabs #gallery li a {
	display: block;
	margin: 1px;
	border: 8px solid #f7f7f7;
	padding: 1px;
	width: 100px;
	height: 100px;
	float: left;
}

#tabs #gallery li a:hover {
	border: 8px solid #eeeeee;
}

img {
	border: 0px;
	display: block;
}

.pagelist img {
	float: left;
	padding-right: 20px;
}

h4 {
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
}

.pagelist h3, #tabs .pagelist a {
	margin: 0;
	padding: 0;
}

.pagelist p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

p.desc {
	padding-bottom: 10px;
}

p.details {
	display: block;
	width: 190px;
	padding-right: 10px;
	float: left;
}

p.more {
	display: block;
	width: 155px;
	float: right;
	text-align: right;
}

p.right {
	float: right;
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#tabs .pagelist a.switch, a.switch {
	background: url(../img/switch.png) top no-repeat;
	padding: 4px 19px 4px 19px;
	border: 1px solid #663333;
}

#tabs .pagelist a.switch:hover, a.switch:hover {
	background: url(../img/switch_hover.png) top no-repeat;
	border: 1px solid #993333;
}

#tabs li a {
	padding: 10px;
}

#resources {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

#resources a {
	padding: 0 5px 0 5px;
	white-space: nowrap;
}

/* Iframe */

#tabs .locationmap {
	padding: 1px;
	border: 9px solid #f7f7f7;
}

#loadframe iframe, #tabs iframe {
	display: block;
}


/* From Head */

#dialog {
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

#iframe {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#dialog #loadframe {
	display: inline-block; /* IE8 hack */
	width: 960px;
	height: 480px;
}

a#dialog_link {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px 0 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
	letter-spacing: 1px;
	background: url(/img/globalmap.png);
}

a#dialog_link:hover {
	background: url(/img/globalmap_hover.png);
	border-bottom: 0px;
	color: #FFF;
}

/* Forms */

fieldset {
	border: none;
	border-top: 1px dotted #663333;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
}

fieldset.nodisplay {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

fieldset.submit {
	text-align: center;
	overflow: hidden;
}

legend {
	background: #ffffff;
	padding: 0px 5px 0px 5px;

}

legend.nodisplay, label.nodisplay, label.nodisplay * {
	display: none;
}

label {
	clear: both;
	display: block;
	padding: 5px;
}

label span {
	float: left;
	display: block;
	padding: 5px 0px 5px 0px;
	width: 110px;
}

input {
	width: 250px;
	padding: 3px;
}

input.mini {
	width: 80px;
}

input.micro {
	width: 20px;
}

input.auto {
	width: auto;
}

.submit input {
	width: auto;
	padding: 5px;
	float: none;
}

textarea {
	width: 420px;
	padding: 3px;
}

/* Fixes */

:link:focus, :visited:focus {
	outline: 0px;
}