@charset "utf-8";
/* CSS Document */

*{

	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align:left;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-color:#FFF;
	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;
}
h1 {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	


	.PhoneNumbersSearchContainer
	{

	background-image:url(images/search_box_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
position:absolute;
left: 50%;
margin-left: -300px;
margin-top:100px;

	background-color:#FFF;
	width:600px;
	height:218px;

	}


	.PhoneNumbersResultContainer
	{

	background-image:url(images/top_title_search_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
  position:absolute;
  left: 50%;
  margin-left: -450px;
  margin-top:0px;
	background-color:#FFF;
	width:900px;
	height:164px;
	}


	.PhoneNumbersResultOutput
	{
	float:left;
  position:absolute;
   left: 50%;
  margin-left: -100px;
  margin-top:10px;

	}


	.PhoneNumbersResultBottom
	{
	float:left;
  position:relative;
  left: 50%;
  margin-left: -450px;
  margin-top:20px;
	background-color:#646464;
	width:900px;
	height:1px;
	}


	.MainBottom
	{
	float:left;
  position:relative;
  left: 50%;
  margin-left: -435px;
  margin-top:100px;
	width:900px;

	}


  .SearchnBottom
  {
	float:left;
  position:relative;
  left: 50%;
  margin-left: -195px;
  margin-top:140px;
	width:900px;

	}



 
	.ResultFonts
	 {
	 float:left;
	 color:#028fb2;
	 font-size:18px;
	 padding-top:10px;
	 padding-left:45px;
	 font-weight:700;
	 text-transform:capitalize;
	 }

#Small_logo_res_btm  {
	float:left;
  position:absolute;
  left: 50%;
  margin-left: 330px;
  margin-top:30px;
	background-color:#FFF;
	width:200px;
	height:24px;
}


	.SkyBlueFonts
	{
	float:left;
	color:#028fb2;
	font-size:18px;
	padding-top:10px;
	padding-left:45px;
	font-weight:700;
	text-transform:capitalize;
	}

	.SmallGreyFonts
	{
	float:left;
	color:#ffffff;
	font-size:11px;
	font-weight:600;
	padding-top:30px;
	padding-left:20px;
	}

	.HomeTextFonts

	{

	font-size: 12px; /* .9*/

		text-decoration:none;
		 color:#000000;
		 text-align:justify;

	}

		.FormButton{

	float:right;
	padding-right:20px;
	padding-top:5px;
	}

	.TopMainMenu
	{
	position:absolute;
	left: 40%;
	float:left;
	width:550px;
	margin-left: 0px;
	color:#ffffff;
	font-size:12px;
	font-weight: normal;
	padding-top:50px;
	padding-right:25px;
	}

	.BottomMainMenu
	{
	float:left;
	color:#646464;
	font-size:12px;
  position:absolute;
  left: 50%;
  margin-left: -450px;
  margin-top:30px;
	width:550px;
	height:24px;
	}

	.HomemMainMenu
	{
	float:left;
	color:#FFFFFF;
	font-size:12px;
  position:absolute;
  left: 50%;
  margin-left: -190px;
  margin-top:150px;
	width:480px;
	height:24px;
	}
	

.GetNumberFormPad
	{
	float:left;
	color:#ffffff;
	font-size:14px;
	font-weight:600;
	margin-top:60px;
	padding-left:80px;
	}

  .FoundNumber
     {
	   font-size:18px;
	   font-weight: Bold;
	   font-family:arial;
     	}

	.TopSearcResultTitle
	{
	   float:left;
	   color:#ffffff;
	   font-size:14px;
	   font-weight: Bold;
	   margin-top:75px;
	   margin-left: -440px;
	   font-family:arial;
	}

	.oneColFixCtrHdr #container {
	width: 975px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #f5f5f5;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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 */
}

#TopBanner
{
	float:center;
  position:absolute;
  left: 50%;
  margin-left: -300px;
  margin-top:5px;

	background-color:#FFF;
	width:600px;
	height:90px;
}

#LeftMiddleBanner
{
	float:left;
  position:absolute;
  left: 50%;
  margin-left: -510px;
  margin-top:100px;
	background-color:#FFF;
	width:200px;
	height:80%;
}

#RightMiddleBanner
{
	float:right;
  position:absolute;
  left: 50%;
  margin-left: 310px;
  margin-top:100px;
	background-color:#FFF;
	width:200px;
	height:80%;
}


#BottomCenterBanner
{
	float:right;
	text-align:center;
	display:block;
  position:absolute;
  left: 50%;
  margin-left: -300px;
  margin-top:560px;
	background-color:#FFF;
	width:600px;
	height:120px;
}


#LeftSearchMiddleBanner
{
	float:left;
  position:absolute;
  left: 50%;
  margin-left: -660px;
  margin-top:1px;
	background-color:#FFF;
	width:200px;
	height:80%;
}

#RightSearchMiddleBanner
{
	float:right;
  position:absolute;
  left: 50%;
  margin-left: 460px;
  margin-top:1px;
	background-color:#FFF;
	width:200px;
	height:80%;
}


#BottomSearchCenterBanner
{
  text-align:center;
	display:block;
	float:right;
  position:absolute;
  left: 50%;
  margin-left: -450px;
  margin-top:80px;
	background-color:#FFF;
	width:900px;
	height:120px;
}


#MainContainer
{
float:center;
display:block;
width:100%;
vertical-align: middle;
background:#FFFFFF;
vertical-align:middle;
}


.TextForm
{
font:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
margin-top:0px;
margin-bottom:5px;
border-style:solid;
border-color:#CCCCCC;
border-width:1px;
width:350px;
height:20px;}

#Small_logo_btm  {
color:#666666;
margin-top:500px;
width:600px;
float:right;
position:absolute;
left: 50%;
margin-left: -300px;
}

.SearchResultText  {
color:#666666;
margin-top:170px;
width:390px;
position:absolute;
float:left;
margin-left:-315px;
}

.ContentText  {
color:#666666;
z-index:-1;
padding-top:170px;
width:800px;
position:absolute;
float:left;
margin-left:-315px;
}

.AreaCodeContainer
{
background-image:url(images/top_title_areacodes_bg.gif);
background-position:left;
background-repeat:no-repeat;
float:left;
position:absolute;
left: 50%;
margin-left: -450px;
margin-top:0px;
background-color:#FFF;
width:900px;
height:164px;
}

.AreaCodeTextLeft {
margin-left:0px;  
padding-bottom:20px; 
width:400px;

}

.AreaCodeTextRight {
margin-left:500px;  
padding-bottom:20px; 
width:400px;
}

.SearchGoogleMap  {
color:#666666;
margin-top:170px;
width:390px;
position:absolute;
float:right;
margin-left:140px;
padding-right:17px;
}

  .ImgMap
  {
  	/* add image style here */
   padding:1px;
   border:1px solid #646464;
   background-color:#ffffff;
  }

  a.TopMenuLink
  {
    color:#FFFFFF;
    font-size:12px;
    z-index:20;
    text-decoration:none;
  }
a:hover.TopMenuLink
  {
    color:#FFFFFF;
    font-size:12px;
    text-decoration:underline;
  }

  a.BottMenuLink
  {
    color:#646464;
    font-size:12px;
    text-decoration:none;
  }
a:hover.BottMenuLink
  {
    color:#646464;
    font-size:12px;
    text-decoration:underline;
  }

/* feedback /errors */
div#error {
	float:left;
	color:#A50707;
	font-size:12px;
	padding-left: 30px;
  margin-top:55px;
  width:500px;
  position:absolute;
  left: 50%;
  margin-left: -250px;
}

div#error ul, div#feedback ul, div#help ul {
	position: relative;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

div#error ul li{
	margin-top: 5px;
}

div#feedback {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #17B506;
	padding: 5px;
	background-color: #F2FCF0;
	color: #595241;
	font-weight: bold;
}

div#help {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ACCFCC;
	padding: 5px;
	background-color: #E9F4F3;
	color: #024C41;
}

div#info {
	float:left;
	color:#595241;
	font-size:12px;
	padding-left: 30px;
  margin-top:55px;
  width:500px;
  position:absolute;
  left: 50%;
  margin-left: -250px;
}

div#warning {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #FF8400;
	padding: 5px;
	background-color: #FFF6ED;
	color: #D95900;
	font-weight: bold;
}

.GetFormPad
	{
	float:left;
	background-color:#ce732c;
	font-size:14px;
	font-weight:600;
	padding-top:20px;
	margin-top:40px;
	padding-left:25px;
	width:220px;
	height:75px;
	}
	
  a.TXTlink
  {
   font:Verdana, Arial, Helvetica, sans-serif;
   color:#666666;
   text-decoration:none;
   margin-top:0px;
   margin-bottom:5px;
   }	
  a:hover.TXTlink
  {
    text-decoration:underline;
  }
  

 .MainPageContent
    {
    	font-size:12px;
    	text-align:justify;
    	color:#666666;
      z-index:-1;
      padding-top:250px;
      width:600px;
      position:absolute;
      float:left;
      margin-left:0px;
    }

