.slider_container {
    background:#082c58 url(../images/sliderbg-blue.png) center repeat-y;
    /*background: #2570C3;*/
}
a, .sidebar ul li a:hover{
    color:#2570c3;
}
#menu li.current-menu-item a {
    /*    color:#fff;
        background-color:#2570c3;*/
}
#menu li.current_page_item a {
    /*    color:#fff;
        background-color:#2570c3;*/
}
#menu .ddsmoothmenu li > ul li > ul {
    background-color:#fff;
}
#menu .ddsmoothmenu li li a {
    /*background:url(../images/slider-strip-blue.png) bottom repeat-x;*/
}
#menu .ddsmoothmenu li li:last-child a{
    background:none;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    /*background-color:#2570c3;*/
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
}
#menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    /*    color:#fff;
        background:#2570c3;*/
}
/*Top level menu link items style*/
#menu .ddsmoothmenu li li {
    /*    background: #2570c3;
        color:#b4d5e9;*/
}
.strip_line{
    background:url(../images/strip-line.png) 0 0 repeat-x;
    height: 2px;
    width: 100%;
}
.sidebar h3 {
    color:#0E3A6F;
}
.top_strip{
    background:url(../images/slider-strip-blue.png) 0 0 repeat-x;
    height: 2px;
    width: 100%;  
}
.border-bottom-slider{
    border: 1px solid #0A3780;
}
.flexslider .slides .content h1{
    /*background:url(../images/slider-strip-blue.png) bottom repeat-x;*/
    /*border-bottom: 1px solid #0A3780;*/
}
.page-info-container {
    /*background:#082c58 url(../images/sliderbg-blue.png) center repeat-y;*/  
}

#contactForm .submit{
    background-color: #5791D1;
    webkit-box-shadow: 0 3px 0 #2c4663;
    -moz-box-shadow: 0 3px 0 #2c4663;
    box-shadow: 0 3px 0 #2c4663;
}
#contactForm .submit:hover{
    background-color: #466f9c;
}
#respond input#submit:hover{
    background-color: #466f9c;
}
#respond input#submit{
    background-color: #5791D1;
    webkit-box-shadow: 0 3px 0 #2c4663;
    -moz-box-shadow: 0 3px 0 #2c4663;
    box-shadow: 0 3px 0 #2c4663;
}

a.read-more-btn,.paypalsubmit{
    background: #5791D1;
    /*color: #5791D1;*/
}