/* COUNTRY SELECT */

DIV.territory {
	float: right;
	color: #FFFFFF;
	background-color: #999999;
	padding: 3px;
	width: 224px;
	margin-bottom: 3px;	
}

	DIV.territory SELECT.country_select {
		float: right;
		width: 100%;
		border: 1px solid #807a70;
	}
	
		DIV.territory SELECT.country_select OPTION {
			color: #666666;
		}

/* LINKS BOX */

DIV#links_box {
	float: right;
	width: 222px;
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #666666;
	background: #EEEEEE;
}

	DIV#links_box A {
		display: block;
		text-decoration: none;
		color: #666666;
		margin: 2px 0 2px 2px;
		text-transform: uppercase;
	}

	DIV#links_box HR {
		width: 200px;
		border: 0;
		height: 1px;
		background-color: #666666;
	}

	DIV#links_box A:hover {
		color: #FF9900;
	}

/* SEARCH BY BOX */

DIV.searchBy {
	float: right;
	width: 222px;
	margin-bottom: 3px;
	padding: 3px;
	border: 1px solid #666666;
	color: #FF9900;
	font-weight: bold;
}

	DIV.searchBy UL {
		list-style-type: none;
	}
		DIV.searchBy UL LI A {
			color: #999999;
			text-decoration: none;
		}
		
/* HEADLINES BOX */

DIV#headlines_box {
	float: right;
	width: 218px;
	padding: 5px;
	margin-bottom: 3px;
	border: 1px solid #666666;
	background: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}
	DIV#headlines_box UL {
		font-size: 11px;
		font-weight: normal;
		margin-left: 14px;
	}
	
		DIV#headlines_box UL LI {
			list-style-position: outside;
			list-style-image: url(../images/icon_list_item_grey.jpg);
			text-transform: none;
			margin-bottom: 5px;
		}

		DIV#headlines_box LI DIV.date {
			width: 75px;
			color: #FF9900;
	}

	DIV#headlines_box A:hover {
		color: #ff9900;
	}

DIV.contact_text {
	border: 1px solid black;
	margin-bottom: 3px;
	float: right;
	padding: 3px;
	width: 222px;
	background: #F6F6F6;
}

/* MINI CONTACT */

DIV#mini_contact {
		float: right;
		width: 228px;
		border: 1px solid #666666;
		margin: 0 0 3px 0;
		background-color: #FFFFFF;
	}
	
	DIV#mini_contact DIV {
		padding: 5px;	
		color: #999999;
	}
		
		
	DIV#mini_contact UL {
		list-style-type: none;
		padding: 5px;
		background-color: #999999;
		color: #FFFFFF;
	}
	
		DIV#mini_contact UL A {
			color: #FFFFFF;
			text-decoration: none;
		}

/* BANNERS */

DIV.square_banner {
	float: right;
	width: 228px;
	height: 228px;
	margin-bottom: 3px;
	border: 1px solid #807a70;
	color: #666666;
	font-weight: bold;
}

DIV.half_square_banner {
	float: right;
	width: 228px;
	height: 114px;
	margin-bottom: 3px;
	border: 1px solid #807a70;
	color: #666666;
	font-weight: bold;
}
