/* CSS Document */
#outer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	min-width:760px;
	max-width:1024px;
	margin:0 auto;
}

#topBanner{
	background-image:url(../images/redSwish.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#topBanner:after, #middleCol:after, #bottomBox:after{
	content:"&nbsp;";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

#logo{
	float:left;
}

#logo a img{
	border:none;
}

#search form{
	float:right;
}

#search label{
	color:#8D4040;
}

.goButton{
	background-image:url(../images/buttonBack.jpg);
	color:#FFFFFF;
	font-weight:bold;
	padding-right:1.5em;
	padding-bottom:0.2em;
	border:1px solid #ffffff;
}

.searchInput{
	border:1px solid #8D4040;
}

#nav{
	clear:right;
	float:right;
	margin-top:20px;
	width:auto;
	border-top:2px solid #8D4040;
}

#nav ul{
	padding:0;
	margin-left:0;
}

#nav ul li{
	display:inline;
}

#nav ul li a{
	background-image:url(../images/buttonBack.jpg);
	background-repeat:repeat-x;
	background-color:#903C3C;
	padding:0.1em 1.3em 0.3em 1.3em;
	line-height:1.7em;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover{
	background-image:url(../images/buttonHover.jpg);
	color:#8D4040;
	background-color:#BF8D8E;
}

#breadcrumb{
	margin:5px 0 5px 0;
}

#breadcrumb p{
	margin:0 0 0 170px;
}

#breadcrumb p, #breadcrumb a{
	color:#8D4040;
}

#leftCol{
	width:150px;
	float:left;
}

#submenu ul{
	border-top:1px solid #000000;	
	margin:0;
	padding:0;
	list-style:none;
}

#submenu ul li{
	border-bottom:1px solid #000000;
	padding:8px;
	width:130px;
}

#submenu ul li a{
	display:block;
	background-image:url(../images/buttonBack.jpg);
	background-repeat:repeat-x;
	background-color:#903C3C;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#submenu ul li a:hover{
	background-image:url(../images/buttonHover.jpg);
	color:#8D4040;
	background-color:#BF8D8E;
}

#infoBox{
	color:#B68585;
}

#infoBox h1{
	font-size:1.4em;
	font-weight:normal;
}

#infoBox a, #middleLeft a, #middleCenter a, #middleRight a, #bottomBox a{
	color:#8D4040;
	font-weight:bold;
}

#rightCol a, #topBox a{
	color:#ffffff;
	font-weight:bold;
}

#rightCol a:hover, #topBox a:hover{
	color:#8D4040;
}

#rightCol{
	float:right;
	width:150px;
	background-color:#B38080;
	min-height:455px;
	color:#FFFFFF;
}

#rightCol h1{
	font-size:1.3em;
	margin:30px 10px 30px 10px;
	font-weight:normal;
}


#middleCol{
	margin:0 160px 0 160px;
}

#middleCol.large{
	margin-right:0;
}	

#topBox{
	background-color:#A86D6D;
	min-height:105px;
	margin-bottom:10px;
	color:#FFFFFF;
}

#topBox h1, #topBox h2, #topBox h3, #topBox p, #middleLeft h1, #middleLeft h2, #middleLeft h3, #middleLeft p, #middleCenter h1, #middleCenter h2, #middleCenter h3, #middleCenter p, #middleRight h1, #middleRight h2, #middleRight h3, #middleRight p, #rightCol h2, #rightCol h3, #rightCol p, #bottomBox h1, #bottomBox h2, #bottomBox h3, #bottomBox p{
	margin:0;
	padding:10px;
}

#topBox h1, #middleLeft h1, #middleCenter h1, #middleRight h1, #bottomBox h1{
	font-size:1.4em;
	font-weight:normal;
	padding-bottom:0;
}

#topBox h2, #middleLeft h2, #middleCenter h2, #middleRight h2, #rightCol h2, #bottomBox h2{
	font-size:1.2em;
	padding-bottom:0;
}

#topBox h3, #middleLeft h3, #middleCenter h3, #middleRight h3, #rightCol h3, #bottomBox h3{
	font-size:1em;
	padding-bottom:0;
}

#topBox ul, #topBox ol, #middleLeft ul, #middleLeft ol, #middleCenter ul, #middleCenter ol, #middleRight ul, #middleRight ol, #rightCol ul, #rightCol ol, #bottomBox ul, #bottomBox ol{
	margin-top:0;
	padding-bottom:10px;
	padding-top:10px;
}

#bottomContainer{
	float:left;
}

#middleLeft img, #middleRight img{
	display:block;
	margin:10px auto;
}

#middleCenter img{
	float:left;
	margin:0 5px 5px 0;
}

#bottomBox img.floatright{
	float:right;
	margin:10px;
}

#bottomBox img.floatleft{
	float:left;
	margin:10px;
}

#middleLeft{
	background-color:#F4ECEC;
	color:#A86D6D;
	float:left;
	width:36%;
	margin-right:1%;
}

#middleCenter{
	float:left;
	width:36%;
	background-color:#CCAAAA;
	color:#FFFFFF;
	margin-right:1.5%;
}

#middleRight{
	float:left;
	background-color:#E9DBDB;
	color:#A86D6D;
	width:25%;
}

#bottomBox{
	background-color:#F4ECEC;
	color:#A86D6D;
	min-height:335px;
}

#footer{
	padding-top:10px;
	clear:both;
}

#footer ul{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#a86d6d;
	padding:0.5em 0 0.5em 0;
	width:100%;
}

#footer ul li{
	display:inline;
	color:#FFFFFF;
}

#footer ul li a{
	color:#FFFFFF;
	margin:0 1em 0 1em;
}

#map{
	margin:10px auto;
}

#slideshow{
	margin:10px;
	float:left;
}

p.floatright{
	float:right;
}

p.floatleft{
	float:left;
}

.center{
	display:block;
	margin:10px auto;
	text-align:center;
}

#native{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	min-width:760px;
	max-width:1024px;
	margin:0 auto;
	color:#999999;
	text-align:right;
}

#native p{
	margin:5px 0;
}

#native a{
	color:#999999;
}

.clear{
	clear:both;
}

.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; margin:10px;}
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; margin:10px;}
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; margin:10px;}
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}