body{
	margin: 0;
	padding: 0;
	background-color: #fff;
		background-image: url('images/bg.jpg');
		background-repeat: repeat-x;
		background-position: bottom;
}

#container{
	margin: 0 auto 0 auto;
}

#head{
	width: 100%;
	background-image: url('images/head_bg.jpg');
	border-bottom: 1px solid #77a0ab;
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	
}

#head_menu{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 644px;
	height: 41px;
	margin: 0 auto 0 auto;

}

#head_menu li{
float: left;
	margin: 0;
	padding: 0;
}

#head a:hover{
	border: none;
}

#head_menu img{
	border: 0;
}

#head #title{
		clear: both;

}

#logo{
	
margin: -15px auto auto 5px;
border: 0;
	
}

#banner{
	position: absolute;
	top: 10px;
	right: 10px;
}

#site_menu{
	float: right;
	font-size: 0.9em;
	margin: -0.9em 2px 0 0;

}

.site_menu_item{
clear: none;
float: left;
	padding: 5px 5px 2px 5px;
	margin: 0 2px 0 2px;
	border: 1px solid #77a0ab;
	background-color: #eee;


}

#content{
	clear: both;
	
}

#siteinfo{
	font-size: 1em;
/*	background-color: #ccc; */
	color: #666;
	padding: 10px;
	margin: auto;
	width: 80%;


}

a{
	color: #3af;
	text-decoration: none;
}

a:hover{
	color: #3af;
	border-bottom: 1px dotted #3af;
}

#siteinfo p{
	text-align: justify;
}

#siteinfo .column{
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
}

.columnclear{
	clear: both;
}

#inputnumber, #submitted{
position: relative;

	width: 75%;


	color: #666;
		font-weight: bold;
}

#inputnumber{
		margin: 50px auto 50px auto;
		text-align: center;
		font-size: 2em;
		}

#submitted{
		margin: 50px auto 50px auto;
	font-size: 1em;
}


.phone_icon{
	vertical-align: middle;
	margin: 0 5px 0 0;
}

#inputnumber .slug{

	letter-spacing: -0.05em;
}

#inputnumber .textinput{
	border: 1px solid #aaa;
	font-size:1em;
	padding: 0.1em;
	
}

#inputnumber #npa, #inputnumber #nxx{
	width: 2.2em;
}

#inputnumber #xxxx{
	width: 3em;
}


#remove_button{
	cursor:pointer;
}

#submitted h2{
	text-align: center;
	font-size: 2em;
}

.submitted_number{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 2em;
}

.paypal_button{
	text-align: center;
}

#main_content{
	font-size: 0.9em;
	width: 60%;
	padding: 10px;
	margin: 20px auto 50px auto;
	background-color: white;
}

#footer1{
	text-align: center;
	background-color: #77a0ab;
	color: #ccc;
	font-size: 0.8em;
	padding: 5px 0 5px 0;
	
}

#footer1 a{
	color: white;
	text-decoration: none;
}

#footer2{
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0 5px 0;
	
}

.explanation{
	text-align: left;
font-size: 0.5em;
margin: 0 0 4em 0;
}

#adwords{
padding-top: 50px;
}

#fontcontrol{
	position: relative;
text-align: center;
right: 0px;
margin-right: 0;
}

.clickable{
	cursor: pointer;
}