﻿* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

h2 {
	color:#0033ff;
}

ul {
    list-style-type: disc;
}

ul li {
    margin-left: 1.25em;
}

ol li {
    margin-left: 2em;
}

a:link {
	color:navy;
	text-decoration: none;
}

a:visited {
	color:navy;
	text-decoration: none;
}

a:hover {
	color:#3366FF;
	text-decoration: underline;
}

div.header {
	background-color: #50ad28;
	background-repeat: no-repeat;
	width: 100%;
	height: 152px;
}

div#header_hh5 {
	background-image: url('images/header.png');
}

div#header_nepa {
	background-image: url('images/header_nepa.png');
}

div#header_ibc {
	background-image: url('images/header_ibc.png');
}

div#menubar {
	clear: both;
	background-color: #efdd6f;
	background-image: url('images/menubar_left.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 100%;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

div#menubar div {
	height: 26px;
	width: 100px;
	margin-top: 4px;
	text-align: center;
	font-size: 14px;
	font-family: helvetica;
	font-weight: bold;
	white-space: nowrap;
}

div.navitem {
	width: 100px;
	margin-top: 0px;
	text-align:left;
	font-size: 14px;
	font-family: helvetica;
	font-weight: bold;
	padding-left:200px;
	padding-top:6px;
	vertical-align:middle;	
}

div.menuItem {
	color: navy;
	cursor:pointer;
}

div.menuItem_active {
	color: #3366FF;
	cursor:pointer;
}

div.menuItem_over {
	color: navy;
	text-decoration: underline;
	cursor:pointer;
}

div.menuItem_over_active {
	color: #3366FF;
	text-decoration: underline;
	cursor:pointer;
}

div#center_content {
	clear: both;
	width: 771px;
}

div#leftSideBar {
	float: left;
	width: 204px;
	text-align: center;
}

div#login_box {
	height: 130px;
	padding-top: 20px;
	background-color: #D7593B;
	color: white;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
	text-align: center;
	float:left;
	width:200px;
}


div#main {
	margin-left: 0px;
	padding-left: 2px;
	width: 550px;
}

div.welcome {
	height: 120px;
	background-color: #0C97C3;
	color: white;
	font-size: 16px;
	font-family: helvetica;
	font-weight:bold;
	line-height:130%;
	text-align: justify;
	vertical-align:middle;
	padding:15px 10px;	
}

div.wtext {
	height: 120px;
	width:470px;
	color: white;
	padding-left: 30px;
	padding-right:30px;
	font-size: 16px;
	font-family: helvetica;
	font-weight:bold;
	line-height:130%;
	text-align: justify;
}
div.mapbox {
	height: 100%;
	background-color: #0C97C3;
	color: white;
	font-size: 14px;
	font-weight:bold;
	font-family: helvetica;
	line-height:150%;
	text-align: center;
	margin-top:3px;
}

div.infobox {
	height: 100%;
	background-color: #50ad28;
	color: white;
	font-size: 14px;
	font-weight:bold;
	font-family: helvetica;
	line-height:150%;
	text-align: center;
	padding-bottom:3px;

}


div.parentbox {
	height: 100%;
	background-color: #D7593B;
	background-image: url('images/parents4.png');
	background-position:5px 40px;
	background-repeat:no-repeat;
	color: white;
	font-size: 20px;
	font-family: "Showcard Gothic";
	line-height:150%;
	text-align: center;
	padding:15px 10px;
	margin-top:5px;
}

p.parent {
	font-size:16px;
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	margin-left:50px;
}

.parentbox. a:link {
	color:white;
	text-decoration: none;
}

.parentbox a:visited {
	color:white;
	text-decoration: none;
}

.parentbox a:hover {
	color:white;
	text-decoration: underline;
}


div#fbform {
	padding: 15px;
	width: 100%;
	height: 800px;
	font-family:Arial;
	font-size:12px;	
	color: white;
	background-color: #0C97C3;
	background-repeat:repeat;
}

div.row {
	clear: both;
	padding-top: 5px;
}

div.row span.label {
	float: left;
	width:200px;
	text-align: right;	
}

div.row span.formw {
	float: none;
	width: 265px;
	text-align: left;
	padding-left:15px;
}


.left {
	float: left;
	width: 49%;
}

.right {
	width: 49%;	
	float:right;	
}

div.content {
	padding: 15px;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
}

div.content p {
	margin-top: 10px;
}

div.content h3 {
	margin-top: 15px;
}

dl.testimonials {
	font-family: Arial;
	font-size: 13px;
}

dl.testimonials dt {
	font-weight: bold;
	margin-top: 15px;
}

dl.testimonials dd {
	font-style: italic;
}

dl.testimonials dd:before {
	content: '- ';
}

div#bottomBar {
	clear: both;
	background-color: #50ad28;
	background-image: url('images/bottom_bar.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 19px;
	color: white;
	font-size: 14px;
	font-family: helvetica;
	font-weight: bold;
	padding-top: 1px;
}

div#bottomBar a {
	color: white;
	text-decoration: none;
}

div#footer {
	clear: both;
	margin-top: 10px;
	font-family: Arial;
	font-size: 10px;
	width: 775px;
	text-align: center;
}

div.col_left {
	padding:10px 10px 10px 10px;
	font-size:12px;

}
div.col_right {
	padding:10px 10px 10px 10px;
	width:235px;
	float:right;
	font-size:14px;
	background-color: #D7593B;
	color:white;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:5px;
	font-family: helvetica;

}

div.solutionsbox {
	height:100px;
	background-color: #0C97C3;
	color: white;
	font-size: 16px;
	font-family: helvetica;
	font-weight:bold;
	line-height:130%;
	text-align: center;
	vertical-align:middle;
	padding:10px 10px 2px 10px;
}

div.solbuttons {
	text-align:center; 
	width:420px;
	margin-right:50px;
	float:right;
}

div#benefits_container {
	margin-top: 10px;
	border: 1px solid black;
	height: 240px;
}

div#benefits_tabs {
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 20px;
}

div#benefits_tabs div {
	float: left;
	height: 20px;
	padding: 0 10px 0 10px;
	margin: 0;
	background-color: #bbb;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

div#benefits_tabs div.selected {
	border-bottom: none;
	background-color: white;
}

div#benefits_container div.benefit {
	padding: 10px;
}
.pearbuttl {
	background:#0C97C3;
	font-size:18px ;
	font-weight:bold; 
	text-align:center;
	line-height:100%;
	vertical-align:bottom;
	color: navy; 
	margin-right:2px ;
	margin-top:2px;
	border:2px #0C97C3 solid; 
	height:20px; 
	width:200px;
	float:left;	

}
.pearbuttr {
	background-color: #0C97C3;
	font-size:18px ;
	font-weight:bold; 
	text-align:center;
	line-height:100%;
	vertical-align:bottom;
	color:navy; 
	margin-right:2px ;
	margin-top:2px;
	border:2px #0C97C3 solid; 
	height:20px; 
	width:200px;
	float:right;	
}

.pearbuttr a:link {
	color:#efdd6f;
	text-decoration: none;
}

.pearbuttr a:visited {
	color:navy;
	text-decoration: none;
}

.pearbuttr a:hover {
	color:orange;
	text-decoration: underline;
}
.pearbuttl a:link {
	color:#efdd6f;
	text-decoration: none;
}

.pearbuttl a:visited {
	color: navy;
	text-decoration: none;
}

.pearbuttl a:hover {
	color:orange;
	text-decoration: underline;
}

input.pearbutt {
	background-image; 
	font-size:18px ;
	font-weight:bold; 
	color:#006600; 
	margin-right:2px ;
	margin-top:2px;
	border:2px #006600 solid; 
	height:50px; 
	width:200px;	
}

#marquee {
	margin-top:5px;
	margin-left:0px;
	padding-right:10px;
	width:540px;
	background-color:#D7593B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-indent:15px;
	
}

.front span {
	padding-left:50px;
}