/* ------------- BODY STYLES -------- */

.home_page { 
  	background-image: url("../images/background_homepage.jpg");
  	background-repeat: no-repeat;	
	background-position: top;
	/* background-color: rgb(203,218,238);*/
	background-color: rgb(224,233,245); 
}

.content_page { 
  	background: url("../images/background_content_page.gif");
  	background-repeat: no-repeat;	
	background-position: top;
	/* background-color: rgb(203,218,238); */
	background-color: rgb(224,233,245);
}



/*------------- Client Area Styles ---------*/

.client_table{

	border: 1px solid #9EA8B8;
	border-spacing: 0px;
	/* border-width: 1px solid #9EA8B8; */
	/* border-collapse: separate; */
	
}

.client_cell{

	border: 1px solid #9EA8B8;
	empty-cells: show;
	
	
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;

}

.client_cell_bold{

	border: 1px solid #9EA8B8;
	empty-cells: show;
	
	
	vertical-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : black;

}


hr.client_hr {
	border: 0;
	color: #9EA8B8;
	background-color: #9EA8B8;
	height: 2px;
	width: 100%;
}


/*--------- client contact SIDE STYLES ------*/

.client_contact_heading{

	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
	color : black;
	border-left : 2px solid #9EA8B8;
	border-right : 2px solid #9EA8B8;
	text-align: center;
}


.client_contact_content{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	border-left : 2px solid #9EA8B8;
	border-right : 2px solid #9EA8B8;
	text-align: center;
}

.client_contact_content_bold{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : black;
	border-left : 2px solid #9EA8B8;
	border-right : 2px solid #9EA8B8;
	text-align: center;
}



/* ------------ Main Content ---------*/
.main_content{

	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	

}

.main_content_bold{

	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : black;
	

}
.main_content_first_letter{

	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : black;
}
.main_content_heading{

	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
	color : black;
	
}



/* -------------- Table STYLES -------*/

.main_table{

	table-layout: fixed;
	width: 800px;
	/*background-color: #fafafa;*/
	/*border: 1px #000000 solid;*/
	border: 0px
	border-collapse: collapse;
	border-spacing: 0px;
	
}




/*------ RLP Real Estate Services text ------*/

.rlp_logo_text{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color: black;
	width: 135px;
	text-align: center;
	
}

/*--------- RIGHT SIDE STYLES ------*/

.rs_heading{

	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
	color : black;
	border-left : 2px solid #9EA8B8;
	text-align: center;
}


.rs_content{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	border-left : 2px solid #9EA8B8;
	text-align: center;
}

.rs_content_bold{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : black;
	border-left : 2px solid #9EA8B8;
	text-align: center;
}


hr.rs_hr {
	border: 0;
	color: #9EA8B8;
	background-color: #9EA8B8;
	height: 2px;
	width: 67px;
	text-align: center;
}


/* --------------- FOOTER ----------*/

.footer{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	border-top : 2px solid #9EA8B8;
	border-bottom : 2px solid #9EA8B8;
	text-align : left;

}

/* -------------- TOP ---------------*/

.name_designation{

	text-align : center;
	vertical-align : top;
	width : 135px;


}


.my_name{
		
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	color : black;
	

}
.my_designation{
		
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;

}

.wind{

	text-align : right;
	padding-right: 20px;	
	vertical-align: top;
	padding-top: 32px;
	width : 530 px;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;


}


/*------ MENU LINKS ------*/


A.menu:LINK {
	color : Black;
	text-decoration : none;
}

A.menu:VISITED {
	color : Black;
	text-decoration : none;
}
A.menu:HOVER {
	color: #333366;
	text-decoration : none;
	
}
A.menu:ACTIVE {
	color : #333366;
	text-decoration : none;
}


/*------- MENU STYLES ------*/
.menu_section {
	border-right : 2px solid #9EA8B8;
	/* border-left : 3px solid Gray; */
	border-bottom : 1px solid #9EA8B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	padding-left: 3px;
	padding-right: 3px;
	
	
}

.menu_spacer {
	line-height : 5px;
}


/*================================ OLD STUFF =====================*/





/*------- HEADINGS -----------*/

.heading {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
	color : Black;
}





/*------CONTENT------*/

.content{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	
}
.content_bold{
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : black;
	
}






.copywrite {
	color : Silver;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.links_border {
	border-left : 3px solid Gray;
}

.sub_section {
	border-left : 2px solid Gray;
	border-bottom : 1px solid Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	padding-left: 3px;
	padding-right:3px;
	
}
.links {
	border-left : 2px solid Gray;
	border-bottom : 1px solid Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	
}
.headline_links {
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	
}



.sub_menu_spacer {
	line-height : 3px;
}


.col_spacer {
	width : 5px;
}

.title_top1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size : 18px;
	font-weight : bold;
}
.title_top2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size : 12px;
	font-weight : normal;
}


.heading_text {
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : black;
	
}




