body {
    text-align: center;
    margin: 0;
    padding: 0;
    background: #FFFFFF; /*background:#232C2D;*/
    /*color: #00355c;*/ /*color: #000000;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt; /*font-size:90%;*/
}
p		{margin:0; padding:0 0 15px 0; line-height:140%; }
h1		{margin:0; padding:0 0 5px 0; font-weight:bold; font-size:150%; }
a {
    /*color:#000000;*/
    color:#00233d;
    text-decoration:underline;
}
a:hover	{text-decoration:none; }

.share-wrapper{
	float: left;
}
.share-wrapper .fb-like{
	float:left;
	margin-right:5px;
}
.share-wrapper .google-plus{
	float:left;
	margin-right:5px;
	line-height:20px;
	height:20px;
	width:20px;
	color:white;
	background-color:#d34836;
	border-radius:2px;
	text-align:center;
}
.share-wrapper .google-plus:active,
.share-wrapper .google-plus:hover{
	background-color:#bc3a29;
}
.share-wrapper .fa-whatsapp{
	float:left;
	margin-right:5px;
	border-radius:2px;
	line-height:20px;
	height:20px;
	width:20px;
	background-color:#25D366;
	color:white;
}
.share-wrapper .fa-whatsapp:active,
.share-wrapper .fa-whatsapp:hover{
	background-color:#1fad53
}
/*structural*/
#all {
    /*border: 1px solid silver;*/
    margin:0 auto 10px auto; /*margin:10px auto 10px auto;*/
    padding: 1px;
    width: 988px; /*778px*/
    background:#FFFFFF;
    text-align:left;
}
#content {
    float: left;
    padding: 20px 10px 50px 10px;
    margin: 0px;
    width: 780px;
    display: inline;
}
#rightColumn {
    /*border: 1px solid gray;*/
    display: inline;
    /*height: 800px;*/
    /* color:#FFFFFF; */
    background: white; /* background: #232C2D; */
    padding: 20px 5px 20px 5px; /* padding:20px 20px 5px 20px; */
    margin: 8px 5px 3px 0px; /* margin:-190px 20px 0 0; */
    width: 170px; /* width:200px; */
    float: right;
}
#rightColumnAdvertisementContainer { text-align: center; }
#rightColumnAdvertisement {
    width: 160px;
    /*height: 600px;*/
    height: auto;
    padding: 10px 0px;
    /*border: 1px solid #00355c;*/
    text-align: left;
}
div.rightColumnAdvertisementFooter {
    width: 100%;
    margin-top: -15px;
    font-size: 8pt;
    text-align: right;
}
a.rightColumnAdvertisementFooter {
    cursor: pointer;
    text-decoration: none;
    color: #A0A0A0;
}

#footer {
    clear:both;
    padding:20px 20px 5px 20px;
    font-size:80%;
    /*background:#232C2D; */
    border-top: 3px solid #d8e6f0;
    /*background: #d8e6f0;*/
    /*color:#FFFFFF;*/
    color:#00121f;
}
#footer span	{float:right; }
#footer a		{/*color:#FFFFFF;*/ color:#00355c; }
#footer_blank { height:15px; }
/*custom heading*/
h1#intro {
    /*background:url('../image/corporate.jpg') no-repeat 0 0;*/
    background: url('../image/index.jpg') no-repeat 0 0;
    color: #FFFFFF;
    margin: 0;
    padding: 20px 0 /*160px*/ 80px 20px;
    font-size: 200%;
    font-weight: normal;
    display: block;
    height: 100px;
}
h1#intro a {
    text-decoration:none;
    /*color:#FFFFFF;*/
    color:#FFFFFF;
    display:block;
}

/*navigation*/
#nav {
    /*border-bottom: 3px solid #d8e6f0;*/
    border-bottom: 3px solid #d8e6f0;
    /*background:url('../image/header_50px.gif') repeat-x 0 0;*/
}
ul#nav {
    margin: 0 0 1px 0;
    padding: 10px 0;
    /*background:#232C2D;*/
}
#nav li	 {
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
}
#nav a			{
    /*color:#FFFFFF; */
    color: #00355c;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 120%;
    /*font-weight: bold;*/
    /*background:#232C2D; */
}
#nav a:hover {
    /*color:#999999;*/
    color: #00233d;
    background: #d8e6f0;
    text-decoration: none;
    /*font-weight: bold;*/
}

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */
