body {
	font-family:Tahoma;
	font-size:12px;
	padding:0;
	background:#FFF;
	color:#000;
}
a {
	color:#302825;
}
a:hover {
	color:#302825;
}
h1, h2, h3, h4, h5, h6 {
	color:#302825;
}

/** ClearFix hack **/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/** Oldschool markup clear **/
.clear {
	clear:both;
	height:0;
}
div.hr {
	border-bottom:1px solid #302825;
	margin:5px 0;
}
div.hr hr {
	display:none;
}
#container {
	width:980px;
	margin:0 auto 10px auto;
	overflow:hidden;
	border:1px solid #716f72;
	border-top:none;
}
#panel {
	background:url(/themed/default/css/images/panel-bg.gif) repeat-y;
	position:relative;
	float:left;
	display:inline;
	width:100%;
	min-height:445px;
	border-right:1px solid #716f72;
}
#navigation {
	float:right;
	margin-top:50px;
	margin-right:30px;
	margin-bottom:25px;

}
div.text {
	margin:0;
	padding:0;
}
#searchBox {
	width:15em;
	border:1px solid #716f72;
	padding:2px 4px;
	float:right;
	margin-right:30px;
}
#block {
	width:260px;
	height:230px;
	padding:10px 20px;
	background:#64564B;
	color:#FFF;
	position:absolute;
	bottom:0;
}

#content {
	float:right;
	display:inline;
	width:630px;
	min-height:525px;
	padding:0 20px;
}
#logo {
	display:block;
	position:absolute;
	top:10px;
	left:780px;
	width:200px;
	height:80px;
}
#logo span {
	display:none;
}
h1 a {
	color:#302825;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
#top {
	position:relative;
	height:205px;
	background:url(/themed/default/css/images/top.jpg) no-repeat;
}
#banner {
	position:absolute;
	top:100px;
	height:105px;
	width:100%;
	background:url(/themed/default/css/images/banner.jpg) no-repeat;
}
#footer {
	width:780px;
	margin:0 auto;
	color:#302825;
	font-size:12px;
	height:40px;
	margin-top:10px;
	text-align:left;
	text-align:center;
}
#footer span {
	padding:0 10px;
	padding-right:15px;
	background:url(/themed/default/css/images/middot.jpg) no-repeat right;
}
#footer a {
	text-decoration:none;
}
#footer span.firstChild {
	padding-left:0;
}
#footer span.lastChild {
	padding-right:0;
	background-image:none;
}


#breadcrumbs span {
	float:left;
	display:inline;
}
#breadcrumbs ul {
	border:0;
	margin:0 0 0 5px;
	list-style:none;
	float:left;
	display:inline;
}

#breadcrumbs {
	margin-top:10px;
	margin-bottom:20px;
	height:20px;
	border:0;
	list-style:none;
	font-size:10px;
}
#breadcrumbs ul {
	border:0;
	margin:0 0 0 5px;
	list-style:none;
	float:left;
	display:inline;
}
#breadcrumbs ul li {
	background:url('images/breadcrumbs-divider.gif') left center no-repeat;
	padding-left:10px;
	margin-right:5px;
	float:left;
	display:inline;
}
#breadcrumbs a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
#breadcrumbs ul a:hover {
	text-decoration:underline;
}
#breadcrumbs ul li.firstChild {
	background-image:none;
	padding-left:0;
}



/** Used for collection on frontpage **/
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	color:#302825;
	border:1px solid #64564B;
	background:#FFF;
}
#tooltip h3, #tooltip div {
	margin: 0;
}


/** Search results **/
#results {
	width:100%;
	border-collapse:collapse;
}
#results h2 {
	margin-top:0;
	margin-bottom:5px;
	font-weight:normal;
}
#results h2 a {
	color:#2200CC;
}
#results td {
	padding:0 0 10px 0;
}
#results th {
	text-align:left;
}
#results span.highlight {
	font-weight:bold;
}
#results a.url {
	display:block;
	font-size:10px;
	color:green;
	margin-top:3px;
}