/* CSS Document */
/*
	WildDownUnder.com
	Hugh Newsome
	
*/

/* FEATURED ENTRIES */


div.home_featdir {
	width:273px;
	height:160px;
	border:1px solid #3387B1;
	float:left;	
	margin:2px 9px 12px 0px;
	padding:4px 4px 5px 4px;
	background-color:#F7F7F7;

}

div.home_featdir_right {
	
	margin:2px 0px 12px 0px;
	

}

div.home_featdir h3 {
	border-bottom:1px solid #3387B1;
	margin:0px 0px 5px 0px;
	
	color:#E56200;
	font-weight:bold;
	font-size:0.85em;
	text-align:center;

}
div.home_featdir h3 a {
	text-decoration:none;	
	padding:0px 2px 3px 2px;
	display:block;
	color:#006699;
	
}
div.home_featdir div.homefeat_address {
	float:right;
	width:165px;	
	padding:6px 1px 2px 1px;
	font-size:0.75em;
	font-weight:bold;
	line-height:1.4em;

}



.home_featdir_pfx {
	margin:7px 4px 0px 0px;
}

.home_featdir_pfx li { 	
	padding:0px 0px 0px 19px;	
	font-weight:bold;
	font-size:1em;
}

div.home_featdir div.homefeat_footer {
	clear:both;
	text-align:center;
	border-top:1px solid #3387B1;
	margin:5px 0px 0px 0px;
	font-size:0.75em;
	font-weight:bold;
	height:30px;
	
}

div.home_featdir div.homefeat_footer a {
	text-decoration:none;
	padding:4px 1px 1px 1px;
	display:block;
	color:#000066;
	text-align:left;
}

div.home_featdir div.homefeat_footer div.homefeat_footright {
	float:right;


}

div.home_article_list {
	margin:0px 0px 0px 0px;
	padding:5px 2px 25px 2px;
	font-size:0.9em;
	border-bottom:#CCCCCC 1px dashed;
}

div.home_article_list a.home_article_footlink {
	float:right;
	

}

div.home_article_list h3 a {
	
	text-decoration:none;
	

}

div.home_article_list_mainlink {
	margin:5px 0px 0px 0px;
	text-align:right;

}

/* AJAX DROPDOWN */

.suggestionsBox {
		position: relative;
		left: 30px;
		margin: 10px 0px 0px 0px;
		width: 200px;
		background-color: #212427;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 2px solid #000;
		color: #fff;
	}

	.suggestionList {
		margin: 0px;
		padding: 0px;
	}

	.suggestionList li {

		margin: 0px 0px 3px 0px;
		padding: 3px;
		cursor: pointer;
	}

	.suggestionList li:hover {
		background-color: #659CD8;
		display:
	}

img.home_sm_map {
	margin:5px 0px 5px 0px;
	border:1px solid #BBBBBB;

}