/* styles for believe voice site */

html {
	height: 100%;
}

body {
	font-family: arial, helvetica, sans-serif;
	background: url('new_phone2.jpg') no-repeat 700px -95px;
	height: 100%;
}

/*styles to highlight link of page that user is on */
body#business a#business { border-bottom: 6px solid #cc0000; }
body#residential a#residential { border-bottom: 6px solid #cc0000; }
body#features a#features { border-bottom: 6px solid #cc0000; }
body#faq a#faq { border-bottom: 6px solid #cc0000; }
body#contact a#contact { border-bottom: 6px solid #cc0000; }

.logo_main {
	width: 300px;
}

#main_text, #inside_main_text {
	position: absolute;
	left: 330px;
	padding-top: 0px;
	top: 30px;
	width: 390px;
	margin: 0px;
}

#inside_main_text {
	top: 110px;
	width: 320px;
}

.header {
	color: #cc0000;
	font-weight: bold;
	font-size: 23px;
	margin: 0px 0px -15px 0px;
	margin-top: 0px;
}

.text, .body_text {
	color: #666;
	font-size: 1.05em;
	margin-tip: 0px;
	line-height: 125%;
}


#nav_bar {
	background-color: #008AFF;
	background: url('navbar_background.jpg') repeat-x;
	width: 102%;
	height: 50px;
	display: block;
	position: absolute;
	left: 0px;
	top: 320px;
}

a.nav_item {
	float: left;
	display: block;
	padding: 15px 0px 15px 0px;
	width: 160px;
	margin-top: 0px;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #fff;
	font-weight: bold;
	color: #fff; 
}

a.nav_item:hover {
	border-bottom: 6px solid #cc0000;
}

.bottom_header {
	color: #666;
	font-weight: bold;
	font-size: 22px;
	margin-top: -5px;
	margin-bottom: -5px;
	text-align: center;
}

.bigger {
	font-size: 1.4em;
	color: #464646;
	font-family: verdana, arial, helvetica, sans-serif;
}

a {
	color: #008AFF;	
}

.highlight {
	background: #5eb6ff;
	font-weight: bold;
}

.bottom_text {
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
}

body#faq #bottom_main_rates .bottom_text {
	padding-bottom: 10px;
}

#bottom_main, #bottom_main_rates {
	position: absolute;
	top: 610px;
	left: 330px;
	width: 420px;
	padding-bottom: 20px;
}

#bottom_main_rates {
	top: 400px;
}

#bottom_sidebar, #bottom_sidebar_higher, #contact_sidebar, #contact_sidebar_higher {
	position: absolute;
	top: 610px;
	left: 30px;
	width: 230px;
}

#bottom_sidebar_higher {
	top: 400px;
}

#contact_sidebar {
	top: 880px;
	left: 40px;
}

#contact_sidebar_higher {
	top: 670px;
	left: 40px;
}

.sidebar_hed {
	background: #cc0000;
	text-align: center;
	padding: 7px;
	font-weight: bold;
	font-family: georgia, times, times new roman, serif;
	color: white;
}

.sidebar_text {
	background: #FACDCD;
	font-family: georgia, times, times new roman, serif;
	padding: 15px;
	line-height: 1.3em;
	margin-top: -19px;
}

.inside_top_text {
	color: #cc0000;
	font-size: 1.5em;
	font-family: georgia, times, times new roman, serif;
	text-align: right;
}

#bottom_how {
	position: absolute;
	top: 400px;
	left: 30px;
	border-right: 1px solid #666;
	padding-right: 20px;
	width: 220px;
}

#bottom_business {
	position: absolute;
	top: 400px;
	left: 300px;
	border-right: 1px solid #666;
	padding-right: 20px;
	width: 220px;
}

#bottom_residential {
	position: absolute;
	top: 400px;
	left: 570px;
	width: 220px;
	padding-right: 20px;
}

a.more {
	font-size: .9em;
	color: #008AFF;
}

a.more:hover {
	color: #999;
}

a img {
	border: 0;
}

td { font-size: .9em; }

th { font-size: .9em; font-weight: bold; }

.small { font-size: .8em; }

table#feature_table {
	width: 350px;
	border-spacing: 0px;
}

table#feature_table tr td {
	border-bottom: 1px solid #ccc;
	padding: 8px 5px;
}

table#intl_table {
	width: 350px;
	border-spacing: 0px;
}

table#intl_table tr td {
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
}


.on {
	background: #5bb6ff;
}

.off {
	background: #fff;
}

p.letter_index {
	margin-bottom: 5px;
}

img.news {
	width: 170px;
	height: 170px;
	float: left;
	margin: 0px 20px 10px 0px;
}

p.news {
	font-size: .8em;
}

#footer {
	position: relative;
	top: 400px;
	width: 80%;
	margin-left: 130px;
}

#footer p {
	text-align: center;
	border-top: 1px solid #ccc;
	color: #a2a2a2;
	font-size: .8em;
	padding: 15px 0px 5px 0px;
}

