.clear{
display: block;
clear: both;
}

a:link,
a:visited{
color: #DC1032;
text-decoration: none;
}

a:hover{
color: #000000;
text-decoration: none;
}

a img{
border: none;
}

.wrapper{
width: 780px;
margin: 0 auto;
}

body{
font-family: "Lucida Grande", Arial, Verdana, sans-serif;
background: white;
margin: 20px 30px;
color: #333333;
}

h1{
float: right;
display: block;
font-size: 12px;
font-weight: normal;
letter-spacing: 0.4px;
padding: 2px;
margin: 0 80px 0 0;
color: #DC1032;
}

h2{
font-size: 23px;
line-height: 120%;
font-weight: bold;
color: #333333;
}

h3{
font-size: 22px;
line-height: 120%;
font-weight: normal;
color: #DC1032;
}

#nav{
float: left;
font-size: 36px;
font-weight: bold;
list-style: none;
margin: 0;
padding: 0;
}

#nav li{
display: inline;
color: #DC1032;
}

#nav a{
padding: 2px 6px;
border: none;
}

#nav a:link,
#nav a:visited{
color: #DC1032;
text-decoration: none;
}

#nav a:hover{
color: #ffffff;
text-decoration: none;
background: #DC1032;
}

#nav li.selected{
color: #ffffff;
text-decoration: none;
background: #DC1032;
padding: 2px 6px;
}

#nav_index{
display: block;
width: 240px;
font-size: 68px;
font-weight: bold;
list-style: none;
margin: 100px auto 0 auto;
padding: 0;
text-align: center;
}

#nav_index li{
display: inline;
color: #DC1032;
}

#nav_index a{
padding: 2px 6px;
border: none;
}

#nav_index a:link,
#nav_index a:visited{
color: #DC1032;
text-decoration: none;
}

#nav_index a:hover{
color: #ffffff;
text-decoration: none;
background: #DC1032;
}

#nav_index li.selected{
color: #ffffff;
text-decoration: none;
background: #DC1032;
padding: 2px 6px;
}


#lang{
float: right;
font-size: 12px;
font-weight: normal;
list-style: none;
margin: 0;
padding: 0;
}

#lang li{
display: inline;
color: #DC1032;
}

#lang li.selected{
color: #ffffff;
text-decoration: none;
background: #DC1032;
padding: 2px;
}

#lang a{
padding: 2px;
border: none;
}

#lang a:link,
#lang a:visited{
color: #DC1032;
text-decoration: none;
}

#lang a:hover{
color: #ffffff;
text-decoration: none;
background: #DC1032;
}

#header{
height: 100px;
}

#menu{
width: 250px;
float: right;
margin: 0;
padding: 0;
font-size: 14px;
}

#menu dl{
margin: 0;
padding: 0;
}

#menu dt{
color: #DC1032;
margin-top: 20px;
margin-bottom: 10px;
}

#menu dd{
margin-left: 20px;
margin-bottom: 7px;
}

#menu dd a:link{
color: #fff;
background: #DC1032;
padding: 2px;
}

#menu dd a:visited{
color: #fff;
background: #DC1032;
padding: 2px;
}

#menu dd a:hover{
color: #666666;
background: white;
padding: 2px;
}

#menu .selected{
color: #fff;
background: #DC1032;
padding: 2px;
}

#content{
width: 480px;
float: left;
line-height: 130%;
}

#content img{
margin-top: 20px;
margin-bottom: 20px;
}

#content a img{
border: none;
}

#slideshow{
}

.work{
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.work_preview{
width: 240px;
height: 180px;
border: none;
}

.overview{

}

/* red */
.style_1{
color: #DC1032;
}

.style_2{
border: 1px solid #CCCCCC;
}

/*popup*/

.bubbleInfo {
  width:80px;
  height:100px;
  float:left;
  position:relative;
}

.popup {
  display: none; /* keeps the popup hidden if no JS available */
  position: absolute;
  font-size:12px;
  line-height:16px;
  z-index:2;
  overflow:hidden;
  color: #333333;
}