
@font-face {
    font-family: omnes-light;
    src: url(/fonts/omnes-light.otf);
}

@font-face {
    font-family: omnes-medium;
    src: url(/fonts/omnes-medium.otf);
}

@font-face {
    font-family: omnes-regular;
    src: url(/fonts/omnes-regular.otf);
}

body { 
	background-color:#ffffff;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	font-family:omnes-regular;
	color:#595a5c;
	font-size:14px;
}

p{
	font-size:12px;
}

h1{
	font-size:24px;
  color:#595a5c;
	font-family:omnes-regular;
	font-weight:normal;
	margin:30px 20px 30px 20px;
	letter-spacing:2px;
}

a
{
  color:#595a5c;
}

.header-container
{
  width:1200px;
  text-align:center;
}

.spacer
{
	height:50px;
}

.spacer-small
{
  height:30px;
}


h2{
	font-size:20px;
  color:#595a5c;
	font-family:omnes-regular;
	font-weight:normal;
	margin:30px 20px 40px 20px;
	letter-spacing:2px;
}

h3{
	font-size:16px;
  color:#595a5c;
	font-family:omnes-regular;
	font-weight:normal;
	margin:30px 0px 0px 0px;
	letter-spacing:2px;
}


a:link {
  text-decoration:none;
  }
a:visited {
  text-decoration:none;
  }
a:hover {
  text-decoration:underline;
}

.top-container
{
	width:1200px;
	height:84px;
}


.logo-container{
	background-image:url(/images/top-logo.png);
	background-repeat:no-repeat;
	width:196px;
	height:84px;
	margin:0px 0px 0px 53px;
}

.navigator
{
  float:right;
  margin:30px 55px 0 0;
  font-size:13px;
  letter-spacing:0.12em;
}

.navigator-dot
{
  color:#0092c5;
  font-size:20px;
  margin:0 0 0 0;
  padding:0 0 0 0;
}

.navigator-blue
{
  color:#0092c5;
}

.navigator-grey
{
	color:#595a5c;
}


.content
{
  width:1200px;
  background-color:#ffffff;
}


.page-banner-index
{
  background-image:url(/images/banner-index.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:500px;
	margin:0px 0px 0px 0px;
}

.page-banner-contact
{
  background-image:url(/images/banner-contact.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:500px;
	margin:0px 0px 0px 0px;
}

.page-banner-team{
  background-image:url(/images/banner-team.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:500px;
	margin:0px 0px 0px 0px;
}

.page-banner-pwp1{
  background-image:url(/images/banner-pwp1.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:500px;
	margin:0px 0px 0px 0px;
}


.page-banner-idr1{
  background-image:url(/images/banner-idr1.jpg);
	background-repeat:no-repeat;
	width:1200px;
	height:500px;
	margin:0px 0px 0px 0px;
}

.pwp-heading{
 text-align:center;
}

.content-box
{
  width:986px;
  background-color:#f4f6f5;
  margin:auto;
}

.content-box-nobg
{
  width:986px;
  margin:auto;
}

.content-narrow
{
  width:525px;
  margin:auto;
}

.content-box-inner
{
  padding:40px 130px 40px 185px;
}


li {
    margin:10px 0 0 0;
    background: url(/images/bullet.png)  no-repeat transparent;
    list-style-type: none;
    padding: 5px 0 0 30px;
    vertical-align: top;
    line-height:25px; 
}

.subli
{
	background: url(/images/square.png)  no-repeat transparent;
	margin:3px 0 0 0;
	padding: 1px 0 0 30px;
}


.blue-circle
{
  background-image:url(/images/blue-circle.png);
	background-repeat:no-repeat;
	width:132px;
	height:132px;
	margin:0px 0px 0px 62px;
	display:inline-block;
	font-size:13px;
	text-align:center;
	padding:37px 0 0 0;
	line-height:20px;
}



.main-container{
	width:1200px;
	margin:0px auto;
}


.table-contact
{

}


.table-contact td
{
	padding:30px;
	line-height:25px;
	padding-left:150px;
}

.table-team{ 
	text-align:center;
}

.table-team td
{
	padding:30px;
	line-height:25px;
}

.table-contact a
{
  color:#595a5c;
}

.team-box
{
	padding:0 0 30px 0;
}

.team-box h2
{ 
   margin: 30px 20px 20px 20px;
}

.team-box p
{
  text-align:justify;
	line-height:22px;
}


.team-photo
{
	float:left;
	margin:0 75px 0 0;
}

.team-desc
{
	font-size:12px;
	color:#0092c5;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.footer
{
  width:100%;
  background-color:#0092c5;
  height:70px;  
  color:#ffffff;
}

.footer-logo
{
  background-image:url(/images/footer-logo.png);
	background-repeat:no-repeat;
	width:32px;
	height:70px;
	margin:0 0 0 54px;
	float:left;
}

.footer-text-left
{
  float:left;
  margin:30px 0 0 20px;
  font-size:13px;
}

.footer-text-right
{
  float:right;
  margin:30px 54px 0 0;
  font-size:13px;
}

.footer-link
{
  color:#ffffff;
}

.login-box td{
	padding:5px 0 0 120px;
}