body {
	height: 100%;
	background-color: #EAEEF0;
	color: #003449;
	font-family: Open Sans;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

body div,
body p {
	margin: 0;
	padding: 0;
	border-width: 0;
}

body a {
	color: #003449;
    text-decoration: none;
}
body a:hover {
}
body a:visited {
}



#SITE_CONTAINER {	
}

#SITE_ROOT {
	width:980px;
	padding-bottom:41px;
    position: relative;
    margin: auto;
	background-color: #EAEEF0;
}

#SITE_HEADER {
	width: 100%; 
	height: 193px;
}

#PAGES_CONTAINER {
	position: relative;
	width: 100%; 
	height: 100%;
	background-color: white;
}

#SITE_PAGES {
	height: 100%;
}

#mainPage {
	height: 100%;
}

#SITE_FOOTER {
	position: relative;
	width: 100%;
	background-color: white;
}


/* *********************************** HEADER *********************************** */



.headerItemCentered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.headerTitle {
	width: 327px;
	height: 100%;
	background-color: #acf1bd;
	float: left;
}

.headerTitle a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;	
}

.headerTitle div {
	text-align:center;
}

.headerTitle div img {
	width: 59px;
	height: 63px;
}

.headerTitle h1 {
	font-size: 24px;
	white-space: nowrap;
}


.headerContacts {
	float: left;
	width: 326px;
	height: 100%;
	background-color: #d5eef1;
	display: table;
}

.headerContacts > div {
	display: table-cell;
	vertical-align: middle;
}

.headerContacts img {
	width: 30px;
	height: 30px;
}

.headerAddress,
.headerPhone {
	display: block;
	position: relative;
	float: left;
	margin-left: 50px;
}

.headerPhone p {
	margin-top: 5px;
}

.headerAddress div,
.headerPhone div {
	display: block;
	position: relative;
	float: left;
	margin: 10px;
}

.headerPhoto {
	float: left;
	width: 327px;
	height: 100%;
}

.firstContentLine {
	height: 348px;
	width: 100%;
}

.office {
	float: left;
	margin: 0;
	height: 100%;
}

.office > div {
	height: 100%;
}

.office img {
	width: 653px;
	height: 348px;
}

.officeImageDiv {
	height: 100%;
}

.officeDesc {
	position: relative;
	width: 50%;
	height: 148px;
	bottom: 148px;
	background-color: rgba(213, 238, 241, 0.65);
}

.officeDesc h2 {
	position: absolute;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 26px;
	line-height: 1.4;
	
	text-shadow:
	1px 1px 0 #EAEEF0,
	-1px -1px 0 #EAEEF0,  
	1px -1px 0 #EAEEF0,
	-1px 1px 0 #EAEEF0,
	1px 1px 0 #EAEEF0;
}

.openingHoursDiv {
	float: left;
	width: 327px;
}

.openingHoursDiv > div {
	margin: 20px;
}

.openingHoursDay {
	width: 125px;
}

.monitoraceDiv {
	margin-top: 20px;
}

.secondContentLine {
	width: 100%;
	height: 617px;
}

.news {
/* 	float: left;
	width: 326px;
	height: 100%;
	border-style: solid;
	border-right-width: 1px;
	border-right-color: #003449; */
	
	float: left;
	width: 327px;
	height: 100%;
}

.newsContent {
	margin: 10px;
	height: 100%;
}

.news ul {
	list-style-image: url("icon_bulletpoint.png");
    padding-left: 21px;
	font-size: 20px;
}

.fb-page {
/*     position: relative;
	margin:0;
	top: -648px;
	height: 617px; */
	
	float: left;
	height: 100%;
}


.services {
	float: left;
	width: 326px;
}

.services > div {
	margin: 10px;
	height: 100%;
}

.services h3 {
	margin-left: 5px;
}

.services ul {
	font-size: 20px;
    padding-left: 26px;
}

.services ul li {
	margin-bottom: 18px;
}

.services a {
	color: #1111CC;
}
.services a:hover {
	text-decoration: underline;
}
.services a:visited {
	color: #1111CC;
}


.newClient {
	float: left;
	width: 327px;
	height: 100%;
}

.newClientTitleDiv {
	width: 100%;
	height: 80px;
	background-color: rgba(213, 238, 241, 1);
}

.newClientTitleDiv div {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	text-align:center;
	font-size: 26px;
	font-weight: bold;
}

.newClientPhoneDiv {
	width: 100%;
	height: 249px;
}

.newClientPhoneDiv img {
	width: 327px;
	height: 249px;
}

.newClientPhoneDesc {
	position: relative;
	top: -100%;
	width: 200px;
    white-space: normal;
	margin-top: 2px;
	margin-left: 10px;
	font-size: 22px;
	font-weight: bold;
}

.newClientPhoneNumber {
	position: relative;
	top: -94px;
	left: 150px;
	font-size: 22px;
}

.map {
	width: 100%;
}

.map iframe {
	margin: 0;
	padding: 0;
	border-width: 0;
}



.footerNote {
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	text-align: center;
    border-top-style: solid;
	background-color: rgba(213, 238, 241, 0.5);
}