#access ul li ul {
	border-color: #7aa4cb;
	border-top: 4px solid #7aa4cb;
}
/* Content */
body{
	font-family: 'Lato', sans-serif;
}
/* Navigation */
#access a {
	font-family: 'Lato', sans-serif;
	color: #6B6666;
	text-decoration:none;
}
/* All Headings/Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
#site-logo {
	clear:right;
	float:left
}
#access a:hover{
	color: #7aa4cb;
	text-decoration:underline;
}
#access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a {
	color: #7aa4cb;
}
a {
	color: #7aa4cb;
}
ul.nav-menu{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu-item {
    display: block;
    color: white;
    text-align: center;
    padding: 50px 20px 10px;
    text-decoration: none;
	float:right;
}
.h-wrap {
	border-bottom: 3px solid rgba(122, 164, 203, 1.0);
	position:fixed;
	top:0;
	min-width:100%;
}
.container {
	max-width: 1000px;
	margin:0 auto;
}
#rotating-item-wrapper {
    position: relative;
	margin: 0 auto;
	z-index:-1;
	padding-top:110px;
}
.rotating-item {
    display: none;
    position: absolute;
    left: 0;
}
.rotating-item, #rotating-item-wrapper, .rot-img{
	width: 100%;
    height: auto;
}
#title, .h-wrap, .container{
	padding: 0;
	background-color:white;
	color:white;
}
.main {
	padding-top:110px;
	z-index:0;
	margin:0 auto;
	max-width:1000px;
}
html, body{
	margin:0px;
	padding:0px;
	text-align: justify;
}
.bottomleft{
	z-index: 5; 
	color: rgb(255, 255, 255); 
	background-color: rgba(98, 74, 126, 0.6);  
	line-height: 24px; 
	margin: 0px; 
	padding: 1px 4px; 
	font-weight: 300; 
	font-size: 20px; 
	position: absolute;
	top: 50px;
	right: 100px;
	text-align: right;
}