* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	background-color: #e2e4e6;
	text-align: center;
	margin: 0px;
	padding: 0px
}

tr, td {
	color: black;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 1.6em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
	color: #a8a8a8;
	font-weight: bold;
	line-height: 1.2em;
	font-family: "Avant Garde", AvantGarde, AvantGarde-Medium, Calibri, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

h2 {
	font-size: 16px;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 14px;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 12px;
	margin-top: 0.75em;
	margin-bottom: 0.25em;
}

p+h1, p+h2, p+h3, p+h4, img+h1, img+h2, img+h3, img+h4 {
	margin-top: 2em;
	margin-bottom: 0.5em;
}

dl, dd {
	color: black;
	font-size: 12px;
	line-height: 15px
}

a, a:link, a:visited {
	color: #930;
	text-decoration: none
}

a:hover {
	color: #f60;
	text-decoration: underline overline
}

img, a img {
	border-style: none;
}

blockquote {
	color: black;
	font-size: 12px;
	line-height: 15px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	margin-bottom: 24px;
	margin-left: 18px
}

samp {
	color: black;
	font-size: 9px;
	line-height: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
}

select {
	color: #930;
	font-weight: bold;
	font-size: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	background-color: #f5f5f5
}

select option {
	margin-bottom: 0.5em
}

strong {
	color: #919191}

ul {
	text-decoration: none;
	list-style-type: none
}

li {
	margin-top: 1em
}

.english {
	display: block
}

.islenska {
	display: none
}

.controller {
	font-size: 9px;
	font-family: "Andale Mono", Monaco, monospace
}

.thumbsrow img {
	margin-right: 14px;
	margin-bottom: 30px;
	margin-left: 14px;
	border: solid 1px silver;
	display: block
}

img.vspace16 {
	margin-top: 16px;
	margin-bottom: 16px;
}

img.vspace24 {
	margin-top: 24px;
	margin-bottom: 24px;
}

.slideshow {
}

.photo-credit {
	color: gray;
	font-size: 9px
}

.photo-credit a {
	color: gray;
	font-size: 9px
}
ul+div.employee {
	margin-top: 2.5em
	}

.employee {
	margin-bottom: 2.5em;
	border-bottom: 1px solid silver
}

.employee ul {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	padding-left: 0em
}

.employee ul li {
	list-style-type: none;
	padding-left: 2.5em
}

#container {
	text-align: left;
	margin: auto;
	width: 960px
}

#navbottom {
	color: #930;
	font-weight: normal
}

#navbottom a {
	font-weight: normal
}

#content {
	
}

.bannerbg-stroke {
	background-image: url(../elements/banner/gkbanner_bg.gif)
}

/* @group drop-down menu */

/* LEVEL ONE */

ul.dropdown {
	letter-spacing: 0.1em;
	position: relative;
	width: 120px;
	font: bold 13px "Avant Garde", AvantGarde, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	z-index: 5;
	margin: 16px 14px 16px 16px;
}

ul.dropdown li {
	zoom: 1;
	background: black;
	margin-bottom: 30px;
	color: white;
	margin-top: 0;
}

ul.dropdown a:hover {
	color: #000;
	text-decoration: none;
}

ul.dropdown a:active {
	color: #ed941f;
}

ul.dropdown li a {
	display: block;
	padding: 6px 8px 4px;
	color: white;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	background: #ed941f;
	color: white;
	position: relative;
	text-decoration: none;
}

ul.dropdown li.hover a {
	color: black;
}

/* LEVEL TWO */

ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 120px;
}

ul.dropdown ul li {
	background: #eee;
	color: black;
	float: none;
	margin-bottom: 0;
	border-bottom: 1px solid #dfdfdf;
	font: normal 12px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
	letter-spacing: 0;
}

/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a {
	width: 100%;
	display: inline-block;
	color: black;
}

/* LEVEL THREE */

ul.dropdown ul ul {
	top: 0;
	left: 220px;
	width: 240px;
}

ul.dropdown ul ul li {
	background-color: #eee;
	border-bottom: 1px solid white;
	border-color: #dfdfdf;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/* @end */