* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color #333;
}

#container {
  position: relative;
  width: 950px;
  margin: 0 0 50px 50px;
}

#header {
  position: relative;
  height: 127px;
  margin: 0 0 20px 0;
}

#logo {
  position: absolute;
  top: 35px;
  left: 0;
  width: 216px;
  height: 57px;
  background: url('../img/logo.png') no-repeat;
  text-indent: -10000px;
  overflow: hidden;
}

#logo a {
  display: block;
  height: 100%;
}

#logo a:hover {
  background: transparent;
}

#header form {
  position: absolute;
  top: 32px;
  right: 0;
}

#header form input {
  margin-left: 5px;
}

#header a.about {
  background: url('../img/qmark.png') no-repeat bottom right;
  color: #959595;
  display: block;
  float: right;
  height: 18px;
  margin-top: 6px;
  padding-right: 25px;
  line-height: 18px;
}

#header a.about:hover {
  background-position: top right;
  color: #4ba0b2;
  text-decoration: underline;
}

input {
  font: normal 12px arial, sans-serif;
  padding: 3px;
}

input[type=text] {
  border: 1px solid #bbb;
  color: #666;
}

input[type=submit] {
  border: 0;
  background: #5ec7dd;
  color: #fff;
  cursor: pointer;
}

input[type=submit]:hover {
  background: #0099b9;
}

#topnavi {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  list-style-type: none;
  font-size: 13px;
  line-height: 14px;
  border-left: 1px solid #bbb;
}

#topnavi li {
  position: relative;
  float: left;
}

#topnavi li.link-etusivu {
  width: 53px;
}
#topnavi li.link-experience-architecture {
  width: 121px;
}
#topnavi li.link-news-events {
  width: 80px;
}
#topnavi li.link-architects {
  width: 101px;
}
#topnavi li.link-education-research {
  width: 110px;
}
#topnavi li.link-publications {
  width: 114px;
}
#topnavi li.link-policies-programmes {
  width: 121px;
}

#topnavi a {
  position: relative;
  display: block;
  height: 52px;
  padding: 4px 10px 4px 10px;
  border-right: 1px solid #bbb;
  max-width: 100px;
  color: #666;
  text-transform: uppercase;
}

#topnavi a:hover {
  background: #bbb;
  color: #fff;
}

#topnavi li.selected a {
  background: #777;
  color: #fff;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  margin-left: -1px;
}

#teaser {
  background: url('../img/roll-bg.png') no-repeat;
  position: relative;
  height: 290px;
  overflow: hidden;
  -moz-user-select: none;
  margin: 20px 0 15px 0;
}

#teaser img.roll {
  position: absolute;
  top: 0;
  left: 0;
}

#teaser img.over-image {
  position: absolute;
  top: 25px;
  left: 0;
}

#teaser .info-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #000;
}

#teaser .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}

#teaser .info .text {
  position: absolute;
  bottom: 8px;
  left: 9px;
  width: 800px;
  height: 45px;
  color: #ccc;
  line-height: 1.2;
}

#teaser .info h2 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

#teaser .info a.close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url('../img/teaser-close.png') no-repeat bottom;
  cursor: pointer;
}

#teaser .info a.close:hover {
  background-position: top;
}

#teaser .info p.index {
  position: absolute;
  bottom: 12px;
  right: 38px;
  color: #fff;
  font-weight: bold;
}

#teaser a.open-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url('../img/teaser-info.png') no-repeat bottom;
  cursor: pointer;
}

#teaser a.open-info:hover {
  background-position: top;
}

#teaser a.prev {
  position: absolute;
  top: 108px;
  left: 0;
  width: 80px;
  height: 100px;
  background: url('../img/teaser-prev.png') no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

#teaser a.prev:hover, #teaser a.next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#teaser a.next {
  position: absolute;
  top: 108px;
  right: 0;
  width: 80px;
  height: 100px;
  background: url('../img/teaser-next.png') no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

#front-boxes {
  margin: 15px -20px 15px 0;
  zoom: 1;
}

.box {
  position: relative;
  float: left;
  margin: 0 15px 15px 0;
  background: #000;
  padding: 10px 10px 10px 10px;
  min-height: 120px;
  color: #888;
  zoom: 1;
}

.box h1 {
  font-size: 46px;
  line-height: 0.8;
  font-weight: normal;
  color: #fff;
  margin: 0 0 8px -1px;
}

.box h1 a {
  padding: 0 40px 0 0;
  color:#FFFFFF;
}

.box h1 a:hover {
  background: url('../img/box-h1-hover.png') no-repeat 100% 10px;
}

.box a.arrow {
  display: block;
  background: url('../img/arrow.png') no-repeat left;
  margin: 5px 0 5px 0;
  padding: 8px 0 8px 40px;
}

#front-boxes .w1 {
  width: 286.5px;
}

#front-boxes .w2 {
  width: 608px;
}

#front-events .left {
  width: 264px;
  float: left;
}

#front-events .list {
  width: 300px;
  float: right;
  margin-top: -58px;
}

#front-events .list p {
  margin: 0.75em 0 0.5em 0;
}

#front-events a.rss {
  margin: 10px 0 10px 0;
}

#front-news p, #right-news p {
  margin: 0.75em 0 0.5em 0;
}

/* #front-events a, */
#front-news a, #right-news a {
  color: #fff;
}

a.rss {
  float: right;
  background: url('../img/rss.png') no-repeat 96% 50%;
  padding: 6px 32px 6px 6px;
  cursor: pointer;
color:#ffffff;
}

a.rss:hover {
  background: #66cccc url('../img/rss.png') no-repeat 96% 50%;
}

.w1 a.rss, #right-events a.rss {
  position: absolute;
  top: 20px;
  right: 10px;
}

#footer {
  clear: both;
  margin: 15px 0 25px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #808080;
  zoom: 1;
}

#footer .links {
  float: left;
  width: 200px;
  margin: 0 15px 20px 0;
}

#footer h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}

#footer h2 a {
  color: #000;
}

#footer ul {
  list-style-type: none;
}

#footer ul a {
  color: #888;
}

#footer a:hover {
  background: #888;
  color: #fff;
}

#footer .copy {
  width: 300px;
  height: 150px;
  float: right;
}

#footer p {
  margin: 10px 0 10px 0;
}

#banners {
  position: absolute;
  top: 147px;
  left: 1015px;
  width: 140px;
}

#banners p {
  margin-bottom: 15px;
}

#content {
  float: left;
  width: 618px;
  margin: 0 0 30px 0;
  padding: 0 5px 0 6px;
}

#content h1 {
  background: #000;
  margin: 0 -5px 0.5em -6px;
  padding: 8px 5px 3px 6px;
  font-size: 46px;
  line-height: 0.8;
  color: #fff;
}

#content h2 {
  background: #000;
  margin: 1.5em -5px 0.5em -6px;
  padding: 5px 6px 5px 6px;
  font-size: 28px;
  line-height: 1;
  color: #fff;
}

#content h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 1em 0 0.5em 0;
}

#content h4, #box-architects h4 {
  font-size: 17px;
  font-weight: normal;
  margin: 1em 0 0.5em 0;
  color: #666;
}

#content h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 1em 0;
  padding: 4px 0 8px 0;
  border-bottom: 1px solid #787878;
}

#content p, #box-architects p {
  margin: 1em 0 1em 0;
}

#box-experience p {
 color:#FFFFFF;
 margin-top:0px;
}

#box-experience h4 {
 color:#FFFFFF;
 font-weight:bold;
 margin-bottom:2px;
}

#content ul {
  list-style-type: square;
  margin: 1.5em 0 1.5em 30px;
  line-height: 16px;
}

#content li {
  margin: 5px 0 5px 0;
}

#content .infobox, #right-boxes .infobox {
  float: left;
  background: #000;
  padding: 10px 8px 4px 8px;
  margin: 3px 15px 15px -6px;
  width: 250px;
  color: #fff;
}

#content .infobox h1, #right-boxes .infobox h1 {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  padding: 0;
}

#right-boxes {
  float: right;
  width: 307px;
  margin: 0 0 15px 0;
}

#right-boxes .box {
  margin: 0 0 15px 0;
  float: none;
}

#content .box {
  float: none;
  margin: 0 -5px 15px -6px;
}

#content .box h1, #box-architects h1 {
  margin: 0 0 8px -1px;
  padding: 0;
}

#box-architects .infobox {
  background: #fff;
  margin: 2px 0 0 0;
  color: #000;
  width: 290px;
}

#right-boxes #box-architects .infobox {
  width: 270px;
}

#box-architects .infobox img {
  float: left;
  margin: 0 10px 5px 0;
}

#box-architects .infobox h1 {
  background: #fff;
  color: #000;
  font-weight: bold;
}

#content .infobox h4 {
  margin: 0em 0 0.5em 0;
}

#box-architects .infobox h4 {
  margin: 0 0 0.5em 0;
}

#box-architects .infobox p.meta {
  font-size: 11px;
  margin: -8px 0 1em 0;
}

#box-architects .right {
  width: 275px;
  float: right;
  margin: 2px 0 0 0;
}

#right-boxes #box-architects .right {
  width: auto;
  float: none;
  clear: both;
  padding-top: 20px;
}

#box-architects form {
  margin: 0 0 20px 0;
}

#box-architects form p {
  margin-top: 0.5em;
}

#box-news .left {
  width: 295px;
  float: left;
}

#box-news .right {
  width: 295px;
  float: right;
}

#box-news h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -0.5em;
}

#box-news h3 a {
  color: #fff;
}

#content .half-column {
  width: 48%;
  min-height: 90px;
  float: left;
  color: #666;
}

#content .half-column.pub {
  min-height: 120px;
}
#content .half-column.right {
  float: right;
}

#content .half-column img {
  float: left;
  clear: left;
  margin: 0 10px 10px 0;
}

#content .half-column h4 {
  margin: 0;
}

#content .half-column h4 a, #events-list a {
  color: #000;
}

#content .half-column h4 a:hover, #events-list a:hover {
  background: #888;
  color: #fff;
}

#content .half-column p {
  margin-top: 0.5em;
}

#content #events-list a.more {
	color: #66cccc;
  text-decoration: none;
}

#content #events-list a:hover.more {
  background: #66cccc;
  color: #fff;
}

#right-events form p {
  margin: 0.5em 0 0.5em 0;
}

a {
  color: #66cccc;
  text-decoration: none;
}

a:hover {
  background: #66cccc;
  color: #fff;
}

a img {
  border: 0;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

#rightSideAds {
	left:1015px;
	top:147px;
	position:absolute;
	width:140px;
}
#rightSideAds img {
	margin-bottom: 15px;
}

#content td.ngformError input {
border:1px #FF0000 dotted;
}
#content td.ngformError textarea {
border:1px #FF0000 dotted;
}
#content img.ngformError {
border:1px #FF0000 dotted;
}


table.newsForm {
	margin-left:-10px;
font-size:14px;
}

table.newsForm .subheading {
background:transparent url(/files/finnisharchitecture/img/newsForm_bg.jpg) repeat-x scroll 10px 15px;
font-size:14px;
font-weight:bold;
padding-left:10px;
}

table.newsForm .subheading .whiteBg {
padding-left:3px;padding-right:3px;background-color:#FFFFFF;
}

table.newsForm .smallInfo {
color:#959595;
font-size:11px;
margin-top:20px;
}

table.newsForm td {
vertical-align:top;
padding-top:15px;
}

table.newsForm td.formTitle {
width:122px;
/*padding-left:20px;
padding-right:5px;*/
padding-top:15px;
text-align:right;
}

table.newsForm td input[type=text].wide {
width:299px;
}

#eventCalendar {
background-color:#FFFFFF;
color:#000000;
width:260px;
border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

#eventCalendar a {
color:#000000;
}

#eventCalendar th {
font-size:9px;
font-weight:normal;
border:none;
}
#eventCalendar td {
	text-align:center;
	font-weight:bold;
	border-width: 1px 1px 1px 1px;
/*	padding: 4px 4px 4px 4px; */
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
/* border: 1px solid #000000; */
}
#eventCalendar td.cal-next-month {background-color:#DDDDDD;}
#eventCalendar td.cal-previous-month {background-color:#DDDDDD;}
#eventCalendar td.cal-today {background-color:#346E7A;}
#eventCalendar caption {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:3px;
}