:focus {outline:none;}

h1{
	font-size: 1.7em;
	margin: 0;
}
h2 {
    font-size: 1.5em;
	margin: 0 0 2em 0;
	padding:0;
	color: #706462;
}
h3 {
    font-size: 1.2em;
    margin: 1em 0 0.2em 0;
    padding:0;
	color: #BC0700;
}
h4 {
    font-size: 1.1em;
    margin: 1em 0 0.5em 0;
    padding:0;
	color: #BC0700;
}
h5 {
    font-size: 1.0em;
    margin: 1em 0 0.5em 0;
    padding:0;
	color: #BC0700;
}
a{
	color:#9E0B0F;
	text-decoration:none;
}
a:hover {
	color:#9E0B0F;
	text-decoration:underline;
}
a img{
	border: none;
}
img{
	font-size: 0;
	line-height: 0;
}
.clear{
	clear: both;
}
.cleaner{
	height: 0;
	margin: 0;
    padding: 0;
    border: 0 none;
	line-height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}
.display-none{
	display: none;
}
.text-align-center{
	text-align: center;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-none{
	float: none;
}
.center{
	margin: 0 auto;
}
.submit{
	padding: 0;
	cursor: pointer;
}
/* DOCUMENT DOWNLOAD */
.documentDownload{
	width: 660px;
	margin-bottom: 10px;
}
.documentDownload ul{
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
.documentDownload li{
	padding: 2px 0;
}
.documentDownload a{
	text-decoration: none;
	color: #4B2E2E;
	vertical-align: top;
}
.documentDownload a:hover{
	text-decoration: underline;
}
.mimeicon{
	width: 15px;
	height: 15px;
}

img.ico {
    vertical-align:middle;
}

div.r {
    text-align:right;
}
div.c {
    text-align:center;
}

/* GALLERY */
.lightbox{
	width: 660px;
	margin: 15px 0;
}
.galleryCell{
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px #E1C6AF solid;
	float: left;
}
.galleryCell span{
	font-size: 0.8em;
	color: #4B2E2E;
}

/* CONTENT ITEM LIST */
dl.listItem {
	margin: 0px 0 1em 0;
	padding: 0px;
	clear:both;
}
dl.listItem dd, dl.listItem dt {
    margin:0em;
    padding:0em;
}
dl.listItem dt {
	font-size: 1.2em;
	padding-bottom:0.3em;
}
dl.listItem dd.image {
	margin: 0px 10px 10px 0;
	padding: 3px;
	border: 1px #E7DBBB solid;
	float: left;
}
dl.listItem dd.anotation {
	margin: 0;
}
dl.listItem dd.anotation p {
	margin: 0;
	padding:0em 0em 0.5em 0em;
}
dl.listItem dd.more {
	margin: 0;
	clear:both;
	text-align:right;
}

/**
 * Reporty
**/
.report {
    min-height:18px;
    _height:18px;
    text-align:left;
    margin:5px auto 3px auto;
    color:#000000;
    font-size:1.2em;
    padding:5px 5px 5px 40px;
    position:relative;
    background:none;
}
.report ul {
    padding:0px 0px 0px 35px;
    margin:0px;
    font-weight:bold;
}
.report span.ico {
    display:block;
    width:29px;
    height:27px;
    margin:1px 3px 1px 1px;
    background:url(images/reports.gif) no-repeat top left;
    position:absolute;
    top:0px;
    left:0px;
}

.report span.ico-OK { background-position:0px 0px; }
.report span.ico-ERROR { background-position:-36px 0px; }
.report span.ico-INFO { background-position:-72px 0px; }
.report span.ico-ALERT { background-position:-108px 0px; }
.report span.ico-HELP { background-position:-144px 0px; }
.report-INFO  { color:#000; font-weight:bold; }
.report-ERROR { color:#F00; font-weight:bold; }
.report-OK    { color:#000; font-weight:bold; }
.report-ALERT { color:#000; font-weight:bold; }
.report-HELP  { color:#000; font-weight:bold; }