/* body attributes */
body
{
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0px;
	text-align: center;
	color: #004275;
	background-image: url(/gfx/recruiters_forside2.jpg);
	background-color: #C5C9E3;
	background-repeat: no-repeat;
	background-position: center top;
}

a {outline: none;}
a:link, a:visited {color: #004275;}
#content a:hover, #content a:active { color: #779393; }

#content .invlink:link, #content .invlink:visited, #content .title:link, #content .title:visited {
	text-decoration: none;
	color: #004275;
}
#content .title:hover, #content .title:active { text-decoration: underline; }

img {
	border: 0px;
	outline: none;
}


/* standard font-size */
h3, h4, p, .p, th, ul, ol, .date, blockquote {
	font-size: 69%;
}

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

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1
{
	font-size: 0.9375em;
	margin-bottom: 24px;
	color: #004275;
}

h2 {
	font-size: 0.9375em;
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
	line-height: 150%;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #2e745c;
	height: 1px;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea, .submit, select {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 69%;
}
table td .submit { font-size: 1em; }
.submit
{
	cursor: pointer;
	background-image: url(/gfx/bg/menu.png);
	border: 0px;
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
}

.text, textarea
{
	border: 1px solid #666;
	padding: 4px 2px;
	width: 220px;
}

.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

table.tf th, table.tf td {
	padding: 4px;
}

/* MAIN */
#main
{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}

/* TOP */
#top
{
	height: 172px;
	position: relative;
}
#top .logo
{
	margin-top: 21px;
	margin-left: 30px;
}

#topmenu
{
	position: absolute;
	top: 140px;
	left: 0px;
	z-index: 20;
}
#payoff { 
	position: absolute;
	top: 43px;
	right: 80px;
}


/* TOPNAV */
#topnav {
	font-size: 69%;
}

#topnav a {
	display: block;
	float: left;
	margin-right: 10px;
}

#topnav a.active {
	text-decoration: none;
	color: #004275;
}

/* SEARCH */
#quicksearch
{
	background-image: url(/gfx/bg/inputtext.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 88px;
	right: 0px;
	padding: 0px 0px 0px 10px;
}

#quicksearch .text
{
	margin: 0px;
	border: 0px;
	padding: 7px 10px;
	color: #004275;
	width: 230px;
	background-color: transparent;
}

#quicksearch .submit
{
	background-image: url(/gfx/bg/menu.png);
	background-color: transparent;
	border: 0px;
	color: #fff;
	padding: 7px 11px;
	width: 50px;
	height: 32px;
}

.searchstatus {
	background: #fff;
	border: 1px solid #999;
	font-size: 69%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* MENU */

#menu
{
	width: 960px;
	height: 32px;
	background-image: url(/gfx/bg/menu.png);
}

#menu ul
{
	margin: 0px;
	padding: 0px;
}
#menu li
{
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#menu li:hover {
	cursor:pointer;
	z-index:100;
}
#menu ul ul
{
	position: absolute;
	background-image: url(/gfx/bg/submenu.png);
	left: 0px;
	top: 32px;
	border-top: 4px #b9c1d2 solid;
	display: none;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
#menu ul li:hover ul { display: block; }

#menu ul ul li
{
	float: none;
	display: block;
	white-space: nowrap;
}
#menu a
{
	display: block;
	padding: 9px 1.6em 10px 1.6em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a:active { color: #b8c0d2; }

#menu .act ul a {
	font-weight: normal;
}
#menu ul ul li a
{
	border-width: 1px 0px 1px 0px;
	border-color: transparent;
	border-style: solid;
	padding: 9px 3em 9px 1.6em;
	font-weight: normal;
}

#menu ul ul li a:hover, #menu ul ul li a:active
{
	border-color: #566f9e;
	background-image: url(/gfx/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 1.15em;
	color: #fff;
}

/* RIGHT */
#related
{
	float: right;
	width: 310px;
	min-height: 440px;
	color: #fff;
	background-image: url(/gfx/bg/menu.png);
}
#related a, #related a:link, #related a:visited
{
	color: #fff;
	text-decoration: underline;
}
#related a:hover, #related a:active { text-decoration: none; }
#related h3 a:link, #related h3 a:visited { text-decoration: none; }
#related h3 a:hover, #related h3 a:active { text-decoration: underline; }

#related .box
{
	margin-bottom: 20px;
	color: #fff;
}
.box p, .box h1, .box h2, .box h3, .box .navi div { padding: 0px 30px 0px 30px; }
.box p { }
.box h2
{
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #7183a5 solid;
}

#related .navi {
	font-size: 69%;
}

#related .navi div {
	margin-bottom: 1.2em;
}
#related .navi div a { font-weight: bold; }

#related .navi div.act a:link, #related .navi div.act a:visited
{
	color: #fff;
	text-decoration: none;
}

/* BC */
#bc
{
	font-size: 69%;
	clear: left;
	height: 25px;
	padding-top: 10px;
	padding-left: 1.5em;
}
* html #bc { height: 35px; }
#func {
	float: right;
	height: 25px;
	padding-top: 10px;
	padding-right: 1em;
}
#bc a:link, #bc a:visited, #func a:link, #func a:visited { text-decoration: underline; }
#bc a:hover, #bc a:active, #func a:hover, #func a:active { text-decoration: none; }

/* CONTENT */
#content
{
	background-image: url(/gfx/bg/content.png);
	min-height: 440px;
}
#pageforside #content { background-image: none; }
#content.right { margin-right: 320px; }
* html #content.right { margin-right: 325px; }
#content div.inner { padding: 20px; }
#pageforside #content div.inner { padding: 0px; }
#pagelandingpage #content div.inner { padding: 0px; }
#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date {
	float: right;
	padding-left: 10px;
}
.totop
{
	position: absolute;
	top: 9px;
	right: 0px;
}

/* Home */

#homespec .top, #homespec .bottom
{
	background-image: url(/gfx/bg/content.png);
	min-height: 250px;
}
* html #homespec .top, * html #homespec .bottom { height: 248px; }
#homespec .top { 
	margin-bottom: 10px;
	min-height: 180px;
}
* html #homespec .top { height: 170px; }

#pageforside #homespec div.inner { padding: 30px 35px; }
* html #pageforside #homespec div.inner { padding: 30px 25px; }
#homespec .top .topleft
{
	float: left;
	width: 270px;
}
#homespec .top .topright
{
	width: 270px;
	float: left;
	margin-left: 30px;
}
* html #homespec .top .topright { margin-left: 25px; }

#content #homespec h2 a
{
	color: #004275;
	text-decoration: none;
	background-image: url(/gfx/homearrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
}
#content #homespec h2 a:hover, #homespec h2 a:active { text-decoration: underline; }


/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 69%;
}

#content td p, #content th p, #content td ul, #content td ol, #content td .text, #content td textarea, #content td select, #content td blockquote {
	font-size: 1em;
}

#content td h2 {
	font-size: 118.5%;
}

#content td h3 {
	font-size: 1em;
}

#content td h4 {
	font-size: 1em;
}

/* FOOTER */
#footer
{
	font-size: 69%;
	clear: both;
	padding-top: 2em;
	position: relative;
}

/* LISTS */
.list div {
	font-size: 69%;
	margin-bottom: 1em;
}
.list p { margin-bottom: 2em; }

/* CONTENT PAGES */
.pages {
	font-size: 69%;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #004275;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* VALIDATION */
.invalid {
	background-color: #999;
	color: #fff;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* PRINT */
#backlink, #top .printlogo {
	display: none;
}

/* ADAPT */
#adapt
{
	text-align: right;
	font-size: 69%;
	margin-top: 1.8em;
	padding-top: 1.8em;
	padding-bottom: 0.5em;
	border-top: 1px solid #dce0f1;
}

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

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #004275;
    border: 20px solid #fff;
}
#pagelandingpage h1 {
	background: url('../gfx/lpbluebar.png');
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	line-height: 98px;
	padding-left: 40px;
	margin: 0px;
}
#lpcontent td div h2 {
	font-size: 17px;
}
#pagelandingpage #lpcontent {
	margin-bottom: 0px;
}
#lpcontent td {
	width: 50%;
	vertical-align: top;
}
#lpcontent td:first-child {
	background: url('../gfx/lpborder.gif') repeat-y right top;
}
#lpcontent .border td {
	background: url('../gfx/lpborder.gif');
	padding: 1px 0px 0px 0px;
}
#lpcontent td > div {
	padding: 30px 40px;
	position: relative;
	height: 170px;
}
#lpcontent td .readmore:link, #lpcontent td .readmore:visited {
	display: block;
	line-height: 39px;
	background-image: url('../gfx/lpreadmore.png');
	background-position: left top;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 0px 66px 0px 70px;
	font-size: 13px;
}
#lpcontent td .readmore:hover, #lpcontent td .readmore:active {
	background-position: left bottom;
}
#lpcontent a.contact {
	display: block;
	line-height: 36px;
	background-image: url('../gfx/lpgreen.png');
	background-position: right top;
	position: absolute;
	width: 240px;
	padding-right: 55px;
	padding-bottom: 3px;
	text-align: right;
	color: #338531;
	font-size: 13px;
	right: 180px;
	bottom: 20px;
}
#pagelandingpage #lpcontent .phone {
	background: url('../gfx/lpphone.png') no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 26px;
}
#lpcontent .photoframe {
	position: absolute;
	right: 0px;
	bottom: -60px;
	background: url('../gfx/lpphotoframe.png');
	padding: 16px 32px 29px 17px;
}
#lpcontent .shorttext {
	width: 245px;
}
#lpcontent ul {
	margin-left: 15px;
}
#lpcontent li {
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 3px;
}
#pagelandingpage #lpcontent p {
	font-size: 12px;
	margin-bottom: 0px;
}
