@charset "utf-8";
/* CSS Document */

/* quick resets */
html, body, img, ul, li, ol {
margin: 0;
padding: 0;
border: 0;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

/* global html standards*/
a {
color: #4dc742;
font-weight: bold;
text-decoration: none;
}
	a:hover {
	color: #fcbe40;
	}

form {
width: 100%;
margin: 8px;
position: relative;
}
	select {
	width: 280px;
	margin: 0 0 7px 0;
	}
	
	option.alternative {
	background: #EEEEEE;
	}
	
	input, textarea {
	backXXground: #fcbe40 url(../images/honeycomb_15.png) repeat;
	border: 1;
	padding: 7px 13px;
	margin: 0 0 5px 0;
	width: 259px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	fontXX-weight: 700;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	  textarea {
    padding: 7px;
	  width: 271px;
    }
	  input:hover, input:focus,
    textarea:hover, textarea:focus {
	  backXXground: #c7c141   url(../images/honeycomb_25.png) repeat;
    }
		input.checkbox {
		width: auto;
		background: none;
		}
		input.button {
		background-color: #4dc742;
		border: 1px outset #000000;
		padding: 5px 26px;
		margin: 0 0 0 163px;
		font-weight: bold;
		width: auto;
		}
			input.button:active {
			border-style: inset;
			}

/* layout */

#wrapper {
width: 900px;
margin: 0 auto;
position: relative;
}

#header {
background: url(../images/header_gradient.jpg) repeat-x;
height: 165px;
width: 900px;
position: relative;
}

	#header #logo {
	background: url(../images/logo.png) no-repeat;
	height: 76px;
	width: 200px;
	position: absolute;
	left: 39px;
	top: 15px;
	}
	
		#logo a {
		width: 100%;
		height: 100%;
		display: block;
		}
	
	#header #menu {
	background: #fcbe40 url(../images/black_15.png) repeat-x top;
	height: 39px;
	width: 885px;
	position: absolute;
	right: 0;
	top: 111px;
	}
		
		#menu ul {
		background: url(../images/menu_corner.png) no-repeat left;
		padding: 0 0 0 9px;
		height: 39px;
		}
		
		#menu li {
		display: inline;
		margin-left: -4px;
		}
			#menu li:first-child {
			margin: 0;
			}
	
		#menu a {
		display: inline-block;
		padding: 0 9px;
		line-height: 39px;
		height: 39px;
		font-size: 14px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		}
		
			#menu a:hover, #menu a#current {
			background: url(../images/honeycomb_25.png) center;
			cursor: pointer;
			}

#main_collum {
width: 600px;
position: relative;
float: left;
margin: -5px 0 10px 0;
}

	#main_collum h1 {
	background: #fcbe40 url(../images/bee_h1_25.png) no-repeat left;
	font-size: 16px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 69px;
	margin: 17px 0 3px 11px;
	}
	
	#main_collum p {
	margin: 0;
	padding: 0 5px 0 17px;
	}
	
		#main_collum p.invisible {
		display: none;
		margin: 5px 15px 0 27px;
		padding: 4px 5px;
		border: 1px solid #555;
		border-width: 0 0 0 1px;
		}
		
		#main_collum span.read_more {
		cursor: pointer;
		font-weight: bold;
		display: inline;
		float: right;
		margin-top: -2px;
		}

#right_collum {
width: 275px;
position: relative;
float: right;
margin: 2px 0 10px 0;
}

	#right_collum h1 {
	background: #4dc742 url(../images/bee_h1_25.png) no-repeat left;
	font-size: 16px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 69px;
	margin: 10px 0 3px 0;
	}
		#right_collum h1 img {
		float: right;
		margin: 7px;
		}
	
	#right_collum img {
	max-width: 90%;
	}

#footer {
clear: both;
border: 1px solid #999999;
border-width: 1px 0 0 0;
margin: 0 0 10px 0;
padding: 7px 0 0 0;
text-align: center;
color: #999999;
font-size: 11px;
line-height: 12px;
}
	
	#footer a {
	font-weight: normal;
	}

  .walking {
  display:inline;
  background: #fcbe40 url(../images/bee_h1_25.png) no-repeat left;
  vertical-align:none ;
	font-size: 16px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 69px;
	margin: 17px 0 3px 11px;
  }

