@charset "utf-8";
/* CSS Document */

/*layout*/


body{
	
	font-family:Arial, Helvetica, sans-serif;
	margin:1em;

	
} 





#positioner{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	
}

#positioner #banner{
	background:url(images/hd-banner.jpg) no-repeat;
	width:980px;
	height:211px;
	
}

#container{
	background:url(images/bg-right.png) white repeat-y right;
	background:#ffffff;
	float:left;
	position:relative;
	margin-top:-11px;
	
	
}

div#navigation{
	font-size:16px;
	padding:8px;
	padding-left:0px;
	padding-right:0px;
	width:980px;
	float:left;
	
	
}
.clear{
	clear:both;	
}

ul#nav{
	margin:0;padding:0;	
}

ul#nav{
	list-style:none;	
	color:white;
	width:auto;
	
}

ul#nav li{
	background:url(images/nav-button-bg-off.png);
	float:left;
	
	margin-right:10px;
	width:100px;
	height:30px;
	text-align:center;
	
}

ul#nav li.highlight{
	background:url(images/nav-button-bg-highlight.png);
}

ul#nav li.last{
	margin-right:0px;
}


ul#nav li#search form{
	margin: 3px 4px 4px 6px;
}

ul#nav li a{
	float:left;
	margin:4px;
	margin-left:0px;
	margin-top:5px;
	text-align:center;
	width:100%;
	color:white;
	text-decoration:none;
	
}

ul#nav li a:hover{
	text-decoration:underline;	
}






.layout_tble{
	width:980px;
	position:relative;
	
}

.layout_tble table{
	width:100%;



}


#secondary-content{
	background:white;

	
}	

#secondary-content h2{
	margin:0;
	background:#0c0d29;
	color:white;
	padding:0.3em;
	text-align:center;
}
ul#hd-nominate-adverts{
margin-top:0.2em;
padding:0.3em;
}
ul#hd-nominate-adverts *{
	
	list-style:none;
	margin:0;
	padding:0;
}

ul#hd-nominate-adverts a{
	color:black;	
	text-decoration:none;
}
ul#hd-nominate-adverts p{
	margin-top:0.5em;	
}

ul#hd-nominate-adverts img{
	border:none;	
}

ul#hd-nominate-adverts li{
	text-align:center;	
	margin-bottom:1em;
	
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
}



ul#hd-nominate-adverts li h3{
	margin-bottom:0.3em;
	font-size:1.1em;
}


ul#hd-nominate-adverts li:last-child{
	
	border-bottom:none;
} 


table.layout_tble table.layout_tble2 td.hd-nominate{
	vertical-align:top;	
	padding-left:0.5em;
	width:180px !important; 
	overflow:hidden;
}


table.layout_tble table.layout_tble2 td.content_container{
	width:780px;
	
}

