﻿/* GENERAL */
*
{
	font-size:100.01%;
	padding:0;
	margin:0;
}

html
{
	font-size:62.5%;
	cursor:default;
}

body
{
	background-color:#ffffff;
	color:#444444;
	font:1.2em verdana, sans-serif;
	line-height:1.2em;
}

img
{
	border:0;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

input {
	border:1px solid #E1E5E9;
	font-size:0.8em;
	padding:2px;
}

.textCenter
{
	text-align:center;
}

.searchForm
{
	width:160px;
	color:#444444;
}

.searchButton
{
	border:1px solid #004080;
	width:82px;
	margin:5px;
}

.lastSeparator
{
	height:20px;
	background-color:#F2F2EB;
}

a, a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#contentWrapper{
	float: left;
	width: 100%;
}

#main
{
	width:935px;
	border:1px solid #cfcfcf;
	margin:5px auto 0 auto;
}

.clearBoth
{
	clear:both;
}

.langBar
{
	background-color:#F2F1EC;
	border-bottom:1px solid #CCCCCC;
	font:0.9em verdana, sans-serif;
	font-weight:bold;
	color:#666666;
	padding:7px 0 7px 20px;
}

.language
{
	float:right;
	margin-right:7px;
}

.logo
{
	background-image: url('../images/bg_foto.jpg');
	width:935px;
	height:79px;
}

/* Main navigation */
.mainNav
{
	width:100%;
	height:26px;
	font-size:                        8pt;
	background-image:url('../images/mainNavBg.gif');
	background-repeat:repeat-x;
}

.mainNav li
{
	display:block;
	margin-top:1px;
	float:left;
	background-repeat:repeat-x;
	background-image:url('../images/mainNavDivider.gif');
}

.mainNav li a
{
	background-repeat:repeat-x;
	background-image:url('../images/mainNavItemBg.gif');
	background-color:inherit;
	display:block;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	margin-right:1px;
	text-decoration:none;
	line-height:24px;
}

.mainNavServices a
{
	width:310px;
}

.mainNav li a:hover
{
	background-position:0 -24px;
}

.leftCol
{
	width:195px;
	float:left;
	margin:2px 0 0 2px;
	height:100%;
	background-color:#F2F2EB;
}

.leftHeader
{
	background-repeat:repeat-x;
	background-image:url(../images/bodyLeftHeader.gif);
	width:195px;
	height:9px;
	margin-bottom:17px;
}

.rightCol
{
	width:734px;
	margin:2px 0 0 2px;
	margin-left:199px;
}

.rightHeader
{
	background-repeat:repeat-x;
	background-image:url(../images/bodyRightHeader.gif);
	width:734px;
	height:9px;
}

.rightContent
{
	padding:5px 0 20px 7px;
	line-height:1.3em;
}

.rightContent p
{
	padding-top:20px;
}

.separator
{
	margin:8px;
}

.subNav
{
	padding:0 8px 2px 8px;
}

.subNav h1
{
	background-color:#6190C3;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	padding:0 7px;
	margin-bottom:5px;
}

.subNav h1 a:hover
{
	text-decoration:underline;
}

.subNav h1, .subNav h1 a {
	color:#FFFFFF;
	background-color:#6190C3;
	font-weight:bold;
	line-height:24px;
}

.subMenu
{
	padding:0 0 3px 5px;
	font-size:1.1em;
}

.activeLink
{
	font-weight:bold;
}

.imgRight
{
	margin:10px;
	float:right;
}

.imgLeft
{
	margin:10px 10px 10px 0;
	float:left;
}

.footer
{
	width:935px;
	margin:0 auto 40px auto;
	padding-top:18px;
	clear:both;
	text-align:center;
	font:0.8em verdana, sans-serif;
	color:#888888;
}




















