@charset "UTF-8";

/*********Menu**********/
#navbar ul li a.logo{
	position:relative;
	background-image: url(../images/RuthSameLogo.png);
	background-repeat: no-repeat;
	background-size: auto;
	width:378px;
	height:71px;
	padding: 0 15px 0 0;
}

#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #DBEDCD;
	display:block;
}

#navbar ul li {
    float: left;
}

#navbar ul li a, .dropbtn {
    display: block;
    color: #585858;
    text-align: center;
    text-decoration: none;
	font-family: "Arial", Verdana, sans-serif
}

#navbar ul li a:not(.logo), .dropbtn {
    padding: 14px 16px;
	margin-top: 30px;
}
#navbar ul li img {
	margin-right:15px;	
}
/* Change the link color to #ffa450 (orange) on hover */
#navbar ul li a:hover:not(.active ):not(.logo),.dropdown:hover .dropbtn {
    background-color: #ffa450;
}

.active {
    background-color: #93be71;
}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-family: "Arial", Verdana, sans-serif
}

.dropdown-content a:hover:not(.active){
	background-color: #f1f1f1;
	}

.dropdown:hover .dropdown-content {
    display: block;
}

/********Content*********/
#wrap{
width:950px;
height:auto;
margin:auto;
}

#Welcome{
	background-color: #ffa450;
	color:#fff;
	font-family: "Arial", Verdana, sans-serif;
	padding: 0px 20px 0px 20px;
	float: left;
	margin: 25px 0 0 25px;
	letter-spacing:2px;
	font-size:45px
}

 #aboutUs {
	 clear: both;
	 font-family: "Arial", Verdana, sans-serif;
	 padding: 30px 0 100px 50px;
	 margin: 25px 0 0 25px;
	 width:700px;
	 font-weight: 500;
	 font-size: 20px;
 }
#AdviceList {
	 clear: both;
	 font-family: "Arial", Verdana, sans-serif;
	 padding: 0 0 100px 50px;
	 margin: 25px 0 0 25px;
	 width:700px;
	 font-weight: 500;
	 font-size: 20px;
 }
 
 a{
	 color: #585858;
 }

/*********Footer**********/
#footer{
	background-color:#DBEDCD;
	font-family: "Arial", Verdana, sans-serif;
	height: 350px;
	width: 950px;
	color: #585858;
}

#footer ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	padding-top: 5px;
}

#footer ul li {
	padding-top: 5px;
}

#footer ul li a {
	display: block;
	color: #585858;
	text-decoration: none;
	
}

address, .footerlist1 , .footerlist2 {
	float:left;
	margin: 20px 0 0 25px;
}

address{
	padding-top: 5px;
	color: #585858;
	padding-bottom: 142px;
}

.indent ul li a{
	padding-left:10px;

}

#footer img {
	padding-top: 50px;
	padding-left: 160px;
	float:left;
}
.separator {
	background-color: #585858;
	padding:
}

#footer ul li a:hover{
	color: #ffa450;
	text-decoration:underline;
}

.RuthLogoBottom{
	background-image:url(../images/RuthLogoBottom.png);
	background-repeat: no-repeat;
	padding-top:10px;
	padding-right:500px;
	float:left;
	height:50px;
}
.Liabilitylimited{
	background-image:url(../images/Liabilitylimited.png);
	background-repeat: no-repeat;
	padding-top:10px;
	float:right;
	width:100px;
	height:auto;
}
.author{
	float:left;
	padding-left:380px;
	padding-right:378px;
	color:#585858;
	background-color:#DBEDCD;
}
