/*
Hesy.com
@author: Publer
@version: 200906

Colors:
Bg lightblue: #ECF3FC
Darkblue headings: #0D4090
Darkgrey text: #5D5D5D
Lichgrey text: #919191
Rulers blue: #91A5D7
*/
body, #publerBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}
h1, h2 {
	color: #0D4090;
	font-size: 2em;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #91A5D7;
	margin-bottom: 6px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */	
h2 {
	font-size: 1.5em;
	line-height: 28px;
	padding-top: 2px;
}
.home #contents h2, .references #contents h2{
	position: relative;
	border: 1px solid black;
	height: 28px;
	color: #FFF;
	background: #000 url(/images/hesy/background/nav.png) top left;
	font-size: 1.1em;
	padding-left: 10px;
	margin: 0;
}
.home #contents h2 small, .references #contents h2 small{
	position: absolute;
	top: 7px;
	right: 10px;
}
.home #contents h2 small a, .references #contents h2 small a{
	color: #FFF;
}
.home #contents h1, .home #right-column h2{
	margin-top: 15px;
}
h3, h4{
	color: #0D4090;
}
#accordion h3{
	margin-top: 0;
}
h5 {
	color: #0D4090;
}
#contents p, #contents li{
	text-align: justify;
}
dl.news, dl.photos{
	margin: 0;
	padding: 0;
}
.home dl.news, #contents dl.news, dl.photos{
	margin-bottom: 30px;
	width: 460px;
}
dl.news dt, dl.news dd, dl.photos dt, dl.photos dd{
	padding: 0 0 0 25px;
	margin: 0;
}
.home dl.news dt, #contents dl.news dt, dl.photos dt{
	float: left;
	margin-right: 7px;
}
dl.news dt{
	background: url(/images/hesy/icons/news.png) center left no-repeat;
	clear: left;
}
dl.photos dt{
	background: url(/images/hesy/icons/images.png) center left no-repeat;
	clear: left;
}
dl.news dt a, dl.photos dt a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
dl.news dd{
	margin-bottom: 10px;
}
dl.news dd a, dl.photos dd a{
	color: #5D5D5D;
	text-decoration: none;
	font-weight: normal;
}
ul.photos{
	list-style: none;
	margin: 0;
	padding: 0;
}
#contents ul.photos{
	width: 460px;
}
ul.photos li{
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}
ul.photos img, p.photo img, #contents img{
	border: 1px solid #0D4090;
}
#contents p.photo{
	text-align: center;
}
ul.photos li.odd, #contents ul.photos li{
	margin-right: 10px;
}
#main ul.photos li{
	display: inline-block;
	height: 105px;
	width: 105px;
	text-align: center;
}
ul.photos li a{
	line-height: 105px;
}
ul.photos li a img{
	vertical-align: middle;
}
#contents .next-pic{
	position: absolute;
	right: 260px;
}
#contents .left{
	float: left;
	margin: 0 10px 10px 0;
}
#contents .right{
	float: right;
	margin: 0 0 10px 10px;
}
table tr td, table tr th{
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}
a, h1 a, h2 a, h3 a, h4 a {
	color: #0D4090;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
input.txt{
	width: 200px;
}
textarea.txt{
	width: 300px;
	height: 200px;
}
#tiny-body{
	width: 460px;
}
#tiny-body p, #tiny-body li, #tiny-body table tr td, #tiny-body table tr th{
	font-size: 11px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D5D5D;
}
#tiny-body label{
	float: left; 
	width: 150px;
}
#tiny-body img{
	border: 1px solid #0D4090;
}