a{font-family: Helvetica,Calibri,Arial,Geneva,Swiss,SunSans-Regular;}
a:link {color:#F7941E;text-decoration:none}      /* unvisited link */
a:visited {color:#F7941E;text-decoration:none}  /* visited link */
a:hover {color:#7CC4E2;text-decoration:none}  /* mouse over link */
a:active {color:#25AAE1;text-decoration:none}  /* selected link */

@font-face {
   font-family: Kimberley;
   src: url(kimberleybl.ttf);
}

h1 {
font-family: Kimberley,Calibri,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
text-align:center;
color: #ffffff; 
background-color: #25AAE1;
width: 100%; }
html, body {
height: 100%;
}
p.textcenter {
    text-align:center
}
p{

	font-family: Helvetica,Calibri,Arial,Geneva,Swiss,SunSans-Regular;
	margin-left: 15%;
	margin-right: 15%;
	max-width:100%;
	font-size:large;
	
}


#specialurl a{font-family: Kimberley,Calibri,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;font-size:xx-large;}

#logocontainer
{
	float : left;
	overflow : hidden;
	white-space: nowrap;
}

#logo
{


}

#logobutton
{
	overflow : hidden;
		white-space: nowrap;
}

#wrapper
{
	margin-left:auto;
	margin-right:auto;
}

#content
{
	background-color: #FFFFFF;
	max-width: 100%;
	height: 100%
}

#icons{
    
    float:right;
}

#banner
{
	background-image:url('../../Core/Resources/banner.jpg');
	margin:0px;
	padding:0px;
}

#menu ul
{
	margin:0px;
	padding:0px;
}
	#menu ul li
	{
		float:left;
		display:block;
		text-align:center;
	}

.hyperlink
{
	cursor:pointer;
}

.menubar
{
	font-family: Kimberley,Helvetica,Calibri,Arial,Geneva,Swiss,SunSans-Regular;
	text-align:center;
	vertical-align: middle;
	color: #ffffff;
	font-size: xx-large;
	
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.helper2 {
    display: inline-block;
    height: 10%;
    vertical-align: middle;
}

.overlay {
      
	text-align:center;
	vertical-align: middle;
    height: 10%;
	/*min-height: 50px;*/
    width: 100%;
    /*position: fixed; /* Stay in place */
    /*z-index: 1; /* Sit on top */
	/*left: 0;*/
	/*bottom: 0;*/
	/*top: 0;*/
    background-color: rgb(0,0,0); /* Black fallback color */
    /*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    /*overflow: hidden; /* Disable horizontal scroll */
    /*transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}