@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C5C8CF;
}
#containerOuter {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}
#mainContent {

}

#navigation {
	width: 150px;
	padding-top:20px;
	padding-left:25px;
	padding-right: 25px;
	padding-bottom: 20px;
}
#TopContent {
	width: 551px;
	padding-top:15px;
}
#banner{
}
#footer{
	padding-top:40px;
	padding-bottom:15px;
	padding-left:20px;
	text-align:center;
	padding-right: 20px;
	height:130px;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
.footer{
	font:Arial;
	font-size:10px;
	font-weight:bold;
	color:#333333;
}
.footer a:link, .footer a:visited, .footer a:active{
	color: #333333;
	text-decoration: underline;
}
.footer a:hover{
	color: #006D97;
}
#title {
	font-family: Arial;
	font-size:14px;
	color:#00374B;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom:5px;
	text-decoration: underline;
}
#titlesidebarRightBox {
	font-family: Arial;
	font-size:13px;
	color:#171717;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom:5px;
	text-decoration: underline;
}
#mainText {
	text-align: justify;
	vertical-align: top;
}
.mainText {
	font-family: Arial;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
}
.mainText a:link, .mainText a:visited, .mainText a:active{
	color: #333333;
	text-decoration: underline;
}
.mainText a:hover{
	color: #006D97;
}
#sidebarLeft {
	text-align: justify;
	vertical-align: top;
	padding-right:15px;
}
#sidebarRight {
	text-align: justify;
	vertical-align: top;
	padding-left:10px;
	border-left-color:#333333;
	border-left-style:solid;
	border-left-width:1px;
}
#sidebarRightBox {
	text-align: justify;
	vertical-align: top;
	background-color:#ACE0E8;
	padding: 5px;
}
#sidebarRightBoxContact {
	text-align: justify;
	vertical-align: top;
	background-color:#DDDFE3;
	padding: 5px;
}
.textsidebarRightBox {
	font-family: Arial;
	font-size:11px;
	color:#171717;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
}
.textsidebarRightBox a:link, .textsidebarRightBox a:visited, .textsidebarRightBox a:active{
	color: #171717;
	text-decoration: underline;
}
.textsidebarRightBox a:hover{
	color: #006D97;
}
#spacer {
	padding-bottom: 20px;
}
#innerImageTeam {
	width: 99px;
	height: 144px;
}
#midImageTeam {
	width: 99px;
	height: 144px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#ACE0E8;
	border: 4px solid #FFFFFF;
}
#outerImageTeam {
	width: 116px;
	height: 162px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6FCBD7;
}
#teamTextContainer {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #ACE0E8;
}
#titleTeam {
	font-family: Arial;
	font-size:12px;
	color:#00374B;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom:5px;
	text-decoration: underline;
}
#subtitleTeam {
	font-family: Arial;
	font-size:12px;
	color:#006D97;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom:10px;
}
#subtitleTeam a:link, #subtitleTeam a:visited, #subtitleTeam a:active{
	color: #006D97;
	text-decoration: underline;
}
#subtitleTeam a:hover{
	color: #333333;
}
#mainTextTeam {
	text-align: justify;
	vertical-align: top;
	padding-right: 15px;
}
.mainTextTeam {
	font-family: Arial;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
}
.mainTextTeam a:link, .mainTextTeam a:visited, .mainTextTeam a:active{
	color: #333333;
	text-decoration: underline;
}
.mainTextTeam a:hover{
	color: #006D97;
}
#innerImageClients {
	width: 200px;
	height: 288px;
}
#midImageClients {
	width: 200px;
	height: 288px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#ACE0E8;
	border: 4px solid #FFFFFF;
}
#outerImageClients {
	width: 218px;
	height: 307px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6FCBD7;
}
#clientsTextContainer {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	background-color: #ACE0E8;
}
#innerImageClientsLands {
	width: 288px;
	height: 200px;
}
#midImageClientsLands {
	width: 288px;
	height: 200px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#ACE0E8;
	border: 4px solid #FFFFFF;
}
#outerImageClientsLands {
	width: 307px;
	height: 218px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6FCBD7;
}
#timetable {
	text-align: justify;
	vertical-align: top;
	margin-top:13px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	background-color:#FFFFFF;
}
.timetableDate {
	vertical-align: middle;
	font-family: Arial;
	font-size:12px;
	color:#006D97;
	font-weight: bold;
}
td.timeTableTitle {
	font-family: Arial;
	font-size:14px;
	color:#006D97;
	font-weight: bold;
}
td.timeTableText {
	font-family: Arial;
	font-size:12px;
	color:#353538;
	font-weight: bold;
	vertical-align: middle;
}
#formText{
	height:20px;
}
.subtitleLinks {
	font-family: Arial;
	font-size:14px;
	color:#006D97;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom:10px;
}
.subtitleLinks a:link, .subtitleLinks a:visited, .subtitleLinks a:active{
	color: #006D97;
	text-decoration: underline;
}
.subtitleLinks a:hover{
	color: #006D97;
}
#sidebarRight {
	text-align: justify;
	vertical-align: top;
	padding-left:15px;
	border-left-color:#333333;
	border-left-style:solid;
	border-left-width:1px;
}
#sidebarLeft {
	text-align: justify;
	vertical-align: top;
	padding-right:15px;
}
.mainTextContact {
	font-family: Arial;
	font-size:12px;
	color:#333333;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
	padding-right:15px;
}
.mainTextContact a:link, .mainTextContact a:visited, .mainTextContact a:active{
	color: #333333;
	text-decoration: underline;
}
.mainTextContact a:hover{
	color: #006D97;
}
#tableContact {
	height:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebarLeftNews {
	text-align: justify;
	vertical-align: top;
	padding-right:15px;
	border-right-color:#333333;
	border-right-style:solid;
	border-right-width:1px;
}
#sidebarRightNews {
	text-align: justify;
	vertical-align: top;
	padding-left:15px;
}