/*
tango international
redesign

january/february 2007


COLOR SCHEME 1
	palest green	#EAFFEA
	slightly darker	#D5FFD5
	dark green	#669966
	darkest green	#476B47
*/

body {
	background: #669966;
	margin: auto;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

body, html {
	height: 98%;
}

a, a:link {
	color: #476B47;
}

#container {
	display: table;
	width: auto;
	margin: auto;
	text-align: center;
	background: url(../images/map.png) no-repeat left bottom;
	height: 100%;
}

#leftSide {
	float: left;
	width: 400px;
	text-align: left;
	height: auto;
	padding-top: 50px;
}

#header {
	width: 400px;
	padding: 5px;
	height: 85px;
	text-align: center;
	border-bottom: 45px solid #476B47;
}

	#logo {
		position: relative;
		z-index: 4;
	}

	#tango { display: none; }
	
	#international { display: none; }
	
	#tagline { display: none; }


#menu {
	width: 332px;
	margin: auto;
	background: #EAFFEA;
	padding: 2px;
	padding-bottom: 10px;
	font-size: 1.1em;
	text-align: left;
	border: 1px solid #476B47;
	border-top: 0px;
	position: relative;
	z-index: 2;
}
	#menu a, #menu a:link, #menu a:visited {
		font-size: 0.95em;
		color: #669966;
		text-decoration: none;
		font-weight: bold;
		padding-right: 10px;
	}
	
	#menu a:hover, #menu a:link:hover {
		color: #476B47;
		cursor: pointer;
		text-decoration: underline;
	}
	
	#menu ul {
		margin: auto;
		list-style-type: none;
	}

#content {
	background: #D5FFD5;
	margin: auto;
	margin-top: 30px;
	clear: right;
	margin-left: 390px;
	margin-right: 20px;
	text-align: left;
	padding: 10px;
	line-height: 1.4em;
	position: relative;
	border: 1px solid #669966;
	z-index: 8;
}

	.contentHeader {
		margin-left: auto;
		text-align: left;
	}
	
	.contentHeader h3 {
		font-weight: normal;	
		margin: 0px;
		color: #669966;
		margin-bottom: -15px;
	}
	
	.contentHeader h1 {
		text-align: left;
		font-weight: normal;
		color: #476B47;
		font-family: "Georgia", "Times New Roman", times, serif;
	}
	
	#content h2 {
		border-bottom: 1px solid #669966;
		padding: 5px;
		margin: auto;
		color: #476B47;
		font-weight: normal;
	}
	
	#content h3 {
		font-size: 1.1em;
		color: #669966;
		margin: auto;
	}


	.floatright {
		float: right;
		margin: 5px;
	}
	
	.floatleft {
		float: left;
		margin: 5px;
	}

#footer {
	width: auto;
	font-size: 0.9em;
	clear: both;
	padding: 5px;
	background: #476B47;
	color: #D5FFD5;
}
	#footer a, #footer a:link, #footer a:visited {
		color: #EAFFEA;
	}

