@charset "utf-8";
/* DJK CSS Document */

/* page layout styling */
	body {background-color:#e2d8ba;}
	#wrapper {background-color:#fff;}
	#header {background-color:#a3210F; text-align:right; border-bottom:15px solid #fff;}
	#header_image {margin: 1.5em;}
	#header_bottom_banner {
		background-color:#fff;
		border-bottom: 1px solid #750c0b;
		}
	#header_bottom_banner #fair_banner {margin:.8em 1.5em .4em 1.5em} 
	#sidebar1 {}
	#maincontent {}
	#sidebar2 {}
	#footer { 
		background:url(../images/gui/bottom_banner.gif) no-repeat 0 0; 
		height:107px; 
		margin-top:10px;
		text-align: center;
		}
	#footer_text {padding-top:80px; color:#e2d8ba;}
	#footer_text a {color:#e2d8ba;}
	
/* typography */
	h1, h2, h3, h4, h5, h6 {color: #a3210F;}
	p.dear_voter {font-size:2em; font-weight:bold; color:#a3210f; line-height:1em; margin-bottom:.5em;}
	p.dear_voter img {margin:2px 10px 0 0;}

/* countdown */
	#countdown {
		color:#a3210f;
		font-size:1.5em; 
		text-align:center;
		font-weight:bold;
		background: url(../images/gui/voting_background.gif) no-repeat 0 0;
		height:228px;
		padding:.5em;
		}
	
	#voting_tile {padding-top:10px;}
		
/* menu */
	#menu {
	/*	width: 15em;*/
	margin-left:10px;
		}
		
	#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
		margin:0;
		padding:0;
		list-style-type: none;
		}
		
	#menu dt {
		cursor: pointer;
		margin:2px 0;
/*		height: 20px;
		line-height: 20px;*/
		text-align:left;
		font-weight: bold;
		border: 1px solid #750c0b;
		background:#fff;
		}
	
	#menu dd { border: 1px solid #750c0b; margin-left:10px;}
	
	#menu li { text-align:center; background:#fff;}
	
	#menu li a, #menu dt a {
		color:#750c0b;
		text-decoration: none;
		display: block;
		border: 0 none;
		height: 100%;
		padding-left:10px;
		font-size:1.3em;
		}
		
	#menu li a:hover, #menu dt a:hover { background:#750c0b; color:#fff;}
	
/* download brochure */
	#download_brochure { margin-left:10px;}
	#download_brochure a[href$=".pdf"] {background-image: none;}
	
