/* This stylesheet details the generic visual characteristics for the realtor site */
/* It imports for CSS templates customized on the client needs */

@import url(color/borders.css);
@import url(color/backgrounds.css);
@import url(color/buttons.css);
@import url(color/text_colors.css);
@import url(nav.css);

/* General characteristics of the fonts used in the whole website */
body, form, select, option, input, textarea, div, p, table, td, h2, h3, h4, ul, br
	{
	font-family:Verdana, Arial,sans-serif;
	font-size: 11px;
	}

/* Center site */	
body 
	{
	margin:3px 0px 3px 0px;
    text-align:center;  
 	}

div#site {
    text-align:left;  
    margin:0px auto;      
    padding:0px;
	width:984px; /* Predefined width for a 1024 x 768 screen */
    border:1px solid #999999 /* Page border color */
  }

/*
html>body div#site
  {
    border-color:#2E73B8; 
  	width:984px;
  }
*/

/* Additional margin parameters for the text and forms */
h1,h2,h3,p
	{
	margin:0px;
	padding:0px;
	}

form
	{
	margin:0px;	
	}

/* Site header: information about the real state agent. Generally as an image or a flach animation*/

#head
	{
	height:139px;
	background-image:url(../img/head.jpg);
	background-repeat:no-repeat;
	}
#head2
	{
	height:139px;
	background-image:url(../img/head_es.jpg);
	background-repeat:no-repeat;
	}


/* Left Column: the main menu is located on the left side of the webpage */
#left_col
	{
	width:158px;
	padding-bottom:15px;
	vertical-align:top;
	}

/* Central menu: this is where the "about me" and the "contact me" options are located */
#main_col
	{
	width:825px; /*Predefined width for a 1024 x 768 screen */
	vertical-align:top;
	padding-left:1px;
	}

div#content
	{
	width:815px; /* Predefined width for a 1024 x 768 screen */
	padding:5px 0px 5px 0px;
	margin-left:4px;
	}
div#contentframe
	{
	width:802px; /* Predefined width for a 1024 x 768 screen */
	padding:5px 0px 5px 0px;
	margin-left:4px;
	}
	
/* Footer Specifications */
#foot
	{
	height:30px;
	width:100%;
	}

#foot td
	{
	height:30px;
	width:30%;
	padding:0px 5px 0px 5px;
	}

/* Personal info and contact box, located below the navigation menu */
#pers_box
	{
	width:147px;
	margin:2px 0px 0px 5px;
	text-align:center;
	padding-bottom:7px;
	}

#ag_img
	{
	margin-top:5px;
	border-width:1px;
	border-style:solid;
	width:127px;
	}

#name_slogan
	{
	width:127px;
	margin:auto;
	padding-bottom:7px;
	}
	
#name_slogan p
	{
	margin:0px;
	line-height:120%;
	padding:5px 5px 5px 5px;
	font-size:9px;
	text-align:left;
	}

#name_slogan span
	{
	display:block;
	}
.value input, .value textarea, .value select /* form border color, textbox, form border color, dropdown select buttons */
	{
	border:1px solid #999999;
	}
.border1  /* Agent photoghaph border */
	{
	border-color: #999999;
	}
.main_btn_3 /* Additional information on the property surroundings */
	{
	border:1px solid #999999;
	padding:5px 10px 5px 10px;
	}
#result_block
	{
	margin:0px auto 10px auto;
	width:640px; /*Adapted for a 1024 x 768 screen */
	}
