/* Default Stylesheet Update: 6/1/11 */

body {

	background: #FFFFFF url(http://img0.custompublish.com/getfile.php/1806621.1990.tbpeexfwce/body_background.jpg) no-repeat center -130px;
	color: #4a5a18;
	/*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: 12px; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {

	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {

	margin: 4px 0px;
	padding: 0px;
}
h1 {

	font-family: Helvetica;
	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 {

	margin: 0px;
	padding: 0px;
	border: 0px;
}
table.layout {

	margin: 0px;
	padding: 0px;
}
td.layout {

	padding: 0px;
	text-align: left;
	vertical-align: top;
}

/* General links */

a:link, a:visited { 

	color: #226518;
    text-decoration: none;
}
a:hover { 

	color: #000;
    text-decoration: underline;
}

/* read more.. links */

.link { 


}
a.link:link, a.link:visited {
 
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover { 

	text-decoration: underline;
}

/* Standard navigation links */

.menu a:link, .menu a:visited {

	text-decoration: none;
}
.menu a:hover {

	text-decoration: underline;
}
.menu a.menuselected:link, .menu a.menuselected:visited {

	text-decoration: underline;
}
.menu a.menuselected:hover {

	text-decoration: underline;
}

/* Printable/tell a friend links	*/

.toollink { 


}
a.toollink:link, a.toollink:visited { 


}
a.toollink:hover { 


}

/* Copyright, CustomPublish powered link etc.	 */

.cp { 


}
a.cp:link, a.cp:visited  { 


}
a.cp:hover { 


}

/* Linked headlines (normally inside LIST-sections) */ 

.headlinelink { 


}
.headlinelink:link, .headlinelink:visited { 


}
.headlinelink:hover { 

}

/* Linked headlines on listing pages */

.headline .headlinelink { 


}
.headline .headlinelink:link, .headline .headlinelink:visited { 

	font-size: 26px;
    font-weight: lighter;
    color: #000;
    text-decoration: none;
}
.headline .headlinelink:hover { 

	text-decoration: underline;
}

/* Navigation path links */

.path {	


}
a.path:link, a.path:visited { 

	color: #818181;
	text-decoration: none;
	font-size: 14px;
}
a.path:hover { 

	color: #226518;
	text-decoration: underline;
}

/* Sitemap links */

.tree { 

	font-weight: normal; 
}
a.tree:link, a.tree:visited { 
	text-decoration: none; 
	color: #000000; 
}
a.tree:hover { 

	text-decoration: underline; color: #000000; 
}
.sitetree { 

	font-weight: normal; 
}
a.sitetree:link, 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 { 


}
#cp {

	color: #999999;
    font-size: 10px;
}

/* Contact Info */

.address {


}
.phone {


}
.fax {


}
.mailto {


}
.name {


}
.orgno {


}


/* 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 { 

	background: url(http://img0.custompublish.com/getfile.php/1656931.1990.rsytbxpdwr/icon_nextpage.png) no-repeat center right;
    clear: both;
    float: right;
    margin-right: 5px;
    padding: 10px 0;
    width: 125px;
}
div.pagebar a:link, div.pagebar a:visited { 

	color: #000;
	text-decoration: none;
}
div.pagebar a:hover {

	text-decoration: underline;
}
.pagebar.prev { 

	margin-right: 10px; 
}
span.arrow { 

	padding: 0px 3px; 
}


/* Highlighted on Frontpage */






.highlighted { 
	position: center;
	border-color: #638454;
	width: 750px;
	height: 180px;
	text-align: left;
	margin-bottom: -100px;
	margin-top: 20px;
	margin-left: 30%;
	margin-right: 50%;
	padding: 10px;
	background: #a5cb29 url(http://img0.custompublish.com/getfile.php/1657019.1990.pudbxpysbf/linkbox_gradient.jpg) repeat-x top left;
	border-top: 1px solid #638454;
	border-bottom: 1px solid #638454;
	border-left: 1px solid #638454;
	border-right: 1px solid #638454;

}

.highlighted p { 
	padding: 15px;
	padding-left: 15px;
}

.highlighted h1 { 
	padding: 15px;
	padding-left: 15px;
	margin-bottom: -25px;
}

.highlighted .page189910 { 
	visibility: hidden;
}

/* SECTION: listing/view styles */

div.pagedescription { 

	margin: 0 0 16px;
}
.pagedescription { 


}
h1.headline {

	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
	
	font-size: 26px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	
	font-family: Helvetica;
	color: #999;
	font-size: 1.0em;
	font-weight: 500; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {


}
.ingress {


}
div.ingress {

	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {


}
div.ingressview {

	font-size: #13;
	font-style: italic;
	color: #666;
	margin: 6px 0px; 
	padding: 0px;
	font-size: 12px;
}
p.byline, .byline {

	margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */

div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}
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 {

	float: left;
    margin: 20px 0;
    text-align: left;
    width: 17.5%;
}
.articleblock .imgwrap img {

	max-width: 100%;
	height: auto;
	background: none repeat scroll 0 0 #000000;
    padding: 5px;
    box-shadow: 0 0 15px #80A702;
    -moz-box-shadow: 0 0 15px #80A702;
    -webkit-box-shadow: 0 0 15px #80A702;
}
.articleblock .textwrap {

	float: right;
    padding: 0 20px;
    width: 76%;
}

/* Full text width if no listing image */

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;
}
.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: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {

	clear: both; 
	margin: 0px 0px 22px 0px;
}
div.articleparagraph {

	margin-bottom: 16px;
}
.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;
}
#top {

	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
#logo {

	margin: 15px 0;
	float: left;
}

#topnav {


}
#mainmenubg {

	background: url(http://img0.custompublish.com/getfile.php/1656940.1990.qtywrxxqct/nav_bkg.png) repeat;
	width: 100%;
	height: 55px;
	border-top: 1px solid #a5cb28;
	border-bottom: 2px solid #a5cb28;
	float: left;
}
#mainmenubg .container {

	width: 960px;
	margin: 0 auto;
}

#mainmenubg #social{

	float: left;
    margin-left: -30px;
    width: 19%;
}
#mainmenubg #social li{ 

    float: left;
    list-style: none outside none;
    text-align: center;
    margin-right: 2px;
}
#mainmenubg ul.mainmenu { 

	float: left;
    font-family: Myriad Pro;
    width: 66	%;
}
#mainmenubg ul.mainmenu li{ 

    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 27px;
    list-style: none outside none;
    padding: 30px 15px 0;
    text-align: center;
}
#mainmenubg ul.mainmenu li a:link, #mainmenubg ul.mainmenu li a:visited { 

	font-size: 18px;
	color: #3e4f08;
}

#mainmenubg ul.mainmenu a.menuselected:link, #mainmenubg ul.mainmenu a.menuselected:visited {

	color: #fff;
    text-decoration: none;
}
#mainmenubg ul.mainmenu li.itemselectedcurrent, #mainmenubg ul.mainmenu li:hover {

	background: url(http://img0.custompublish.com/getfile.php/1656941.1990.pausxtvbay/navbar_activehover.png?force=1) repeat;
}
.frontpage #middle {

    width: 100%;
}
#navbar {

	float: left;
	margin-right: 20px;
	width: 180px;
}
#main {

	background: url(http://img0.custompublish.com/getfile.php/1656940.1990.qtywrxxqct/nav_bkg.png) repeat;
	float: right;
    padding-top: 25px;
    min-height: 500px;
    width: 560px;
}

.page331258 #main {

	float: right;
    padding-top: 25px;
    padding-left: 10px;
    min-height: 400px;
    width: 750px;
    margin-top: 35px;
}

.notificationinfo {
	display: none !important;
}


.articlelisting #main {

	padding: 0 20px;
    width: 920px;
}
#mainsidebar {

	display: none;
	float: right;
	width: 180px;
}
.imgviewwrap {

	margin: 15px 0;
    text-align: center;
}
.imgviewwrap img {

	background: none repeat scroll 0 0 #000000;
    padding: 10px;
    box-shadow: 0 0 15px #80A702;
    -moz-box-shadow: 0 0 15px #80A702;
    -webkit-box-shadow: 0 0 15px #80A702;
}

/* #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;
}
.articleview #main, .searchpage #main {

	border-left: 1px solid #A5CB28;
    padding: 25px 20px 0;
   width: 716px;
}
#footer {

	float: left;
    text-align: center;
    width: 100%;
}
#footer .container {

	background: url(http://img0.custompublish.com/getfile.php/1656929.1990.dxqdvrsbsf/footer_outershadow.png) no-repeat top center;
    color: #4A5A18;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    min-height: 70px;
    padding-top: 15px;
    width: 960px;
}
#footer .container a:link, #footer .container a:visited {

	color: #bed37b;
	text-decoration: none;
}
#footer .container a:hover {

	color: #333;
	text-decoration: underline;
}
/* SECTION: Sidebar */

.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: 10px 0 ;
	font-family: Helvetica;
	color: #818181;
} 
#path span.arrow {

	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {

	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {

	padding-left: 10px;
}
ul.menu li, ul.submenu li {

	margin: 0px;
	padding: 0px;
}
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 {


}
#search {

	float: right;
	margin-top: 16px;
}
#searchform {


}
input.searchinput {

	background: url(http://img0.custompublish.com/getfile.php/1656942.1990.dftuqssurq/search_input.png) no-repeat;
	border: medium none;
    height: 24px;
    padding-left: 10px;
    vertical-align: middle;
    width: 116px;
}	
input.searchsubmit {

	background: url(http://img0.custompublish.com/getfile.php/1656943.1990.dfdvawrtfe/search_submit.png) no-repeat;
	border: medium none;
    cursor: pointer;
    height: 24px;
    margin: -2px 0 0 -5px;
    vertical-align: middle;
    width: 40px;
}

/* SECTION: banner locations */

.bannerlocation {
padding: 5px;
}

#bannerlocation1{ margin-left: 10px; display: inline; float: left; width: 420px; line-height: 1.0; padding-top: 0;}

.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	padding: 20px 5px;
	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;
}
#iconlinks {

	background: #a5cb29 url(http://img0.custompublish.com/getfile.php/1657019.1990.pudbxpysbf/linkbox_gradient.jpg) repeat-x top left;
	border-top: 1px solid #638454;
	border-bottom: 1px solid #638454;
	min-height: 131px;
	width: 100%;
	margin: 20px 0 0;
	float: left;
}
.frontpage #iconlinks {

	margin: 120px 0 0;
	
}
#iconlinks .container {

	background: url(http://img0.custompublish.com/getfile.php/1656937.1990.ayvxebdtte/linkbox_outershadow.png) repeat-y;
	margin: 0 auto;
    max-height: 131px;
    width: 1150px;
}
#iconlinks .container ul {

	width: 1150px;
	margin-left: 30px;
}
#iconlinks .container ul li {

	float: left;
    font-family: helvetica;
    font-size: 14px;
    height: 27px;
    list-style: none outside none;
    padding-top: 105px;
    text-align: center;
    width: 120px;
}
/* Icon button images according to page# */

#iconlinks li.menu190561 {

	background: url(http://img0.custompublish.com/getfile.php/1657650.1990.xebeqbsuad/iconlinks_bike.jpg) no-repeat center top;
}
#iconlinks li.menu190562 {

	background: url(http://img0.custompublish.com/getfile.php/1657714.1990.yutscvraau/iconlinks_tirepump.jpg) no-repeat center top;
}
#iconlinks li.menu190563 {

	background: url(http://img0.custompublish.com/getfile.php/1657712.1990.rtfsxaarpu/iconlinks_helmet.jpg) no-repeat center top;
}
#iconlinks li.menu190564 {

	background: url(http://img0.custompublish.com/getfile.php/1657710.1990.seuefwpdwu/iconlinks_compass.jpg) no-repeat center top;
}
#iconlinks li.menu190565 {

	background: url(http://img0.custompublish.com/getfile.php/1657709.1990.tutuwuyddd/iconlinks_chain.jpg) no-repeat center top;
}
#iconlinks li.menu190566 {

	background: url(http://img0.custompublish.com/getfile.php/1657713.1990.xaddttsfuw/iconlinks_news.jpg) no-repeat center top;
}
#iconlinks li.menu190567 {

	background: url(http://img0.custompublish.com/getfile.php/1657711.1990.bfryfpcafq/iconlinks_email.jpg) no-repeat center top;
}
#iconlinks li.menu197211 {

	background: url(http://img0.custompublish.com/getfile.php/1739833.1990.yvyxddwebx/iconlinks_excavator.jpg) no-repeat center top;
}

#iconlinks li.menu295768 {

		background: url(http://img0.custompublish.com/getfile.php/2358516.1990.vuucxxtyyy/cycle-icon.png) no-repeat center top;
}


#iconlinks li.menu315976 {
		background: url(http://img0.custompublish.com/getfile.php/2560948.1990.eacqpqssya/barometer.png) no-repeat center top;
}

#iconlinks .container ul li a:link,#iconlinks .container ul li a:visited {

	color: #226518;
	text-decoration: none;
	padding: 104px 5px 11px;
}
#iconlinks .container ul li a:hover {

	text-decoration: underline;
}
.frontpage .listingarea, .frontpage .viewarea, .frontpage #navbar, .frontpage #main, .articlelisting #navbar, .frontpage .contentshadow {
	display: none;
}
.linkcontainer {

	background: url(http://img0.custompublish.com/getfile.php/1656932.1990.aycfeuwsff/icon_readmore.png) no-repeat center right;
    float: right;
    height: 25px;
    margin-right: 20px;
    padding-top: 10px;
    width: 115px;;
}
#navbar .events {

	background: #dcdcdc url(http://img0.custompublish.com/getfile.php/1657069.1990.pwbceqctdc/bikewheel_gfx.png) no-repeat bottom left;
    border: 1px solid #99B639;
    border-radius: 10px 10px 10px 10px;
    margin: 35px 0 10px 0;
    min-height: 400px;
    padding: 10px;
    width: 165px;
}
#navbar .events .cell {

	margin-left: 10px;
}
#navbar .events a:link, #navbar .events a:visited{ 

	color: #556425;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

#navbar .pagetitle {
	
	font-family: Helvetica;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #556425;
	padding-bottom: 5px;
}
#navbar p {

	color: #000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}
.mandatory {

	color: red;
}
/* 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*/
span.slogan {

	background: url("http://img0.custompublish.com/getfile.php/1656940.1990.qtywrxxqct/nav_bkg.png") repeat scroll 0 0 transparent;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
    float: right;
    margin-top: 15px;
    padding: 20px;
    width: 300px;
} 
 
@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;
	}
}