
html, body 
{
  margin:0;
  padding:0;
  height:100%;
  border:none
}


.container{width: 100% }
.column-left{ float: left; width: 15%; }
.column-right{ float: right; width: 15%; }
.column-center{ display: inline-block; width: 70%; margin-top:10px;}

.menu-left {
	margin-left:10px;
	margin-top:80px;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #999;
}

.menu-left A  {text-decoration : none; color : #999;}
.menu-left A:Active  {text-decoration : none; color : #093676;}
.menu-left A:Visited  {text-decoration : none; color : #999;}
.menu-left A:Hover  {text-decoration : none; color : #093676;}

.pagetitle {
	margin-left:10px;
	margin-top:20px;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #999;
}

.pagetitle A  {text-decoration : none; color : #999;}
.pagetitle A:Active  {text-decoration : none; color : #093676;}
.pagetitle A:Visited  {text-decoration : none; color : #999;}
.pagetitle A:Hover  {text-decoration : none; color : #093676;}

.menu-leftbottom {
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #999;
}

.description {
	height:580px;
	margin-right:20px;
	margin-top:10px;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #999;
}
.backnext {
	margin-right:20px;
	margin-top:0px;

}



.bodytext {
	font-family: Geneva, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.bodytext A  {text-decoration : underline; color : #093676;}
.bodytext A:Active  {text-decoration : underline; color : #093676;}
.bodytext A:Visited  {text-decoration : underline; color : #093676;}
.bodytext A:Hover  {text-decoration : underline;color : #093676;}



button {
    background: #ccc;
    text-decoration : none;
    color: #fff;
    font-family: Sans-serif;
    font-size: 40px;
    height: 600px;
    width: 60px;
    line-height: 60px;
    margin: 25px 25px;
    text-align: center;
    border: 0;
    transition: all 0.6s ease 0s;
}

 button {
  opacity: 0;
}

button:hover {
  opacity: 0.75;
}

.buttonfader {
    opacity: 0.0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.buttonfader:hover {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

img.imgmapnav, map area{
    outline: none;
}

.workimg {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 99vh;
    margin: auto;
    overflow: auto;
}

.workimghomepage {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 95vh;
    margin: auto;
    overflow: auto;
}

.workimgmedplus1 {
    position: relative;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 90vh;
    margin: auto;
    overflow: auto;
}

.workimgmedplus2 {
    position: relative;
    top: 32px;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 92vh;
    margin: auto;
    overflow: auto;
}

.workimgmed {
    position: relative;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 85vh;
    margin: auto;
    overflow: auto;
}
.workimgpastels {
    position: relative;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 93vh;
    margin: auto;
    overflow: auto;
}
.workimgsmall {
    position: relative;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 75vh;
    margin: auto;
    overflow: auto;
}

.workimghoriz {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 76vw;
    height: auto;
    margin: auto;
    overflow: auto;
}

.workimghorizsmall {
    position: relative;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60vw;
    height: auto;
    margin: auto;
    overflow: auto;
}


.workimghorizsmaller {
    position: relative;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40vw;
    height: auto;
    margin: auto;
    overflow: auto;
}

.workimghorizmedium {
    position: relative;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70vw;
    height: auto;
    margin: auto;
    overflow: auto;
}