div#wrapper:after, div.section:after, div.content:after, ul.nav:after
	{	clear: both;
		display: block;
		content: ".";
		height: 0;
		visibility: hidden;
	}

html,
body
	{
		height: 100%;
		padding: 0;
		margin: 0;
	}

body
	{
		font-size: 75%; /* 75% makes 1em = 12px in all elements in the document.*/
		font-family:  arial, helvetica, sans-serif;
		background-color: #FFFFFF;
		background: #F4F2F5;
		color: #777;
	}

/* start all block level elements that will contain text.
	Follow these rules and you will avoid font-size multiplying:-
	1. the following elements must be the only block level elements that contain text as a child node (more distant ancestors are fine)
	2. the following elements must not be a ancestor or or descendent to each other i.e they must not be 'inside' one another
*/
h1,
h2,
h3,
h4,
h5,
p,
li,
select,
option,
input,
dl,
dt,
dd,
hr,
div,
b
	{
		font-size: 1em;	/* 11px from top of ascender to bottom of descender in arial */
		margin: 0;
		padding: 0;
	}

ul,
ol,
li,
dl

/**
 * end all block level elements that will contain text
 * ul, ol and dl cannot go in rule above otherwise you will get font-size multiplication, as it is the parent of li
**/
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
/**
 * pseudo selectors only used so that <a> elements without href don't have link style i.e. <a> elements with name only (used for accessibility and linking within same page)
**/
a:link, a:active, a:visited
	{	text-decoration: none;
		color: #666;
	}
	
a:hover
	{	text-decoration: underline;	}

a.img_link
	{
		display: block;
		text-indent: -9999px;
	}

a.img_link#valid_xhtml
	{
		background: url(../images/btn_validxhtml.png) no-repeat;
		width: 70px;
		height: 19px;
	}

a.img_link#valid_css
	{
		background: url(../images/btn_validcss.png) no-repeat;
		width: 56px;
		height: 19px;
	}
			
p.small_print#validation a.img_link
	{
		height: 19px;
		position: relative;
		top: -3px;
		float: left;
	}
	
p.small_print#validation a#inden
	{
		background: url(../images/icon_inden_logo.png) top right no-repeat;
		display: block;
		color: #999999;
		width: 40px;
		height: 16px;
		float: left;
		padding: 0 15px 0 0;
		margin-left: -0.5em;
	}
	
.left
	{   float: left; }
.right
	{   float: right;	}
img
	{   border: none;	}

/**
 * headers, text styles
**/

h1,
h2,
h3,
h4
	{
		display: block;
		clear: both;
	}
	
h1.img_header
	{
		float: left;
		clear: none;
		width: 200px;
		height: 250px;
	}
	
h1.img_header a
	{
		text-indent: -99999px;
		background: url(../images/logo_one_number.png) no-repeat;
		width: 200px;
		height: 250px;
		display: block;
		margin-left: 20px;
	}

h2.hd_section,
h2.hd_content
	{
		font-size: 25px;
		height: 21px;
		color: #666;
		text-indent: -99999px;
		margin: 0 0 10px 0;
	}

h2#hd_about
	{
		background: url(../images/hd_about_one_number.png) no-repeat;
		margin: 0 0 10px 0;
	}
	
h2#hd_one_number
	{
		width: 150px;
		height: 21px;
		background: url(../images/hd_one_number.png) no-repeat;
		margin: 0 0 20px 0;
		color: #049AFE;
		float: right;
	}

h2.hd_content
	{
		color: #FFCC00;
		height: 25px;
	}
	
h2.hd_content#hd_directory_services {background: url(../images/hd_directory_services.png) no-repeat;}
h2.hd_content#hd_bulk_sms {background: url(../images/hd_bulk_sms.png) no-repeat;}
h2.hd_content#hd_data_routing {background: url(../images/hd_data_routing.png) no-repeat;}
h2.hd_content#hd_about_us {background: url(../images/hd_about_us.png) no-repeat;}
h2.hd_content#hd_contact_us {background: url(../images/hd_contact_us.png) no-repeat;}
	
p
	{
		font-size: 15px;
		line-height: 116%;
	}
	
p.small_print
	{
		font-size: 11px;
		color: #999999;
		text-align: center;
	}
	
p.small_print#copyright
	{
		margin: 10px 0 15px 0;
		padding: 0;
	}

p.small_print#validation
	{
		width: 400px;
		margin: auto;
	}
	
p.small_print#validation span
	{
		float: left;
		display: block;
		padding: 0 0.5em 0 0.5em;
	}

div.inside_corners div.content p
	{
		font-size: 15px;
		line-height: 116%;
		margin: 15px 0 15px 0;
	}
	
/**
 * Div styles
**/

div#wrapper
	{
		background: #F4F2F5;
	}
	
div#inner_wrapper
	{
		background: #fff;
		padding: 0 0 70px 0;
	}
	
div.section#main_content
	{
		width: 638px;
		margin: auto;
		background: #fff;
	}

div.section#footer_content
	{
		padding: 20px 0 0 0;
		background: #F4F2F5 url(../images/bg_footer_drop.png) 0 0 repeat-x;
	}

div.content#footer_main_content
	{	
		height: 150px;
		width: 800px;
		margin: auto;
		background: #F4F2F5;
	}

div.content.popup
	{
		clear: both;
		padding-bottom: 10px;
	}
	
div.content#hd_nav
	{
		padding: 40px 10px 0px 10px;
		clear: both;
	}

div.content#about_us_intro
	{
		padding: 0px 10px 0px 10px;
	}
	
div.top_corners
	{
		height: 20px;
		width: 654px;
		background: #fff url(../images/bg_content_top_corners.png) 0 0 no-repeat;
	}
	
div.bottom_corners
	{
		height: 40px;
		width: 654px;
		background: #fff url(../images/bg_content_bottom_corners.png) 0 0 no-repeat;
	}
	
div.inside_corners
	{
		padding: 0px 20px 1px 20px;
		width: 614px;
		background: #fff url(../images/bg_content_inner_corners.png) 0 0 repeat-y;
	}
		
ul.nav#main_nav
	{
		width: 303px;
		height: 50px;
		padding-top: 85px;
		float: right;
	}

ul.nav#main_nav li 
	{
		float: left;
		margin: 0 0 0 30px;
	}

ul.nav#main_nav li.first
	{
		margin-left: 0;
	}
	
ul.nav#main_nav li a
	{
		width: 81px;
		height: 125px;
		text-indent: -99999px;
		display: block;
	}

ul.nav#main_nav li#directory_services_link a 
	{
		background: url(../images/icon_directory_services.png) no-repeat;
	}
ul.nav#main_nav li#bulk_sms_link a 
	{
		background: url(../images/icon_bulk_sms.png) no-repeat;
	}
ul.nav#main_nav li#data_routing_link a 
	{
		background: url(../images/icon_data_routing.png) no-repeat;
	}
	
ul.nav#bottom_nav
	{
		clear: both;
		margin: auto;
		width: 480px;
	}

ul.nav#bottom_nav li
	{
		display: block;
		float: left;
		margin: 0 0 0 20px;
	}

ul.nav#bottom_nav li.first
	{
		margin-left: 0;
	}
	
ul.nav#utilities_nav
	{
		background: url(../images/bg_utilities_nav.png) no-repeat;
		height: 15px;
		padding: 10px 25px 10px 25px;
		width: 183px;
		float: right;
	}
	
ul.nav#utilities_nav li
	{
		float: left;
		display: block;
		padding: 0 0 0 22px;
	}
	
ul.nav#utilities_nav li.first
	{
		padding: 0 0 0 0;
	}

span.red
	{
		color: #FF3366;
	}
	
table#client_list td
	{
		padding-right: 30px;
	}

	