@charset "UTF-8";
/* 
	Name:		Direct Design (www.directdesign.co.uk)
	Author:		Anders Fagerhus
	Date:		27.07.2007
	Copyrights:	All rights reserved, Direct Design, 2007.
	Comments:	Feel free to use this style sheet as a guidline for your own styles, but please do not copy it as a whole. Thanks :) 
*/




/* HTML TAGS ----------------------------- */
body {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #666;
	width: 750px;
	margin-top: 0px;
}

hr {
	border: none;
	border-top: 1px dotted #999;
	width: 100%;
	height: 1px;
	color:#FFF;
	margin: 15px 0px 25px 0px;
}

a:link {color:#0099CC;}
a:visited {color:#0099CC;}
a:hover, a:active {color:#0099CC;}
 
/* different text styling for section headings */
.subsectionHeading {color: #F00;}



/* BANNER IMAGE, CLASS----------------------- */
.bannerImg {
	margin: 20px 0px 0px 0px;
	
}




/* MENU LIST -------------------------------- */
.menuList {
	font-size: 110%;
	float: left;
	/*
	margin: 0px 10px 0px 0px;
	width: 102px;*/
	width: 110px;
	margin: 0px 0px 0px 0px;
}
.menuList li {
	list-style: none;
	margin: 0;
	line-height: 140%;
	text-align: left;
	text-indent: -15px;
}
li.mainMenu {
	margin: 0;
	text-transform: uppercase;
	text-indent: -40px;
}
li.mainMenu a:link{
	color:#0099CC;
}
li.mainMenu a:visited {color:#0099CC;}

li.mainMenu a:hover, li.mainMenu a:active {
	color:#000000;
}

.menuList a:link, .menuList a:visited {
	color:#0099CC;
	text-decoration: none;
}
.menuList a:hover, .menuList a:active {
	color:#000000;
}




/* NEWS BOX --------------------------------- */
.newsBox {
	width: 141px;
	float: left;
	margin: 0px 5px 0px 0px;
	padding-right: 4px;
}

.newsBox h1 {
	font-family: inherit;
	font-size: 125%;
	color: #001E25;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-weight: 100;
}

img {
  border:0;
}


/* BIG NEWS BOX ----------------------------- */
.bigNewsBox {
	float: left;
	width: 293px;
	margin: 0px 10px 0px 10px;
}





/* FOOTER, DIV ------------------------------ */
#footer {
	margin-top: 40px;
	text-align: center;
}




/* ADJUSTMENT CLASSES ------------------------ */
.extraWidth {
	width: 355px;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.noRightMargin {
	margin-right: 0px;
}
.noRightPadding {
	padding-right: 0px;
}

.clearAll {
	clear: both;
}
.clearLeft {
	clear: left;
}

.hidden {
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.big {
	width: 435px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.noBorder {
	border: none;
}

.teaser img {
	border: none;
}

.blueMe a:link, .blueMe a:visited {
	color: #06C;
	text-decoration: underline;
}
.blueMe a:hover, .blueMe a:active {
	color: #F00;
}

strong {color: #666; font-size: 110%;}




/* SECTION TEMPLATE -------------------------- */
.section_articleImg {
	float: left;
	width: 141px;
}

.imagewidth {
	width: 446px;
}

.section_imgCaption {
	font-style: italic;
	font-size: 90%;
}

.section_leftColumn, .section_rightColumn {
	float: left;
	width: 292px;
}

.section_leftColumn {
	margin: -13px 10px 0 15px;
}

.frame {
	padding: 5px; border: 1px solid #aaa;
	}

.section_rightColumn {
	margin: -13px 0px 0 0px;
}

.section_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 0px 155px;
}

.section_text_no_margin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.section_footer {
	width:584px;
	text-align:center;
	float:right;
	}

.banners {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	width: 150px;
	padding-bottom: 5px;
	}

.banners img {
	padding: 2px;
	}
	
.section_firstlinepics {
	padding-top: 5px;
	}
	
.section_middlepics {
	padding-top: 3px;
	}
	
.sub_head {
	color:#0099CC;
	font-weight:bold;
	}

/* NEWS TEMPLATE ----------------------------- */
.news_anchorHolder {
	float: right;
	width: 142px;
	color: #999;
	font-size: 90%;
}
.news_newsBox {
	width: 142px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	background-color: #FFF;
}
.news_newsBox h1, .news_article h1 {
	font-family: inherit;
	font-size: 125%;
	color: #001E25;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-weight: 100;
}

.news_articleHolder {
	width: 598px;
	border-right: 1px dotted #999;
	padding-right: 5px;
}

.news_article {
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}

.news_article img {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px;
	margin-right: 10px;
	float: left;
}

.column_left, column_right {
	width: 292px;
	float: left;
}

.column_left {
	margin-right: 10px;
}

.noBottomBorder {
	border-bottom: none;	
}


/* BREADCRUMBS ON READ MORE PAGES ----------------------------- */
.breadcrumbs {
	float: left;
	margin-bottom: 20px;
}
.breadcrumbs ul {
	padding-left: 0px;
	font-size: 90%;	
}
.breadcrumbs li {
	float: left;
	list-style: none;
	margin-right: 3px;
}

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

.breadcrumbs a:hover, .breadcrumbs a:active {
	text-decoration: underline;
}

/* WEB BANNER ARCHIVE ----------------------------- */
.bannerArchive {
	float: right;
}
.bannerArchive ul {
	padding-left: 0px;
	font-size: 90%;
}
.bannerArchive li {
	list-style: none;
}

.bannerArchive a:link, .breadcrumbs a:visited {
	text-decoration: none;
}

.bannerArchive a:hover, .breadcrumbs a:active {
	text-decoration: underline;
}

/* ARTICLE LIST PAGE,  DEFINITION LISTS ----------------------------- */
dl {
	margin: 0 3.5em 0 0;
	float: left;
	width: 200px;
}
di {
	line-height: 1em;
}
dt {
	padding-bottom: 0.3em;
}
dd {
	padding-bottom: 10px;
	margin-left: 0;
}

.date {
	color: #999;
	font-size: 65%;
}

h1 {
	font-family: inherit;
	font-size: 125%;
	color: #001E25;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-weight: 100;
}
h2 {
	font-family: inherit;
	font-size: 90%;
	color: #001E25;
	font-weight: 100;
	margin: 0 0 10px 0;
}


/* GALLERY ----------------------------- */
.gallerySpace ul {
	padding-left: 0;
	background-color: #99CC00;
	width: 100%;
}
.gallerySpace li {
	list-style: none;
}
.gallerySpace img {
	border: 1px solid #999;
	float: left;
	/*
	padding: 2px;
	margin: 2px;
	*/
}

.callout {
	float: right;
	margin: 5px 0 5px 10px;
	width: 280px;
	font-size: 16px;
	line-height: 140%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0 10px 0;
	}
	
.eds-img {
	padding-left: 10px;
	}
	
	
#header-left {
	float: left;
	padding: 35px 20px 20px 20px;
}


#header-right {
	float: right;
	padding: 20px 20px 20px 20px;
}

#container2 {
	position: absolute;
	top: 204px;
	width: 600px;
	left: 470px;
	margin-left: -250px;
	text-align: left;
}	

#foot {
	position: absolute;
	bottom: -27px;
	float: left;
	padding: 20px 20px 20px 20px;
}


.nav {
	width: 150px;
	text-align:center;
	float:left;
	padding-top:10px;
	color:#0099CC;
	
	}
	
.nav a:link{
	text-decoration:none;
	}
	
.nav a:visited{
	text-decoration:none;
	}	

.nav a:hover, .nav a:active{
	text-decoration:none;
	}	

.bold {
	font-weight:bold;
	}
