@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

sup {
	font-size: 50%;
}

a {
	color: #fce791;
}

ol {
   color: white;
 }

#container {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/bg-map.jpg);
	background-repeat: no-repeat;
	background-color: #a4b3c2;
	text-align: left;
}

#header {
	width: 1000px;
	height: 120px;
}
#logo {
	position: absolute;
	margin: 5px 0 0 5px;
}
#mm {
	width: 690px;
	position: absolute;
	margin: 120px 0 0 290px;
	padding: 0;
}
#mm li {
	display: block;
	float: left;
	width: 138px;
	height: 45px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#mm li a, #mm li span {
	display: block;
	width: 138px;
	height: 30px;
	padding-top: 15px;
	background-image: url(../images/main-menu.jpg);

	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;

}
#mm1 { background-position: 0 0; }
#mm2 { background-position: -138px 0; }
#mm3 { background-position: -276px 0; }
#mm4 { background-position: -414px 0; }
#mm5 { background-position: -552px 0; }

#mm1:hover { background-position: 0 -45px; }
#mm2:hover { background-position: -138px -45px; }
#mm3:hover { background-position: -276px -45px; }
#mm4:hover { background-position: -414px -45px; }
#mm5:hover { background-position: -552px -45px; }

#mm1here { background-position: 0 -45px; }
#mm2here { background-position: -138px -45px; }
#mm3here { background-position: -276px -45px; }
#mm4here { background-position: -414px -45px; }
#mm5here { background-position: -552px -45px; }

#tm {
	width: 440px;
	position: absolute;
	margin: 45px 0 0 550px;
}

#tm li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	list-style: none;
	font-size: 12px;
}

#tm li a {
	color: #53113c;
}

#main {
	background-image: url(../images/bg-tile.png);
	background-repeat: repeat-y;
}

#bgbottom {
	background-image: url(../images/bg-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#bgtop {
	background-image: url(../images/bg-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#fake {
	width: 10px;
	height: 395px;
	overflow: hidden;
	float: left;
}
#left {
	float: left;
	width: 260px;
	margin-left: 0px;
	padding: 0;
	padding-top: 15px;
}

#content {
	float: left;
	width: 670px;
	margin-left: 20px;
	padding: 10px;
	margin-top: 50px;
}

h3#worldview {
	padding: 0 0 0 10px;
	margin-top: 0;

	font-size: 16px;
	color: #fff;
}
h3#headlines {
	padding: 0 0 0 10px;
	margin-top: 40px;

	font-size: 16px;
	color: #fff;
}

p.left {
	padding: 0 10px 0 10px;
	margin: 0;
	line-height: 110%;
	color: #fff;
}
p.left a:hover {
	text-decoration: none;
}
p.left a.ttl {
	display: block;
	margin: 0 0 10px 0;
}
p.left a.ttl:hover {
	text-decoration: none;
}
p.left a.more {
	display: block;
	margin: 10px 0;
	text-align: right;
}
h1 {
	padding: 0;
	margin: 10px 30px 20px 0;
	color: #fce791;
	font-weight: normal;
	font-size: large;
}
p {
	padding: 0;
	margin: 0 30px 10px 0;
	line-height: 140%;
	color: #fefefe;
}
#content ol.article{
	padding: 0;
	margin: -10px 30px 15px 25px;
	line-height: 140%;
	color: #fefefe;
}
#footer {
	width: 980px;
	height: 25px;
	background-image: url(../images/bg-footer.jpg);
	color: #53113c;
	padding: 20px 0 0 20px;
}
#search {
	width: 250px;
	text-align: right;
	position: absolute;
	margin: 10px 0 0 730px;
}
h2 {
	clear: both;
	color: #fce791;
	font-size: small;
	margin-top: 20px;
}
img.contextlogo {
	margin: 0 20px 5px 0;
	/*float: left;*/
	border: #fefefe solid 20px;
	background-color: #fff;
}

#cover {
	position: absolute;
	display: none;
	top: 0;
	width: 1000px;
	height: 100%;
	background-color: #333;
	z-index: 1;
}
a.tll:link, a.tll:visited{
	color: #fff;
	text-decoration: none;
}
a.tll:hover{
	text-decoration: underline;
}
