@charset "utf-8";
a:link {
	color: #8A2003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FB5F31;
}
a:hover {
	text-decoration: underline;
	color: #B52C04;
}
a:active {
	text-decoration: none;
	color: #B52C04;
}
a img {
border:none;
}

h1 {
	font-size: 14px;
	color: #591502;
	margin:0px 0px 10px 0px;
}

h2 {
	font-size: 11px;
	color: #122041;
	margin:11px 0px 3px 0px;
}
h2 a:link{
color:#122041;
}
h2 a:visited{
color:#122041;
}
h2 a:hover{
color:#2a5e9e;
}
h2 a:active{
color:#2a5e9e;
}

h3 {
	font-size: 11px;
	color: #122041;
	margin:0px 0px 3px 0px;
}
h3 a:link{
color:#122041;
}
h3 a:visited{
color:#122041;
}
h3 a:hover{
color:#2a5e9e;
}
h3 a:active{
color:#2a5e9e;
}

h4 {
	font-size: 10px;
	font-weight:bold;
	color: #444;
	margin:-5px 0px 1px 0px;
	}

td {
vertical-align:top;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin-top:8px;
}
p {
margin:0px;
}
ul{
margin-top:8px;
margin-bottom:18px;
}
ul li {
width:420px;
margin-top:4px;
}
.hnlogo {
	position:relative;
	margin-top: 41px;
	margin-left: 24px;
}
.mainwindowshadow {
width:937px;
background-image:url(../images/hnweb_background-frame.jpg);
position:relative;
height:620px;
}

.mainwindow {
width: 920px;
border: 1px solid #444444;
position:relative;
top: 6px;
}
.topbanner {
	background-image:url(../images/hnweb_03.jpg);
	background-repeat:no-repeat;
	height:137px;
	position:relative;
	text-align:left;
}
.menu {
height:32px;
}
.body-left{
	background-color:#EBEBD6;
	border-right:#444444 solid 1px;
	background-repeat:no-repeat;
	background-image:url(../images/hnweb_sidebar.jpg);
	vertical-align:top;
}


.body-main, .body-main-home{
height:391px !important;
width:610px;
vertical-align:top;
padding:14px;
text-align:left;
background-color:#EBEAE7;
overflow:auto;
}
.body-main-home {
background-image:url(../images/hnweb_homepage.jpg);
background-repeat:no-repeat;
}
.body-project-photos {
	width:188px;
	float:right;
	display:block;
	padding-left:8px;
}
.body-project-photos-full {
z-index:99;
display:none;
text-align:center;
}
.body-project-photos-full-linkback {
margin-top:-6px;
margin-bottom:4px;
text-align:center;
}
.body-content {
display:block;
}
.body-main-partners{
text-align:center;
vertical-align:middle;
}
.body-main-partners img{
padding:15px;
}
.body-main-partners a:hover img{
border:solid 1px #666666;
padding:14px;
}

.bottombanner {
background-image:url(../images/hnweb_28.jpg);
height:14px;
}

.footer {
width:920px;
position:relative;
color:#505155;
text-align:right;
line-height:14px;
font-size: 9px;
}

@media print {
#mainwindowshadow {background-image:none; left:5px; top:10px;}
#mainwindow {border:none;}
#topbanner {background-image:none; height:1px;}
#menu {display:none; height:1px;}
#maincontent {position:absolute; top:20px; left:15px;}
#body-left{background-image:none; background:none; border:none;}
#hnlogo {margin-top:-26px;}
#bottombanner {display:none;}
#footer{display:none;}
body {font-size:7px; color:#000;}
h1 {font-size:10px;}
h2 {font-size:9px;}
}