body {
	margin: 0px;
	background-color: #fff;
	color: #575756;
	font-size: 15px;
	line-height: 20px;
	/* font-family: Open Sans; */
	font-family: Arial;	
}

h2 {
	margin-top:50px;
	line-height: 27px;
}

h3 {
	color: #0064ae;
}

.footer a {
	text-decoration:none;
	color: #575756;
	font-weight:bold;
}

.footerTab td {
	padding:30px;
}

div.bigBlock {
	float:left;
	width:100%;
}

.uppercase {
	text-transform: uppercase;
}

a {
	color: #0069b4;
}

.bg-lgrey {
	background-color: #f4f4f4;
}

.bg-grey {
	background-color: #ebebeb;
}

.bg-dgrey {
	background-color: #d5d5d5;
}

.c-blue {
	color: #0064ae;
}

.c-green {
	color: #86bc24;
}

.c-red {
	color: red;
}

.c-grey {
	color: #646363;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

#headerBar {
	padding: 25px 0px;
}

#navDiv {
	text-align:center;
	height:40px;
}

#navigation {
	padding: 0px;
	margin:	0px;
	width: 875px;
	height: 30px;
}

#navigation a {
	text-decoration: none;
	font-size: 15px;
	color: #575756;
	font-weight:bold;
}

#navigation li.active { 
	background-color: #86bc24;
}

#navigation li.active a { 
	color: white;
}

#navigation li {
    display: inline-block;
    float: left;
    list-style: none outside none;
    padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	height:100%;
}

#contentBox {
	background-color: white;
	width:760px;
	text-align: left;
	padding: 5px  100px;
	padding-bottom:30px;
}

.listPoint {
	padding: 0px;
	margin: 0px;
}
.listSpace li {
    margin-bottom: 10px;
}

.listPoint li {
	list-style: none;
	padding-left: 24px;
	line-height: 24px;
}

.listPoint li.blue > strong {
	color: #0064ae;
}

.listPoint li.blue {
	background: url("/img/bullet-point_b.png") no-repeat 0px 4px;
}

.listPoint li.green > strong {
	color: #575756;
}

.listPoint li.green {
	background: url("/img/bullet-point_g.png") no-repeat 0px 4px;
}

div.number {
    background-image: url("/img/numbers.png");
    display: inline-block;
    height: 54px;
    width: 54px;
    margin-left: -55px;
    margin-top: -35px;
    position: absolute;	
}

div.number.one { background-position: 0 0; }

div.number.two { background-position: 0 -54px; }

div.number.three { background-position: 0 -108px; }

div.number.four { background-position: 0 -162px; }

div.number.five { background-position: 0 -216px; }

div.startBox {
	height:120px; 
	width:130px; 
	padding:20px; 
	border: 1px solid #d5d5d5;
	border-right: 2px solid #d5d5d5;
	border-bottom: 2px solid #d5d5d5;
	float:left;
	margin-right:21px;
}

div.bigBox .number {
    margin-left: -68px;
    margin-top: -17px;
}

div.bigBox {
	padding: 10px 10px 10px 30px;
	border: 1px solid #d5d5d5;
	border-right: 2px solid #d5d5d5;
	border-bottom: 2px solid #d5d5d5;
}

div.btext {
	margin-top:10px;
	display:none;
}


input, textarea, select {
	background-color: #ffffff;
	border: 1px solid lightgray;
	width:100%;
	padding:5px;
	margin: 2px 0px;

}

select {
	margin-right:100px;
}


input.submitBtn
{
	width:155px;
	background-color: #575756;
	color: white;
	font-weight: bold;
	font-size:15px;
}

#tel, #mail {
    width: 15px;
	margin-right:10px;
	margin-left:10px;
}