* { 
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  background: #e6e5e0;
  font: 0.8em/150% Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #444;
}

#wrapper {
  width: 950px;
  border: 5px solid #fff;
  margin: 0 auto 20px auto;
  text-align: left;
  background: #f9f9f9;
  position: relative;
  background: url(/images/content.jpg) top left repeat-y;
}

a {
  color: #006fbb;
  text-decoration: underline;
}

#content a:hover, #content a:focus, #footer a:hover, #footer a:focus {
  text-decoration: none !important;
  background: #006fbb;
  color: #fff;
  padding: 2px 3px;
  margin: -2px -3px;
}

/* header */

#header {
  height: 210px;
  background: url(/images/header.jpg) top left no-repeat;
  position: relative;
}

#skip {
  list-style: none;
  height: 0;
  width: 0;
}

#skip li a {
  display: none;
}

#skip #home_link {
  position: absolute;
  top: 20px;
  left: 222px;
  text-indent: -5000em;
  width: 497px;
  height: 37px;
  display: block !important;
}

#skip #home_link:hover, #skip #home_link:focus {
  background: none;
}

#languages {
  position: absolute;
  right: 0;
  top: -5px;
  list-style: none;
  width: 183px;
  height: 22px;
  background: url(/images/lang_background.gif);
}

#languages li {
  float: left;
  width: 90px;
  margin-right:1px;
  height: 22px;
  float: left;
}

#languages a {
  text-decoration: none;
  color: #666 !important;
  font-size: 85%;
  line-height: 19px;
}

#languages .current a {
  font-weight: bold;
  color: #006fbb !important;
}

#languages span {
  height: 15px;
  width: 20px;
  display: block;
  float: left;
  margin: 3px 5px 0 3px;
}

#languages .en span {
  background: url(/images/lang_flags.gif) top left;
}

#languages .ko span {
  background: url(/images/lang_flags.gif) top right;
}

#languages .current .en {
  background: url(/images/lang_flags.gif) bottom left !important;
}

#languages .current .ko {
  background: url(/images/lang_flags.gif) bottom right !important;
}



/* navigation */

#navigation {
  position: absolute;
  bottom: 0;
  list-style: none;
  background: url(/images/navigation.jpg) bottom repeat-x;
  width: 930px;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
}

#navigation li {
  float: left;
  display: block;
  height: 43px;
  width: 120px;
  background: url(/images/nav_right.jpg) top right no-repeat;
  margin-left: 8px;
}

#navigation li a {
  display: block;
  height: 43px;
  width: 120px;
  background: url(/images/nav_left.jpg) top left no-repeat;
  text-align: center;
  line-height: 35px;
  color: #444;
  font-size: 110%;
  text-decoration: none;
}

#navigation li a:hover, #navigation li a:focus {
  color: #006fbb;
}

#navigation li.active {
  background: url(/images/nav_active_right.jpg) top right no-repeat;
}

#navigation li.active a {
  background: url(/images/nav_active_left.jpg) top left no-repeat;
  font-weight: bold;
  color: #fff;
}

/* content */

#primary {
  width: 630px;
  float: left;
}

#secondary {
  width: 319px;
  float: right;
  background: #eff0eb;
}

/* primary */

#content_body {
  padding: 20px 25px;
}

#teaser {
  background: #e6e5e0;
  color: #75756d;
  font-size: 140%;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 140%;
  padding: 21px 25px;
}

h1, h2, h3, h4 {
  font-weight: normal !important;
  color: #78756e;
  margin-bottom: 0.5em;
  line-height: 140%;
}



h2 a {
  text-decoration: none;
}

h2 a:hover, h2 a:focus {
  text-decoration: underline;
}

h1 {
  font-size: 160%;
  margin-bottom: 0.8em;
}

h2 {
  font-size: 130%;
  margin-top: 0.5em;
}

h3 {
  font-size: 110%;
  margin-top: 0.5em;
}

#content p, #content ul, #content ol, #content li, #content img {
  margin-bottom: 0.5em;
}

#content #primary ul, #content #primary ol {
  margin-left: 1.7em;
  margin-bottom: 1.5em;
}

#content .results li {
  margin-bottom: 1.5em;
}

#content strong {
  color: #000 !important;
}

/* news */
.news_entry {
  margin-bottom: 20px;
}

.news_entry .date {
  color: #999;
  float: right;
}

/* secondary */

#secondary .unit {
  padding: 20px 25px;
  border-bottom: 1px solid #e3e2de;
}

#secondary .subnav {
  padding: 0 !important;
}

#sub_navigation ul {
  list-style: none;
  font-size: 90%;
  padding: 0 !important;
  margin: 0 !important;
}

#sub_navigation ul li a {
  padding: 5px 25px 5px 40px;
}

#sub_navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sub_navigation li {
  margin: 0;
  padding: 0;
  margin-bottom: 1px;
}

#sub_navigation a {
  background: #e6e5e0;
  display: block;
  padding: 10px 25px;
  font-weight: bold;
  text-decoration: none;
}

#sub_navigation a:hover, #sub_navigation a:focus {
  margin: 0;
  padding: 10px 25px;
}

#sub_navigation ul a:hover, #sub_navigation ul a:focus {
  margin: 0;
  padding: 5px 25px 5px 40px;
}

.newsletter label {
  width: 100px;
  margin-right: 10px;
  text-align: right;
  display: block;
  float: left;
}

#newsletter_submit {
  margin-top: 10px;
}

/* footer */

#footer {
  width: 950px;
  clear: both;
  color: #78756e;
  font-size: 85%;
  border-top: 1px solid #fff;
  line-height: 200%;
  background: #fff;
  height: 65px;
}

#footer span {
  word-spacing: 0.5em;
}

#footer .inner {
  border-top: 1px solid #b2b1ad;
  padding: 10px 25px;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
  color: #999;
  text-align: right;
}

/* links */

.links_column h2 {
  font-size: 120%;
}

.links_column {
  width: 280px;
}

.column_1 {
  float: left;
}

.column_2 {
  float: right;
}

/* sidebar eventbox preview */

#secondary img {
  width: 265px;
  border: 1px solid #fff;
  padding: 1px;
}

#wrapper #secondary .for_img, #wrapper #secondary .for_img:hover {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

#secondary a:hover img {
  border: 1px solid #006fbb;
}

.eb_desc {
  background: #e6e5e0;
  position: relative;
  top: -6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 5px 8px;
}

#secondary .align_right {
  text-align: right;
}


/* events */

#secondary .events table {
  font-size: 90%;
  color: #999;
  margin-bottom: 10px;
}

#secondary .events table td.date {
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
}

#primary table {
  width: 100%;
}

#primary table .odd {
  background: #eff0eb;
}

#primary table td {
  padding: 2px 5px;
  vertical-align: top;
}

.event_tr td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

#primary table th {
  border-bottom: 1px solid #e6e5e0;
  padding: 2px 5px;
}

#primary .passed {
	margin-top: 30px;
}

.event_details {
  float: right;
  background: #eff0eb;
  padding: 20px 25px 15px 25px;
  margin-left: 25px;
  margin-bottom: 25px;
}

#primary table td.date {
  width: 150px;
}

.event_download {
  border-top: 1px solid #e6e5e0;
  margin-top: 10px;
  padding-top: 10px;
}

/* form */

#primary label {
  display: block;
}

#primary input, #primary textarea {
  width: 200px;
}

#primary textarea {
  width: 300px;
  height: 200px;
}

#primary #contact_submit {
  width: auto;
}

/* ie 6 bug fixes */

#navigation li.active a {
  _line-height: 40px;
}

#sub_navigation li {
  _height: 40px;
}

.newsletter label {
  _width: 90px;
} 

#languages a {
  _white-space: nowrap;
  _overflow: hidden;
}

#languages span {
  _height: 15px !important;
  _overflow: hidden;
}

#languages .current .en {
  _background: url(/images/lang_flags.gif) 140% left !important;
}

#languages .current .ko {
  _background: url(/images/lang_flags.gif) 140%  right !important;
}

#navigation li.active a {
  _line-height: 40px;
}

#sub_navigation {
  _width: 320px;
}

#sub_navigation li {
  _height: 40px;
  _margin-bottom: -3px;
}

.newsletter label {
  _width: 90px;
}

/* notifications */

.notification {
  border-width: 2px;
  border-style: solid;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 15px;
}

.notification p {
	margin: 10px 0 !important;
}

.success {
  border-color: green;
  color: green;
}

.notice {
  border-color: orange;
  color: orange;
}

.error {
  border-color: red;
  color: red;
}

#submit {
	width: auto !important;
}

/* pagination */

#primary .pagination {
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
  list-style: none;
}

#primary .pagination li a {
  border: 1px solid #006fbb;
  text-decoration: none;
  padding: 3px 5px;
}

#primary .pagination li {
  margin: 0 3px 0 0 !important;
  padding: 0 !important;
  float: left;
}

.pagination li.enabled a {
  background: #326ab7 !important;
  color: #fff !important;
}

#primary .pagination li a:hover, #primary .pagination li a:focus {
  margin: 0;
  padding: 3px 5px;
}

/* eventbox list */

#primary .eb_list {
  list-style: none;
  margin-left: 0 !important;
}

#primary .eb_list li {
  width: 48%;
  float: left;
  margin-right: 10px;
}

#primary .eb_list li img {
  width: 100%;
}

/* gallery */

#wrapper .galleries {
  list-style: none;
  margin-left: 0 !important;
}

.galleries li, .galleries div {
  float: left;
  width: 98%;
  margin-bottom: 10px;
}

.galleries img {
  width: 135px;
  float: left;
  overflow: hidden;
}

.galleries .image {
  width: 135px;
  height: 85px;
  overflow: hidden;
  margin-right: 7px;
}
.info {
  font-weight: bold;
}

#contact_address {
	float: right;
}

#content_body form {
	float: left;
}

#contact_address p {
	margin-bottom: 20px;
}

div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_middle{background:#fff}div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_content{background-color:#fff}div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_middle{background:#fff}div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.light_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .currentTextHolder{color:#c4c4c4}div.dark_rounded .pp_description{color:#fff}div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat}div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_square .pp_description{color:#fff}div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff}div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;position:relative;text-align:left;width:100%}.pp_content .pp_details{display:none;margin:10px 15px 2px 20px}.pp_description{display:none;float:left;margin:0}.pp_nav{float:left;margin:3px 0 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{left:0;position:absolute;top:0;width:100%;z-index:2000}a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{display:block;float:right;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:none;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res{display:none;line-height:1 !important;margin:0 auto;text-align:center;width:100%}div.ppt{color:#fff;display:none;font-size:17px;left:0;position:absolute;top:0;z-index:9999}.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
