@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/EHL_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/Page_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 165px;
	padding-top: 0px;
	padding-bottom: 0px;
} 
.twoColFixRtHdr #header {
	height: 164px;
	background-image: url(images/EHL_header3.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px;
} 
.logo {
	float: left;
}
.logo a {
	display: block;
	height: 100px;
	width: 150px;
}
.strapline {
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 255px;
	margin-top: 0px;
	padding-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.strapline p {
	padding: 0px;
	color: #1f2763;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
}
.lowerstrapline {
	font-size: 17px;
}
.menumobile {
	display: none;
}
.menu {
	color: #FFF;
	font-size: 11px;
	margin-top: 38px;
	padding-left: 95px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.menu p {
	margin: 0px;
	padding: 0px;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	color: #ed7525;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	height: 400px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
} 

.embed-container {    position: relative;    padding-bottom: 56.25%; /* 16/9 ratio */ 
padding-top: 30px; /* IE6 workaround*/  
height: 0;    overflow: hidden;
}
.embed-container iframe,.embed-container object,.embed-container embed {    position: absolute;  
top: 0;    left: 0;    width: 100%;    height: 100%;}

#photowithCaption {
	float: right;
	max-width: 330px;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	padding-left: 10px;
	font-style: italic;
	font-weight: normal;
	color: #004080;
	padding-bottom: 10px;
}
.twoColFixRtHdr #footer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/EHL_footer.gif);
	background-repeat: no-repeat;
	height: 58px;
	margin: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCC;
	text-indent: 50px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	top: 0px;
}
.twoColFixRtHdr #footer a {
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #mainContent h1 {
	color: #004080;
	font-size: 1.2em;
}
.twoColFixRtHdr #container #footer p a {
	color: #C0C0C0;
}
#credits {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#credits p{
	font-size: 10px;
}
#credits a:link {
	text-decoration: underline;
	color: #1F2863;
}
#credits a:active {
	text-decoration: underline;
	color: #1F2863;
}
#credits a:visited {
	text-decoration: underline;
	color: #1F2863;
}
#credits a:hover {
	text-decoration: none;
	color: #1F2863;
}
.clear {
	clear: both;
}
.emailForm {width:450px; }
.emailForm td {
	padding-bottom: 5px;
}

/* Smartphones (portrait) ----------- */
@media screen and (min-width : 240px) and (max-width : 950px) {
body {
	background-image: none;
}
.twoColFixRtHdr #container {
	width:90%;
	padding-right: 0px;
	padding-left: 0px;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.twoColFixRtHdr #header {
	background-image: none;
	padding: 0px;
	height: auto;
	text-align: center;
	margin: 0px;
}
.logo {
	float:none;
	margin-right: auto;
	margin-left: auto;
	width: 116px;
	text-align: center;
}
.logo a {
	background-image: url(images/ehl-logo-responsive.gif);
	height: 79px;
	width: 116px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
}
.strapline {
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.strapline p {
	padding: 0px;
	color: #1f2763;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
}
.lowerstrapline {
	font-size: 12px;
}
.menu {
	color: #FFF;
	font-size: 12px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
body#home .menu {
	display: block;	
}

.menu p {
	margin: 0px;
	padding: 0px;
}
.menumobile {
	display: inline;
}
.menu a, .menumobile a {
	color: #FFF;
	text-decoration: none;
	background-color: #1f2763;
	display: block;
	height: 25px;
	width: 200px;
	border-radius:8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
		text-align: center;
}

#sidebar1 {
	display: none;
}
.twoColFixRtHdr #mainContent {
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#photowithCaption {
	float: none;
	max-width: 200px;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	padding-left: 0px;
	font-style: italic;
	font-weight: normal;
	color: #004080;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;

}
.twoColFixRtHdr #mainContent #photowithCaption img {width: 200px;}
.twoColFixRtHdr #mainContent ul {
	margin-left: 0px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent li {
	margin-left: 0px;
	margin-bottom: 5px;
}
.twoColFixRtHdr #footer {
	background-image: none;
	display: none;
}

#credits {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	color: #CCC;
}
.emailForm {
	width:210px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.emailForm td {
	font-size:10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
}
.emailForm input { width:110px;}
.emailForm textarea {width:90px; }

}
@media screen and (min-width:320px)  { 

.strapline p {
	padding: 0px;
	color: #1f2763;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
}
.lowerstrapline {
	font-size: 12px;
}

.menu a {

	width: 200px;
	
}

#photowithCaption {
	max-width: 300px;

}
.twoColFixRtHdr #mainContent #photowithCaption img {width: 300px;}

.emailForm {
	width:210px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.emailForm td {
	font-size:10px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
}
.emailForm input { width:110px;}
.emailForm textarea {width:90px; }

}
@media screen and (max-width:600px)  {
	.emailForm {
		width:450px;
	}
	.emailForm input { width:150px;}
	.emailForm textarea {width:140px;}

}
@media screen and (max-width:900px) 
{ 
.menu {text-align: center;margin-right:auto;margin-left:30px;width:435px;padding-left:0px;padding-right:0px; }
.menu a {
	color: #FFF;
	text-decoration: none;
	background-color: #1f2763;
	display: block;
	height: 25px;
	width: 130px;
	border-radius:10px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
		text-align: center;
		float:left;
}


}
