
div.featured-image{
	display: block;
    padding:18px 32px 18px 41px;
    margin:0;
}

div.featured-image-small{
    display: none;
}


/** BUTTONS **/

.button-green{
    background: #76a775;
    background: -webkit-gradient(linear, left top, left bottom, from(#76a775), to(#0b3b31));
    background: -webkit-linear-gradient(#76a775, #0b3b31);
    background: -moz-linear-gradient(center top, #76a775 0%, #0b3b31 100%);
    background: -moz-gradient(center top, #76a775 0%, #0b3b31 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    font-family: 'MyriadProRegular';
    color:#fff;
    float:right;
    padding:6px 20px;
	margin-top: 0px;
	margin-right: 10px;
}

.button-green:hover{
    background: #0b3b31;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b3b31), to(#76a775));
    background: -webkit-linear-gradient(#0b3b31, #76a775);
    background: -moz-linear-gradient(center top, #0b3b31 0%, #76a775 100%);
    background: -moz-gradient(center top, #0b3b31 0%, #76a775 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
	color:#ddd!important;
}




/** CONTENT **/

div.content-left {
	float: right;
	width: 97%;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 0 10px 5px 5px;
	margin-bottom: 15px;
}

div.div-blue{
    background:url(/image/bluepage-div.png) no-repeat left 25px;
	width: 100%;
}

div.div-blue h2{
	padding: 43px 0 10px 312px;
    border-bottom:1px solid #e5e5e5;
	margin-left: 10px;
	margin-right: 10px;
    margin-bottom:20px;
}

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

div.div-blue p{
	padding: 8px 15px 0 15px;
	text-align:justify;
}


div.content-div{
    overflow:hidden;
    background:#fff;
    width: 28%;
	float: left;
	border: 1px solid #D5D2D2;
	margin: 5px 15px 5px 5px;
    padding: 4px 4px 1px 4px;
}



div.content-div-page {
	float: left;
	width: 100%;
	border-top: 1px solid #bfdac3;
	border-bottom: 1px solid #bfdac3;
	margin-top: 10px;
	padding: 0 0 0 0;
	margin-bottom: 50px;
}

div.content-div-page ul{
    margin:0;
    overflow:hidden;
    padding:8px 15px;
}

div.content-div-page li{
    float:left;
    color:#aaaaaa;
    border:0;
    padding:0 6px;
}

div.content-div-page li a{
    font-size:15px;
    color:#ffffff;
    border:0;
    padding:5px 12px;
	margin-left: 305px;
    cursor:pointer;
    font-family: Arial, Helvetica, sans-serif;

}

div.content-div-page li a:hover,
div.content-div-page li a.current{
    background: #76a775;
    background: -webkit-gradient(linear, left top, left bottom, from(#76a775), to(#0b3b31));
    background: -webkit-linear-gradient(#76a775, #0b3b31);
    background: -moz-linear-gradient(center top, #76a775 0%, #0b3b31 100%);
    background: -moz-gradient(center top, #76a775 0%, #0b3b31 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
    color:#fff;
}

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

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