﻿body {
    font-family: Verdana;
    margin: 0px;
    background-image: url(../img/body.gif);
    background-repeat: repeat-y;
    background-position: 196px top;
    font-size: 75%;
    line-height: 1.3;
    color: #666666;
}

h1 {
  display: none;
}

h4 {
    margin: 0px;
    padding: 5px 0px;
    color: #636D82;
    font-weight: normal;
    font-size: 26px;
}

h3 {
    margin: 0px;
    padding: 5px 0px;
    color: #636D82;
    font-weight: normal;
    font-size: 26px;
}

h2 {
    margin: 0px;
    padding: 5px 0px;
    color: #636D82;
    font-weight: normal;
    font-size: 26px;
}

h3 {
    color: #636D82;
    font-size: 18px;
}

h4 {
    color: #636D82;
    font-weight: bold;
    font-size: 15px;
}
blockquote {
    margin: 0em 0em 1em 2em;
    background-image: url(../img/quote.gif);
    background-repeat: no-repeat;
    width: 33%;
    float: right;
    padding: 1em 1em 1em 1.5em;
    text-align: left;
    font-family: Georgia, Times, serif;
    font-size: 1.5em;
    font-style: italic;
    color: #636D82;
}


img {
  border: 0px;
}

#wrapper {
				width: auto;
				height: 100%;
				margin-left: 45px;
				position: absolute;
}

#logo {
    float: left;
    width: 125px;
    margin-top: 82px;
    height: 60px;
}

#header {
    float: left;
    width: 765px;
    padding-top: 139px;
    background-image: url(../img/Prague-header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
#header #search {
				position: absolute;
				left: 675px;
				top: 10px;
				z-index: 2;
}


img#xmas {position: absolute;
         top: 79px;
         left: 831px;
         z-index: 1000;
         width: 104px;
         height: 90px;
         display: block;
}

#menu {
    float: left;
    width: 765px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: inside;
    background-color: #636d82;
    font-size: 13px;
    height: 30px;
}

#menu a {
    text-decoration: none;
    cursor: pointer;
    color:#FFFFFF;
}

#menu li {
  float: left;
    padding: 5px 10px;
    height: 20px;
    line-height: 18px;
}

#submenu {
    float: left;
    width: 765px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: inside;
    background-color: #adb5c8;
    font-size: 12px;
    height: 30px;
}

#submenu.xmas {background: url(/img/xmas-strip.jpg) no-repeat;
}

#submenu a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

#submenu li {
  float: left;
    padding: 5px 10px;
    height: 20px;
    line-height: 20px;
}

#content {
    clear: both;
    margin-left: 125px;
    width: 725px;
    background: url(../img/content.gif) top left repeat-x #FFFFFF;
    padding: 20px;
    text-align: left;
}

#content a {
    color: #FF9900;
    text-decoration: underline;
}
#content a:hover {
    color: #FFCC66;
}

#rightColumn {
    float: right;
    width: 150px;
    margin: 1em;
}


#footer {
    clear: both;
    margin-left: 145px;
    width: 725px;
    padding: 10px 0px;
    border-top: 1px solid #b8b9b9;
    text-align: center;
}
#menu .active {
    color:#CCCCCC;
    } 
#menu a:hover {
    color:#CCCCCC;
    } 
#submenu a:hover {
    color:#666666;
    } 

.active {
  color: #fab42f;
}

.subactive {
    background-color: #ced3dd;
}

.info a {
  margin: 0px;
    color: #b8b9b9;
    font-size: 11px;
}

.info {
  margin: 0px;
    color: #b8b9b9;
    font-size: 11px;
}
.person {
    background-color: #FFFFFF;
    border: 5px solid #eee;
    margin: 1em;
    padding: 0.5em;
    text-align: left;
}
.person img {
    margin-right: 1em;
    float: left;
}
.person h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.personThumb {
    float: left;
    background-color: #FFFFFF;
    border: 5px solid #eee;
    margin: 0.5em;
    padding: 0.5em;
    text-align: center;
    height: 260px;
}
.caseStudy {
    float: inherit;
    clear: both;
    margin-bottom: 1em;
}
.red {
    color: #FF0000;
}
.back {
    float: right;
    padding: 5px;
    position: relative;
}
#content .column {
    float: right;
    width: 30%;
    background-color: #EEEEEE;
    margin: 1em;
    padding: 1em;
    border: 1px dotted #999999;
}
#content .column h3 {
    color: #FFB01A;
}

