/* GENERAL STYLES */
body {
	background:white;
	color:black;
	font-family:arial, sans-serif;
	font-size:9pt;
}
a {
	text-decoration:none;
	color:black;
}
img {
	float:none;
	padding-bottom:10px;
}
a img {
	border:none;
}
h2, h3, h4 {
	margin:20px 0px 10px 0px;
}
h1 {
	font-size:20pt;
}
h2 {
	font-size:12pt;
}
h3 {
	font-size:10pt;
}
blockquote {
	font-size:12pt;
	font-weight:bold;
	margin-left:0px;
}
#container {
	width:95%;
	margin:10px;
	position:relative;
}
#header {
	position:absolute;
	width:100%;
	height:100px;
	top:0px;
	left:0px;
}
#header .banner {
	display:none;
}
#header #logo {
	position:absolute;
	left:0px;
	top:15px;
	width:191px;
	height:40px;
	background:url(/templates/common/media/uhy-logo.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}
#header #title {
	position:absolute;
	right:0px;
	top:15px;
	width:236px;
	height:22px;
	background:url(/templates/common/media/title.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
}
#nav-global, #nav-local {
	display:none;
}
/* Content */

#content {
	margin:0px;
	padding-top:80px;
}
#content .section-main {
	margin-bottom:0px;
}
#content-sub {
	display:none;
}
/* Profile */ 

.profile-home {
	width:45%;
	float:left;
	height:110px;
	margin-top:10px;
	margin-right:10px;
}
.profile-home img, #profile-graduate img {
	float:left;
}
.profile-home h2, .profile-home p {
	padding-left:85px;
	margin-top:0px !important;
}
/* Footer */

#footer {
	display:none;
}
/* sIFR */

  .sIFR-flash {
	display : none !important;
	height : 0;
	width : 0;
	position : absolute;
	overflow : hidden;
}
.sIFR-alternate {
	visibility : visible !important;
	display : block !important;
	position : static !important;
	left : auto !important;
	top : auto !important;
	width : auto !important;
	height : auto !important;
}
