
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:13%;
	margin-right:13%;
	font-size:16px;
    color:#000000;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: left;
}

div.div-green h5{
	padding: 7px 0px 0px 0px;
	margin-top: 0px;
	margin-left:13%;
	font-size:16px;
    color:#184486;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

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


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


div.content-pages{
    overflow: hidden;
	display: inline-table;
    padding: 0 10px 0px 18px;
	margin-left: 13%;
	margin-bottom: 30px;
}

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

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

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

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

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

