html, body {
	height: 100%;
}

body {
 background-color: #cdcfd0;
 font-size: 0.8em;
}

a {
	font-size: 0.8em;
}

#wrapper {
	overflow: hidden;
	min-height: 100%;
}

#content {
	background: #fff url(images/scenery.jpg) bottom left no-repeat;
	padding-bottom: 180px;
}

#content img {
	border: 1px solid #898a8c;
}

#header {
	margin-bottom: 10px;
	height: 100px;
}

#outer {
	width: 1100px;
	margin: 0 auto;
	background-color: #5f6062;
	border-left: 30px solid #e4be9c;
	border-right: 30px solid #e4be9c;
	overflow: hidden;
}

#logo img {
	margin-top: 10px;
	margin-left: 10px;
	border: none;
}

#translate {
	text-align: center;
}

.navigation {
	background-color: #d6e2ba;
	height: 90%;
	position: relative;
	padding-bottom: 10px;
}

.navigation h1 {
	margin: 0;
}

.nav_header {
	text-indent: -9999px;
}

#top_left_nav {
	background: url(images/top_left_nav.jpg) top right no-repeat;
}

#bottom_left_nav {
	background: url(images/bottom_left_nav.jpg) bottom right no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

#top_right_nav {
	background: url(images/top_right_nav.jpg) top left no-repeat;
}

#bottom_right_nav {
	background: url(images/bottom_right_nav.jpg) bottom left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.navigation ul li {
	list-style-type: none;
	padding: 10px 0;
	border-bottom: 1px solid #6d6e70;
	font-size: 14px;
}

.navigation ul li.last {
	border-bottom: none;
}

.navigation ul li a {
	color: #6d6e70;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #ff7700;
}

.navigation ul li.active a {
	color: #ff7700;
}

#main_content {
	padding: 0 30px;
	width: 80%;
	font-size: 130%;
	margin: 0 auto;
	color: #898a8c;
}

#main_content h3 {
	color: #ff7700;
}

#footer {
	text-align: right;
	color: #87888a;
	padding: 3px 0 10px 0;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #87888a;
	padding-right: 0.5em;
	margin-left: 0.5em;
}

#footer ul li.last {
	border-right: none;
	padding-right: 0;
}

#footer ul {
	margin: 0;
}

#footer ul li a {
	color: #87888a;
}

#footer ul li a:hover {
	color: #bed025;
}

#secondary_nav form {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}

#ajaxSearch_input {
	width: 60%;
	border: 1px solid #7a7a7a;
}

.increase {
	display: block;
	height: 20px;
	width:20px;
	float: left;
	margin-right: 3px;
	overflow: hidden;
}

#increase1 {
	background: url(images/increase.jpg) 0px 0px no-repeat;
}

#increase1:hover {
	background: url(images/increase.jpg) -20px 0px no-repeat;
}

#increase2 {
	background: url(images/increase.jpg) -40px 0px no-repeat;
}

#increase2:hover {
	background: url(images/increase.jpg) -60px 0px no-repeat;
}

#increase3 {
	
	background: url(images/increase.jpg) -80px 0px no-repeat;
}
#increase3:hover {
	background: url(images/increase.jpg) -100px 0px no-repeat;
}

#visibility {
	padding: 3px;
	margin-bottom: 10px;
}

#home_logos img {
	border: none;
}