/* web.m8 for Scandinavian Week */

body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font: normal Optima, Orator, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 670px;
	height: 65px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bkgr_header.gif);
	line-height: 65px;
	font-size:28px;
	font-weight:bold;
}

#container-namn {
	float: left;
	text-indent: -999em; 					/* -off screen */
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
	color: #B0B0B0; 						/* maybe light color */
}

#container-payoff {
	float: right;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
	color: #B0B0B0; 						/* light color */
}

span, #container-namn span,#container-payoff span {
	color: #BFD0DF;
}

#container-illustration {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
	background-image: url(images/bkgr_illustration.gif);
}

#container-navigation {
	width: 670px;
	background-color: #2A67E0; 				/* background color menu line */
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}

#navigation .current a {
	color: #000000;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
	background-color: #2A67E0;
}

#navigation li a:hover {
	color: #000000;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	background-color: #2A67E0; 				/* rollover color menu line*/
}

#container-content {
	width:670px;
	background-image: url(images/bkgr_content.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 430px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 480px;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	width: 670px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
}

#container-footer a {
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	color: #aeaeae; 						/* link color */
}

#container-footer a:hover {
	color: #E0001B; 						/* link color */
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 670px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 225px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 425px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	color: #E0001B;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url(images/h1_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-shadow: grey 0px 1px 1px;
	font: normal 28px/24px "Futura Std", Futura, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

h2 {
	color: #E0001B;
	padding: 5px 0 5px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: grey 0px 1px 1px;
	font: normal 20px/24px "Futura Std", Futura, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

h3 {
	color: #E0001B;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-shadow: grey 0px 1px 1px;
	font: normal 17px/24px "Futura Std", Futura, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}

h4 {
	color: #E0001B;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-shadow: grey 0px 1px 1px;
	font: normal 14px/24px "Futura Std", Futura, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}
	
h5 {
	color: #2A67E0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-shadow: grey 0px 1px 1px;
	font: normal 17px/10px "Futura Std", Futura, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin: 0 0 20px 25px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #E0001B; 						/* link color */
	border-bottom: 1px dotted #E0001B; 		/* link color */
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E0001B; 				/* link color */
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .quote {
	border-top: 1px solid #2A67E0; 			/* link color or... */
	background-color: #DFEDFE; 				/* light color */
	border-bottom: 1px solid #2A67E0; 		/* link color or... */
	padding: 15px 15px 15px 65px;
	background-image: url(images/quote_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #2A67E0; 						/* link color or... */
	font-style: italic;
}

#border p {
	line-height: 18px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: -15px 0px 15px 0px;
	line-height: 18px;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #E0001B; 						/* link color */
	border-bottom: 1px dotted #E0001B; 		/* link color */
}

#subnavigation li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E0001B; 				/* link color */
}

ul#newsletter {
	padding: 0px 0px 0px 0px;
	margin: -15px 0px 15px 0px;
	background-image: none;
	line-height: 18px;
}

#newsletter li {
	list-style: none;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
}

#newsletter li a {
	text-decoration: none;
	color: #E0001B; 						/* link color */
	border-bottom: 1px dotted #E0001B; 		/* link color */
}

#newsletter li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E0001B; 				/* link color */
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: -15px 0px 0px 0px;
	background-image: none;
	line-height: 18px;
}

#news li {
	list-style: none;
	background-image: url(images/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 9px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#news li a {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 0px;
	margin: 0 0 15px 0px;
	text-decoration: none;
	color: #E0001B; 						/* link color */
	border-bottom: 1px dotted #E0001B; 		/* link color */
}

#news li a:hover {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 0px;
	margin: 0 0 15px 0px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E0001B; 				/* link color */
}

#content img {
	background-color: #ffffff;
	padding: 4px;
	border: 1px solid #dddddd; 				/* some color */
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
ul#content {
	padding: 0px 0px 0px 0px;
	margin: -15px 0px 0px 35px;
	background-image: none;
}

#content li {
	list-style: none;
	background-image: url(images/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 5px 0px;
	line-height: 15px;
}

#content li a {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 0px;
	margin: 0 0 15px 0px;
	text-decoration: none;
	color: #FFA200; 						/* link color */
	border-bottom: 1px dotted #FFA200; 		/* link color */
}

#content li a:hover {
	list-style: none;
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 0px;
	margin: 0 0 15px 0px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFA200; 				/* link color */
}
