/* Default stylesheet */

html, body {
 	height: 100%;
}
body {
	background: #c3c7c4 url(http://img5.custompublish.com/getfile.php/1507909.1895.syfxwswttc/body_bg2.jpg) repeat-x;
	color: #444444;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/*font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;*/
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	font-size: 14px; /* 12px*/
	margin: 0px;
	padding: 0px;
}
* {margin:0;padding:0;} 

html, body {height: 100%;}
body.frontpage {
	background: #c3c7c4 url(http://img5.custompublish.com/getfile.php/1507597.1895.qupvstdfyd/body_bg.jpg) repeat-x;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
}
#logo {

	margin-top: 20px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link, a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { color: #999999; text-decoration: underline; }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link, .menu a:visited {color: #FFFFF; text-decoration: none; }
.menu a:hover {color: #950101;}

.menu a.menuselected:link {color: #FFFFFF; text-decoration: none;}
.menu a.menuselected:visited {color: #950101;}
.menu a.menuselected:hover {}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
.cp { }
a.cp:link {color: #950101; }
a.cp:visited {color: #950101; }
a.cp:hover {color: #FFFFFF; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {color: #000000; text-decoration: none;font-size: 20px;}
.headlinelink:link {color: #000000; text-decoration: none;}
.headlinelink:visited {color: #000000; text-decoration: none;}
.headlinelink:hover {color: #000000; text-decoration: none;}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link, .headline .headlinelink:visited { color: #950101; text-decoration: none; font-size: 25px}
.headline .headlinelink:hover { color: #000000; text-decoration: underline;}
.ppt177815 .headline .headlinelink:link, .ppt177815 .headline .headlinelink:visited {font-size: 15px;}
.frontpage .headline .headlinelink:link, .frontpage .headline .headlinelink:visited { font-size: 20px;}

/* Navigation path links */
.path	{}
a.path:link { }
a.path:visited { }
a.path:hover {color: #000; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #333333; font-size: 0.9em; }
.feedback { }
.copyright { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline {
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	color: #950101; 
	text-decoration: none;
}
.frontpage h1.headline {

	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 1.3em;
}
h1.headlineview {
	color: #950101;
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {

	color: #950101;
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
div.ingress {

	line-height: 15px;
    margin: 20px 0 0 30px;
    text-align: left;
}
.frontpage div.ingress {

    margin: 0 0 0 30px;
}
.frontpage .treble0 div.ingress ul {

	margin-left: -20px;
}
.frontpage .treble1 div.ingress ul {

	margin-left: 0px;
}
.frontpage .treble2 div.ingress {

	line-height: 21.5px;
}
div.ingress ul li {

	list-style: none outside none;
}
.viewarea .imgwrap {

	display: none;
	text-align: center
}
.page177810 .viewarea .imgwrap {

	display: block;
}
.ingressview {

	text-align: center
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}
.page177818 div.articlemedia, .page177818 .paragraphpictable {
	background: none repeat scroll 0 0 #E0E0E0;
  	margin: 10px 0 10px 10px;
    padding: 10px 0 0;
    width: 270px;
}
.page177818 .paragraphpictable {

	padding: 5px 10px 5px 0;
    text-align: center;
}

.page177818 .paragraphtext {

	padding: 10px;
    width: 650px;
}
div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}

/* SECTION: viewarea block/spacing elements */

.block, .articleblock {

	margin-bottom: 15px;
}
.articleblock .imgwrap {

	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #E0E0E0;
    float: left;
    padding: 10px;
    width: 26%;
    box-shadow: 4px 5px 3px #999999;
    -moz-box-shadow: 4px 5px 3px #999999;
    -webkit-box-shadow: 4px 5px 3px #999999;
}

.articleblock .imgwrap img {

	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {

	float: right;
	width: 65%;
}

/* Full text width if no listing image */

div.articleblock.nopic .textwrap {

	float: none;
	width: auto;
}

/* FRONTPAGE SECTION: viewarea block/spacing elements */

.frontpage .block, .articleblock {
	margin-bottom: 15px;
}

.frontpage .articleblock .imgwrap {
	text-align: center;
	background: none;
	border: none;
	float: none;
	padding:0;
	min-height: 110px;
	width: auto;
	box-shadow: none;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.frontpage .articleblock .imgwrap img {
}
.frontpage .articleblock .textwrap {
	float: right;
	width: 100%;
}
/* Full text width if no listing image */
.frontpage div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/*front page tags */

.ppt177815 .block, .articleblock {
	margin-bottom: 15px;
}

.ppt177815 .articleblock .imgwrap {

	padding:5px;
	width: auto;
}
.ppt177815 .articleblock .imgwrap img {
}
.ppt177815 .articleblock .textwrap {
	float: right;
	width: 100%;
}
/* Full text width if no listing image */
.ppt177815 div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */

div.threecol .articleblock { 

	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 

	clear: both;
}
div.threecol .articleblock.treble1 { 

	margin-right: 0;
}
div.threecol .articleblock.treble2 { 

	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter ends*/
/* 3-spalter  Frontpage*/

div.articlelist {
	margin-top: 110px
}

.frontpage div.threecol {

	margin-top: 50px;
}
.frontpage div.threecol .articleblock { 
	width: 25%;
	float: left;
	margin-right: 2%;
}
.frontpage div.threecol .articleblock.treble0 { 
	clear: both;
}
.frontpage div.threecol .articleblock.treble1 { 
	margin-right: 0;
	width: 48%;
}
.frontpage div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
} 
/* 3-spalter  Frontpage ends*/

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #9a9a9a;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 50px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
/* SECTION: page containers */ 
#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}
#top {
	height: 200px;
    margin: 0;
    padding: 0;
    width: 960px;
    background: ;
    position: relative;
}
#topnav {
}
#middle {
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}
#slideshow {
    height: 450px;
    width: 960px;
}

#main {
	float: left;
	width: 960px;
	height:auto;
	position: relative;
	padding-bottom: 110px;
}

#mainsidebar {
	float: right;
	width: 180px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {

	background: #000 url(http://img5.custompublish.com/getfile.php/1504014.1895.vxrpbqssyc/footer_bg.jpg) repeat-x;
	height:110px;
	width:100%;
	float: left;
	color: #fff;
	position: relative;
	margin-top: -55px;
	clear: both;
}

.footercontainer {
	position: relative;
	margin: 0 auto;
	width:960px;
}

/* SECTION: Sidebar */
.pagetitle {
	color: #950101;
    font-size: 30px;
}

.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
#path {
	margin:25px 0;
} 
#path span.arrow {
	padding: 0px 3px; 
}
#mainmenu {

    color: #FFFFFF;
    font-family: Arial;
    font-size: 15pt;
    height: 51px;
    margin: 43px 0 1px;
    padding-top: 0;
    text-align: right;
    text-decoration: none;
    width: 100%;
}

#mainmenu li {

    list-style-type: none;
    text-transform: lowercase;
    margin-top: 12px;
}
ul.menu, ul.submenu {
   
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	
	float: left;
	padding: 0 20px 0 0;
	margin: 0px;
	list-style: none outside none;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#topmenu {
	list-style-type: none;
}
#topmenu li {
	display: inline;
}
#tools {
	list-style-type: none;
}
#tools li {
	background-position: center left;
	background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
.adminbar {
	float:right;
}
#search {
    float: right;
    margin-top: 11px;
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
#searchform .searchinput{
	background: url(http://img0.custompublish.com/getfile.php/1126930.1620.rqfspwcycr/inputbg.png) no-repeat;
	border: 0;
	padding: 5px 10px;
	width: 154px;
	height: 23px;
	outline: 0;
}
#searchform .searchsubmit{
	background: url(http://img0.custompublish.com/getfile.php/1126929.1620.dxseftbdde/submitbtn.png) no-repeat;
	border: 0;
	height: 33px;
	width: 37px;
	margin-left: -5px;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}

/* Custom Tags */

.submenu {
	position: absolute;
	right: -30px;
    top: 183px;
	width:960px;
	margin: 20px 0; 
}

.submenu li {
	float:left;
}

.reflection {
	left: -2px;
    position: absolute;
    top: 84px;
}

#copyright{
	text-align: center;
	padding-top: 50px;
}
.one { 
	background: url("http://img5.custompublish.com/getfile.php/1467273.1895.sbefsrtqvt/bullet.png") no-repeat scroll left center transparent;
    padding: 7px 0 0 35px;
}

.design {
 	bottom:270px;
    left: 45px;
    position: absolute;
}

.cms {
 	bottom:270px;
    left: 443px;
    position: absolute;
}

.support {
	bottom:270px;
	right:100px;
	position:absolute ;
}

#social {
	background: url(http://img5.custompublish.com/getfile.php/1507714.1895.frcadvaxdy/popup_gfx.png) no-repeat;
	height: 62px;
    padding-left: 12px;
    position: absolute;
    right: -37px;
    top: -14px;
    width: 273px;
}

.linkedin {
	float:left;
	padding: 7px;
	border:none;
}

.buzz {
	float:left;
	padding: 7px;
	border:none;
}

.facebook {
	float:left;
	padding: 7px;
	border:none;
}

.twitter {
	float:left;
	padding: 7px;
	border:none;
}

/* Slide Show options */

#slides {
}
.slides_container {
text-align: center;
	height: 450px;
	margin: 0 auto;
	width: 960px;
}
.slides_container div {
	display: block;
	height: 450px;
	width: 960px;
}
/* Page Specific tags */



/* page177815 Portfolio */

.topgfx {
	width: 960px;
	height: 152px;
}	

/* 6/7/2011 */

.frontpage .linkcontainer {

	background: url(http://img5.custompublish.com/getfile.php/1632324.1895.vdtvcqbeep/button_gradiant.png) repeat-x;
	border: 1px solid #059012;
	height: 20px;
    margin: 0 auto;
    padding: 2px 10px 0;
    text-align: center;
    width: 120px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-webkit-box-shadow: 2px 2px 6px #999999;
	-moz-box-shadow: 2px 2px 6px #999999;
	box-shadow: 2px 2px 6px #999999; 
}

.frontpage .linkcontainer a:link, .frontpage .linkcontainer a:visited {

	color: #FFFFFF;
    text-decoration: none;
}
.frontpage .linkcontainer a:hover {

	text-decoration: underline;
}
.pagelist ul {

	position: relative;
}
.ppt177815 .listingarea {

	margin-bottom: 100px;
}
/* standard form */
.cpsoptions input, .cpsoptions textarea {

	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #999999;
    color: #777777;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: lighter;
    height: 20px;
    padding: 5px 5px 2.5px;
}
.cpsoptions textarea {
 
 	height: 150px;
    font-size: 14px;
 }
.cpstext {

	margin-bottom: 5px;
}
.cpstext label {

	font-family: Verdana;
	font-size: 18px;
	color: #999;
}
.cpstextarea {

	margin-bottom: 10px;
}
.cpstextarea label {

	font-family: Verdana;
	font-size: 18px;
	color: #999;
}
.cpssubmit {

	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px dashed #999999;
    color: #666666;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 10px;
}
.mandatory {

	color: #ff0000;
	font-weight: bold;
}
 /* standard form ends*/
 
@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}