@charset "utf-8";
html {
	overflow-x: hidden;
	min-height: 100%;
	margin-bottom: 1px;
}



body {
	background-image: url(img/body_bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #384721;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
.formfield {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/input_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #999;
}
.formfielderror {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF8080;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #999;
}

.formbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	padding-top: 0px;
	margin-top: 2px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}




#mainwrapper {
	background-image: url(img/mainwrapper_bg.gif);
	background-repeat: repeat-y;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 7px;
	padding-left: 7px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tagline {
	margin-left:auto; 
	margin-right:auto; 
	text-align:center; 
	width:400px;
}
#tagline .ie6 {
	font-size: 12px;
}
#tagline .ie6 a{
	text-decoration: underline;
}
#tagline .ie6 a:link{
	color: #1A181B;
}
#tagline .ie6 a:visited{
	color: #1A181B;
}
#tagline .ie6 a:hover{
	color: #e5f6cd;
}
#tagline .ie6 a:active{
	color: #1A181B;
}

#contentwrapper {
	background-color: #8fb653;
	background-image: url(img/maincontent_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	font-size: 20px;
	font-style: italic;
	color: #e5f6cd;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 12px;
	float: left;
}
#header {
	background-image: url(img/head_top.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
}
#header form {
	text-align: right;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 25px;
	overflow: hidden;
}
#leftcol {
	background-color: #718f41;
	background-image: url(img/col_bg.gif);
	background-repeat: repeat-x;
	width: 148px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #455a22;
	border-bottom-color: #455a22;
	margin-top: 28px;
	min-height: 325px;
	overflow-x: hidden;
}
#leftcol h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #76A73C;
	display: block;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-image: url(img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E5820;
}

#leftcol p {
	font-size: 12px;
	color: #e5f6cd;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: block;
}
#leftcol a {
	text-decoration: none;
}

#leftcol a:link h1{
	color: #FFF;
	text-decoration: none;
}
#leftcol a:visited h1{
	color: #FFF;
	text-decoration: none;
}
#leftcol a:hover h1{
	color: #232D15;
	text-decoration: none;
}
#leftcol a:active h1{
	color: #E5F6CD;
	text-decoration: none;
}
#leftcol a:link p{
	color: #e5f6cd;
	text-decoration: none;
}
#leftcol a:visited p{
	color: #e5f6cd;
	text-decoration: none;
}
#leftcol a:hover p{
	color: #232D15;
	background-color: #D5EBB4;
	text-decoration: none;
}
#leftcol a:active p{
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolcategorybox {
	margin-top: 5px;
	margin-bottom: 20px;
}
#leftcolcategorybox a {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#leftcolcategorybox a:link {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolcategorybox a:visited {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolcategorybox a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
#leftcolcategorybox a:active {
	color: #E5F6CD;
}

#leftcolexempelbox {
	margin-top: -10px;
	margin-bottom: 20px;
}
#leftcolexempelbox a {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#leftcolexempelbox a:link {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolexempelbox a:visited {
	color: #E5F6CD;
	text-decoration: none;
}
#leftcolexempelbox a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
#leftcolexempelbox a:active {
	color: #E5F6CD;
}

#rightcol {
	background-color: #718f41;
	background-image: url(img/col_bg.gif);
	background-repeat: repeat-x;
	width: 148px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #455a22;
	border-bottom-color: #455a22;
	margin-top: 28px;
	overflow-x: hidden;
	min-height: 325px;
}
#rightcol h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #76A73C;
	display: block;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 4px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-image: url(img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E5820;
}
#rightcol p {
	font-size: 12px;
	color: #e5f6cd;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: block;
}
#rightcol a {

}

#rightcol a:link h1{
	color: #FFF;
	text-decoration: none;
}
#rightcol a:visited h1{
	color: #FFF;
	text-decoration: none;
}
#rightcol a:hover h1{
	color: #232D15;
	text-decoration: none;
}
#rightcol a:active h1{
	color: #E5F6CD;
	text-decoration: none;
}
#rightcol a:link p{
	color: #e5f6cd;
	text-decoration: none;
}
#rightcol a:visited p{
	color: #e5f6cd;
	text-decoration: none;
}
#rightcol a:hover p{
	color: #232D15;
	background-color: #D5EBB4;
	text-decoration: none;
}
#rightcol a:active p{
	color: #E5F6CD;
	text-decoration: none;
}
.rightcollink {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	
}
.rightcollink a {
	display: block;	
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: underline;	
}
.rightcollink a:link {
	color: #E5F6CD;
	text-decoration: underline;
}
.rightcollink a:visited {
	color: #E5F6CD;
	text-decoration: underline;
}
.rightcollink a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
.rightcollink a:active {
	color: #E5F6CD;
	text-decoration: underline;
}
#rightcolmsg {
	margin-bottom: 20px;
	margin-top: 10px;
}
#rightcolmsg a {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #E5F6CD;
	margin: 0px;
	padding-right: 8px;
	padding-left: 8px;
}
#rightcolmsg a:link {
	color: #E5F6CD;
	text-decoration: none;
}
#rightcolmsg a:visited {
	color: #E5F6CD;
	text-decoration: none;
}
#rightcolmsg a:hover {
	color: #232D15;
	background-color: #D5EBB4;
}
#rightcolmsg a:active {
	color: #E5F6CD;
	text-decoration: none;
}
#maincontent {
	background-color: #FFF;
	float: left;
	width: 700px;
	border: 1px solid #455a22;
	color: #000;
	margin-top: 20px;
	margin-bottom: 12px;
	overflow-x: hidden;
}
#maincontenttopwrapper {
	background-color: #FFF;
	overflow: hidden;
}
#maincontenttopwrapper2 {
	background-color: #FFF;
	overflow: hidden;
	margin-top: -23px;
}


.arrow {
	display: block;
	z-index: 2;
}



#maincontent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-image: url(img/caption_bg.jpg);
	background-repeat: repeat-x;
	min-height: 70px;
	max-height: 70px;
	margin: 0px;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	padding-top: 12px;
	vertical-align: top;
	padding-bottom: 34px;
}
#maincontent form {
	font-size: 12px;
	font-style: normal;
	padding-left: 5%;
	padding-right: 0px;
	width: 45%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow-x: hidden;
}
#maincontent form select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #455A22;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.caption {
	font-size: 14px;
	text-align: center;
	float: left;
	width: 50%;
	margin-bottom: 10px;
	overflow-x: hidden;
}
.categorybox {
	font-size: 12px;
	font-style: normal;
	padding-left: 10%;
	padding-right: 5%;
	width: 35%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	overflow: hidden;
}

.categorybox a {
	display: block;
	float: left;
	width: 50%;
	margin-top: 8px;
}
.categorybox a:link {
	color: #000;
	text-decoration: none;
}
.categorybox a:visited {
	color: #000;
	text-decoration: none;
}
.categorybox a:hover {
	color: #000;
	text-decoration: underline;
}
.categorybox a:active {
	color: #000;
}
.affiliatebox{
	/*width:225px;
	min-height: 300px;*/
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color:#b6dd7e;
	margin-left:15px;
	margin-top:15px;
	float:left;
	border: 1px solid #3E5820;
}
.affiliatebox h2{
	background-color: #76A73C;
	background-image: url(img/colh1_bg.gif);
	background-repeat: repeat-x;
	display:block;
	width:auto;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom:20px;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
}
.affiliatebox p{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}



#genresponse {
	background-color: #b6dd7e;
	background-image: url(img/content_div.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 63px;
	font-size: 14px;
	font-style: normal;
	padding-right: 48px;
	padding-bottom: 63px;
	padding-left: 48px;
	overflow: hidden;
	color: #232D15;
	clear: both;
}
#genresponse form {
	font-size: 12px;
	width: auto;
	padding: 0px;
}
#genresponse .hr {
	border-bottom:1px dotted #829e5a;
}

#genresponse a {
	display: block;
}
#genresponse label {
	text-align: left;
	display: block;
	margin-top: 10px;
}
#genresponse a:link {
	color: #232D15;
	text-decoration: none;
}
#genresponse a:visited {
	color: #232D15;
	text-decoration: none;
}
#genresponse a:hover .bus{
	border-top-color: #e3001b;
	border-right-color: #e3001b;
	border-bottom-color: #e3001b;
	border-left-color: #e3001b;
}
#genresponse a:hover .bus p{
	color: #e3001b;
}
#genresponse a:hover .bus h2{
	color: #FFF;
	border-bottom-color: #e3001b;
	background-image: url(img/bushover.gif);
	background-repeat: repeat-x;
	background-color: #e3001b;
}
#genresponse a:active {
	color: #384721;
}
#genresponse .bus {
	font-size: 12px;
	color: #000;
	width: auto;
	background-color: #FFF;
	border: 1px solid #3E5820;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
#genresponse .bus h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #76A73C;
	background-image: url(img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	padding-left: 8px;
	display: block;
}
#genresponse .bus p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
}
#genresponse .clickhere{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 6px;
	background-image: url(img/clickhere.jpg);
	background-repeat: no-repeat;
	width: 110px;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 18px;
	margin-left: 472px;
	margin-top: 5px;
}
#genresponse .comment{
	width: 603px;
	display: block;
	background-image: url(img/rec_com_bg.png);
	background-repeat: repeat-y;
	/*border: 1px solid #3E5820;*/
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#genresponse .commenttop{
	width: 603px;
	height: 19px;
	display: block;
	background-image: url(img/rec_com_top.png);
	background-repeat: no-repeat;
}
#genresponse .commentbot{
	width: 603px;
	height: 47px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(img/rec_com_bot.png);
	background-repeat: no-repeat;
}
#genresponse .commentbotalt{
	width: 603px;
	height: 47px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(img/rec_com_bot_alt.png);
	background-repeat: no-repeat;
}
#genresponse .comment h2{
	font-size: 14px;
	margin: 0px;
	padding-left:15px;
	padding-top:5px;
}
#genresponse .comment p{
	font-size: 12px;
	padding-left: 25px;
	padding-right: 25px;
}
#genresponse .comment a{
	display: inline;	
}
#genresponse .comment a:link{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .comment a:visited{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .comment a:hover{
	color: #003AA6;
	text-decoration: underline;	
}
#genresponse .comment a:active{
	color: #003AA6;
	text-decoration: underline;	
}
#genresponse .alt {
	font-size: 12px;	
}
#genresponse .alt a{
	display: inline;	
}
#genresponse .alt a:link{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .alt a:visited{
	color: #095FFF;
	text-decoration: underline;	
}
#genresponse .alt a:hover{
	color: #003AA6;
	text-decoration: underline;	
}
#genresponse .alt a:active{
	color: #003AA6;
	text-decoration: underline;	
}
#login_display {
	width:300px;
	position: absolute;
	z-index:1000;
	padding:0 4px 5px 0;
	margin-left: 25px;
	background-color: #818c70;
	/*background-color: #93b366;*/		
}
#login_display .wrap{
	width:280px;
	background-color: #a6c973;
	padding:10px;
	margin: -4px 0 0 -4px;
	border:1px solid #829e5a;
	overflow:hidden;
}
#login_display form{
	width:115px;
	float:left;
	margin-right:20px;
	padding-right:20px;
	border-right:1px solid #829e5a;
}
#businfo {
	background-color: #b6dd7e;
	background-image: url(img/content_div.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 63px;
	font-size: 14px;
	font-style: normal;
	padding-right: 48px;
	padding-bottom: 63px;
	padding-left: 48px;
	overflow: hidden;
	color: #232D15;
	float: left;
	width: 100%;
}
#knappwrapper {
	display: block;
	overflow: hidden;
}
#knappwrapper .rad {
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#knappwrapper .knapp {
	font-size: 12px;
	color: #000;
	float: left;
	width: 180px;
	background-color: #FFF;
	margin-right: 10px;
	border: 1px solid #3E5820;
	margin-bottom: 10px;
}
#knappwrapper .knapp h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #76A73C;
	background-image: url(img/colh1_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	text-align: center;
}
#knappwrapper .knapp p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


#knappwrapper .knapp2 {
	
	background-color: #FFF;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3f5125;
	border-left-color: #3f5125;
}
#knappwrapper .knappbox {
	font-size: 12px;
	color: #000;
	float: left;
	width: 192px;
	margin-right: 10px;
}
#knappwrapper .knapptop {
	background-image: url(img/knapptop.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 192px;
}
#knappwrapper .knappbot {
	background-image: url(img/knappbot.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 192px;
}

#knappwrapper .knapp2 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(img/knappbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #d6f0b1;
}
#knappwrapper .knapp2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #d6f0b1;
	text-align: center;
	font-size: 24px;
	color: #4D7018;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}



#businstructions {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#businstructions p {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#businstructions .inputform {
	width: 500px;
	padding: 0%;	
}
#businstructions .inputform label{
	margin: 5px 0 0 0;
	display: block;	
}
#businstructions .player {
	float: left;
	text-align: center;
	line-height: 16px;
}

#businstructions a:link {
	color: #095FFF;
	text-decoration: underline;
}
#businstructions a:visited {
	color: #095FFF;
	text-decoration: underline;
}
#businstructions a:hover {
	color: #003AA6;
	text-decoration: underline;
}
#businstructions a:active {
	color: #003AA6;
	text-decoration: underline;
}
#tourinstructions {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.tourbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 105px;
	background-color: #76A73C;
	/*background-image: url(img/colh1_bg.gif);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #3E5820;
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold;
	height: 130px;
	text-align: center;
}
.tourboxactive {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 105px;
	background-color: #B6DD7E;
	float: left;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold;
	height: 130px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3E5820;
	border-right-color: #3E5820;
	border-bottom-color: #B6DD7E;
	border-left-color: #3E5820;
	z-index: 2;
	position: relative;
}

.tourbox a{
	display:block;
	text-decoration: none;
}
.tourbox a:link{
	text-decoration: none;
	color: #FFF;
}
.tourbox a:visited{
	text-decoration: none;
	color: #FFF;
}
.tourbox a:hover{
	text-decoration: none;
	color: #232D15;
}
.tourbox a:active{
	text-decoration: none;
	color: #FFF;
}
.tourboxactive a{
	display:block;
	text-decoration: none;
}
.tourboxactive a:link{
	text-decoration: none;
	color: #232D15;
}
.tourboxactive a:visited{
	text-decoration: none;
	color: #232D15;
}
.tourboxactive a:hover{
	text-decoration: none;
	color: #232D15;
}
.tourboxactive a:active{
	text-decoration: none;
	color: #232D15;
}
#tourtext {
	background-color: #b6dd7e;
	margin-top: -1px;
	margin-bottom: 0px;
	padding-top: 5px;
	font-size: 14px;
	font-style: normal;
	padding-right: 48px;
	padding-bottom: 63px;
	padding-left: 48px;
	overflow: hidden;
	color: #232D15;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E5820;
	z-index: 1;
	height: 750px;
}
#tourtext a:link {
	color: #095FFF;
	text-decoration: underline;
}
#tourtext a:visited {
	color: #095FFF;
	text-decoration: underline;
}
#tourtext a:hover {
	color: #003AA6;
	text-decoration: underline;
}
#tourtext a:active {
	color: #003AA6;
	text-decoration: underline;
}
.tourtextbox{
	/*width:225px;
	min-height: 300px;*/
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color:#FFF;
	border: 1px solid #3E5820;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.tourtextbox h2{
	background-color: #76A73C;
	background-image: url(img/colh1_bg.gif);
	background-repeat: repeat-x;
	width:auto;
	font-family : Verdana, Geneva, sans-serif;
	font-size : 14px;
	margin-bottom:20px;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E5820;
}
.tourtextbox p{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


#foot {
	background-image: url(img/foot_div.jpg);
	background-repeat: no-repeat;
	padding-top: 46px;
	clear: left;
	background-position: center top;
	overflow: hidden;
	display: block;
}
#footcontent {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
}
#footcontent div {
	float: left;
	width: 33%;
	padding-bottom: 10px;
}
#footcontent div p {
	display: block;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	float: left;
	width: 133px;
}


#footcontent a:link {
	color: #000;
	text-decoration: none;
}
#footcontent a:visited {
	color: #000;
	text-decoration: none;
}
#footcontent a:hover {
	color: #000;
	text-decoration: underline;
}
#footcontent a:active {
	color: #384721;
}





#page_end {
	background-image: url(img/page_end.gif);
	width: 984px;
	min-height: 40px;
	max-height: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 14px;
	padding-left: 14px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
.tooltip{
	width: 261px;
	w\idth: 196px;
	height: 150px;
	he\ight: 140px;
	padding: 10px;
	font-size: 12px;
	color: #232D15;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #B6DD7E;
	border: 1px solid #3E5820;
}
.ring {
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	background-image:url(img/ring_bg.png);
	background-repeat:no-repeat;
	padding-top: 33px;
	padding-left: 32px;
	padding-bottom: 45px;
	width: 409px;
	display: block;
}
.ringtip {
	margin-left: 26px;
	font-size:10px;
	font-style: italic;
	margin-top: -16px;
	padding-left: 24px;
	z-index: 2;
	position: absolute;
}
.ringinfo {
	background-color: #bde08b;
	background-image: url(img/ringinfo_bg.png);
	background-repeat: repeat-x;
	width: 449px;
	margin-left: 26px;
	padding-right: 10px;
	padding-top: 30px;
	background-position: bottom;
	padding-bottom: 20px;
	margin-top: 0px;
}
.rectable {
	font-size: 14px;
	margin-top: 0px;
	margin-left:auto; 
	margin-right:auto;
	width:510px;
	background-image: url(img/rectable_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-collapse: collapse;
	border-left:2px solid #d6f0b1;
	border-bottom:2px solid #d6f0b1;
}
.rectable th{
	background-color:#d6f0b1;
	color: #4D7018;
	padding-left:4px;
	padding-right:4px;
	padding-top:8px;
	padding-bottom:4px;
}
.rectable td{
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	border-right:1px dotted #d6f0b1;
}
.rectable td.pos{
	padding-left:3px;
	padding-right:3px;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-right:1px dotted #d6f0b1;
}
.rectable tr{
	color: #2e430e;	
}
.rectable tr.hov{
	color: #FFF;
	background-color:#b6dd7e;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	border-right:1px dotted #d6f0b1;
}
.rectablebot{
	width: 511px;
	height: 119px;
	background-image: url(img/rectable_bot_bg.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.rectableh1 {
	width: 511px;
	background-image: url(img/rectable_h1_bg.png);
	background-repeat: no-repeat;
	color: #4D7018;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-bottom: 8px;
	padding-top: 55px;
	overflow: hidden;
}
.rectablelink {
	width: 511px;
	background-color:#d6f0b1;
	color: #4D7018;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.recinfo{
	background-color: #e4e3e3;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #9ba777;
	padding: 10px;	
}
.recbusbutton{
	font-size: 20px;
	font-weight: bold;
	background-image: url(img/phone_button.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-left: 104px;
	padding-top:43px;
	padding-right:57px;
	padding-bottom:6px;
	width:272px;
	height:92px;

}
.membertable {
	width: 350px;
	border-collapse: collapse;
	margin-left: 40px;
	border-bottom:1px solid #d6f0b1;
}
.membertable th{
	border-bottom:1px solid #d6f0b1;
	font-style: italic;
	font-weight: bold;
	padding: 4px 5px 2px 5px;
}
.membertable th.alt{
	border-left:1px solid #d6f0b1;
	border-right:1px solid #d6f0b1;
	border-bottom:1px solid #d6f0b1;
	font-style: italic;
	font-weight: bold;
}
.membertable td{
	padding: 4px 5px 2px 5px;
}
.membertable td.alt{
	border-left:1px solid #d6f0b1;
	border-right:1px solid #d6f0b1;
}
.membertable tr.hov{
	background-color:#d6f0b1;
}
#user_comments{
	width: 450px;
	margin-left: 40px;
}
#user_comments .sh{
	display: block;
	float: left;
	width: 16px;
	margin: 1px;
}
#user_comments h2{
	width: auto;
	display: block;
	background-color:#d6f0b1;
	border-bottom:1px solid #b6dd7e;
	font-size: 12px;
	font-weight: normal;
	padding: 0 8px;
	margin: 20px 0 0 0;
}
#user_comments p{
	color: #42463c;
	display: block;
	margin: 0 1px 0 1px;
	padding: 10px 8px 0 25px;
	background-color:#edffd3;
}
#user_comments a:link h2{
	text-decoration: none;
	color: #232D15;
}
#user_comments a:visited h2{
	text-decoration: none;
	color: #232D15;
}
#user_comments a:hover h2{
	text-decoration: none;
	color: #000;
	background-color:#b6dd7e;
}
#user_comments a:active h2{
	text-decoration: none;
	color: #232D15;
}
#villkor {
	width: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#villkor p{
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#villkor h2{
	font-size: 20px;
	background-color:#d6f0b1;
	color: #4D7018;
	margin-bottom: 5px;
	margin-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#villkor h3{
	font-size: 16px;
	font-style: italic;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 3px;
	margin-top: 8px;
}
#tavling {
	width: auto;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#tavling p{
	margin:3px 40px;
	padding:0;
}
#tavling h2{
	font-size: 20px;
	background-color:#d6f0b1;
	color: #4D7018;
	padding: 5px 30px;
	margin: 0 0 20px 0;
}
#tavling h3{
	color: #4D7018;
	font-size: 16px;
	font-style: italic;
	background-color:#d6f0b1;
	width: 400px;
	margin: 0 0 0 96px;
	padding: 4px 13px;
}
#tavling ol{
	margin: 0 50px;
	padding: 0 15px;
}
#tavling ol li{
	margin: 0 0 14px 0;
}
#tavling ol li h2{
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	background-color:#FFF;
	color: #000;
}
#tavling ul{
	margin: 5px 0 10px;
}
#tavling ul li{
	margin: 0;
}
#tavling a:link {
	color: #095FFF;
	text-decoration: underline;
}
#tavling a:visited {
	color: #095FFF;
	text-decoration: underline;
}
#tavling a:hover {
	color: #003AA6;
	text-decoration: underline;
}
#tavling a:active {
	color: #003AA6;
	text-decoration: underline;
}
#tavling .votetip {
	border-top: 1px solid #4D7018;
	background-color: #bde08b;
	background-image: url(img/ringinfo_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 462px;
	margin: 0 0 0 96px;
	padding: 8px 19px 20px;
	color: #232D15;
}
#tavling .votetip ul{
	margin: 0 0 20px 0;
}
#tavling .votetip li{
	margin: 0 0 10px 0;
}