#header {
	margin-top: 30px;
}
#header img {
	float: left;
}
#languages {
	text-align: left;
	width: 65px;
	float: right;
}
#languages img {
	float: right;
	margin-left: 5px;
}
#flagl {
	margin-top: 2px;
}
#flag {
	margin-top: 2px;
}
#fb {
    margin-right: 5px;
    margin-left: 20px;
    margin-top: -6px;
}
#twitter {
	margin-right: 5px;
	margin-top: 15px;
}

#contact_top {
	width: 425px;
	margin-top: 47px;
}

#contact_top_li {
	width:470px;
}
/* ------------------ NAV ------------------ */




#nav {
	margin-left: 20px;
	margin-top: 14px;
}
#nav ul {
	list-style: none;
	float: left;
}
#nav ul li {
	float: left;
	margin-right: 8px;
}
#nav ul li:last-child {
	margin-right: 0px;
}
#nav li {
	position: relative;
	z-index: 111;
	width: 125px;
	/* set width to match the sub menu */
	background: #666666;
	color: #FFF;
	text-align: center;
	border: 2px solid #666666;
	/* main border */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#nav li.dropdown:hover {
	border-bottom: 1px dashed #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#nav li ul {
	position: absolute;
	top: -5000%;
	left: -2px;
	/* offset to line up borders */
	margin: 0;
	padding: 0;
}
#nav li li {
	float: none;
	text-align: left;
	border-radius: 0;
	border-top: 0;
	border-bottom: 1px dashed #fff;
}
#nav li li:first-child {
	border-top: 1px dashed #fff
}
#nav li li:last-child {
	border: 2px solid #666666;
	/* must match main border */
	border-top: 0;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#nav li:hover ul {
	top: 100%;
}

#nav a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
/*--------------------------------- END NAV ---------------------- */

#content_head {
	text-align: center;
	background-image: url(../img/background_10.png);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 20px;
}
#top_content {
	background: #FFF;
	display: inline;
	padding: 0px 10px;
	
}
#heading {
	background-image: url(../img/background_6.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 6px;
	width: auto;
	display: inline;
}
#top_divider {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 2px;
	background: #999;
}
#map {
	padding-bottom: 10px;
}
#tfl {
	float: right;
}
#footer {
	background: #666666;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#legalC img {
	float: right;
	padding-top: 3px;
	padding-left: 5px;
}
#people_cont {
	margin-top: 20px;
	float: left;
}
#people_contact {
	float: right;
	background: #666666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
#button {
	margin-top: 50px;
	padding: 10px 0px 10px 0px;
	background: #666666;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
#contact_small {
	margin-top: 10px;
}
#contact_small img {
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
#IndexCont {
	background: #FFF;
	background: rgba(255,255,255,.9);
}
#IndexImg_ {
	background: url(../img/index_background4.png) no-repeat;
	background-position: bottom;
}
.IndexPad {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-bottom: 5px;
}
#footer_main {
	background: #666666;
	color: #FFF;
	padding: 5px 0px;
	text-align: center;
	margin-bottom: 20px;
}
