/* ----- General Styling ----- */

body {
	font-family: "Lucida Bright", Arial, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.container {
    margin: auto;
    width: 1000px;
}

.bottom_content_background {
	margin: auto;
	background-color: #eee;
}


.address_text {
    color: #333;
}

.blue_text {
    color: #2aacc8;
    font-size: 15px;
}

/* ----- General Styling ----- */

/* ----- Header Styling ----- */

#header {
    background: #ffffff;
    height: 120px;
}
.logo {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.logo a {
	display: block;
	height: 90px;
	width: 160px;
}

/* ----- Header Styling ----- */

/* ----- Main Navigation Styling ----- */

#main_menu {
    float: left;
    margin-top: 85px;
	margin-left: 40px;
}

.first_list {
    float: left;
    margin: 0 14px;
}

.main_menu_first {
    color: #000;
    font-size: 14px;
    padding: 8px 8px;
}

.main_menu_first:hover {
    border-top: 3px solid #74B80E;
}

.with_dropdown {
    position: relative;
}

.with_dropdown li a {
    display: block;
}

.with_dropdown ul {
    background: #fff;
    border-bottom: 3px solid #74B80E;
    padding: 12px 0;
    position: absolute;
    top: 24px;
    visibility: hidden;
    width: 260px;
	z-index:1000;
}

.first_list:hover.first_list ul {
    visibility: visible;
}

.with_dropdown .main_menu_first {
    background: url(../images/arrow_down.png) no-repeat 92%;
    padding-right: 23px;
}

.with_dropdown:hover .main_menu_first {
    background: #fff url(../images/arrow_down.png) no-repeat 92%;
    border-top: 3px solid #74B80E;
    color: #0D72BA;
}

.second_list {
    margin: 0 5px;
    padding: 10px;
}

.second_list_border {
    border-bottom: 1px solid #e7e7e7;
}

.main_menu_second {
    color: #000;
    font-size: 13px;
}

.main_menu_second:hover {
    color: #0D72BA;
}

.main_current {
    border-top: 2px solid #AAAAAA;
	color: #0D72BA;
}

/* ----- Main Navigation Styling ----- */

/* ----- Slideshow Styling ----- */

#slideshow_area {
    background: #f5f5f5 url(../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #ddd;
}
#slides{position:relative;}
#mid_content {
    border-bottom: 1px solid #fff;
    background: #e8ebf1;
    height: 300px;
}
.pagination{
	text-align:center;
	padding-top: 5px;
	position: absolute;
	right: 25px;
	bottom: 5px;
}
.pagination a {
    background: url(../images/grey_button.png) no-repeat;
    height: 14px;
    width: 14px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.pagination a span{display:none;}
.pagination a.selected {
    background: url(../images/white_button.png) no-repeat;
}
.bannerSlide{position:relative;}
.slideText{
	position:absolute;
	top: 140px;
}
.bannerSlide h2{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}
.bannerSlide h3{
	font-size: 16px;
}
a.callToAction{
	color: #FFF;
	background-color: #74b80d;
	display: block;
	border-radius: 3px;
	float: left;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
a.callToAction:hover{
	background-color: #FC6;
}
#bannerSlide1 .slideText, #bannerSlide5 .slideText{
	margin-left: 550px;
	width: 400px;
}
#bannerSlide1 h2{
	color: #c98254;
}
#bannerSlide1 h3{
	color: #ffefbd;
}
#bannerSlide5 h2{
	color: #ffffff;
}
#bannerSlide5 h3{
	color: #a4b5c5;
}
#bannerSlide2 .slideText, #bannerSlide3 .slideText, #bannerSlide4 .slideText{
	margin-left: 40px;
	width: 400px;
}
#bannerSlide2 h2{
	color: #136fae;
}
#bannerSlide2 h3{
	color: #5f5b5a;
}
#bannerSlide3 h2{
	color: #f5d1bb;
}
#bannerSlide3 h3{
	color: #5f5b5a;
}
#bannerSlide4 h2{
	color: #ffffff;
}
#bannerSlide4 h3{
	color: #e7dad4;
}

/* ----- Slideshow Styling ----- */

/* ----- Home Mid Content Styling ----- */

.intro_content_info h2 {
    font-size: 24px;
    height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 0 0 0px;
	color: #999;
}
.intro_content_info h3 {
    font-size: 14px;
    height: 20px;
    color: #525252;
    line-height: 20px;
    margin-bottom: 5px;
	text-align:left;
}

.intro_content_info p {
    font-size: 13px;
    color: #525252;
    line-height: 20px;
    margin-bottom: 30px;
	text-align:left;
}

.mid_content_info {
	float: left;
	font-size: 13px;
	margin-top: 10px;
	width: 220px;
	margin-bottom:30px;
}
.clearfloat {
	clear: both;
}


.mid_content_info h2 {
    font-size: 15px;
    height: 28px;
    margin-bottom: 5px;
    padding: 12px 0 0 0px;
	color: #0C72B9;
}

.mid_content_info p {
    color: #363636;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 22px;
	height:120px;
}

.mid_content_info a {
	float:right;
	margin-right: 20px;
    color: #999;
}

.mid_content_info a img {
    margin: 0 8px 1px 0;
}

.mid_content_info a:hover {
	color: #0C72B9;
    text-decoration: underline;
}

.mid_content_space {
    margin-right: 40px;
}

#testimonials {
	float: left;
	font-size: 13px;
	float: left;
	width: 360px;
}

#testimonials h3 {
    font-size: 15px;
    height: 18px;
    margin: 19px 0 15px 0;
    padding: 5px 0 0 0px;
	color: #0C72B9;
}

#testimonials p {
    color: #666666;
    font-size: 12px;
    line-height: 24px;
}

.testimonial_name {
    color: #333;
    font-size: 12px;
    font-style: italic;
	font-weight: bold;
}

#clients {
	float: right;
	margin-bottom: 50px;
	margin-left: 10px;
}

#clients h3 {
    font-size: 15px;
    height: 18px;
    margin: 19px 0 15px 0;
    padding: 4px 0 0 0px;
	color: #0C72B9;
}

#clients ul {
    background: #e7e7e7;
    height: 76px;
    width: 488px;
}

#clients img {
    float: left;
    margin: 1px;
}

/* ----- Home Mid Content Styling ----- */


/* ----- Contact Content Styling ----- */

#contact_area {
    background: url(../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #d9d9d9;
    padding-top: 38px;
}

#contact {
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    margin: 6px 0 17px 0;
    padding: 2px 0 0 0px;
}

#contact_info {
    border-top: 1px solid #dfe1e5;
    padding-top: 10px;
}

#contact_info_left {
    float: left;
    margin: 27px 0 33px 0;
    width: 574px;
}

#contact_info p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

#contact_info_left p a:hover {
    text-decoration: underline;
}

#contact_info_right {
    float: right;
    margin-top: 30px;
}

#location_map {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 20px;
}

#location_map h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

#location_map img {
    border: 5px solid #fff;
}

#address h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

#address p {
    color: #363636;
    margin: 0 0 10px 0;
}

/* ----- Contact Content Styling ----- */

/* ----- Form Styling ----- */

#contact_form {
	width: 480px;
	margin-top: 15px;
}
	 
#contact_form li {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	 
#contact_form label {
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#contact_form input, #contact_form select {
    height: 35px;
	width: 500px;
}
#contact_form input:focus, #contact_form textarea:focus {
    border: 1px solid #2aacc8;
}
#contact_form textarea{width: 500px;}
#contact_form input, #contact_form textarea, #contact_form select {
    border: 1px solid #b4bac5;
}

#contact_form input[type="submit"] {
	font-family:Lucida Bright, Arial;
    background: url(../images/submit_button.png) no-repeat;
    border: none;
    cursor: pointer;
    font-size: 22px;
	color:#fff;
    height: 40px;
    margin-top: 21px;
    padding: 0 0 4px 0;
    width: 160px;
}

#contact_form input[type="submit"]:hover {
    color: #000;
}
/*About Us page*/
#leadership {
	background-color: #eeeeee;
	overflow: hidden;
	clear: both;
	padding-bottom: 40px;
}
#leadership .profile{
	float: left;
	width: 400px;
}
#leadership .spacer {
	margin-right: 120px;
}

#leadership .container {
	padding-right: 40px;
	padding-left: 40px;
	width: 920px;
}
#leadership .profile img {
	margin-right: 15px;
}
#leadership .profileName {
	font-size: 16px;
	font-weight: bold;
}
#leadership .profile p {
	margin-top: 15px;
}




#leadership h3{
	color: #3399cc;
	padding-top: 20px;
}



/* ----- Form Styling ----- */

/* ----- Footer Styling ----- */

#footer {
	background: #FFFFFF;
	border-top: 1px solid #d9d9d9;
	clear: both;
	overflow: hidden;
}
address {
	font-style: normal;
	line-height: 20px;
}
address h4 {
	font-weight: bold;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#footer p, #footer a {
    color: #73AED7;
    font-size: 14px;
    margin: 0 0 10px 0;
}

#footer h4 {
    font-size: 15px;
    margin: 0 0 21px 0;
    color: #777777;
}

.footer_info {
    float: left;
    margin: 32px 0 40px 0;
}

#footer_company li {
    margin: 12px 0;
    width: 180px;
}

#footer_services li {
    margin: 12px 0;
    width: 300px;
}

#footer_company li a:hover, #footer_services li a:hover {
    color: #0D72BA;
}

#footer_connect {
    float: right;
    width: 213px;
}

#footer_connect h4 {
    margin-left: 24px;
}

#footer_connect a {
    display: block;
    float: left;
    height: 51px;
    margin: 0 0 10px 18px;
    text-indent: -9999px;
    width: 53px;
}

#facebook {
    background: url(../images/facebook_icon.png) no-repeat;
}

#linkedin {
    background: url(../images/linkedin_icon.png) no-repeat;
}

#skype {
    background: url(../images/skype_icon.png) no-repeat;
}

p#copyright {
    clear: both;
    float: left;
    font-size: 10px;
	color: #999999;
	margin-top: 60px;
}

#footer_logo {
    background: url(../images/real-value-logo.png) no-repeat;
    display: block;
    float: right;
    height: 100px;
    text-indent: -9999px;
    width: 158px;
	padding-right: 20px;
}

/* ----- Footer Styling ----- */
/* Inner Pages */
.inner_banner_container{
	height: 240px;
}
#banner_about_us {
	background-image: url(../images/banners/real-value-simplifying-finances.jpg);
	background-repeat: no-repeat;
}
#banner_contact_us {
	background-image: url(../images/banners/real-value-simplifying-finances.jpg);
	background-repeat: no-repeat;
}
#banner_LAP {
	background-image: url(../images/banners/loan-against-property-banner.jpg);
	background-repeat: no-repeat;
}
#banner_SME {
	background-image: url(../images/banners/small-medium-enterprise-banner.jpg);
	background-repeat: no-repeat;
}
#banner_home_loans {
	background-image: url(../images/banners/home-loan-banner.jpg);
	background-repeat: no-repeat;
}
#banner_dos_donts {
	background-image: url(../images/banners/dos-and-donts.jpg);
	background-repeat: no-repeat;
}
#banner_loan_calculator {
	background-image: url(../images/banners/loan-calculator-banner.jpg);
	background-repeat: no-repeat;
}
.inner_content {
	float: left;
	width: 630px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.contact_content {
	float: left;
	width: 530px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}


.inner_sidebar_content {
	width: 250px;
	margin-right: 40px;
	float: right;
	margin-top: 40px;
}
.inner_sidebar_content h4{
	font-size: 20px;
	margin-bottom: 10px;
	color: #666666;
}
.contact_sidebar_content {
	width: 350px;
	margin-right: 40px;
	float: right;
	margin-top: 40px;
}
h3  {
	font-size: 20px;
	margin-bottom: 20px;
	color: #588C06;
}
h3.calculatorHeadings{
	margin-bottom: 0px;
	margin-top: 15px;
}
.testimonial_box_top {
	background-image: url(../images/testimonial-box-top.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 250px;
}
.testimonial_box_bottom {
	background-image: url(../images/testimonial-box-bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 250px;
}

.testimonial_box_middle {
	background-image: url(../images/testimonial-box-tile.png);
	background-repeat: repeat-y;
	width: 210px;
	padding-right: 20px;
	padding-left: 20px;
}
.testimonial_box p {
	font-style: italic;
	line-height: 20px;
}
.calculatorBanner {
	background-image: url(../images/calculator-banner-bg.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 150px;
	padding-right: 80px;
	padding-left: 20px;
	padding-top: 15px;
	margin-bottom: 40px;
}
.calculatorBanner p {
	line-height: 20px;
}
a#calculatorLink{
	background-image: url(../images/calculate-button.png);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 125px;
	margin-top: 10px;
}
a#calculatorLink:hover{
	background-image: url(../images/calculate-button.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
.testimonial .testimonial_name {
	font-weight: bold;
	float: right;
	text-align: right;
	font-style: normal;
	line-height: 20px;
}
.inner_content p {
	line-height: 20px;
	margin-bottom: 20px;
}
ul.bulletType1{
	list-style-type: disc;
	color: #930;
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 15px;
}

ul.bulletType1 li, ul.bulletType2 li{
	margin-bottom: 15px;
}
ul.bulletType1 span, ul.bulletType2 span{
	color: #666;
}
ul.bulletType2{
	list-style-type: disc;
	color: #86B8DC;
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 15px;
}
.pageLinks {
	height: 40px;
	padding-left: 50px;
}
.FAQLink {
	background-image: url(../images/faq-link-icon.png);
	background-repeat: no-repeat;
}
.DOCLink {
	background-image: url(../images/doc-link-icon.png);
	background-repeat: no-repeat;
}
.dosdontsLink {
	background-image: url(../images/dos-donts-icon.png);
	background-repeat: no-repeat;
}
.pageLinks a {
	padding-top: 10px;
	display: block;
	color: #0D72BA;
	font-weight: bold;
}
.pageLinks a:hover{
	color: #588C06;
}

hr {
	margin-bottom: 20px;
}
#accordion ul li{
	list-style-type: none;
	margin-bottom: 2px;
	background-color: #f2f9fb;
}
#accordion ul li:hover{
	background-color: #f5fafb;
}
#accordion ul.bulletType2 li{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}
#accordion ul.bulletType1 li{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}
#accordion h5 {
	cursor: pointer;
	background-image: url(../images/accordian-arrows.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #07426D;
	padding-top: 8px;
	padding-left: 45px;
	padding-bottom: 8px;
}
#accordion h5:hover{
	background-color: #FFF;
}
#accordion h5.activeTab {
	background-position: left -42px;
	font-weight: bold;
}
#accordion .tabContent {
	display: none;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 1px;
	color: #1F442E;
	list-style-type: none;
	padding-left: 45px;
}
#homeLoanTypes{
	position:relative;
	margin-bottom: 450px;
}
ul#tileNav li a{
	display: block;
	float: left;
	height: 80px;
	width: 130px;
	color:#212121;
	padding: 10px;
	margin-bottom: 8px;
	font-weight: bold;
	margin-right: 7px;
	background-image: url(../images/tileBg.png);
	background-repeat: no-repeat;
}
ul#tileNav li a:hover,ul#tileNav li a.selectedTab {
	background-image: url(../images/tileBg.png);
	background-position: 0px -100px;
	background-repeat: no-repeat;
}
#homeLoanTypes a.tile:hover{
	color: #336666;
}
#homeLoanTypes a.hover{
	background-color: #a4d9e6
}
.tileDescription{
	position:absolute;
	top:220px;
	left: 0px;
	width:600px;
	height:170px;
	padding: 15px;
	background-image: url(../images/tile-description-bg.png);
	background-repeat: no-repeat;
}
.tileDescription#defaultTileDescription{display:block;};
