/* CSS Document */

.newsletter_title{
	font-size: 2.3em;
    text-align: center;
    margin-bottom: 5px;
    border-top: solid 1px #969696;
    padding-top: 10px;
    font-weight: bold;
    color: #0059b9;
}
.nav_holder{
	box-shadow: 0px 0px 10px 0px #ccc;
}
.my_color{
	background-color: #FFF !important;
    box-shadow: none !important;
}
.bg_padding{padding-left: 20px !important; padding-right: 20px !important;}