#page {
	background: #4a6491;
}	

#wrapper {
	background:#fff;
}

body {
	background: #4a6491;
}

#footer-access a {
	color: #000;
	
}
#footer-access ul ul {
	color:#fff;
}
#footer-access ul ul a {
	background: #85a5cc;
}
#footer-access li:hover > a,
#footer-access ul ul :hover > a {
	background: #4a6491;
	color: #fff;
}
#footer-access ul li:hover > ul {
	color:#fff;
}
#footer-access ul li.current_page_item > a,
#footer-access ul li.current-menu-ancestor > a,
#footer-access ul li.current-menu-item > a,
#footer-access ul li.current-menu-parent > a {
	color: #fff;
	background: #4a6491;
}
* html #footer-access ul li.current_page_item a,
* html #footer-access ul li.current-menu-ancestor a,
* html #footer-access ul li.current-menu-item a,
* html #footer-access ul li.current-menu-parent a,
* html #footer-access ul li a:hover {
	color: #fff;
	background: #4a6491;
}
#primary-nav {
	background: #85a5cc;
	color: #fff;
}
#access a {
	color: #fff;
}
#access ul ul a {
	background: #4a6491;
	
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #4a6491;
	color: #000;
}
#access ul li:hover > ul {
	background: #4a6491;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #4a6491;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background: #4a6491;

}

.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}


.widget-area li{
	border-bottom: 1px solid #85a5cc;
}	

h3.widget-title {
  	color: #fff;
  	background-color: #85a5cc;
  	
}
/*Shortcodes
-------------------------------------------------------------- */

.rbroundbox { 
	background: #d0e4f2;
   }
    
.quote-rbroundbox { 
	background : #d0e4f2 url(img/quote.png) no-repeat left top;
    }  

.pullquote {
    color:#85a5cc;
    text-align: right;
}
