body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4e6a9a;
	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: #000000;
	line-height:22px;
}
.twoColFixLtHdr #container1 { 
	width: 855px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #container2 { 
	width: 845px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #7e6969;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 







.twoColFixLtHdr #header { 
	width:845px; height:186px; background-image:url(images/logo-atayo-group.jpg); background-repeat:no-repeat;
	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	text-align:left;
	margin-top:25px;
	font-size:.9em;
}
.twoColFixLtHdr #mainContent { 
	margin: 10px 0 10px 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 50px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:1px solid #b9b1a9;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {margin-top:-10px; font-size:.7em;}
#footer a {color:#000;}

#logo {position:absolute; top:75px; left:20px;}
#logo a {border:none;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#container1{width:855px; border:5px solid #ffffff;margin:auto;} 
#container2 {width:845px; border:5px solid #7e6969; background-color:#FFFFFF; position:relative; top:0px; left:0px;}
 a:link {color:#23418e;}
 a:visited {color:#23418e; }
 a:hover {color:#000000; }
 a:active {color:#23418e;}


#header {width:845px; height:186px; background-image:url(../images/logo-atayo-group.jpg); background-repeat:no-repeat;}
#homepic {background-image:url(../images/atayo-is-the-best-choice.jpg); background-repeat:no-repeat; width:845px; height:215px;}


#navmain {width:845px; height:30px; background-color:#fff; padding-top:5px;}
#navmain a, img{list-style:none; display:inline; padding:0; margin:0; border:none;}


#homebtn a{width:76px; height:26px; background-image:url(../images/btn_home.gif); background-repeat:no-repeat; float:left; display:block;  }
#homebtn a:hover {width:76px; height:26px; background-image:url(../images/btn_home_roll.gif); background-repeat:no-repeat; float:left
;display:block;}
#whobtn a {width:140px; height:26px; background-image:url(../images/btn_who.gif); background-repeat:no-repeat;float:left;  }
#whobtn a:hover  {width:140px; height:26px; background-image:url(../images/btn_who_roll.gif); background-repeat:no-repeat;float:left;  }
#servicesbtn a {width:102px; height:26px; background-image:url(../images/btn_services.gif); background-repeat:no-repeat;float:left; }
#servicesbtn a:hover  {width:102px; height:26px; background-image:url(../images/btn_services_roll.gif); background-repeat:no-repeat;float:left;  }
#candidatesbtn a {width:123px; height:26px; background-image:url(../images/btn_candidates.gif); background-repeat:no-repeat;float:left;  }
#candidatesbtn a:hover{width:123px; height:26px; background-image:url(../images/btn_candidates_roll.gif); background-repeat:no-repeat;float:left; }
#clientsbtn a {width:93px; height:26px; background-image:url(../images/btn_clients.gif); background-repeat:no-repeat;float:left;  }
#clientsbtn a:hover {width:93px; height:26px; background-image:url(../images/btn_clients_roll.gif); background-repeat:no-repeat;float:left; }
#contactbtn a {width:113px; height:26px; background-image:url(../images/btn_contact.gif); background-repeat:no-repeat;float:left;  }
#contactbtn a:hover {width:113px; height:26px; background-image:url(../images/btn_contact_roll.gif); background-repeat:no-repeat;float:left;  }
#blankbtn {height:26px;float:left;}


#page {background-color:#FFFFFF; width:845px; color:#7e696d; font-weight:600; border:1px dashed black;}


#pageinside {background-color:#FFFFFF; width:575px; color:#7e696d; font-weight:600; border-left:1px solid #b9b1a9; margin-left:210px; text-align:left; padding-left:20px; margin-bottom:20px;}

#navleft {width:200px; float:left;}

#homepage {float: left; /* since this element is floated, a width must be given */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		}

#boxright {
width:200px;
float:right;
	padding: 5px 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:15px 50px 15px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
border-left:2px solid #b9b1a9; font-size:.8em; line-height:14px;}

#boxright a{color:#4e6a9a; text-decoration:underline; font-size:1.2em; font-variant:small-caps;}
#boxright a:hover {color:#000000;font-size:1.2em; text-decoration:none;}






#preloadimages{width:1px; height:1px; visibility:hidden; overflow:hidden;}


legend {color:#4e6a9a;}


h2 {color:#5c4d50;}

#homecontent {width:400px; border:0px dashed blue; position:relative;top:-375px; left:0px;}




div.row {
  clear: both;
  padding-top: 5px;
} 

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  font-size:.8em;
  display:inline;
  }

div.row span.formw {
  /*float: right;*/
  /*width: 150px;*/
  text-align: left;
  margin-left:15px;
  }
  

  
  
  

div.row2 {
  clear: both;
  padding-top: 5px;
  border:0px solid red;
  width:160px;
  float:right;
  margin-top:-26px;
  margin-right:15px;
} 

div.row2 span.label {
  float: left;
  width: 25px;
  text-align: right;
  font-size:.8em;
  display:inline;
  border:0px dotted black;
  }

div.row2 span.formw {
  text-align: left;
  border:0px solid blue;
  margin-left:5px;
   } 

  
  
.floatleft {float:left; border:0px solid green;width:330px;}
.floatright {float:right; border:0px dashed green; width:250px;}
p.floatright {width:500px; margin-bottom:10px; font-size:.7em;}

.labelontop {font-size:.7em; margin-left:10px; width:60px; line-height:10px;}


 /* -----------------------------*/ 
    
  
  
   

legend{
padding-bottom:15px;
}

.rules {
display:inline;
font-size:.7em;
}



  
  
.lengthrow {width:100%; clear:both;}
.lengthquarter	{width:24%;float:right;}
div.lengthquarter input {width:110px;}
.label2{font-size:.6em;}


#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } /* Force vertical scrollbar in Gecko browsers */
