@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #E00025;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.body_home {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #E00025;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}


#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header  {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 1000px;
	float: left;
}
#header_home {
	background-image: url(images/RealCorp_Header15.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
	float: left;
}


#nav_menu {
	width: 800px;
	padding-top: 210px;
	padding-left: 75px;
}


#nav_menu ul {
	display: block;
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 38px;
}


#nav_menu li {
	float: left;
	text-align: center;
	line-height: 38px;
	padding-right: 4px;

}
#nav_menu li a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav_menu li a:hover {
	color: #E00024;

}

#nav_menu_home {
	width: 300px;
	padding-left: 670px;
	padding-top: 170px;
}


#nav_menu_home ul {
	display: block;
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 38px;
}


#nav_menu_home li {
	float: left;
	text-align: center;
	line-height: 38px;
	padding-right: 20px;

}
#nav_menu_home li a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav_menu_home li a:hover {
	color: #E00024;

}
#top_nav_menu_home {
	width: 900px;
	padding-top: 24px;
	height: 30px;
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 100px;
}


#top_nav_menu_home ul {
	display: block;
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	line-height: 38px;
}


#top_nav_menu_home li {
	float: left;
	padding-right: 8px;
	letter-spacing: 4px;

}
#top_nav_menu_home li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#top_nav_menu_home li a:hover {
	color: #000000;

}

#mainContent  {
	background-color: #FFFFFF;
	background-image: url(images/Content_bkgd.jpg);
	background-repeat: repeat-y;
	padding-left: 75px;
	padding-right: 75px;
	text-align: justify;
	padding-top: 25px;
	padding-bottom: 50px;
	min-height: 300px;
	float: left;
	width: 850px;
}
#Content_text {
	text-align: justify;
	width: 575px;
}


#Sec_wrapper {
	width: 235px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#Sec_wrapper_home {
	width: 200px;
	font-size: 12px;
}

#right_column_wrapper {
	float: right;
	width: 235px;
}
#right_column_wrapper_home {
	float: left;
	width: 200px;
	margin-left: 360px;
	margin-top: 7px;
	height: 100px;
	
}


#Sec_header {
	height: 19px;
	background-repeat: no-repeat;
	background-image: url(images/2ndnav3.jpg);
	width: 235px;
}
#Sec_header_home {
	height: 19px;
	background-repeat: no-repeat;
	background-image: url(images/2NDNAV3_HOME.gif);
	width: 200px;
}

#sec_nav_menu ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sec_nav_menu li {
	text-align: left;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

#sec_nav_menu li:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E00024;
	
}

#sec_nav_menu li a {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	display: block;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 100%;
}

#sec_nav_menu li a:hover {
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

#sec_nav_menu_home ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #CCCCCC;
	filter: alpha(opacity=90);
	opacity: .90;
}

#sec_nav_menu_home li {
	text-align: left;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}

#sec_nav_menu_home li:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E00024;
	
}

#sec_nav_menu_home li a {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	display: block;
	height: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#sec_nav_menu_home li a:hover {
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


#footer  {
	height: 90px;
	width: 1000px;
	background-image: url(images/realcorp_footer.jpg);

}
#footer_home {
	width: 1000px;
	background-color: #E00024;
}

#footer_text {
	width: 1000px;
	text-align: center;
	color: #8A0015;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 65px;

}
#footer_text_home {
	width: 1000px;
	text-align: center;
	color: #8A0015;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	margin-top: 515px;
}


p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.image {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.image_right {
	float: right;
	margin-left: 25px;
}
.sig_wrapper {
	float: left;
	width: 275px;
	text-align: center;
}


#client_list {
	width: 600px;
	font-size: 14px;
	float: left;
	color: #000000;
	line-height: 20px;
}
#client_list ul {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#client_list li {
	width: 290px;
	float: left;
}
#affiliations_list {

}
#affiliations_list ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;

}
#affiliations_list li {

}
.staff_wrapper {
	float: left;
	margin-top: 20px;
	margin-right: 50px;
}
.staff_name {
	text-align: center;
}
.staff_service {
	text-align: center;
}
#investment_wrapper {
	padding-top: 20px;
	width: 300px;
}
#address_wrapper {
	text-align: right;
	padding-top: 25px;

}
#mainContent_Agents {
	background-color: #FFFFFF;
	background-image: url(images/Content_bkgd.jpg);
	background-repeat: repeat-y;
	padding-left: 75px;
	padding-right: 75px;
	text-align: justify;
	min-height:450px;
	padding-top: 25px;
	padding-bottom: 50px;
	float: left;
	width: 850px;
}

#agents_wrapper {
	width: 600px;
	padding-top: 25px;
}

.agent_wrapper {
	text-align: center;
	width: 125px;
	padding-right: 24px;
	padding-bottom: 20px;
	float: left;
	height: 200px;
}
.agent_image {

}
.agent_name {
	font-size: 10px;
	padding-top: 5px;

}
#main_agent_wrapper {
	width: 600px;
}
#main_agent_image {
	width: 225px;
	float: left;
}
.main_agent_image_caption {
	width: 225px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.main_agent_image_caption2 {
	width: 225px;
	text-align: center;
	font-size: 12px;
}


#main_agent_info {
	width: 350px;
	float: left;
	padding-left: 20px;
	padding-bottom: 50px;
}
.main_agent_header {
	font-size: 12px;
	font-weight: bold;
	text-align: left;

}
.main_agent_text {
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;

}
#main_agent_paragraph {
	padding-bottom: 20px;
	line-height: 18px;
}
.testimonial {
	font-weight: bold;
	color: #E00024;
	margin-right: 250px;
	font-size: 11px;
	font-style: italic;
	padding-top: 20px;
}
.testimonial_name {
	font-weight: bold;
	color: #E00024;
}
.testimonial_company {
	font-weight: bold;
	color: #E00024;
}
.testimonial_title {
	font-weight: bold;
	color: #E00024;
}
#contact {
	width: 450px;
}
.contact_select {
	width: 250px;
}
.input_text {
	width: 250px;
}
#mainContent_clients {
	background-color: #FFFFFF;
	background-image: url(images/Content_bkgd.jpg);
	background-repeat: repeat-y;
	padding-left: 75px;
	padding-right: 75px;
	text-align: justify;
	padding-top: 25px;
	padding-bottom: 50px;
	width: 850px;
	float: left;
}
.clear_float {
	clear: both;
}
.image_caption {
	font-size: 9px;
	font-style: italic;
	text-align: center;
}
.headshot_image {
	float: left;
	margin-right: 25px;
}
#Home_mission {
	width: 160px;
	margin-top: 250px;
	margin-left: 70px;
	color: #FFFFFF;
}
#Home_mission_tag {
	font-size: 14px;
	padding-bottom: 20px;
	color: #000000;
	text-align: justify;
}
#Home_mission_address {
	font-size: 10px;
	padding-bottom: 20px;
}
.story_wrapper {
	font-size: 12px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.no_justify {
	text-align: left;
}
