/*Lucky Bail Bonds Home Style Sheet*/


body {
	background-image: url(images/bc_contacts.gif);
	background-repeat: repeat-x;
	background-color: #d7dde3;
	margin: 0px;
    padding: 0px;
	
}

#container {
    
    width: 800px;
	height: 800px;
	margin-left: auto;	
	margin-right: auto;	  
		  }
		  
#header {
    background-image: url(images/header.jpg);
	background-repeat:no-repeat;
    height: 300px; 
    margin-left: auto;
    margin-right: auto;
  
		  }
		  
#main_box{
    height: 600px;
	background-image:url(images/bc2_contacts.gif);
	background-repeat: repeat-x; 
    margin-left: auto;
    margin-right: auto;
  
		  }
		  
#box_for_info {
    height: 700px;
	width: 770px;
	background-image: url(images/bc3_contacts.gif);
	background-repeat: repeat-x; 
	margin-left: auto;
    margin-right: auto;
	
    
		  }
#side_menu{
    position:absolute;
	height: 352px;
	width: 220px;
	margin-top: 20px;
	margin-left: 0px;
	top: 305px;
  }
#footer{
    height: 126px;
	background-image: url(images/footer.jpg);
    margin-left: auto;
    margin-right: auto;
  
		  }
		  
.address{
     position: absolute;
     font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #FFFFFF;
	 margin-left: 167px;
	 margin-top: 15px;}

  	 
.copyright{
     font-size: 10px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #292929;
	 margin-left: 75px;
	 margin-top: 25px;}
a:link	/*Regular links should be dark grey, then orange when active, underlined at hover*/
	{
	color:	#292929;
	text-decoration: underline;	
	}
a:hover
	{
	color:	#a84802;
	text-decoration: underline;
	}
a:visited
	{
	color:	#292929;
	text-decoration: underline;
	}
a:active
	{
	color:	#292929;
	text-decoration: underline;
	}
	
a.one:link	/*Regular links should be dark grey, then orange when active, underlined at hover*/
	{
	color:	#a84802;
	text-decoration: underline;	
	}
a.one:hover
	{
	color:	#292929;
	text-decoration: underline;
	}
a.one:visited
	{
	color:	#a84802;
	text-decoration: underline;
	}
a.one:active
	{
	color:	#a84802;
	text-decoration: underline;
	}

a.three:link	/*White*/
	{
	color: #FFFFFF;
	text-decoration: underline;	
	}
a.three:active
	{
	color:	#FFFFFF;
	text-decoration: underline;
	}
a.three:visited
	{
	color:	#FFFFFF;
	text-decoration: underline;
	}
a.three:hover
	{
	color:	#a84802;
	text-decoration: underline;
	}

	
/*Contact Us Page*/
/* ************************************************************ */
.contact_us{
     position: absolute;
	 background-image:url(images/contact_us.gif);
	 background-repeat: no-repeat;
	 height: 30px;
	 width: 274px;
	 margin-left: 230px;
	 margin-top: 39px;
     }
.contact_text{
     position: absolute;
     font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #292929;
	 margin-left: 230px;
	 margin-top: 80px;
	}
.contact_text2{
     position: absolute;
     font-size: 12px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #292929;
	 margin-left: 500px;
	 margin-top: 80px;
	}

.toll_free{
     position: absolute;
     font-size: 16px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #a84802;
	 margin-left: 520px;
	 margin-top: 572px;
	}
.map{
     position: absolute;
	 background-image:url(images/map.jpg);
	 background-repeat: no-repeat;
	 height: 150px;
	 width: 170px;
	 margin-left: 500px;
	 margin-top: 410px;
     }
.espanol{
     position: absolute;
	 background-image:url(images/se_habla_espanol.gif);
	 background-repeat: no-repeat;
	 height: 50px;
	 width: 130px;
	 margin-left: 600px;
	 margin-top: 177px;
     }

.header_small_part{
     position: absolute;
	 background-image:url(images/header_small_part.jpg);
	 background-repeat: no-repeat;
	 height: 60px;
	 width: 400px;
	 margin-left: 378px;
	 margin-top: -1px;
     }
