/* Copyright (C) hBar Solutions ApS */

/*  RESET  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family: arial;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*  STYLES  */
body {
/*    background: #4d3d00; */
/*    background: #162d50; */
    text-align:center;
    font-family: Arial, Verdana;
    font-size: 12px;
    line-height: 18px;
    color:#666666;	
}

a {
color: #a36d2f;
font-weight:bold;
}

a:hover {
color: #a36d2f;
text-decoration:none;
}

#sitemap li {
padding:5px 0px 5px 0px;
}

#sitemap a {
color:#666666;
display:block;
background-color:#CCCCCC;
padding:6px;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

#sitemap a:hover {
background:#666666;
color:#ffffff;
text-decoration:none;
    }

p { margin-bottom:9px; font-size: 13px}


h1 { font-size:24px; font-weight:bold; line-height:36px; }
h2 { font-size:18px; line-height:36px; color: #a36d2f; }
h3 { font-size: 12px; font-weight: normal; }


/*  Header  */

#header {
        /* background-color: #4d3d00; */
        /* background-color: #162d50; */
	background-image: url(../images/hbar_solutions_logo.png);
	background-repeat: no-repeat;
	background-position: 20px 50px;
	margin:auto;
	width:754px;
	height:140px;
	text-align:left;
	position:relative;
}

#header h1 {
position:absolute;
width:400px;
height:75px;
top:23px;
left:20px;
text-indent:-9999px;
}

#header h1 a {
display:block;
height:51px;
}

#content {
	width:712px;
	margin:auto;
	text-align:left;
	background: #f3f3f3;
	padding:21px;
	color: #000;
}


/* Footer  */

#footer {
	width:754px;
	background-color: #162d50;
	margin:auto;
	text-align:left;
	clear:both;
	float:none;
}

#footerbottom {
	height:119px;
	width:754px;
	overflow:visible;
	margin:auto;
	
	}
	
.suppnav1, .suppnav2 {
text-align:right;
font-size:10px;
padding:0px 20px 0px 0px;
}

.suppnav1 li, .suppnav2 li {
padding:0px 0px 0px 10px;
display:inline;
color:#ccc;
background: url(../images/suppnav-spacer.gif) 2px 2px no-repeat;
}

.suppnav1 a:link,
.suppnav1 a:visited,
.suppnav1 a:active,
.suppnav2 a:link,
.suppnav2 a:visited,
.suppnav2 a:active {
text-decoration:none;
color:#ccc;
}

.suppnav1 a:hover, .suppnav2 a:hover {
	text-decoration:underline;
}

#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*  Newslists  */

.newslist{
	margin-left: 0px;
}

.newslist li {
	margin-bottom:10px;
	margin-left: 0px;
}

.newslist p {
margin:0px;
}

.newslist h4 {
	margin-left: 5px;
	clear: none;
	left: 0;
	position: relative;
}

.newslist li a {
width:100%;
color:#000;
text-align:right;
display:block;
}

.newslist li a:hover {
text-decoration:none;
}



