div.featured-image-small{
	display: block;
	margin:auto;
    padding:0 0 20px 0;
    margin:0;
}

div.featured-image{
    display: none;
}


/** CONTENT **/

.button-white{
    background: #ddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#a3a3a3));
    background: -webkit-linear-gradient(#ffffff, #a3a3a3);
    background: -moz-linear-gradient(center top, #ffffff 0%, #a3a3a3 100%);
    background: -moz-gradient(center top, #ffffff 0%, #a3a3a3 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: 1px solid #ccc;
    border-radius: 5px;
    font-size:16px;
    font-family: 'MyriadProRegular';
    color:#000;
    padding:5px 20px;
	margin-bottom: 40px;
}

.button-white:hover{
    background: #a3a3a3;
    background: -webkit-gradient(linear, left top, left bottom, from(#a3a3a3), to(#ffffff));
    background: -webkit-linear-gradient(#a3a3a3, #ffffff);
    background: -moz-linear-gradient(center top, #a3a3a3 0%, #ffffff 100%);
    background: -moz-gradient(center top, #a3a3a3 0%, #ffffff 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color:#555!important;
}


div.div-green{
    background:url(/image/greenpage-div.png) no-repeat left 25px;
	width: 100%;
	overflow: hidden;
}

div.div-green h2{
	padding: 43px 0 10px 10px;
	margin-left: 10px;
    border-bottom:1px solid #e5e5e5;
	text-align: center;
    margin-bottom:20px;
	margin-right: 10px;
}

div.div-green h4{
	background:url(/image/divider.png) 0 bottom repeat-x;
	padding: 5px 5px 8px 0px;
    margin-bottom: 30px;
	margin-left:5%;
	margin-right:5%;
	font-size:16px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
}


div.div-green h6{
	padding-bottom: 40px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	text-align:center;
}


div.div-green p{
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	font-family: 'MyriadProRegular';
	font-size:16px;
	text-align:justify;
}

div.cont-links{
	display: block;
	float: left;
    padding: 0 10px 0px 18px;
	margin-left: 5%;
	margin-bottom: 30px;
	width: 100%;
}

div.content-pages{
	float: left;
    padding: 0 10px 0px 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 20%;
}

div.content-pages h4 {
	background:url(/image/divider.png) 0 bottom repeat-x;
	padding: 5px 5px 8px 22px;
    margin-bottom: 10px;
	margin-left:10px;
	margin-right:0px;
	font-size:15px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
}

div.content-pages li {
    background: url("/image/dot_small.png") no-repeat scroll left center transparent;
    border-bottom: 1px solid #d3e2ec;
    list-style: none outside none;
    margin-left: 10px;
    padding: 3px 0px 5px 22px;
}

div.content-pages li a{
    font-size:15px;
    color:#000000;
    font-family: 'MyriadProRegular';
}

div.content-pages li a:hover{
	color:#2b5da7;
}

div.cont-right{
	float: left;
    padding: 0 10px 0px 18px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 20%;
}

div.cont-right h4 {
	background:url(/image/divider.png) 0 bottom repeat-x;
	padding: 5px 5px 8px 22px;
    margin-bottom: 10px;
	margin-left:10px;
	margin-right:0px;
	font-size:15px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
}

div.cont-right li {
    background: url("/image/dot_small.png") no-repeat scroll left center transparent;
    border-bottom: 1px solid #d3e2ec;
    list-style: none outside none;
    margin-left: 10px;
    padding: 3px 0px 5px 22px;
}

div.cont-right li a{
    font-size:15px;
    color:#000000;
    font-family: 'MyriadProRegular';
}

div.cont-right li a:hover{
	color:#2b5da7;
}

div.content-div{
    overflow:hidden;
    background:#fff;
    width: 23%;
	float: left;
	border: 1px solid #D5D2D2;
	margin-top: 5px;
    margin-left: 5%;
	margin-right: 10px;
	margin-bottom: 15px;
    padding: 5px;
}

div.content-div p{
    font-size:13px;
    font-family: 'MyriadProRegular';
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
    color:#000;
}

a{
    text-decoration: none;
	    color:#000000;
}

a:hover{
    text-decoration: underline;
	    color:#1E4087;
}

@media only screen and (max-width: 768px) {
	div.content-div{ display: none; }
	div.cont-right{ width: 35%; margin-right: 5%}
	div.content-pages{ width: 35%; }
	div.cont-links{ margin-left: 5px; }
}
