@charset "utf-8";

@font-face {
    /*font-family: AgfaRotisSansSerif;*/
    /*src: url('../fonts/AgfaRotisSansSerif.ttf');*/
	/*src: url('fonts/AgfaRotisSansSerif.ttf');*/
	/*src: url('AgfaRotisSansSerif.ttf');*/
	/*src: url('/fonts/AgfaRotisSansSerif.ttf');*/
	/*url('AgfaRotisSansSerif.ttf');*/
}
body    {
    margin: 0px;
	color: #151515;
    /*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
}
#wrapper {
    background-color: #FFFFFF;
    width: 100%;
    min-width: 1000px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#hero {
    position: relative;
    clear: left;
}
#hero h2 {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: -7px;
}
#hero img {
    max-width: 100%;
}
h1, h2, h3 {
    color: #4D4D4D;
    font-style: normal;
    font-weight: 600;
    /*font-family: source-sans-pro;*/
	font-family: "Agfa Rotis Sans Serif", Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}
#main2 {
	font-size: 16px;
	margin-bottom: 21px;
    float: left;
}
#left-article {
    width: 30%;
	margin-top: 15px;
	margin-bottom: 21px;
    float: left;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000000;
}
#middle-article {
    width: 30%;
	margin-top: 15px;
	margin-bottom: 21px;
    margin-left: 5%;
	margin-right: 5%;
    float: left;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000000;
}
#right-article {
    width: 30%;
	margin-top: 15px;
	margin-bottom: 21px;
    float: left;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000000;
}
footer {
    clear: left;
    padding-top: 21px;
    padding-bottom: 14px;
    padding-right: 2%;
	background-color: #FFFFFF;
	color: #646464;
	font-size: 14px;
	text-align: left;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #646464;
}
.centered {
    margin-left: auto;
    margin-right: auto;
}
.floatleft {
    margin-right: 10px;
    float: left;
}
.floatright {
    margin-left: 10px;
    float: right;
}
a {
    text-decoration: none;
}
/* TODO delete
#mainnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#mainnav a {
    width: 10%;
    display: block;
    float: left;
	margin-right: 0px;
	background-color: #FFFFFF;
    text-align: center;
	color: #4D4D4D;
    padding-top: 6px;
    padding-bottom: 6px;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
    text-decoration: none;
	color: #FFFFFF;
	background-color: #4D4D4D;
}
*/
article, aside, figure, footer, nav {
    display: block;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	text-align: center;
	border: 1px solid black;
}
.container {
    clear: both;
}
.logo {
    float: left;
}
.logo img {
    width: 164px;
    height: 67px;
    padding-top: 18px;
    padding-bottom: 13px;
}
.topnav {
	float: right;
	width: 75%;
    display: block;
}
.topnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.topnav a {
	width: 15%;
    display: block;
    float: right;
	margin-right: 0px;
	margin-top: 26px;
	background-color: #FFFFFF;
    text-align: center;
	color: #9D9D9D;
    padding-top: 6px;
    padding-bottom: 6px;
}
.topnav a:hover {
    text-decoration: none;
	color: #000000;
}
/* TODO delete 
.topnav a:hover, a:active, a:focus, a.thispage {
    text-decoration: none;
	color: #FFFFFF;
	background-color: #4D4D4D;
}
*/
/*
.topnav a:hover {
    text-decoration: none;
	color: #FFFFFF;
	background-color: #4D4D4D;
}
*/
/* TODO uncomment to hightlight selected navigation
ul .active{
    text-decoration: none;
	color: #FFFFFF;
	background-color: #4D4D4D;
}

/* TODO uncomment to hightlight selected navigation */
ul .active{
	text-decoration: none;
	color: #000000;
}

#ariel {
	font-size: 14px;
	font-family: Arial, sans-serif;
}
