
/* Part 0 */

.Part0Div
{
    height: 450px;
}

.square
{
    display: inline;
    float: left;
    margin: 0 10px;
    position: relative;
}

.square_plus
{
    width: 540px;
    padding-left: 280px;
    padding-top: 25px;
}

.mini_square
{
    width: 220px;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}
p, .p {
    padding-bottom: 18px;
}

.extra-wrap{
    overflow:hidden;
    display:block;
    text-align: justify;
}
.img-indent {
    float:left; margin:41px 20px 0px 0px;
}


.list-3 li{
    padding:0px 0 3px 0;
    line-height:18px;
    overflow:hidden;
    position:relative;
    font-size:12px;
    font-weight:bold;
}
.list-3 li span{
    background:url(Images/list3.png);
    background-position:7px 6px;
    background-repeat:no-repeat;
    background-color:#fff;
    float:left;width:16px;
    height:16px;
    margin-right:10px;
    border-radius:10px;
    border:1px solid #07aa5d;
    background-clip:padding-box;
}
.list-3 li div{overflow:hidden;}
.list-3 li a{color:#07aa5d;text-decoration:none;}
.list-3 li a:hover{color:#054b77;}

/* Part 1 */

.Part1Div
{
    height: 170px;
}

/* Part 2 */

.col-1 {
	width:180px;
	float:left;
}
.margin-right {margin-right:7px;}

.Rectangle2
{
    height: 265px;
    padding-left: 100px;
    padding-top: 30px;
}
.margin-bot3 {margin-bottom:11px;}