/* - - - - - - - - - - - - - - - - - - - - -

Title : RCS
URL :

Description : RCS Real Estate Advisors
Created :

- - - - - - - - - - - - - - - - - - - - - */


* {
	margin: 0;
  	padding: 0;
  	border: none;
	font-size: 1em;
}

body {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: white;
    margin: 20px 0;
}

/* Link
----------------------------------------------------------------------------- */
a, a:link, a:visited {
	text-decoration: none;
	color: #80c7ba;
}

a:hover {
	text-decoration: underline;
}

/* Container
----------------------------------------------------------------------------- */
#container {
	/*background: white;*/
	width:90%;
	margin: 0px auto 0px auto;
	position: relative;
    height: auto;
}

/* Header
----------------------------------------------------------------------------- */
#header {
	height: 100px;
    padding: 0px;
    margin: 0px;
    border:0px
    background:none;
    border-bottom:1px solid black;
    border-top:1px solid black;
}

#header h1 {
	float:left;
	width: 230px;
    height: 100px;
    background: url(/images/layout-header-h1.gif) no-repeat -10px 0;
}

#header h1 a, #header h1 a:link, #header h2 a, #header h2 a:link {
	height: 0px;
	overflow: hidden;
	display:block;
    text-indent:-999em;
    letter-spacing:-999em;
}

#header h2 {
    float:right;
    width: 235px;
	height: 50px;
	background: url(/images/layout-header-h2.gif) no-repeat top right;
    margin: 0px;
}

/* primary Navegation
----------------------------------------------------------------------------- */
#primary_nav {
    display:none;
}

/* secondary_nav
----------------------------------------------------------------------------- */
#secondary_nav {
    display:none;
}

/* main_content
----------------------------------------------------------------------------- */
#main_content {
	width: 100%;
	margin:0;
    border:0px;
   	background: none;
    font-size:10px;
    line-height:14px;
}

/* We clean the tenant for the browsers that if they function like they owe */
#main_content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: visible;
}


/*  related_content  col_left   col_center   sidebar
----------------------------------------------------------------------------- */
#related_content, #col_left, #col_center, #sidebar, #main_content .rcs_left, #main_content .rcs_center, #main_content .rcs_sidebar, #cols_links  {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: visiblen;
}


/* related_content
----------------------------------------------------------------------------- */
#related_content {
    width: 60%;
    padding: 20px 0 0 20px;
    margin:0;
    border:0px;
    border-bottom:1px solid black;

}

#related_content p.home {
    height: 86px;
    background: none;
    margin: 0;
    padding:0;
    display:block;
    width: 90%;
}

#related_content.layout02 {
    width: 100%;
    padding: 2% 0 2% 2%;
    margin: 0 0 2% 0;
    border:0px;
    border-bottom:1px solid black;

}

#related_content.layout02 p.home {
    height: auto;
    width:80%;
    background: none;
    margin: 0;
    padding:0;
    display:block;
}

/* col_left
----------------------------------------------------------------------------- */
#col_left {
    width:25%;
    border-right: 1px solid #80c7ba;
    padding-top: 10px;
}

#col_left h2.home {
    margin: 0px 0 5px 15px;
    color:#80c7ba;
}

#col_left h3 {
    margin: 0 0 0px 15px;
}

#col_left h4 {
    margin: 0 0 12px 30px;
}

/* col_center
----------------------------------------------------------------------------- */
#col_center {
    width:45%;
    border-right: 1px solid #80c7ba;
    padding: 10px 20px 0 0px;
}

#col_center h3 {
    margin: 0 0 0px 15px;
}

#col_center p {
    margin: 0 0 15px 15px;
}

/* sidebar - col right
----------------------------------------------------------------------------- */
#sidebar {
    width:20%;
    margin-right: 0
}

#sidebar h2.home {
    background: none;
    margin: 10px 0 0px 12px;
}

#sidebar h3 {
    margin: 0 0 0px 12px;
}

#sidebar p {
    margin: 0 0 15px 12px;
}

#sidebar p a {
    display:block;
}


/* class rcs_left  rcs_center  rcs_sidebar
----------------------------------------------------------------------------- */

.rcs_left, .rcs_center, .rcs_sidebar {
    width:31%;
    margin: 0px;
    padding: 0px 2% 0px 0px;
}

#cols_links {
    display:block;
    width:100%;
    margin: 10px 0px 0px 0px;
}


/* Footer
----------------------------------------------------------------------------- */
#footer {
    display:none;
}

#print_footer {
    display:block;
    font-size: 9px;
    width:100%;
}

#print_footer  hr {
    height:2px;
    width:100%;
    position: relative;
    background: black;
    margin: 10px 0;
}


