@font-face {
    font-family: 'pluto_sanscond_regular';
    src: url('../fonts/plutosanscondregular-webfont.eot');
    src: url('../fonts/plutosanscondregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plutosanscondregular-webfont.woff') format('woff'),
         url('../fonts/plutosanscondregular-webfont.ttf') format('truetype'),
         url('../fonts/plutosanscondregular-webfont.svg#pluto_sanscond_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pluto_oreoregular';
    src: url('../fonts/pluto_oreo-webfont.eot');
    src: url('../fonts/pluto_oreo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pluto_oreo-webfont.woff') format('woff'),
         url('../fonts/pluto_oreo-webfont.ttf') format('truetype'),
         url('../fonts/pluto_oreo-webfont.svg#pluto_oreoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: pluto_sanscond_regular;
    color: #808285;
}
.contentimg img{
	width: 100%;
}
.logocontainer{
	border-bottom: 2px dotted #908e8e;
	position: relative;
    min-height: 108px;
    margin-bottom: 80px;
}
.marginbottom20{
	margin-bottom: 20px;
}
.logo{
	position: absolute;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    background: #fff;
    text-align: center;
	padding: 50px 0 0;
}

h1{
	font-size: 5em;
    color: #4ab2e4;
    font-family: pluto_oreoregular;
    font-weight: bold;
    text-align: center;
}
h4{
	font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
}
.margintop60{
	margin-top: 60px;
}
.colhead{
	font-size: 1.6em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'pluto_oreoregular';
    background: #4ab2e4;
    padding: 8px 10px 7px 10px;
    text-align: center;
    text-shadow: none;
}
.borderbottom{
	border-bottom: 2px dotted #908e8e;
}
.borderright{
	border-right: 2px dotted #908e8e;
}
.bordertop{
	border-top: 2px dotted #908e8e;
}
.minheight{
	min-height: 236px;
}
.pink{
	color: #4ab2e4;
	font-weight: bold;
}
.pinkbg{
	background: #4ab2e4;
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 1.8em;
	font-family: pluto_oreoregular;
}
.aligncenter{
	text-align: center;
}
.margintop10{
	margin-top: 10px;
}
.margintop30{
	margin-top: 30px;
}
.highlight {
    font-size: 30px;
	color: #4ab2e4;
    font-weight: bold;
	font-family: pluto_oreoregular;
}
.greyColor {
    color: #808285;
    font-size: 30px;
	font-family: pluto_oreoregular;
}
.minheight380{
	min-height: 380px;
}
.paddingbottom50{
	padding-bottom: 50px;
}
.minheight190{
	min-height: 190px;
}
.link{
	font-weight: bold;
	color: #000;
}
.paddingtopbottom{
	padding: 20px 0;
}
.minheight70{
	min-height: 70px;
}
.bigtext{
	font-size: 55px;
	color: #4ab2e4;
	font-family: pluto_oreoregular;
}
.greybg{
	background: #BCBDC0;
	color: #000;
	font-family: pluto_oreoregular;
	font-size: 45px;
	padding: 10px;
}