@import 'reset.css';
@import 'banner.css';

/* Table of content *
 *
 * Default styles
 * Layout (containers that are present on every page)
 *   Branding & Navigation
 *   Content
 *     Header
 *     Main Content (Either one, two or three section)
 *     Customers
 *     Bottom
 *     Footer
 * General Styles (context independent styles)
 * Page & Section specific styles
 * Tables
 * Forms
 */

body {
	background: #1e1f22 url(../images/background.jpg) center -25px no-repeat;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

img { display: block; }

p,
ul,
ol {
	font-size: 0.75em;
	color: #666;
}

ul *,
ol * {
    font-size: 1em;
}

li p {
    margin-bottom: 5px;
}

a:link {
	color: #007cd0;
	text-decoration: underline;
}

strong a:link,
strong a:visited {
	text-decoration: none;
}

a:visited {
	color: #00406b;
}

a:hover,
strong a:hover {
	text-decoration: underline;
}

h1,
h2,
h3 {
	color: #393939;
}

h1 {
	font-size: 1.25em;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 0.875em;
	margin-bottom: 0.3em;
}

/*** LAYOUT ***/
#page {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#skiplink {
	height: 1px;
	width: 1px;
	top: -500px;
	overflow: hidden;
	position: absolute;
}

#branding,
#content {
	margin: 0 auto;
	text-align: left;
}

#branding {
	height: 82px;
	width: 982px;
	position: relative;
}

#branding #logo {
	position: absolute;
	left: 0;
	top: 0;
	padding: 15px 0 0 32px;
        display: block;
        width: 300px;
        height: 65px;
}

#branding #vision {
	float: left;
	margin-top: 20px;
	margin-left: 150px;
}

#branding .navigation {
	float: right;
	margin-bottom: 0;
}

#main_content .ingress {
        font-size: 0.9em;
}

#main_content .ingress p {
        font-size: 1em;
        margin-top: 0;
}

#branding .navigation li { float: left; }

#branding .navigation li a {
	height: 82px;
	width: 140px;
	background: transparent url(../images/navigation_sprite.jpg) 0 0;
	overflow: hidden;
	text-indent: -500px;
	outline: none;
	display: block;
	text-decoration: none;
	font-size: 0.75em;
}

#branding .navigation #stories a {
	width: 162px;
	background-position: 0 0;
}

#branding .navigation #about a {
	width: 125px;
	background-position: 489px 0;
}

#branding .navigation #courses a {
	width: 182px;
	background-position: 364px 0;
}

#branding .navigation #services a {
	width: 181px;
	background-position: 182px 0;
}

#branding .navigation #stories a:hover { background-position: 0 81px; }
#branding .navigation #about a:hover { background-position: 489px 81px; }
#branding .navigation #courses a:hover { background-position: 364px 81px; }
#branding .navigation #services a:hover {  background-position: 182px 81px; }

#branding .navigation #stories.active a { background-position: 0 162px; }
#branding .navigation #about.active a { background-position: 489px 162px; }
#branding .navigation #courses.active a { background-position: 364px 162px; }
#branding .navigation #services.active a {  background-position: 182px 162px; }

#content {
	position: relative;
	width: 982px;
	margin-bottom: 20px;
}

#header {
	padding: 35px 40px 40px;
	background-color: #fff;
	overflow: hidden;
	clear: both;
	z-index: 9;
}

#header span,
.popup .header span {
	background: transparent url(../images/corner.png) left top no-repeat;
	width: 28px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#header img { float: left; }

#header p {
	font-size: 14px;
	color: #757575;
}

#header strong {
       text-transform: uppercase;
       font-weight: normal;
}

/* Main content */
#main_content {
	background-color: #fff;
	overflow: hidden;
	/*width: 966px;
	padding: 8px 8px 3px;*/
 width: 982px;
 padding-bottom: 30px;
}

.section {
	float: left;
}

.left {
	width: 644px;
	margin-left: 8px;
}

.right {
	width: 322px;
	margin-right: 8px;
}

.content {
	width: 302px;
	padding: 10px;
	float: left;
}

.wide .content {
	width: 624px;
}

.full {
	width: 966px;
	margin: 0;
	padding: 0 8px;
}

.full .content {
	width: 946px;
}

.section .content img {
	float: left;
}

/* List of customers */
#customers {
	overflow: hidden;
	margin: 0;
	background-color: #626467;
	padding: 20px 48px 10px;
}

#customers li {
	float: left;
	list-style-type: none;
	width: 121px;
	height: 75px;
	margin-right: 5px;
        background: url(../images/logobg.png) 0 0 no-repeat;
	overflow: hidden;
}

#customers li a {
    display: block;
    width: 121px;
    height: 100%;
    line-height: 65px;
    vertical-align: middle;
    text-align: center;
}

#customers li a img {
    display: inline;
    vertical-align: middle;
    line-height: 60px;
}

/* Bottom content */
#bottom {
	background-color: #46474a;
	color: #bbb;
	padding: 20px 10px;
	margin: 0;
	font-size: 0.6875em;
}

#bottom div {
	width: 139px;
	height: 75px;
	margin: 0;
	padding: 0 10px;
	float: left;
	border-right: 1px solid #606164;
}

#bottom div.double {
	width: 298px;
}

#bottom div.last {
	border: none;
}

#bottom span {
	display: block;
	margin-bottom: 3px;
}

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

#bottom a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	background: #1e1f22 url(../images/bottom_bg.png) top left no-repeat;
	padding: 10px 0 20px;
}

#footer a,
#footer p {
	color: #bbb;
	font-size: 11px;
}

#footer p {
	float: left;
}

/* Right column with background and faux-column height */
.courses #main_content,
.course #main_content,
.about #main_content {
	background: #fff url(../images/faux-col.png) left top repeat-y;
}

.position .right,
.courses .right,
.course .right,
.about .right {
	background-color: #fbfbfb;
}


/*** GENERAL STYLES ***/
.vcard {
	color: #4d4d4d;
	font-size: 0.75em;
}

.vcard .fn,
.vcard .title,
.vcard .tel,
.vcard .email {
	display: block;
}

.vcard .fn {
	color: #e43789;
	font-size: 1.1666em;
}
.vcard .title {
	font-size: 0.91666em;
	margin-bottom: 1em;
}

blockquote {
	background: transparent url(../images/bq_top.gif) left top no-repeat;
	width: 257px;
	padding-top: 7px;
	font-size: 0.75em;
}

blockquote p {
	background-color: #f3f2f2;
	padding: 30px;
	color: #616161;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 0;
	font-size: 1em;
}

blockquote div { /* quoted person */
	background: transparent url(../images/bq_bottom.gif) top left no-repeat;
	display: block;
	padding: 20px 0 0 100px;
	color: #e43789;
}

blockquote div span { /* quoted person's company name */
	background: none;
	padding: 0;
	display: block;
	color: #4d4d4d;
	font-size: 0.91666em;
}

.products {
	/*border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;*/
	padding: 0;
	margin: 0 10px;
}

.products div,
.products ul {
	display: block;
	border-top: 1px solid #e5e5e5;
	padding: 10px 5px;
	float: left;
	margin: 0 20px 0 0;
	width: 292px;
}

.products ul li {
	list-style-type: none;
	line-height: 1.8;
}

.products h3 {
	margin: 0;
	padding: 10px 5px 0;
}

.products div h3 {
	padding: 0;
	margin-bottom: 0.3em;
}

.products p {
	margin-bottom: 0.3em;
	line-height: 1.5;
}

.products .first {
	border: none;
}

.products .last {
	margin-right: 0;
}

.section .intro p {
	color: #666;
	line-height: 1.3;
}

.section .intro h2 {
    font-size: 1.5em;
}

.tabs {
	display: block;
	overflow: hidden;
	margin: 0 0 -1px 0;
	background-color: #F7F7F7;
	font-size: 0.75em;
}

.tabs li {
	list-style-type: none;
	float: left;
	padding: 0;
	background-color: #f7f7f7;
}

.tabs li a:link,
.tabs li a:hover,
.tabs li a:visited,
.tabs li a:active {
	text-decoration: none;
}

.tabs li a:hover {
	color: #393939;
}

.tabs li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: #5e5e5e;
}

.tabs .active {
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background-color: #fff;
}

.tabs .active a {
	border-bottom: 1px solid #fff;
	color: #393939;
}

#main_content .button {
	background: #fff url(../images/button_left.png) left top no-repeat;
	height: 46px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0;
}

#main_content .button a,
#main_content .button input {
	background: transparent url(../images/button_right.png) right top no-repeat;
	height: 26px;
	display: block;
	float: left;
	padding: 12px 20px 8px;
	font-size: 1.2em;
	border: none;
	text-decoration: none;
}

#main_content .button:hover {
	background-position: left bottom;
}

#main_content .button:hover a,
#main_content .button:hover input {
	background-position: right bottom;
	text-decoration: none;
}


/*** PAGE & SECTION SPECIFIC CONTENT ***/
/* headers */
#header.frontpage {
	height: 200px;
}

/* frontpage fallback no JS */
#header div#flash {
    margin: -35px -40px -40px;
}

#header div#flash ul {
    margin: 0;
}

#header div#flash li {
    list-style: none;
    height: 140px;
    margin-bottom: 100px;
    padding: 5px 40px 40px;
}

div#flash h2 {
    left: 307px;
    top: 20px;
    position: absolute;
    border: none;
    text-transform: none;
    color: #ffffff;
}

div#flash h3,
div#flash p {
    color: #ffffff;
}

div#flash h3 {
    font-size: 27px;
    margin-top: 44px;
}

#header.services {
        background: #fff url(../images/services_header.jpg) left top no-repeat;
        height: 250px;
}

#header.services h1,
#header.about h1 {
	font-size: 22px;
}

#header.services p,
#header.about p {
	color: #969696;
}

#header.services h1,
#header.services p,
#header.about h1,
#header.about p {
	margin-left: 300px;
}

#header.about {
	background: #fff url(../images/about_header.jpg) left top no-repeat;
	padding-bottom: 170px;
}

#header.courses,
#header.stories {
	background: #fff url(../images/coverflow_bg.jpg) center 55px no-repeat;
}

#header.course {
	background: #fff url(../images/course_header.jpg) left top no-repeat;
	height: 163px;
}

#header.course h1,
#header.course p,
#header.course ul {
	margin-left: 250px;
	color: #fff;
	width: 470px;
}

#header.course ul {
    margin-left: 265px;
}

#header.course h1 {
	font-size: 1.9375em;
	width: 650px;
}

#header.positions {
    background: #fff url(../images/positions_header.jpg) left top no-repeat;
    height: 200px;
    padding-left: 300px;
}

/* frontpage */
.frontpage h2.services,
.frontpage .quick-facts h2,
.frontpage .courses h2 {
	text-indent: -500px;
	overflow: hidden;
}

.frontpage h2 {
	border-bottom: 1px solid #e5e5e5;
	padding: 13px 0;
	font-size: 12px;
	text-transform: uppercase;
}

.frontpage h2.services {
	background: transparent url(../images/vi_kan_hjelpe_deg_med.gif) left center no-repeat;
}

.frontpage .quick-facts h2 {
	background: transparent url(../images/quick_facts_om_ixd.gif) left center no-repeat;
}

.frontpage .courses h2 {
	background: transparent url(../images/kurs_og_opplaring.gif) left center no-repeat;
}

.frontpage .positions h2 {
	font-weight: bold;
}

.frontpage .products h3 {
	font-size: 0.75em;
}

.frontpage .courses .content,
.frontpage .positions .content {
	padding: 0;
	width: 322px;
}

.frontpage .courses table .last {
	text-align: right;
}

.frontpage #additional-info .products {
	width: 584px;
	padding: 10px 20px;
}

.frontpage #additional-info .products div {
	width: 272px;
}

#additional-info {
	background: #fff url(../images/frontpage_bg.jpg) left top no-repeat;
	float: left;
	margin-bottom: 20px;
}

#additional-info,
#additional-info p {
	color: #393939;
}

#additional-info .products {
	border: none;
	padding: 10px 0;
}

#additional-info .products div {
	padding: 0.3em 0 0;
	width: 302px;
}

.frontpage .intro {
	width: 535px;
	margin-left: 20px;
	line-height: 1.1;
}

.frontpage .intro h1 {
	font-size: 27px;
}

.frontpage .intro p {
	font-size: 15px;
}

/* stories */
.stories .intro {
	width: 644px;
}

.stories .intro h1 {
	color: #384142;
}

/* about page */
.section .image-grid,
.section .adwords,
.section .map {
	margin: 20px 30px;
	width: 258px;
	padding: 0;
}

#map_canvas {
	margin-bottom: 10px;
}

.image-grid {
	width: 307px;
	margin: 20px 0 0;
}

.image-grid li {
	width: 83px;
	height: 83px;
	overflow: hidden;
	float: left;
	list-style-type: none;
	margin: 0 3px 3px 0;
}

.about .people {
	margin: 0;
	padding: 10px 0;
	width: 644px;
}

.people .vcard {
	background: transparent url(../images/cards/empty.jpg) -10px -10px no-repeat;
	height: 117px;
	margin: 0 10px 20px 10px;
	padding: 20px 10px 10px 120px;
	overflow: hidden;
	float: left;
	width: 172px;
	position: relative;
}

.people .vcard .fn,
.people .vcard .title,
.people .vcard .tel,
.people .vcard .email {
	display: block;
}

.people .vcard .fn {
	color: #393939;
	font-size: 16px;
}

.people .vcard .title {
	font-size: 13px;
}

.people .vcard div {
	position: absolute;
	top: 103px;
	left: 205px;
}

.people .vcard .tel,
.people .vcard .email {
	font-size: 11px;
}
/*
.people .shn { background-image: url(../images/cards/steinar.jpg); }
.people .tb  { background-image: url(../images/cards/teodor.jpg); }
.people .os  { background-image: url(../images/cards/oyvind.jpg); }
.people .rh  { background-image: url(../images/cards/ravn.jpg); }
.people .trg { background-image: url(../images/cards/thomas.jpg); }
.people .ds  { background-image: url(../images/cards/daniel.jpg); }
.people .cj  { background-image: url(../images/cards/christian.jpg); }
.people .kp  { background-image: url(../images/cards/philip.jpg); }
.people .rg  { background-image: url(../images/cards/roger.jpg); }
.people .imh { background-image: url(../images/cards/ida.jpg); }
.people .af  { background-image: url(../images/cards/anders.jpg); }
.people .jl  { background-image: url(../images/cards/jose.jpg); }
.people .kg  { background-image: url(../images/cards/kare.jpg); }
.people .js  { background-image: url(../images/cards/jenny.jpg); }
*/
.adwords img {
	margin-right: 10px;
}

.map img {
	margin-bottom: 10px;
}

/* courses & conferences */
.courses .contact,
.course .contact {
/*	height: 250px;
	background: transparent left bottom no-repeat;
	margin-bottom: -20px;*/
}

.courses .contact .vcard,
.course .contact .vcard {
/*	margin: 50px 0 0 120px;*/
}

.courses .contact p,
.course .contact p {
	font-style: italic;
	margin-left: 120px;
	margin-top: 70px;
	margin-right: 60px;
}

/*.program ul li {
	list-style-type: disc;
}*/

.course #main_content {
	padding-bottom: 0;
}

#header div ul {color:#cec6ef;margin-left:270px;}
#header div p.abstract {color:#cec6ef;line-height:1.3em;}
#header div ul li {margin-bottom:5px;}

.program ul li,
.program ol li {
	line-height: 1.8;
}

.program ul,
.program ol {
	list-style-position: outside;
	margin-left: 20px;
}

.program ol ol, .program ul ul, .intro ol ol, .intro ul ul  {
	font-size: 1em;
	margin-left: 20px;
}

.section .intro p {
	margin:0.5em 0 1.2em;
}
.section .intro p, .program .intro p {
	margin:0.5em 1.5em 1.2em 0;
}

.section .intro ul, .section .program ul {
	line-height: 1.5;
	margin-left:30px;
}
.section .intro ol, .section .program ol {
	line-height: 1.5;
	margin-left:35px;
}

.section .intro ol ol, .section .program ol ol {
	list-style-type:lower-latin;
}

/*.section .intro ul li, .section .program ul li {
	margin-top:0.2em;
	margin-bottom:0.3em;
}*/

.section .intro ul ul li, .section .program ul ul li {
	line-height: 1.5;
	margin-left:0px;
}
.course #additional_information {
	background-color: #f0eeee;
	clear: both;
	float: left;
}

.course #additional_information .full {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d1d1d1;
}

.stories .contact {
	margin: 20px -10px 0;
	width: 946px;
	padding: 20px;
	border-top: 1px solid #dbdbdb;
	background-color: #f2f1f1;
}

.stories .tabs {
	width: 634px;
}

/* 1-2-3 pages */
.promo #header p {
	margin: 25px 0 0 250px;
	width: auto;
	font-size: 1.5em; /*24px*/
	color: #dbd7eb;
}

.promo #header h1 {
	font-size: 2.625em; /*42px*/
}

#content.promo #main_content {
	background-image: none;
	padding: 100px 0 80px 292px;
	width: 690px;
}

.promo ol {
	font-size: 1em;
	margin-left: -5px;
	margin-top: -173px;
	position: absolute;
}

.promo ol li {
	background: url(../images/123box.png) no-repeat;
	list-style: none;
	width: 197px;
	height: 112px;
	padding: 15px;
	float: left;
}

.promo ol li * {
	color: #673bb8;
}

.promo ol li h2 {
	font-size: 2.25em; /*36px*/
	float: left;
}

.promo ol li p {
	font-size: 1em;
	margin: 4px 0 10px 35px;
}

.promo ol li span {
	font-size: 0.75em;
	margin-left: 35px;
	display: block;
}

.promo .url {
	width: 400px;
	padding: 5px;
	margin-top: 8px;
	margin-right: 10px;
	float: left;
}

.promo .section {
	padding-right: 10px;
	padding-top: 20px;
}

.promo ul li {
	line-height: 2;
}

/*** TABLES ***/
table {
	font-size: 0.8125em;
	color: #384142;
	width: 100%;
}

table p {
	font-size: 0.885em; /* 11px */
	margin-bottom: 0;
}

table tr td {
	/*padding: 6px 20px 6px 0;*/
 padding: 6px 10px;
	border-top: 1px solid #f3f3f3;
	vertical-align: top;
}

table tr td.first {
	border-top: none;
}

table tr td.sold-out {
	font-size: 10px;
	text-transform: uppercase;
	color: #ba2025;
}

table td.date {
	background: #fff url(../images/date_bg.gif) 1px 8px no-repeat;
	width: 40px;
	height: 55px;
	font-size: 9px;
	text-transform: uppercase;
	padding: 5px 10px 0 0;
	vertical-align: top;
}

table td.date span {
	text-align: center;
	display: block;
	width: 40px;
	padding-top: 7px;
}

table td.date span em {
	display: block;
	font-style: normal;
	font-size: 16px;
	margin-bottom: -2px; /* decrease spacing between day and month*/
}

table td.double {
	width: 80px;
	background-image: url(../images/date_double_bg.gif);
}

table td.triple {
	width: 110px;
	background-image: url(../images/date_triple_bg.gif);
}

table td.double span, table td.triple span {
	float: left;
	width: 36px;
}
.noWrap {
	white-space:nowrap;
}

/*** FORMS ***/
#contact fieldset {
	width: 612px;
	border: 1px solid #dbdbdb;
	padding: 20px 0 20px 20px;
	background-color: #fff;
}

.field {
 float: left;
}

.field label {
	display: block;
	font-size: 0.75em;
	/*margin: 0 7px 7px 0;*/
 margin: 0 5px 5px 0;
}

.error label {
		color: #f00;
}

.field input,
.field textarea {
	border: 1px solid #d1d1d1;
	padding: 5px;
	/*font-size: 1.3em;*/
 font-size: 1.1em;
	width: 582px;
}

.field input {
	width: 274px;
	/*margin: 0 20px 20px 0;*/
 margin: 0 10px 10px 0;
}

.field textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#main_content form .button {
	float: right;
	margin: 5px 20px;
}

#main_content form .button input {
	border: none;
	height: 46px;
	padding: 10px 20px;
	cursor: pointer;
}

#newsletter label {
	display: block;
}

#newsletter input {
	border-width: 1px;
	border-style: solid;
	border-color: #7b7b7c #7a7a7b #707171 #767677;
	background-color: #606164;
	width: 140px;
	margin: 3px 0 0;
	color: #bbb;
	float: left;
	margin-right: 5px;
	padding: 1px 0;
}

#newsletter .button {
	/*float: right;*/
	width: auto;
	padding: 0;
	margin: 0;
}

#newsletter .button input {
	width: auto;
	padding: 0 2px;
}


#additional-info .quick-facts li p {
	color: #666;
}

sup {font-size:0.6em;}


/* google map */
.gmnoprint { right: 0 !important; }


      #ie6msg{border:3px solid #090; margin:8px 38px; background:#cfc; color:#000;}
      #ie6msg h4{margin:8px; padding:0;}
      #ie6msg p{margin:8px; padding:0;}
      #ie6msg p a.getie7{font-weight:bold; color:#006;}
      #ie6msg p a.ie6expl{font-weight:normal; color:#006;}


/* 404 page */
.warning {
    background-color:#fff;
    overflow:hidden;
    padding-bottom:10px;
    width:934px;
    min-height: 250px;
    padding-left: 48px;
    padding-top: 30px;
}
.warning span {
    background:transparent url(../images/corner.png) no-repeat scroll left top;
    height:22px;
    left:0;
    position:absolute;
    top:0;
    width:28px;
    z-index:100;
}
.warning p {
    font-size: 0.9em;
    margin-top: 15px;
}  
.warning li {
    margin: 5px;
}