@import url("reset.css");
#xf-logo {display:none;}
body
{
	background: #DDD;
	color: #333;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	padding: 10px 0;
}

a { color: #D82B00; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }

/* Main Styles */

#container
{
	margin: 0 auto;
	width: 860px;
	background: #FFF;
	padding: 0 0 20px 0;
	
	-moz-box-shadow: 0 0 10px #AAA; -webkit-box-shadow: 0 0 10px #AAA; box-shadow: 0 0 10px #AAA;
}
#headerspacer {height:1px;}
	#headercont
	{
		width: 790px;
		height: 175px;
		padding: 20px 20px;
		margin: 15px;
		background: #D82B00 url('../images/bg-graphiccont.png') bottom repeat-x;
		position:relative;
	}
		#headerleft {
		width:150px;
		height:167px;
		float:left;
		margin-right:30px;
		border-right:2px dotted #A00;
		padding-right:24px;
		}
		#headerright {
		width:150px;
		height:167px;
		float:right;
		margin-left:30px;
		border-left:2px dotted #A00;
		padding-left:24px;
		position:relative;
				}
		#headerrightcontents {
		position:absolute;
		right:0px;
		bottom:0px;
		}
		#headerrightcontents strong{
		font-weight:bold;
		font-size:16px;
		line-height:20px;
		}
		#headercont p
		{
		font-size: 12px;
		color: #FFF;
		text-align: left;
		font-weight:bold;
		line-height:16px;
		margin-bottom:10px;
		}
		#headercont em
		{
		text-decoration:underline;
		font-style:italic;
		}
		#headercont h1
		{
		font-family: 'Vollkorn', arial, sanserif;
		font-size: 58px;
		color: #FFF;
		letter-spacing: -1px;
		text-align: center;
		position: absolute;
		bottom: 40px;
		width: 785px;
		}
		#translate
		{
		text-align:right;
		}
		
	#menucont
	{
		width: 860px;
		height: 26px;
		padding: 0;
		border-bottom: 2px solid #EEE;
		border-top: 2px solid #EEE;
		background: #FFF;
	}

		#menucont ul
		{
			float: left;
			width: auto;
			margin: 0 0 0 15px;
			list-style-type: none;
			overflow: hidden;
		}
			
		#menucont ul li
		{
			display: inline;
		}
			
		#menucont ul li a
		{
			float: left;
			line-height: 24px;
			padding: 0 10px;
			margin: 0 0 0 10px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 15px;
			color: #333;
			background: #FFF;
		}

		#menucont ul li a.active
		{
			background: #fff;
			border-bottom: 4px solid #D82B00;
			color: #D82B00;
		}

		#menucont li a:hover
		{
			background: #fff;
			border-bottom: 4px solid #D82B00;
			color: #333;
		}


	#maincont
	{
		width: 820px;
		padding: 20px 20px 0 20px;
		margin-top:15px;
		line-height: 22px;
		background: url("../images/bg-maincont.png") repeat-y;
	}
	
			#maincont p { margin: 0 0 15px 0; }
			#maincont h1, #maincont h2, #maincont h3, #maincont h4, #maincont h5 { margin: 0 0 15px 0; font-weight: normal; }
			#maincont h1 { font-size: 24px; font-weight:bold; }
			#maincont h2 { font-size: 20px; font-weight:bold; }
			#maincont h3 { font-size: 18px; font-weight:bold; }
			#maincont h4 { font-size: 16px; text-align:center; }
			#maincont h5 { font-size: 14px; }
			#maincont ul { margin: 0 0 15px 35px; list-style-type: square; }
			#maincont ul li { padding: 0 0 5px 2px; }
			#maincont ol { margin: 0 0 15px 35px; list-style-type: decimal; }
			#maincont ol li { padding: 0 0 5px 2px; }
			#maincont blockquote { background: #EEE; border-right: 3px solid #D82B00; padding: 15px; margin: 0 0 15px 0; font-style: italic; line-height: 18px; }

		#maincont #mainleft
		{
			float: left;
			width: 190px;
			padding: 0 15px;
			font-size: 11px;
		}
		
			#maincont #mainleft ul.sidemenu
			{
				float: left;
				width: 190px;
				margin: 5px 0 15px 0;
				border-top: 1px solid #DDD;
				font-weight: bold;
			}
			
			#maincont #mainleft ul.sidemenu li
			{
				display: block;
				list-style-type: none;
			}
			
			#maincont #mainleft ul.sidemenu li a
			{
				float: left;
				width: 170px;
				padding: 6px 10px;
				margin: 0 0 1px 0;
				background: #EEE;
				border-bottom: 1px solid #DDD;
				color: #D82B00;
				font-weight: bold;
			}
			
			#maincont #mainleft ul.sidemenu li a:hover
			{
				color: #FFF;
				background: #D82B00 url('../images/bg-graphiccont.png') bottom repeat-x;
			}
			
			#maincont #mainleft #searchboxtable {
				border-bottom:1px solid #AAA;
				
			}
		
			#maincont #mainleft ul.alphasidemenu
			{
				margin: 5px 0 0px 0;
				border-top: 1px solid #DDD;
				font-weight: bold;
			}
			
			#maincont #mainleft ul.alphasidemenu li
			{
				display: inline;
				list-style-type: none;
			}
			
			#maincont #mainleft ul.alphasidemenu li a
			{
				/*float: left;*/
				width: 10px;
				/*padding: 1px 1px;*/
				margin: 0px;
				background: #EEE;
				border-bottom: 0px solid #DDD;
				color: #D82B00;
				font-weight: bold;
			}
			#maincont #mainleft ul.alphasidemenu li a:hover
			{
				color: #FFF;
				background: #D82B00 url('../images/bg-graphiccont.png') bottom repeat-x;
			}
			
		.searchnoresults{
		width:400px;
		margin: 10px auto;
		padding:10px;
		background-color:#eee;
		text-align:center;
		font-size: 11px;
		}
		
		ul.searchcatmenu {
		display:block;
		margin-bottom:10px;
		margin-top:10px;
		}
		ul.searchcatmenu li{
		display: inline;
		list-style-type: none;
		top-padding:5px;
		}
		ul.searchcatmenu li a{
		display:inline; 
		padding:5px;
		font-weight:bold;
		}
		ul.searchcatmenu li a:hover{
		color: #FFF;
		background: #D82B00 url('../images/bg-graphiccont.png') bottom repeat-x;
		}
		ul.searchalphamenu {
		display:block;
		margin-top:5px;
		}
		ul.searchalphamenu li {
		display: inline;
		list-style-type: none;
		}
		ul.searchalphamenu li a{
				width: 10px;
				padding: 1px 1px;
				margin: 0px;
				background: #EEE;
				border-bottom: 0px solid #DDD;
				color: #D82B00;
				font-weight: bold;
		}
		ul.searchalphamenu li a:hover{
		color: #FFF;
		background: #D82B00 url('../images/bg-graphiccont.png') bottom repeat-x;
		}

		
		
		#maincont #mainright
		{
			float: left;
			width: 580px;
			padding: 0 0 0 20px;
		}
		
		
		
		/* SEARCH RESULTS PAGE */
		
		#maincontsearch
		{
			width: 860px;
			padding: 0px;
			margin: 0px;
			background: none;
		}
		
		#maincontsearch #searchtop
		{
			padding: 20px 20px 0px 20px;
			font-size: 12px;
			text-align:right;
		}
		#maincontsearch #searchresultsmain
		{
			width: 95%;
			padding: 0px;
			margin:0 auto;
		}
		#searchpagesearchbar
		{
		margin-left:auto;
		}
		#resultsheader
		{
		font-size:16px;
		font-weight:bold;
		text-align:left;
		padding-right:60px;
		}
		#pager
		{
    text-align: right;
    margin-right: 20px;
    display: block;
    vertical-align: middle;
}
		}
		#pager img
		{
		margin-top: -3px;
		vertical-align: middle;
		}
		#pager .viewingpageof
		{
		font-weight:bold;
		font-size:14px;
		}
		#pager .pagedisplay
		{
		width:30px;
		border:none;
		font-weight:bold;
		font-size:14px;
		text-align: center
		}
		.pagesize
		{
		display:none;
		}		
		
	#footercont
	{
		margin: 0 auto;
		width: 820px;
		padding: 20px;
		font-size: 11px;
		color: #777;
	}
	
		#footercont #footerleft
		{
			float: left;
			width: 610px;
		}
			
			#footercont #footerleft ul li
			{
				display: inline;
			}
			
			#footercont #footerleft ul li a
			{
				float: left;
				padding: 0 20px 0 0;
				color: #666;
				text-transform: uppercase;
			}
			
			#footercont #footerleft ul li a:hover
			{
				color: #222;
			}

		#footercont #footerright
		{
			float: left;
			width: 110px;
			text-align: right;
		}
