@font-face {
	font-family: Neou;
	src: url('../fonts/Neou-Thin.otf');
}
@font-face {
	font-family: NeouBold;
	font-weight: bold;
	src: url('../fonts/Neou-Bold.otf');
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 926px;
	background:transparent url(../img/tile_background_463x463px.jpg) repeat top left;
}

img {
	border: none;
}

h1{
	color: #005A82;
    font: 31pt NeouBold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}

.homepage {
	color: #005A82;
    font: 21pt NeouBold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}

.homepageSubtitle {
	color: #005A82;
    font: 15pt NeouBold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}

.fontSizeH2, h2
{
	color: #969696;
    font: 20px NeouBold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}
h3, .fontSizeH3{
	color: #969696;
    font: 14pt NeouBold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}

.fontSizeH5 {
	color: #969696;
    font: 10pt NeouBold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}

h4, .fontSizeH4 {
	color: #64A0BE;
    font-size: 16pt;
    font-family: 'Anaheim', sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}

.subtitle {
	color: #005A82;
    font: 21pt NeouBold;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
}

p, .text {
	font-size: 14pt;
    font-family: 'Anaheim', sans-serif;
    color: Black;
}

.textSmaller {
	font-size: 10pt;
    font-family: 'Anaheim', sans-serif;
    color: Black;
}

.note
{
	font-size: 9pt;
    font-family: 'Anaheim', sans-serif;
    color: Black;
}

footer {
	width:100%;
}

a {
	text-decoration: none;
	color: #3F2784;
}

a:hover {
	color: #662784;
}

ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li {
	height: 35px;
	margin-top: 15px;
}

ul li {
	border-bottom: 1px dashed #64A0BE;
}

ul li:hover, ul li.selected {
	border-bottom: 1px dashed #005A82;
}

ul li:first-child {
	margin-top: 0px;
}

a.menu {
	text-decoration: none;
	font-family: NeouBold;
	font-size: 14pt;
	color: #64A0BE;
	float: right;
}

a.menu:hover, ul li.selected a {
	text-decoration: none;
	font-family: NeouBold;
	font-size: 18pt;
	color: #005A82;
	float: right;
}

.marginBottom10
{
	margin-bottom: 10px;
}

.marginTop10
{
	margin-top: 10px;
}

.marginTop20
{
	margin-top: 20px;
}

.marginTop40
{
	margin-top: 40px;
}

.clearDiv{
	clear:both;
}

#ContentDiv{
	margin-top: 20px;	
	margin-bottom: 20px;	
	width: 926px;
}

#MenuContainer {
	width: 174px;
	float: left;
}

#GalleryContainer {
	height: 86px;
	padding-top: 5px;
}

.italic {
	font-style:italic;	
}
.aside {
	padding-bottom: 10px;
	width: 202px;
}

.border {
	border-bottom: 1px dashed #969696;
}

.borderBottomH4Color {
	border-bottom: 1px dashed #64A0BE;
}

.paddingTop10 {
	padding-top: 10px;
}

.paddingBottom5 {
	padding-bottom: 5px;
}

.floatRight{
	float: right;
}
	
.gallery{
	float:left;
	height: 38px;
	width: 38px;
	margin: 0 5px 5px 0;
}

.gallery img {
	padding: 3px;
	border: 1px solid #969696;
	display: block;
}

#ContentContainer{
	float: right;
    width: 470px;
    margin-right: 40px;
    margin-left: 40px;
}

.centered
{
	text-align: center;
}

#overlay{
    background:transparent url(../img/overlay.png) repeat top left;
    position:absolute;
    top:0px;
    bottom:-700px;
    left:0px;
    right:0px;
    z-index:100;
    min-width:1000px;
}

.openedGallery{
    top:-200px;
    background-color:#fff;
    color:#7F7F7F;
    padding:15px;
    z-index:101;
    width: 640px;
    height: 640px;
}

.boxClose
{
	cursor: pointer;
    width: 22px;
    height: 22px;
}

.galleryChangeImg {
	z-index: 30;
}

.width800{
	width:800px;	
}

#galleryPrevImg, #galleryNextImg
{
	height: 58px;
    width: 27px;
    z-index: 50;
    cursor: pointer;	
}

#galleryNextImg{
	margin-top: 148px;
}

#galleryNext{
	margin-top:30px;
	height: 200px;
}

#galleryPrev{
	margin-top:200px;
}

#galleryImg {
	margin-top: 30px; 
	width:710px;
}

.arrowDown {
    background: url("../img/icon_arrow_down.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 7px;
    width: 9px;
}
.arrowUp {
    background: url("../img/icon_arrow_right.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 9px;
    width: 7px;
}

.arrowTop {
    background: url("../img/icon_arrow_top.png") no-repeat scroll center center transparent;
    display: inline-block;
    height: 7px;
    width: 9px;
    margin-bottom: 3px;
}

#top
{
	text-align: right;
}

#top a:hover
{
	color: #005A82;
}

.centerDisplayed
{
	display: block;
    margin-left: auto;
    margin-right: auto
}

.centerVerlicalDispayed
{
	display: table-cell; vertical-align: middle
}

.arrowPositionTop
{
	position:absolute;
	top:200px;	
}

.right100
{
	right: 100px;	
}

.left100
{
	left: 100px;	
}

.marginTop10
{
	margin-top:10px;
}

.bold{
	font-weight: 500;
}

.bold600{
	font-weight: 600;
}

.underline
{
	text-decoration:underline;	
}

.column1 {
	width: 150px; 
	float:left;
}
.columnContacts {
	width: 100px; 
	float:left;
}