* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ECECEC;
	font-family: verdana, arial;
}

#headerRow {
	background: #03539B url("../images/headerRowBG.gif") repeat-x bottom left;
	height: 280px;
}

#headerContent {
	width: 962px;
	margin: 0px auto 0px auto;
	position: relative;
}

#logo {
	border-width: 0px;
	position: absolute;
	left: 31px;
	top: 18px;
}

#langSelect {
	list-style-type: none;
	position: absolute;
	left: 275px;
	top: 70px;
}

#langSelect li {
	float: left;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 5px;
}

#langSelect a {
	text-decoration: none;
	color: #FFFFFF;	
	margin-right: 4px;
}

#langSelect a:hover {
	text-decoration: underline;
}

#langSelect img {
	border-width: 0px;
}

#menu {
	list-style-type: none;
	position: relative;
	top: 70px;
	float: right;
	margin-right: 31px;
	position: relative;
	z-index: 5;
}

#menu li {
	float: left;
	color: #D1D3D4;
	font-size: 11px;
}

#menu a {
	color: #D1D3D4;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 8px;
	margin-left: 8px;
	display: block;
	float: left;
}

#menu a.last {
	margin-right: 0px;
}

#menu a:hover,#menu a.current {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu a span,#menu a:hover span,#menu a.current span {
	text-decoration: none;
}

#menu li ul {
    position: absolute;
    list-style-type: none;
    visibility: hidden;
    clear: both;
    margin: 0px;
    padding: 0px;  
	background: transparent url("../images/subMenuBG.gif");
	z-index: 2;
	width: 182px;
	border-bottom: 1px solid #A7A9AC;
	padding-top: 20px;
}

#menu li ul a {
	display: block;
	margin: 0px;
	margin-left: 8px;
	color: #A7A9AC;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu li ul a:hover,#menu li ul a.current {
	color: #094F97;
	text-decoration: none;
}

#menu li ul a.last {
	border-bottom: 1px dotted #FFFFFF;
}

#menu li ul li ul {
	display: block;
}   

#menu li ul li {
    clear: both;  
    text-align: left;    
    padding: 0px;
    margin: 0px;
    float: none;
}   

#menu li:hover ul,#menu li.over ul { 
    visibility: visible;
    clear: both;
}

#teaserContainer {
	position: absolute;
	left: 31px;
	top: 104px;
	width: 900px;
	height: 150px;
	overflow: hidden;
	z-index: 1;
}

.teaser {
	width: 900px;
	height: 150px;	
}

.teaser .content {
	background-image: url("../images/teaserContentBG.png");
	width: 250px;
	margin-left: 520px;
	height: 150px;
}

.teaser h2 {
	border-bottom: 1px solid #024D97;
	height: 40px;
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #024D97;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}

.teaser p {
	padding: 15px;
	color: #024D97;
	font-size: 11px;
	line-height: 17px;
}

.teaser a {
	color: #024D97;
	font-weight: bold;
	text-decoration: none;
}

.teaser a:hover {
	text-decoration: underline;
}

#teaserLeft,#teaserRight {
	border-width: 0px;
	position: absolute;
	top: 150px;
}

#teaserLeft {
	left: 0px;
}

#teaserRight {
	right: 0px;
}

#midRow {
	background-color: #FFFFFF;
	float: left;
	width: 100%;
	min-height: 300px;
}

#midContent {
	width: 900px;
	margin: 0px auto 0px auto;
}

#locationPathFontScalePrint {
	float: left;
	width: 100%;
	height: 60px;
	color: #A7A9AC;
	font-size: 11px;
	line-height: 59px;
	background: transparent url("../images/locationPathBullet.gif") no-repeat center left;
	text-indent: 15px;
}

#locationPathFontScalePrint a {
	color: #A7A9AC;
}

#locationPathFontScalePrint a:hover {
	text-decoration: none;
}

#fontScalePrint {
	float: right;
}

#fontScalePrint span {
	font-size: 14px;
	font-weight: bold;
}

#fontScalePrint a {
	text-decoration: none;
	margin-left: 10px;
}

#fontScalePrint a:hover {
	text-decoration: underline;
}



#content {
	width: 550px;
	font-size: 11px;
	color: #6D6E71;
	float: left;
}

#sideBar {
	float: right;
	width: 250px;
}

#content h1, #sideBar h1 {
	font-family: arial;
	color: #024E96;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #999898;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

#content h2, #sideBar h2 {
	font-family: arial;
	color: #024E96;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content p,#sideBar p {
	color: #6D6E71;
	line-height: 17px;
	font-size: 11px;
	margin-bottom: 10px;
}

#content ul,#sideBar ul {
	list-style-type: square;
	font-size: 11px;
	color: #6D6E71;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 17px;
}

#content ul ul,#sideBar ul ul {
	margin-bottom: 0px;
}

#content table,#sideBar table {
	margin-bottom: 10px;
}

#content a,#sideBar a {
	color: #084F97;
}

#content a:hover,#sideBar a:hover {
	text-decoration: none;
}

#news {
	border-collapse: collapse;
	font-size: 11px;
	line-height: 17px;
	color: #6D6E71;
}

#news th,#news td {
	text-align: left;
	vertical-align: top;
}

#news th {
	font-weight: normal;
	width: 70px;
}

#news .current {
	font-weight: bold;
}

#content table.form th,#content table.form td {
	text-align: left;
	vertical-align: top;
}

#content table.form th {
	width: 120px;
}

#content table.photos {
	border-collapse: separate;
}

#content table.photos td {
	background-color: #EBEBEC;
	border: 1px solid #999898;
	width: 95px;
	height: 95px;
	text-align: center;
	vertical-align: middle;
}

#content table.photos img {
	border: 1px solid #999898;
}

#projectCategories {
	background-color: #084F96;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#projectCategories h2 {
	color: #FFFFFF;
}

#projectCategories p {
	color: #FFFFFF;
}

#projectCategories table {
	border-collapse: collapse;
	line-height: 17px;
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
}

#projectCategories td {
	width: 50%;
}

#projectCategories a {
	color: #FFFFFF;
	text-decoration: none;
}

#projectCategories a:hover {
	text-decoration: underline;
}





#footerRow {
	float: left;
	width: 100%;
	background: transparent url("../images/footerRowBG.gif") repeat-x top left;
	min-height: 35px;
	border-bottom: 25px solid #ECECEC;
}

#footerContent {
	width: 900px;
	margin: 0px auto 0px auto;
	font-size: 10px;
	color: #939598;
}

.marganza {
	margin-top: 15px;
	width: 125px;
	float: left;
	background: transparent url("../images/footerSeparator.gif") repeat-x 0px 15px;
	height: 40px;
}

.marganza a {
	color: #939598;
	text-decoration: none;
}

.marganza a:hover {
	text-decoration: underline;
}

.free {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	width: 488px;
}

.vacancies {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	width: 155px;
}

.free h2,.vacancies h2 {
	background: transparent url("../images/footerSeparator.gif") repeat-x 0px 15px;
	font-size: 10px;
	height: 20px;	
	margin-bottom: 5px;
}

.free p,.vacancies p {
	line-height: 16px;
}

.free a,.vacancies a {
	text-decoration: none;
	color: #939598;
}

.free a:hover,.vacancies a:hover {
	text-decoration: underline;
}

#footerMenu {
	margin-top: 15px;
	float: right;
	background: transparent url("../images/footerSeparator.gif") repeat-x 0px 15px;
	height: 40px;
	text-transform: uppercase;
	list-style-type: none;
}

#footerMenu a {
	margin-right: 8px;
	margin-left: 8px;
	color: #939598;
	text-decoration: none;
}

#footerMenu a.first {
	margin-left: 0px;
}

#footerMenu a.last {
	margin-right: 0px;
}

#footerMenu a:hover {
	text-decoration: underline;
}

#footerMenu li {
	float: left;
}





#content p.error {
	color: #CC0000;
	font-weight: bold;
}

.formTextField,.formTextArea {
	font-family: verdana, arial;
	font-size: 11px;
	color: #6D6E71;
	padding: 3px;
	border: 1px solid #6D6E71;
}

.formButton {
	background-color: #084F97;
	font-family: verdana, arial;
	font-size: 11px;
	color: #FFFFFF;
	padding: 3px;
}