@charset "utf-8";
body {
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 135px;
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 50px;
}
.oneColFixCtrHdr #footer {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 12px;
	margin-top: 0px;
	background-image: url(images/underlineBottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#homeMainContentLeftDiv {
	float: left;
	width: 380px;
}
#homeMainContentRightDiv {
	margin-left: 400px;
}


.imageLeftFloat {
	float: left;
}
.buildingsPhoto1 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topMenu {
	margin: 0px;
	padding: 0px;
	width: 500px;
	float: right;
	height: 35px;
	background-image: url(images/underlineTopMenu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#topMenu ul {
	margin: 0px;
	padding: 0px;
}
#topMenu li {
	display: inline;
	list-style-image: url(none);
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
}
#footerMenuDiv {
	float: left;
}
#copyrightDiv {
	float: right;
	text-align: right;
}
#languageLinkDiv {
	margin-top: 10px;
	width: 100px;
	float: right;
}
#translationPoint {
	margin-left: 50px;
	background-image: url(images/bulletGlobe.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 30px;
}
#tourismPoint {
	margin-left: 50px;
	background-image: url(images/bulletGlobe.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 30px;
}
#communicationPoint {
	margin-left: 50px;
	background-image: url(images/bulletGlobe.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 30px;
}
#translationExpertPoint {
	margin-left: 180px;
	background-image: url(images/bulletGlobe.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 30px;
}
#translationExpertPoint2 {
	margin-left: 180px;
	background-image: url(images/bulletGlobe.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 30px;
	height: 120px;
}
#translationExpertPoint3 {
	margin-left: 180px;
	background-image: url(images/bulletGlobe.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	margin-top: 30px;
	height: 150px;
}


#expertiseDiv1 {
	background-image: url(images/expertisePhoto1.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}
#expertiseDiv2 {
	margin-left: 20px;
	background-image: url(images/expertisePhoto2.jpg);
	background-repeat: no-repeat;
}
#expertiseDiv3 {
	margin-left: 20px;
	background-image: url(images/expertisePhoto3.jpg);
	background-repeat: no-repeat;
}
#expertiseDiv4 {
	background-image: url(images/expertisePhoto3.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
}

