body {
	margin: 0px;	
}

#bg-left {
    background-image: url(/images/background-flip.jpg);
	background-repeat: no-repeat;
    background-position: top left;
	background-attachment:fixed;
}


#bg-right {
    background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
    background-position: top right;
	background-attachment:fixed;
}

#page-edge {
	width: 1000px; 
	text-align: left; 
	margin: 0 auto; 
	/*min-height: 1000px;*/
	background-image: url(/images/background-edge.png);
	background-repeat: repeat-y;
	padding-left: 9px;
	/*border:solid red 1px;*/
}

#page-tile {
    background-image: url(/images/background-tile.jpg);
	background-repeat: repeat-y;
}

#page {
	width: 980px; 
	text-align: left; 
	/*min-height: 1000px;*/
	background-image: url(/images/background-orig.jpg);
    background-repeat: no-repeat;
	/*border:solid green 1px;*/
}

#header-bg {
	background-image: url(/images/nhu-logo.gif);
    background-repeat: no-repeat;
	background-position: right 7px;
}

#media-block {
    display: block;
    position: relative;
	background-color:white;
    margin: -10px 10px 10px -10px;
	padding: 5px;
    height: 270px;
}

#media-block-shadow {
    float:left;
    background: url(/images/drop-shadow.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

#content {
	width: 890px;
	margin:0 auto;
}

h1.heading {
	font-size: 18pt;
	margin-top: 14pt;
	margin-bottom: 14pt;
	text-transform: uppercase;
}

#menubar {
	margin-top:30px;
	height:40px; 
	overflow:hidden;
	/*border: solid green 1px;*/
}

#flash-menubar {
	margin-top:5px;
	width: 640px;
	height:65px; 
	
}

.top-menu {
	float:left;
	margin-right:20px;
}

.top-menu-item {
	font-weight: bold;
	font-family: arial, helvetica;
	line-height:1.1;
	font-size:10pt;
	text-transform: uppercase;
	position: relative;
}

.top-menu-item a {
	text-decoration: none;
	color: black;
	position:relative;
}

.menu {
	display:none;
	position: relative;
	top: -5px;
	padding:5px;
	font-family: arial, helvetica;
	/*border:solid blue 1px;*/
	padding-left:0px;
	font-size:9pt;
}

.menu a {
	text-decoration: none;
	color: #404040;
	margin-right: 10px;	
	text-transform: uppercase;
}

.menu a:hover {
	text-decoration: none;
	color: black;
	margin-right: 10px;	
	text-transform: uppercase;
}

#footer {
	padding-top:20px;
	padding-bottom:20px;
}

a.footer {
	font-weight: bold;
	font-family: arial, helvetica;
	line-height:1.1;
	font-size:10pt;
	text-transform: uppercase;
	text-decoration:none;
	color:black;
}

a.footer:visited {
	color: black;
	text-decoration: none;
}

a.footer:hover {
	color: black;
}

#welcome-block {
    display: block;
    position: relative;
	background-color:white;
    margin: -10px 10px 10px -10px;
	padding: 5px;
    height: 575px;
}

#welcome-block-shadow {
    float:left;
    background: url(../images/drop-shadow.png) no-repeat bottom right !important;
    background: url(shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}
