@charset "UTF-8";
body {
		background: #007ec3;
		margin: 0 0 0 1em; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		text-align: left;
}

#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		margin-left: 5px;
}

#nav li {
		width: 10em;
		border: 1px solid #000000;
		position: relative;
		font-size: 12px;
		color: #000000;
		background-color: #CCCCCC;
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		padding: 5px;
		font-weight: normal;
		float: left;
}

#nav a:link, #nav a:visited {
		color: #000000;
		text-decoration: none;
		display: block;
		padding-left: 1em;
}

*html #nav a {
width: 100%;
}

#nav ul {
		display: none;
		padding: 0px;
		position: absolute;
}

#nav ul li {
		font-size: 100%;
		background-color: #cccccc;
		padding: 5px;
		margin-top: 1px;
		margin-bottom: -1px;
		border: 1px solid #000000;
		float: none;
}
#nav a:hover {
		color: #FFFFFF;
}
#nav li:hover ul  {
		display: block;
		color: #fff;

}
#container  {
		width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0 auto;
		text-align: left;
}
#header  {
		margin: 0 0 75px 0;
		width: 800px;
		height: 158px;
		padding: 0;
}
.oneColFixCtrHdr #container #header #btn_email {
		background-image: url(../images/ehd_c2_05.jpg);
		background-repeat: no-repeat;
		height: 210px;
		width: 800px;
		margin-top: 0px;
		padding: 0;
		float: right;
}

.oneColFixCtrHdr #container #header #btn_email img {
		margin-top: 130px;
		margin-left: 590px;
		border: 0;
}
#mainContent   h1   {
		padding: 30px 0px 0px 30px;
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-weight: bold;
		font-size: 20px;
		margin: 0;
}
#mainContent  {
		margin: 0;
		min-height: 600px;
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		background-color: #f2f8fc;
}
#mainContent p {
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-size: 14px;
		color: #000000;
		margin: 0;
		padding: 0px 40px 10px 40px;
}

#mainContent p img {
		clear: both;
}
#mainContent  h3  {
		font-size: 14px;
		font-style: oblique;
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		padding: 0 0 0 40px;
}
#mainContent  img  {
		margin-left: 30px;
		margin-right: 30px;
		width: 300px;
		height: 259px;
}
#mainContent  logo  {
		padding-bottom: 5px;
		padding-left: 35px;
		height: 100%;
		width: 100%;
}
#mainContent  h2  {
		font-weight: bold;
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-size: 16px;
		padding: 0px 0px 0px 40px;
}
#mainContent    ul  {
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-size: 14px;
		list-style-type: circle;
		padding: 0 30px 0px 55px;
}
#mainContent ul a:link {
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-weight: bold;
		color: #007ec3;
		text-decoration: underline;
}

mainContent ul a:visited, a:hover {
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-weight: normal;
		color: #007ec3;
		text-decoration: underline;
}
#mainContent    ol  {
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-size: 14px;
		padding: 0 30px 0px 55px;
}
#mainContent  li  {
		padding: 5px 0 10px 0;
}
#mainContent  li  img  {
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
}
#mainContent  a:visited,a:hover  {
		text-decoration: underline;
		color: #007ec3;
		font-weight: normal;
}
#mainContent a:link {
		font-weight: normal;
		color: #007ec3;
		text-decoration: underline;
}
#footer  {
		padding: 0;
		width: 800px;
		margin: 0;
		height: 75px;
		background-image: url(../images/ehd_c2_08.jpg);
		background-repeat: no-repeat;
}
#footer p {
		font-family: "Myriad Pro", "Microsoft Sans Serif", "Trebuchet MS", serif;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		padding: 10px;
		margin: 0;
}
#footer  p a:link,a:visited {
		color: #000000;
		text-decoration: none;
}
#footer  p a:hover {
		color: #FFFFFF;
		font-weight: normal;
}
