﻿body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
	font-family: myriad-pro-1, myriad-pro-2, "Myriad Pro", Calibri, Helvetica, Arial, sans-serif;
	text-align: left;
	
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
    text-decoration: none;
}

a:visited {
    color: #551a8b;
}


/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}

/* +++ Package: Typography */

body, p {
	font-size: 100%;
	line-height: 140%;
}
.ff-primary, .se-bodycontent h1, .se-bodycontent h2 {
	font-family: myriad-pro-1, myriad-pro-2, "Myriad Pro", Calibri, Helvetica, Arial, sans-serif;
}

/* +++ Package: Links */

a, a:link, a:visited {
	color: #5091cd;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}/* +++ Package: Identity Header Styles */

.stingray { }

.header {
	background-color: #5091cd;
	padding: 10px 0 20px;
}

#Contentarea
{
	alignment-adjust:middle;
	width: 800px;
	overflow: visible;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#Bannercontainer
{
	background-color: #5091cd;
	padding: 0px 0 0px;
	height: 128px;
	width: auto;
	overflow: visible;

}

#banner
{
    background-position: 0px 0px;
    background-image: url(        '../images/Banner_bkgd.JPG' );
    background-repeat: repeat-x;
    background-attachment: scroll;
    height: 128px;
    width: 100%;
    float: left;
}

#logo
{
    margin-left: 0px;
    height: 128px;
    width: 455px;
    float: left;
    background-image: url( '../images/JH_banner_logo.png' );
}

#ess
{
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	PADDING-TOP: 25px;
	text-wrap: none;
	height:90px;
	padding-left: 30px;
	
}


    
#Notification
{
 width: 100%;
 height: 20px;
 overflow: hidden;
}

#Panelcontainer
{
    width: 100%;
    height: 100%;
    display: table;
}

#Leftpanel
{
    width: 25%;
    height: 100%;
    float: left;
}
    
#Helpfullinkscontainer
{
    
    font-size: medium;
    width: 100%;
    height: 201px;
    margin-top: 30px;
}


#Centerpanel
{
	background: rgb(102,182,252); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

/*background: -moz-linear-gradient(left,  rgba(102,182,252,1) 0%, rgba(178,225,255,1) 96%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(102,182,252,1)), color-stop(96%,rgba(178,225,255,1)));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(left,  rgba(102,182,252,1) 0%,rgba(178,225,255,1) 96%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(left,  rgba(102,182,252,1) 0%,rgba(178,225,255,1) 96%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(left,  rgba(102,182,252,1) 0%,rgba(178,225,255,1) 96%);*/ /* IE10+ */
	/*background: linear-gradient(left,  rgba(102,182,252,1) 0%,rgba(178,225,255,1) 96%);*/ /* W3C */

/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b6fc', endColorstr='#b2e1ff',GradientType=1 );*/
 /* IE6-8 */
	width: 850px;
	height:1010px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:20px;
	padding-right:20px;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
    
#WelcomeContainer
{
	height: 97.5%;
	background-color: #FFFFFF;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	text-align: left;

    
}

#ESSinfo
{
	text-align: left;
	padding-right:10px;
	font-stretch:normal;
	position:static;
    
}

ul.body1
{
	/*text-align:left;*/
	list-style-type: none;
	
    }

ul.body2
{
	/*text-align:left;*/
    padding-left: 70px;
    }
    
#Rightpanel
{
    width: 25%;
    height: 100%;
    float: right;}
    
#ESSlinkContainer
{
	width: 100%;
	height: 10%;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
	position:relative;

}
#ESSlinkTop
{
	width: 100%;
	height: 55px;
	left: 40px;
	top: 190px;
	text-align: center;
}
#news
{
	width: 100%;
	line-height: 100%;
	
}

a.esslink
{
    text-decoration: none;
    background-color: #FFFFFF;
}
