@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	background: #f7f7f7;
	margin:0;
	padding:0;
	height:100%;
}

a {
	color:#0059a2;
	text-decoration:none;
	font-weight:normal;
}

a:hover {
	color: #0059a2;
	text-decoration:underline;
	font-weight:normal;
}	

.clear {
  clear:both;
  font-size:0px;
  text-indent:-5000px;
  height:0px;
}

div#container {
	width:980px;
	text-align:center;
	position:relative;
}

div#container-home {
	width:980px;
	text-align:center;
	position:relative;
}

div#container-home-temp {
	width:980px;
	text-align:center;
	position:relative;
	background:url(../img/homepage-temp.png) top center no-repeat;
	height:450px;
}

div#internal-content-home {
	width:980px;
	height: 452px;
	position:relative;
	background-image: url(../img/home-bg.jpg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	clear:both;
	text-align: left;
	position: relative;
	z-index: 1;
}

div#homepage-bottom {
	width:980px;
	position:relative;
	background: url(../img/waltman-bg.png) bottom left no-repeat #1a6aab;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	clear:both;
	text-align: left;
	position: relative;
	z-index: 1;
	color: white;
	margin-top: 15px;
	height: 135px;
}

div.homepage-bottom-left {
	float: left;
	position: relative;
	color: white;
	width: 450px;
	margin-top: -10px;
}

div.homepage-bottom-left h3 {
	padding-left: 200px;
	padding-bottom: 10px;
	font-size: 45px;
	font-weight: normal;
	font-style: normal;
	font-family: 'AvenirLTStd65Medium', sans-serif;
	line-height: normal;
	margin-bottom: -50px;
	letter-spacing: -1px;
}

div.homepage-bottom-left h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-family: 'AvenirLTStd65Medium', sans-serif;
	line-height: normal;
	padding-left: 200px;
	margin-bottom: -55px;
	letter-spacing: -1px;
}

div.homepage-bottom-left p.main {
	padding-left: 205px;
	padding-top: 15px;
	font-size: 14px;
	line-height: normal;
	margin-bottom: -30px;
	position: relative;
}

div.homepage-bottom-left p.main a {
	color: white;
	text-decoration: none;
}

div.homepage-bottom-left p.main a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

div.homepage-bottom-middle {
	float: left;
	position: relative;
	color: white;
	width: 265px;
}

div.homepage-bottom-middle h4 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-family: 'AvenirLTStd65Medium', sans-serif;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: -10px;
}

div.homepage-bottom-middle ul {
	font-size: 14px;
	line-height: 20px;
	margin-left: -5px;
	padding-bottom: 15px;
}

div.homepage-bottom-middle ul a {
	color: white;
	text-decoration: none;
}

div.homepage-bottom-middle ul a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

div.homepage-bottom-right {
	float: right;
	position: relative;
	color: white;
	width: 265px;
}

div.homepage-bottom-right h4 {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-family: 'AvenirLTStd65Medium', sans-serif;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: -10px;
}

div.homepage-bottom-right p {
	padding-left: 15px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 15px;
}

div.homepage-bottom-right p a {
	color: white;
	text-decoration: none;
}

div.homepage-bottom-right p a:hover {
	color: #eaeaea;
	text-decoration: underline;
}

div#internal-content-light-blue {
	width:980px;
	text-align:center;
	position:relative;
	background-color: #1ab3e4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	clear:both;
	color: white;
	text-align: left;
	position: relative;
	z-index: 1;
}

div#internal-content-dark-blue {
	width:980px;
	text-align:center;
	position:relative;
	background-color: #1a6aab;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	clear:both;
	color: white;
	text-align: left;
	position: relative;
	z-index: 1;
}

div#internal-content-green {
	width:980px;
	text-align:center;
	position:relative;
	background-color: #1a9f58;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	clear:both;
	color: white;
	text-align: left;
	position: relative;
	z-index: 1;
}

div#container-approach {
	width:980px;
	text-align:center;
	position:relative;
	background:url(../img/approach-bg.png) top center no-repeat;
}

div#container-independent {
	width:980px;
	text-align:center;
	position:relative;
	background:url(../img/independent-bg.png) top center no-repeat;
}

div#container-accountability {
	width:980px;
	text-align:center;
	position:relative;
	background:url(../img/accountability-bg.png) top center no-repeat;
}

div#container-services {
	width:980px;
	text-align:center;
	position:relative;
	background:url(../img/services-bg.png) top center no-repeat;
}

div#container-about {
	width:980px;
	text-align:center;
	position:relative;
	background:url(../img/about-us-bg.png) top center no-repeat;
}

div#container-contact {
	width:980px;
	text-align:center;
	position:relative;
	background:url(../img/contact-us-bg.png) top center no-repeat;
}

div.logo {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: white;
	border-left: solid 4px #f2f1f1;
	border-right: solid 4px #f2f1f1;
	border-bottom: solid 4px #f2f1f1;
	float:left;
	width:180px;
	height:150px;
	margin-left:15px;
	padding-top: 5px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	position: relative;
	z-index: 10;
	margin-bottom: -500px;
}

div#main-nav {
	float:right;
	margin-top:20px;
	width:752px;
	margin-right: 20px;
	margin-bottom: -20px;
}

div#main-nav p {
	height: 56px;
	position:relative;
	margin-top:10px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-family: 'AvenirLTStd65Medium', sans-serif;
	text-align: right;
	display: block;
}

div#main-nav a {
	text-decoration: none;
	padding-left: 15px;
}

div#main-nav a:hover {
	text-decoration: none;
	color: #408f70;
	padding-left: 15px;
}

a.nav-on {
	color: #408f70;
}

div.home-filler {
	height: 250px;
}

div.home-middle {
	height: 165px;
	background-color: white;
	border-bottom: solid 4px #f4f5f6;
	border-top: solid 4px #f4f5f6;
	position: relative;
}

div.home-middle-left {
	float:left;
	text-align:left;
	width:420px;
	padding-bottom:40px;
}

div.home-middle-left h1 {
	padding-left:50px;
	margin-top:20px;
}

div.home-middle-left h2 {
	padding-left:50px;
	margin-bottom:11px;
}

div.home-middle-right {
	float:right;
	text-align:left;
	width:560px;
	padding-bottom: 40px;
}

div.home-middle-right p {
	line-height:16px;
	padding-left:20px;
	padding-right:40px;
	margin-top:15px;
	margin-bottom:-20px;
}

div#internal-content {
	clear:both;
	float:right;
	margin-top:-100px;
	width:441px;
	height: 400px;
	text-align:left;
	color:#FFF;
}

div.internal-content-left-why-pyaw {
	float:left;
	width:537px;
	height: 398px;
}

div.internal-content-left-why-pyaw {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-image: url(../img/why-pyaw.jpg);
}

div.internal-content-left-independent {
	float:left;
	width:537px;
	height: 480px;
}

div.internal-content-left-independent {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-image: url(../img/independent-bg.jpg);
}

div.internal-content-left-approach {
	float:left;
	width:537px;
	height: 398px;
}

div.internal-content-left-approach {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-image: url(../img/approach.jpg);
}

div.internal-content-left-accountability {
	float:left;
	width:537px;
	height: 441px;
}

div.internal-content-left-accountability {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	background-image: url(../img/accountability.jpg);
}

div.internal-content-left-about {
	float:left;
	width:537px;
	height: 353px;
}

div.internal-content-left-about {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	background-image: url(../img/about-us.jpg);
}

div.internal-content-right {
	padding-left:30px;
	padding-right:30px;
	float:right;
	width:383px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.internal-content-right a {
	color: white;
	text-decoration: underline;
}

div.internal-content-right a:hover {
	color: #f7f7f7;
	text-decoration: none;
}

div.internal-content-right ul {
	line-height: 16px;
}

div.internal-content-right h1 {
	font-family: 'AvenirLTStd65Medium', "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:28px;
	font-weight:normal;
	font-style: normal;
	margin-bottom:-15px;
}

div.internal-content-right h2 {
	font-family: 'AvenirLTStd65Medium', "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:18px;
	font-weight:normal;
	font-style: normal;
	margin-bottom:-1px;
}

div.internal-content-right p {
	line-height:18px;
}

div.internal-content-left-full {
	float:left;
	width:320px;
	
}

div.internal-content-left-full p {
	color: rgba(255, 255, 255, 0.7);
	font-family: 'AvenirLTStd65Medium', "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:28px;
	font-weight:normal;
	font-style: normal;
	padding-left: 45px;
	position: absolute;
    bottom: 0px;
}

div.internal-content-right-full {
	padding-left:30px;
	padding-right:30px;
	float:right;
	width:550px;
	padding-bottom: 25px;
	padding-top: 5px;
}

div.internal-content-right-full a {
	color: white;
	text-decoration: underline;
}

div.internal-content-right-full a:hover {
	color: #f7f7f7;
	text-decoration: none;
}

div.internal-content-right-full ul {
	line-height: 16px;
}

div.internal-content-right-full h1 {
	font-family: 'AvenirLTStd65Medium', "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:28px;
	font-weight:normal;
	font-style: normal;
	margin-bottom:-15px;
}

div.internal-content-right-full h2 {
	font-family: 'AvenirLTStd65Medium', "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:18px;
	font-weight:normal;
	font-style: normal;
	margin-bottom:-1px;
}

div.internal-content-right-full p {
	line-height:18px;
}

div.internal-content-right-temp {
	padding-left:20px;
	padding-right:40px;
}

div.internal-content-right-temp h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:56px;
	font-weight:normal;
	padding-right:50px;
	margin-bottom:-5px;
}

div.internal-content-right-temp h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:24px;
	font-weight:normal;
}

div.internal-content-right-temp h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:20px;
	font-weight:normal;
	margin-bottom:-5px;
}

div.internal-content-right-temp p {
	line-height:18px;
	font-size:14px;
	padding-right:20px;
}

div.internal-content-right-temp a {
	color:#FFF;
	text-decoration:underline;
}

div.internal-content-right-temp a:hover {
	color: #CCC;
	text-decoration:none;
}

div#internal-content-home-temp {
	clear:both;
	float:right;
	margin-top:-155px;
	width:715px;
	text-align:left;
	color:#FFF;
}

div#internal-content-services {
	clear:both;
	float:right;
	margin-top:-100px;;
	width:700px;
	height: 400px;
	text-align:left;
	color:#FFF;
}

div.internal-content-right h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	font-size:16px;
	font-weight:normal;
	margin-bottom:-5px;
}

div#clear {
	clear: both;
}

div#footer {
	text-align:right;
	margin-top: 15px;
	padding-bottom:20px;
	padding-left:200px;
	position:absolute;
	color:#999999;
}

.pager_examples { margin: 10px 0; }
.pager_examples p { padding-bottom: 0px; margin: 0; height:250px; line-height: 20px; }
.pager_examples .nav { margin-left:-5px; text-align:right; margin-bottom:25px;}
.pager_examples .nav a { padding: 0 5px; color:#FFF }
.pager_examples .nav a:hover { padding: 0 5px; color:#FFF }
.pager_examples .nav a.highlight { color: #FFF; font-weight: bold; }

@font-face {
	font-family: 'AvenirLTStd65Medium';
	src: url('avenirltstd-medium-webfont.eot');
	src: local('☺'), url('avenirltstd-medium-webfont.woff') format('woff'), url('avenirltstd-medium-webfont.ttf') format('truetype'), url('avenirltstd-medium-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

div.services-sections {
	clear: both;
	margin-top: 50px;
	width: 980px;
	margin-left: -300px;
}

div.services-sections h2 {
	margin-bottom: -8px;
}

div.services-sections p {
	line-height: 16px;
}

div.service-section1 {
	float: left;
	width: 266px;
	margin-left: 50px;
	margin-right: 15px;
}

div.service-section2 {
	float: left;
	width: 266px;
	margin-left: 30px;
	margin-right: 15px;
}

div.service-section3 {
	float: right;
	width: 266px;
	margin-left: 15px;
	margin-right: 50px;
}

div.terms-section1 {
	float: left;
	width: 266px;
	margin-left: 50px;
	margin-right: 15px;
	margin-top: -5px;
}

div.terms-section2 {
	float: left;
	width: 266px;
	margin-left: 30px;
	margin-right: 15px;
	margin-top: -40px;
}

div.terms-section3 {
	float: right;
	width: 266px;
	margin-left: 15px;
	margin-right: 50px;
	margin-top: -95px;
}

div.address-section1 {
	float: left;
	width: 250px;
	margin-left: 50px;
	margin-right: 15px;
}

div.address-section2 {
	float: left;
	width: 150px;
	margin-left: 30px;
	margin-right: 5px;
}

div.address-section3 {
	float: right;
	margin-left: 15px;
	margin-right: 40px;
	margin-top: -80px;
}

p.login-button {
	font-size: 14px;
	cursor: default;
	padding-bottom: 20px;
	padding-top: 5px;
	font-family: 'AvenirLTStd65Medium';
}

p.login-button a {
	color: white;
	height:50px;
	border: 2px solid white;
	background-color: #1ab3e4;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

p.login-button a:hover {
	color: white;
	background-color: #1a6aab;
	height:50px;
	border: 2px solid white;
	text-align: center;
	text-decoration: none;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}
