@viewport{
    zoom: 1.0;
}

@-ms-viewport {
    zoom: 1.0;
}

/* Piano Logo Styles */

.piano_logo {
    width: 200px;
    margin: 20px auto;
}

.piano {
    float: left;
    height: 65px;
    width: 107px;
    font-size: smaller;
    text-align: center;
    font-weight: bold;
    cursor: url(/images/piano/note.cur), pointer;
    background-color: White;
}

.piano div {
    float: left;
    height: 65px;
    width: 13px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    vertical-align: top;
}

.piano div.ivory {
    float: left;
    height: 62px;
    width: 13px;
    text-align: center;
    border-left: none;
    border-bottom: 1px solid black;
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -31px;
}

.piano div.ivory span {
    display: block;
    margin-top: 29px;
}

.piano div.ivory:hover {
    height: 63px;
    width: 11px;
    text-align: center;
    border-left: 1px solid brown;
    border-right: 1px solid brown;
    border-bottom: 2px solid brown;
    font-size: smaller;
}

.piano div.ivory:hover span {
    margin-top: 32px;
}

.piano div.ebony {
    z-index: 10;
    position: relative;
    top: 0px;
    left: 9px;
    background-color: black;
    height: 31px;
    width: 8px;
    cursor: url(/images/piano/notesharpe.cur), pointer;
}

.piano div.ebony:hover {
    left: 9px;
    height: 31px;
    width: 8px;
    border-left: 1px solid brown;
    border-right: 1px solid brown;
    border-bottom: 1px solid brown;
}

.piano div.non-ebony {
    z-index: -10;
}

.piano div.non-ebony_right {
    width: 4px;
}

.piano_right div.ebony_right:hover {
    width: 4px;
    border-right: none;
}

.piano div.piano_left {
    border-left-width: 2px;
}

.piano div.piano_right {
    border-right-width: 2px;
}

.piano_title {
    float: left;
    width: 70px;
    font-family: Brush Script MT, Monotype Corsiva, Berylium;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
    font-size: 130%;
    font-weight: normal;
    color: white;
    text-align: left;
    margin-left: 7px;
    margin-top: 10px;
}

.logo_font {
    font-family: Brush Script MT, Monotype Corsiva, Berylium;
    letter-spacing: 0px;
    vertical-align: middle;
    text-align: left;
    font-size: 130%;
    font-weight: normal;
    color: white;
    margin-left:6px;
}

input, textarea{
    box-shadow: inset 1px 1px 2px 0;
    border: solid 1px #fff;
    padding-left:4px;
    padding-top:1px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

input[type="button"], input[type="submit"]{
    box-shadow:initial;
    border:initial
}

body{
	margin:0;
	padding:0;
	font-family:Verdana,Helvetica,sans-serif;
}
table {
	border-collapse:collapse;
}
td {
	padding:0;
	text-align:justify;
}
img {
	border:0;
	padding: 5px 10px 0px 10px;
}
p {
	line-height:1.8;
	font-size:14px;
}
li {
	line-height:1.8;
	font-size:14px;
}

h1 {
	font-size:24px;
    font-weight:400;
}

h2 {
	border-bottom: #DDDDDD 1px solid;
	line-height: 18px;
	color: #666666;
	font-size: 16px;
	padding-top:5px
}	
h3 {
	font-size:13px;

}
.top_title {
    display:none;
}
.image_left {
	padding: 5px 15px 0px 0px;
	float: left;
}
.image_right {
	padding: 5px 0px 0px 15px;
	float: right;
}
.fadereverse {	
	background-image: url(/images/backgroundfadereverse.gif);
	background-repeat: repeat-x;
}
.fade {	
	background-image: url(/images/backgroundfade.gif);
	background-repeat: repeat-x;
}

#menu_icon {
    height:25px;
    background-color:black;
    border: 1px solid black;
    position:absolute;
    right:15px;
    top:12px;
    display:none;
    border-radius: 4px;
}

/* MAIN NAVIGATION */ 
nav, section {
    transition: all 0.5s ease 0s;
    box-sizing: border-box;
}

nav {
	padding: 0px;
	width: 100%;
	font-family:Verdana,Helvetica,sans-serif;
    z-index: 100;
    position: fixed;
    top: 0px;
}
nav ul {
	list-style-type: none; /* Ensure there is no styling */	
}
nav > ul {
    float:right;
    margin-bottom: 0px; 
    margin-top: 25px;
}
nav li {
	width:110px; /* Width of heading */
	position:relative; /*ensures that cells are positioned relative to each other */
	float: left; /*Ensures heading list is horizontal*/
}	
nav li a {
	display: block; /* fills the entire element with the anchor tag*/
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none; /* Ensure anchor is not underlined*/
}
nav ul li ul {
	/*display: none; /* Ensure table is not displayed by default*/
	height: auto; /* override parent height */
	width: 202px; /* override parent width */
	position: relative; /* Set an absolute position below table usign top and left */
	top: 0px; /* used with absolute position*/
	left: 0px; /* used with absolute position*/
	border-right:none;
	border-bottom: 1px solid transparent; /* provide last border edge for sub headings*/
    padding-left:0px;   
}
nav ul li ul li a {
	color: transparent;
	background: transparent;
	height:25px;
	line-height:25px;
	text-align:left;
	padding:0px 0px 0px 10px;
	font-size: 11px;
}
nav ul li:hover>a { /* if a mouse is hovering over the root list item of menustyle then set the first anchor with the following styles */
	background-color: #008;
    transition:all ease-in 1s;
}
nav ul li:hover ul { /* if a mouse is hovering over the root list item of menustyle then set all child lists with the following styles */
	display: block;
	float: left;
    transition:all ease-in 1s;
    border-bottom: 1px solid #008; /* provide last border edge for sub headings*/
    top: 0px; /* used with absolute position*/
}
nav ul li ul li {	
	height: 25px;
	width: 200px;
	line-height:25px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
nav ul li:hover ul li a {
    transition:all ease-in 1s;
    color:black;
    background-color: white
}
nav ul li:hover ul li {
    transition:all ease-in 1s;
    border-top: 1px solid #008;
	border-right: 1px solid #008;
	border-left: 1px solid #008;
}

nav ul li ul li a:hover {
    transition:all ease-in 1s;
	background: gray;
	color: #ffffff;
}


/* END MAIN NAVIGATION */

.heading {
	text-align: center;
}
.main {
	width: 100%;
	min-width: 807px;
}
header {
	background-color: #7EC;
	width:100%;
    height: 50px;
    position: fixed;
    top:0px;
    left:0px;
    z-index:100;

}
.heading_title {    
    box-sizing: border-box;
    width:100%; 
    max-width:800px; 
    color: #008;
    top:60px;
    height:40px;
    margin: 0px auto;
    padding: 15px 15px;
}

main{
    position:relative;
    top:50px;
    bottom:0px;
}

section {
    width:100%; 
    height:100%;
    min-height:400px;
    max-width:800px;
    margin: 0px auto;
    padding: 0px 15px;
}

section a:link, section a:visited {
    color:black;
}

footer {
    padding-top:5px;
	background-color: #7EC; 
	width:100%;
}

footer a.social {
    color: #333333;
    font-size: xx-large;
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
    float:left;
}

.footer_logo {
    margin: 0px auto;
    width: 120px;
}

footer a {
    float:right;
}
footer div.contact {
    float:left;
}
footer a.contact {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    margin: 7px 5px;
    float:left;
}

footer p {
    margin-bottom: 0px;
}

p.copyright {
    clear:both; 
    text-align:center; 
    font-size:x-small;
}
.hpc_logo a img {
    margin: 0px auto 0px;
    float:right;
}

.linksPanel {
     margin-top: 20px;
     vertical-align: top; 
     width:100%;
}
.linksPanel div:after {
     clear:both;
}
.linksPanel div div {
     float: left;
}
.linksPanel div div:first-child {
     text-align: center;
     width:40%;
}
.linksPanel div p {
     width:60%;
     min-height:80px;
     display:inline-block;
     color:black;
     text-decoration:none;
     margin-top: 0px;
}
.linksPanel div a {
    font-size: 12px;
    display:block;
    height:100%;
    width:100%;
}

.fees_table {
	text-align: center;
	padding: 2px;
	line-height:1.8;
	font-size:12px;
	border: solid 1px #008;
	margin: 0px auto;
}	

.fees_table th 
{
	background-color: #008;
	color:#FFF;
}

p{
    text-align:justify;
}


.fees_table td {
    text-align: center;
    border: solid 1px #008;
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 600px) {

    body {
        overflow-x:hidden;
        background: black;
    }

    #menu_icon {
        display:inherit;
        cursor: pointer;
    }

    header img {
        height: 100px;
    }
    main {
        float:left;
        width:100%;
        margin-right: -100%;
    }
    section {      
        float:left;
        width:100%;
        padding-left: 10px;
        padding-right: 10px;
        background: #FFFFFF;
    }

    .logo_font {
        font-size: 80%;
        padding-top: 10px;
    }
        nav {
        background-color:black;
        float:left;
        height: 100%;  
        padding-top: 0px;
        margin-left: -100%;
        width:150px;
        background-image: none;
        z-index:0;
        position:relative;
        top: 50px;
    }  
    nav ul {  
        height:100%;
        width: 100%;  
        display: block;  
        height: auto;
        box-sizing: border-box;  
        padding-left:0px;
        margin-top:0px;   
    }  
    nav li {  
        width: 100%;  
        float: left;  
        position: relative;
        border-left:none; 
    }  
    nav li a {  
        border-bottom: 1px solid #222222;  
        border-right: 1px solid #222222;  
        text-align: left;  
        text-indent: 15px; 
    }  
    nav ul li ul {        
        width:100%;
        top: 0px;
        position: relative;
        border-bottom:none; 
        display: none;
    }

    nav ul li ul li {
        border:none;
        border-right:1px solid black;
        border-bottom:1px solid black;
        width: 149px;
    }
    nav ul li ul li a{        
        padding:0px;
        border:none;
        text-indent: 30px;
        color: white;
    }
    nav ul li:hover>a {
        background-color: #101010;    
    }
    nav ul li ul li a{        
        background-color: #333333;
    }
    nav ul li ul li a:hover{        
        background-color: #202020;
    }

    footer {
        clear:both;
        height:70px;

    }

    /*.top_title {
        display:initial;
    }*/
    .copyright {
        display:none;
    }
}