/**
 * 2014
 * Tomas Simon
 */

/*General*/
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);

html,
body {
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    height:100%;
    font-family:'PT Narrow Sans', sans-serif;
    font-size:16px;
    font-weight:300;
    color:#555;
}

/* Hyperlinks */
a {
    color:#ff7200 ;
    text-decoration: none;
}
a.maplink {
    color:#2F9C9F ;
    text-decoration: none;
}

a:hover {
    color: #2F9C9F;
    text-decoration: none;
    hover:
}
p {
    margin-top:0px;
}

p.references {
    font-size:12px;
}

li {
    width:640px;
    display: inline;
}
ul a {
    font-size:14px;
}
/* Headings */
h1 {
    /*font-size:35px;
    font-weight:500;
    */
    font:  700 38px/38px "PT Narrow Sans";
    color:#000;
    margin-bottom: 0px;
    margin-top:0px;
}
.kern {
    position:relative;
    left: -3px;
}
.kern2 {
    position:relative;
    left: -1px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size:18px;
    font-weight:normal;
    color:#000;
    letter-spacing:-0.6px;
    margin-bottom: 0px;
    margin-top:0px;
}

h3 {
    font-size:14px;
    font-weight:normal;
    color:#000;
    margin: 0 0 0 0;
    display: inline;
    text-align:right;
}
h3 p {
    line-height:100%;
    text-align:right;
}
h2 a {
    color:#000000 ;
    text-decoration: none;
}
h2 a.maplink {
    color:#2F9C9F ;
    text-decoration: none;
}
h4 {
    font-size:20px;
    font-weight:bold;
    color:#333333;
    margin: 0 0 0 0;
    margin-bottom: 5px;
}
hr {
    display: block;
    position:relative;
    background: #333;
    border: 0;
    height: 3px;
    left: 0px;
    top: 30px;
    margin: 0px;
    width: auto;
}

.PubList td {
    display: table-cell;
    vertical-align: center;
    padding: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.highlight {
    color:#2F9C9F;
    font-weight:normal;
}

/* Layout Sizing */
#Container {
    position:relative;
    top:0px;
    width:800px;
    min-height:100%;
    padding-top:0px;
    margin-left: auto ;
    margin-right: auto ;
}

/*Navigation Menu*/
#NavigationMenu {
    position:absolute;
    left:0px;
    top:20px;
    text-align:left;
    width: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#NavigationMenu .line {
    position:relative;
    border: none;
    border-top:3px solid #000000;
    border-bottom:1px solid #FFFFFF;
    clear: both;
    height:0;
    left:0px;
    top:20px;
    width: 570px;
}

/*Navigation Menu*/
.Name {
    position:absolute;
    left:500px;
    top:26px;
    text-align:right;
    width: 300px;
}
.Name img {
    position:relative;
    top:-4px;
    left: -1px;
    height: 15px;
}
.Name div {
    position: relative;
    top: -7px;
    line-height: 90%;
}
#NavigationMenu li {
    display: inline;
}
#NavigationMenu ul {
    padding-left: 0px;
}
#NavigationMenu ul li a
{
color: #000;
text-decoration: none;
/*font-size:18px;
font-weight:300;
*/
font:  700 24px/24px "pt sans narrow";
text-transform: uppercase;
padding-right: 20px;
}
#NavigationMenu ul li a.current_page
{
color: #ff7200;
}
#NavigationMenu ul li a:hover
{
color: #2F9C9F;
}

p.Section
{
color: #000;
text-decoration: none;
/*font-size:18px;
font-weight:300;
*/
font:  700 24px/24px "pt sans narrow";
text-transform: uppercase;
padding-right: 20px;
}
.MainText {
    position:relative;
    margin-top: 0px;
    padding-top: 0px;
    top: 170px;
}
.MainText hr {
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
}
.PubList ul {
    margin: 0px;
    padding: 0px;
}
.PubList ul li {
    margin: 0px;
    padding: 0px;
}
.TextResearch {
    width: 570px;
    margin-right: auto;
}
#TextAbout {
	position:relative;
    top: 0px;
    margin: 0px;
    padding: 0px;
	width:400px;
    margin-right: auto;
}

.MainText #AboutImage {
    position: absolute;
    right: 0px;
    top: -20px;
    margin: 0px;
    padding: 0px;
}
