@charset "UTF-8";
/*
PAGE STRUCTURE
*/
body{
	background-image:url(../images/background-long.jpg);
	background-repeat:repeat-x;
	background-color:#fbfbfb;
}

/*
PAGE STRUCTURE
*/
#wrapper{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
.window{
	
}

.window .top{
	background-image:url(../images/window-990-top.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:30px;
}

.window .bottom{
	background-image:url(../images/window-990-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:35px;
}

.window .inside{
	background-image:url(../images/window-990-middle.png);
	background-repeat:repeat-y;
	padding:10px 145px 30px 145px;
	height:100%;
}
#header .window .inside{
	padding:0 40px;	
}
#extrabar{
	position:relative;
	top:-1em;
	padding:0 60px;
	color: #d8e9f3;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
}
#extrabar *{
	color: inherit;
	font-size:inherit;
	font-family:inherit;
}
#extrabar a{
	color: #ffffff;
}
#breadcrumb{
	float:left;
}
#extramenu{
	float:right;
}

/*
ELEMENTS
*/
.sitelogo{
	padding:15px 0 0 0;
	margin:0;
	float:left;
}

.searchbox {
	margin-top:20px;
	width:32em;
	float:right;
	text-align:right;
}
.searchbox .types {
	text-align:left;
	margin-bottom:3px;
}
.searchbox .types ul {
	list-style-type:none;
}
.searchbox .types li {
		display:inline;
	margin:0 0 0 15px;
}
.searchbox .types li a {
	font-size:110%;
	color: #bfbfbf;
	font-family:Arial, Helvetica, sans-serif;
}
.searchbox .types li a:hover, .searchbox .types li a.active:hover {
	color:#5eacdd;
	text-decoration:underline;
}
.searchbox .types li a.active {
	color: #747474;
	text-decoration:underline;
}
.searchbox input {
	vertical-align:middle;
}
.searchbox input.searchquery {
	width:25em;
	margin:1px 10px 0 0;
	border:1px solid #a6a6a6;
	padding:4px 10px;
	line-height:normal;
}
.searchbox .options {
	color: #a6a6a6;
	float:right;
	margin:0.5em 70px 0 0;
}
.searchbox .options label {
	display:block;
	padding:0.3em 0.5em;
}