/* MINI MENU - - - - - - - - - - - - - - - - - - - - - - - - */



.resident-portal-title {
	height: 20px;
	font-family: 'Questrial', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	color: #568db0;
	margin-top: -3px;
	margin-bottom: 0px;
}

#logout {
	height: 20px;
	font-family: 'Questrial', sans-serif;
	text-align: right;
	font-size: 11px;
	color: #565045;
}

#logout a:link, #logout a:visited {
	color: #7e553a;
	text-decoration: none;
}

#logout a:hover, #logout a:active, #logout a:focus {
	color: #7e553a;
	border-bottom: 1px solid #565045;
	padding-bottom: 3px;
}

/* MENU - - - - - - - - - - - - - - - - - - - - - - - - */


#admin-menu a {
	font-size: 11px;
	line-height: 14px;
}


.menu-underlined {
	border-bottom: 1px solid #565045;
	padding-bottom: 3px;
}

/* - - - - - for html Service-Request page - - - - - - */

#menu span {
	font-family: 'Questrial', sans-serif;
	text-align: right;
	font-size: 15px;
	color: #565045;
	margin-top: -18px;
	display: block;
	cursor: pointer;
}

#menu span a:link {
	color: #565045;
	text-decoration: none;
}

#menu span a:hover, #menu span a:active, #menu span a:focus {
	color: #7e553a;
	border-bottom: 1px solid #565045;
	padding-bottom: 3px;
}

#service-request-sidebar-bg {
	background: url(../images/service-request-image.jpg) no-repeat;
	width: 280px;
	height: 414px;
	padding: 15px;
	margin-right: 20px;
	position: relative;
	float: left;
}


/* - - tabs menu for editing content - - */

ul.tabs.primary {
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border: none;	
}
ul.tabs.primary ul.tabs.primary li {
	width: auto;
	color: #565045;
}
ul.tabs.primary ul.tabs.primary li a {
	color: #565045;
	height: 16px;
	border-bottom: 1px solid #fff;
	text-align: left;
	padding: 5px 0px 2px 0px;
	margin-right: 20px;
}
ul.tabs.primary ul.tabs.primary li a:hover {
	color: #565045;
	border-bottom: 1px solid #565045;
}


.help {
	padding-top: 35px;
}



#form-panel-1 {
	width: 323px;
	height: 442px;
	margin-left: 0px;
	margin-right: 20px;
	border: 1px solid ##645d50;
	float: left;
	background: #FBF2E0;
}
#form-panel-2, #form-panel-3 {
	width: 323px;
	height: 442px;
	border: 1px solid ##645d50;
	float: left;
	display: inline;
	background: #FBF2E0;
}



/* SIDEBAR - - - - - - - - - - - - - - - - - - - - - - - - */


#contact-address-area {
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	bottom: 15px;
	width: 245px;
	position: absolute;
} 

#contact-address-area p {
  font-family: 'Questrial', sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
} 
