span, h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, tbody, tfoot, 
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Basic styles */
html, * {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:auto;
	padding:0;
}
body {
	text-align:left !important;
	background: #505050;
	font-size:75%;
}
p {
	font-size:1.16em;
	line-height:1.4em;
}
ul {
	text-decoration:none;
	list-style-type:none;
}
.content ul.bullet {
	list-style-image:url("../img/bg_list_bullet.gif");
	padding-left:20px;
	line-height:1.4em;
	width:350px;
}
.content ul.subsidiary {
	float:left;
	width:250px;
	padding-left:25px;
}
.content ul {
	list-style-image:none;
	line-height:1.4em;
}

ol {
	list-style-type:lower-roman;
	list-style-position: outside;
	padding-left:25px;
	line-height:1.4em;
}
.content ul li span {
	font-weight:bold;
}
a {
	color:#265699;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:0;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
p {
	margin-top:10px;
}
.container {
	width:900px;
	background:#fff;
}
.columnA {
	width:70%;
	float:left;
	padding-right:20px;
	margin-bottom:20px;
}
.columnB {
	width:25%;
	border-left: dotted 2px #666;
	float:left;
	padding-left:20px;
	margin-bottom:20px;
}
.columnB p {
	text-align:left;
}
/* header styles */
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	display:inline;
	width:70%;
	font-weight:normal;
	padding:10px;
}
h1 span {
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 span.logoTop {
	font-size:0.7em;
	margin:38px;
}
.info{
	float:left;
	display:inline;
	text-align:left;
	width:200px;
	margin:10px;
}
.info li {
	float:right;
	display:inline;
	text-align:right;
	clear:both;
	width:200px;
	font-family:helvetica, verdana, arial, sans-serif;
}
.info li span{
	float:left;
	display:inline;
	text-align:left;
	width:100px;
}
.header {
	background:#232323;
	color:#EAEAEA;
	height:1%;
}
.header:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.navigation {
	background:#7198AF;
	min-height:30px;
}
.navigation ul li {
	float:left;
	display:inline;
	border-right: dotted 2px #fff;
	padding:0px 20px;
	margin:5px 0;
	font-size:1.4em;
	color:#fff;
}
.navigation ul li.last {
	border-right:none;
}
.navigation ul li a {
	color:#fff;
}
.content {
	margin: 20px;
}
/* footer styles */
.footer {
	border-top: dotted 2px #666;
	text-align:center;
	padding:10px;
	font-size:0.83em;
	clear:both;
	margin:0 10px;
}
.footer p {
	margin-top:0;
	padding:0;
	font-family:helvetica, verdana, arial, sans-serif;
	text-align:center;
}
.footer p span {
	font-size: 0.75em;
	padding-top:10px;
}
blockquote {
	background:url(../img/bg_quote_top.gif) no-repeat top left;
}
blockquote p {
	background:url(../img/bg_quote_bottom.gif) no-repeat right bottom;
	font-size:1.4em;
	padding: 10px 20px 0px 20px;
	text-align:left;
}
.feature{
	float:left;
	display:inline;
	margin: 14px 10px 0px 0px;
	padding:5px;
	border:1px solid #000;
}
.photoID{
	display:inline;
	margin: 10px 10px 10px 0px;
	padding:5px;
	border:1px solid #000;
}
p  {
	text-align:justify;
	text-justify:newspaper;
}
.contact {
	text-align:left;
}
.english {
	background:#505050 url("../img/english.png") no-repeat 0 20px;
	padding-top:20px;
	padding-left:20px;
}
.norwegian {
	background:#505050 url("../img/norwegian.png") no-repeat 0 20px;
	padding-top:20px;
	padding-left:20px;
}
.english a, .norwegian a {
	color:#fff;
	width:80px;
}
.columnA h3 {
	border-bottom:2px dotted #666666;
	margin: 10px 0;
	padding-bottom:5px;
}
a.button {
	background:#3E3E3E;
	color:#7198AF;
	display:block;
	clear:both;
	padding:5px;
	text-align:center;
	width:95px;
	margin-top:10px;
}
.idSummary {
	float:left;
	display:inline;
}
.cv{
	margin-left:200px;
}

