html {
  height: 101%;
}
body {
  font: 75%/160% "Lucida Grande",verdana,helvetica,sans-serif;
  text-align: center;
  background-color: #fff;
  color: #414141;
}
body,p,h1,h2,h3,h4,dl,dt,dd,ul,ol,li,form {
	padding:0;
	margin:0;
}
a {
	color: #FF7F00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited, a:active {
	color: #FFC800;
}
a img {
	border:0
}
p, h1, h2, h3, ul, ol, dl {
	padding-bottom: 1em;
}
h1 {font-size:170%;}
h2 {font-size:150%;}
h3 {font-size:130%; color:#FF7F00}
h4 {font-size:110%;}

li {
	margin-left:1.5em;
}

/*--MAIN CONTAINER--*/
.dContainer {
	width:760px;
	margin:0 auto;
	text-align:left;
}
/*--HEADER--*/
.dHeader {
	width: 760px;
	height: 200px;
	background: url('/images/banner_top.jpg') no-repeat 0 0;
}
.dHeader h1 {
	height:200px;
	width:300px;
	float:right;
	padding:0;
	text-indent:-3000px;
}
.dHeader ul {
	margin-left:30px;
	padding-bottom:0;
	background: url('/images/banner_fade.jpg') no-repeat 0 0;
	width:8em;
	height: 200px;
}
.dHeader ul li {
	list-style:none;
	margin:0;
	padding:0 1em;
}
.dHeader a, .dHeader a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.dHeader a:hover, .dHeader a.active {
	color:#FF7F00;
	text-decoration:none;
}
/*-- CONTENT --*/
.dContent {
	float:left;
	width:100%; /*--for FNE fix --*/
	margin-top:20px;
	padding:20px 0;
	background: url('/images/bg_shade.gif') no-repeat 0 0;
	border-bottom:1px solid #FFE7BF;
}
.dLeft {
	float:left;
	width:485px;
	margin-left:15px;
	border-right: 1px solid #FFE7BF;
	overflow:hidden;
	display:inline; /* fixes IE double margin error */
}
.dRight {
	width:230px;
	margin-left:513px;
	color: #000;
}
.dRight label {
	
}
.dSingle {
	width:730px;
	margin:0 auto;
}
.dContent p {
	margin-right:1em;
}
.dContent h2 {
	color:#000;
}
.uGallery li {
	list-style:none;
	display:inline;
	margin: 0;
}
.uGallery img {
	border:1px solid #FF7F00;
}

.dImageContainer img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.dRight li {
	margin:0;
	padding-left:2em;
	font-size:90%;
	list-style:none;
}
.file_download_list li {
	background: url("/images/icon_pdf.gif") no-repeat 5px 50%;
}
.recent_articles li, .linklist li {
	background: url("/images/bullet_orange.png") no-repeat 5px 50%;
}
.hSlogan {
	text-align: center;
	text-transform: uppercase;
	padding-bottom:110px;
	background: url("/images/logo_ystep.jpg") no-repeat 50% 75%;
}	

/*--FOOTER--*/
.dFooter {
	margin-top:1em;
	text-align:center;
	font-size:90%;
}
/*--CONTACT FORM */
.zemContactForm legend {
   display:none;
}
.zemContactForm fieldset {
   border-width:0;
}
.zemContactForm label {
   width: 4em;
   display: block;
   float:left;
}
.zemContactForm textarea, .zemContactForm input {
   width: 20em;
   margin-left: 4em;
}
