@charset "utf-8";
/* CSS Document */
header{
width:100%;
height:auto;
background:#FFFFFF;
border-bottom:5px solid #00a2b2;
}

.logos{
width:100%;
height:100%;
margin:0 auto;
}

.content{
width:98%;
height:100%;
margin:0 auto;
background:#fff;
padding:1%;
margin:1%;
}

.content-left{
width:100%;
height:auto;
text-align:center;
}
.box-l{
background:#f0f0f0;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-align:left;
padding:4%;
margin:2% 0 2% 0;
height:auto;
}

.box-2{
background:#f0f0f0;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-align:left;
padding:4%;
height:auto;
}

.box-3{
background:#f0f0f0;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-align:left;
padding:4%;
height:auto;
}


.photo{
width:20%;
float:left;
display:none;
}
.info{
width:100%;
float:left;
}

.content-right{
width:100%;
height:auto;
margin-left:2%;
text-align:center;
}
p{
text-align:justify;
font-size:12px;
margin-bottom:5px;
display:none;
}

h1{
font-size:18px;
font-weight:bold;
color:#00a2b2;
}

h2{
font-size:14px;
color:#00a2b2;
}

h3{
font-size:14px;
color:#555555;
font-weight:normal;
}


.circles{
width:98%;
margin:0 auto;
text-align:center;
margin:2% 2%;
}

.circle1{
width:90%;
height:auto;
background-color:#f0f0f0;
border-radius:50px;
-moz-border-radius:50px;
webkit-border-radius:50px;
text-align:center;
padding:10px 10px;
margin:10px 0px;
}

.circles ul{
list-style-image:url(../images/bullet.png);
margin:2% 0 2% 20%;
}

.rght-marg{
margin-right:50px;
}
footer{
width:100%;
background:#00a2b2;
margin:0 auto;
padding:10px 0;
text-align:center;
}

footer .inside{
width:100%;
height:100%;
margin:0 auto;
font-size:10px;
color:#fff;
}
