/* Eric Meyer CSS Reset ---- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ---- End CSS Reset */

/* Layout Skin */
html {
	background: url(/images/body_bg.gif) left top repeat-x #fff;
	/* Move down 25px for promo bar */
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

table.report {
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	margin: 20px 0;
	font-size: 11px;
	float: left;
}

table.report caption {
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
}

table.report thead {
	
}

table.report tbody {
	
}

table.report thead tr {
	background: #e3e3e3;
}

table.report thead tr th:first-child {
	border-left: 1px solid #e5e5e5;
}

table.report th {
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #e5e5e5;
	padding: 4px;
	color: #757575;
	font-weight: bold;
	background: #e3e3e3;
}

table.report tbody tr td {
	padding: 4px;
	background: #efefef;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
}

table.report tbody tr:hover td {
	background: #ebf0f7;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

table.report tr.report_totals,
table.report tr.report_totals1,
table.report tr.report_totals2,
table.report tr.report_totals3,
table.report tr.report_totals4,
{
	background: #fff !important;
}

table.report tr.report_totals td,
table.report tr.report_totals1 td,
table.report tr.report_totals2 td,
table.report tr.report_totals3 td,
table.report tr.report_totals4 td{
	background: #fff !important;
	border-top: 1px solid #66686a;
	border-bottom: 1px solid #66686a;
	font-weight: bold;
}

table.report tfoot tr.report_totals td,
table.report tfoot tr.report_totals1 td{
	padding: 5px 0;
}

#promobar {
	width: 100%;
	height: 25px;
	line-height: 25px;
	/*background: #A4DB91;*/
	font-size: 14px;
	border-bottom: 1px solid #e2e2e2; /* e2e2e2 */
}

.promobar_highlight {
	background: #167092; /* 16921c money green */
}

#promobar p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	padding: 0 0 0 0px;
	/*width: 410px;*/
	color: #505050;
}

.promobar_highlight p {
	color: #fff !important;
}

#promobar a {
	/*color: #0066cc;*/
	color: #0066cc; /* 16921c */
}

.promobar_highlight a {
	color: #fff !important;
}

#promobar a:hover, #promobar a:focus {
	text-decoration: none;
}

#main_container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 920px;
	height: 75px;
	margin: 25px 20px;
}

#logo {
	width: 273px;
	height: 55px;
	float: left;
	margin: 10px 0;
	background: url(/images/logo.gif) left top no-repeat;
	text-indent: -10000%;
}

#navigation {
	float: right;
	width: 435px;
	height: 75px;
	margin: 0;
}

#quicknav {
	float: left;
	width: 100%;
	height: 40px;
	padding-bottom: 10px;
	background: url(/images/menu_divider.gif) center bottom no-repeat;
}

#quicknav li {
	float: left;
	margin-right: 20px;
}

#quicknav li.number_block {
	width: 105px;
}

.sales_number, .support_number {
	color: #1e384d;
	font-size: 15px;
	font-weight: bold;
	float: left;
}

#content .sales_number {
	float: none;
}

.sales_number_description, .support_number_description {
	color: #6e6e6e;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	
	float: left;
	clear: left;
}

.quicknav_small {
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}

.blue_highlight {
	color: #5981d3 !important;
}

a#contact_us, a.content_contact, a.content_signup {
	float: left;
	background: #f08d35;
	width: 90px;
	height: 30px;
	line-height: 30px;
	
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.content_signup {
	background: #cb3404;
}

a#contact_us:hover, a#contact_us:focus, a#login:hover, a#login:focus, a.content_contact:hover, a.content_contact:focus, a.content_signup:hover, a.content_signup:focus {
	background: #000;
}

.to_learn_more {
	float: left;
	height: 30px;
	line-height: 30px !important;
	margin: 0 0 0 5px !important;
	font-size: 15px !important;
}

a#login {
	float: left;
	background: #6e6e6e;
	width: 70px;
	height: 30px;
	line-height: 30px;
	
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#menu {
	float: left;
	width: auto;
	height: 25px;
	width: 435px;
	text-align: center;
}

#menu a {
	font-size: 13px;
	margin-right: 15px;
	line-height: 25px;
	text-decoration: none;
	color: #6e6e6e;
	font-weight: bold;
}

#menu a#about {
	margin-right: 0;
}

#menu a:hover, #menu a:focus, #menu a.active {
	color: #0066cc;
}

.li_end {
	margin-right: 0 !important;
}

#featured {
	width: 920px;
	float: left;
	border: 1px solid #fff;
	margin: 0 19px;
}

#highlight {
	width: 920px;
	height: 400px;
	float: left;
	background: #fff;
	overflow: hidden;
}

#highlight p {
	font-size: 12px;
	line-height: 110%;
	margin-bottom: 20px;
}

#reports_banner {
	width: 395px;
	height: 215px;
	position: absolute;
	
	padding: 160px 25px 25px 500px;
	background: url(/images/banners/reports_banner.jpg) left top no-repeat;
}

#callsurance_banner {
	width: 395px;
	height: 215px;
	position: absolute;
	
	padding: 160px 25px 25px 500px;
	background: url(/images/banners/callsurance_banner.jpg) left top no-repeat;
}

#callsaver_banner {
	width: 395px;
	height: 215px;
	position: absolute;
	
	padding: 160px 25px 25px 500px;
	background: url(/images/banners/callsaver_banner.jpg) left top no-repeat;
}

#extensions_banner {
	width: 395px;
	height: 215px;
	position: absolute;
	
	padding: 160px 25px 25px 500px;
	background: url(/images/banners/extensions_banner.jpg) left top no-repeat;
}

a.learn_more {
	float: left;
	width: 166px;
	height: 45px;
	
	padding-top: 1px;
	margin-right: 40px;
	
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	
	background: url(/images/learn_more.png) left top no-repeat;
}

.learn_more_about {
	font-size: 10px;
	color: #fffefe;
}

a.sign_up {
	float: left;
	width: 166px;
	height: 46px;
	background: url(/images/signup.png) left top no-repeat;
}

a.sign_up span {
	display: none;
}

#products {
	float: left;
	width: 920px;
	height: 100px;
}

#products li {
	float: left;
	width: 230px;
	height: 100px;
}

#products li a {
	float: left;
	width: 230px;
	height: 100px;
	
	text-indent: -10000%;
}

#product_reports {
	background: url(/images/reports.gif) left top no-repeat;
}

#product_callsurance {
	background: url(/images/callsurance.gif) left top no-repeat;
}

#product_callsaver {
	background: url(/images/callsaver.gif) left top no-repeat;
}

#product_extensions {
	background: url(/images/extensions.gif) left top no-repeat;
}

#information {
	width: 920px;
	float: left;
	margin: 50px 20px 20px 20px;
}

#special {
	float: left;
	width: 450px;
	margin: 0 10px 0 0;
}

#special a.special {
	float: left;
	width: 450px;
	height: 260px;
	margin: 5px 0;
}

#special a.normal {
	float: none;
	height: auto;
	margin: auto;
	
	float: left;
	padding-top: 10px;
	color: #0066CC !important;
	font-size: 14px !important;
	
	text-align: center;
}


#special a.special:hover {
	outline: 1px solid #0066cc;
}

#special a.normal:hover {
	outline: none;
	color: #000 !important;
}

#special a.special span {
	display: none;
}

#webinar {
	background: url(/images/webinar.gif) left top no-repeat;
}

#conor {
	background: url(/images/promo/conor_2011.jpg) left top no-repeat;
}

#beta_signup {
	background: url(/images/promo/beta_access.jpg) left top no-repeat;
}

#news {
	float: left;
	width: 450px;
	margin: 0 0 0 10px;
}

#news_nav {
	float: left !important;
	width: 100% !important;
	margin: 0 0 10px 0 !important;
	
	color: #858990 !important;
}

#news_nav a {
	font-size: 12px !important;
	color: #536178 !important;
}

#news_nav a:hover {
	text-decoration: none !important;
	color: #000 !important;
}

#news_nav a#all_news {
	
}

#news_nav a#all_tips {
	
}

#news_list {
	float: left;
	width: 100%;
	padding: 0 !important;
}

#news_list li {
	float: left;
	width: 100%;
	margin: 0 0 20px 0 !important;
	
	line-height: normal !important;
	list-style: none !important;
	
}

.news_category {
	float: left !important;
	width: 60px !important;
	height: 30px !important;
	margin: 8px 0 0 0 !important;
}

.news_category a {
	float: left !important;
	width: 60px !important;
	height: 30px !important;
	text-align: center !important;
	line-height: 30px !important;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 14px !important;
	text-decoration: none !important;
	
	background: #858990 !important;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.news_category a.Protip {
	background: #536178 !important;
}

.news_category a:hover {
	background: #000 !important;
}

.news_info {
	/*float: left !important;
	width: 370px !important;*/
	padding: 0 0 0 80px !important;
}

.news_info h2 {
	margin: 0 !important;
}

.news_info a {
	color: #0066cc !important;
	font-size: 14px !important;
}

.news_info a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.news_info .date, .date {
	font-size: 10px !important;
	color: #707070 !important;
	margin-top: 4px !important;
}

#content .news_info .date, #content .date {
	font-size: 14px !important;
}

.news_info .preview {
	line-height: 105% !important;
	width: 304px !important;
	height: 134px !important;
	padding: 10px 25px 10px 10px !important;
	background: url(/images/news_tooltip.png) left top no-repeat !important;
	
	font-size: 14px !important;
	display: none;
}

.news_info .preview .read_more {
	text-align: right !important;
	width: 100% !important;
	display: block !important;
}

#footer_container {
	clear: left;
	width: 100%;
	
	background: url(/images/footer_home_bg.gif) left top repeat-x #F2F4F6;
	color:#353535;
	font-size:16px;
	
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding-bottom:20px;
	padding-top:20px;
}

#footer_inner {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 40px;
	
	background: url(/images/content_bottom.png) left top no-repeat;
}

#footer_content {
	width: 100%;
}

#footer_links {
	
}

#footer_links p {
	color: #bcc2c8;
	margin-bottom: 5px;
}

#footer_links a {
	color: #57687a;
	font-size: 12px;
}

#footer_links a:hover {
	text-decoration: none;
}

#footer_credit {
	float: right;
	width: 200px;
	text-align: center;
}

#footer_credit p {
	float: none;
}

#footer_credit .support_number {
	margin: 10px 0 0 0;
}

#content_container {
	width: 920px;
	float: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0 19px;
	
	background: url(/images/content_bg.png) left top repeat-y;
}

#page_content {
	width: 920px;
	padding: 20px 0;
	float: left;
	background: url(/images/content_top.png) left top no-repeat;
}

#left_menu {
	float: left;
	width: 230px;
	margin-right: 15px;
}

#left_menu ul {
	float: left;
}

#left_menu ul li {
	width: 230px;
	margin: 0;
	float: left;
}

#left_menu ul li a {
	float: left;
	width: 195px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 25px;
	
	color: #4d5156;
	text-decoration: none;
	font-size: 12px;
	
	text-shadow: 1px 1px 1px #fff;
}

#left_menu ul li a:hover {
	background: url(/images/menu_highlight.gif) left top no-repeat;
	/*color: #5280b7;*/
}

#left_menu ul li a.active {
	font-weight: bold;
	font-size: 14px;
}

#left_menu ul li .sub_menu {
	margin-bottom: 5px;
	float: left;
}

#left_menu ul li .sub_menu li {
	/*height: 20px;
	line-height: 20px;*/
	float: left;
}

#left_menu ul li .sub_menu li a {
	padding: 0 10px 0 40px;
	width: 180px;
	font-size: 11px;
	float: left;
	
	/*height: 20px;
	line-height: 20px;*/
}

#left_menu ul li .sub_menu li a.active {
	background: #9b9fa4;
	color: #fff;
	text-shadow: 1px 1px 1px #4d5156;
	width: auto;
	padding: 0px 4px;
	height: 20px;
	line-height: 20px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	margin: 5px 0 5px 36px;
	float: left;
}

#left_menu ul li .left_info {
	width: 195px;
	height: 30px;
	line-height: 100%;
	padding: 0 10px 0 25px;
	margin-bottom: 20px;
}

.support_info {
	font-weight: bold;
	font-size: 18px;
}

#content {
	float: left;
	width: 650px;
	padding: 0 25px 0 0;
}

#content_packaging {
	float: left;
	width: 100%;
}

.callcap_reports_package {
	background: url(/images/pages/reports.jpg) left top no-repeat;
}

.callsurance_package {
	background: url(/images/pages/callsurance.jpg) left top no-repeat;
}

.callsaver_package {
	background: url(/images/pages/callsaver.jpg) left top no-repeat;
}

.extensions_package {
	background: url(/images/pages/extensions.jpg) left top no-repeat;
}

.mobile_package {
	background: url(/images/pages/mobile.jpg) left top no-repeat;
}

.callcap_package {
	background: url(/images/pages/callcap.jpg) left top no-repeat;
}

.conor_daly_package {
	background: url(/images/pages/conor_daly.jpg) left top no-repeat;
}

.derek_daly_package {
	background: url(/images/pages/derek_daly.jpg) left top no-repeat;
}

.about_package {
	background: url(/images/pages/about.jpg) left top no-repeat;
}

.ad_40_package {
	background: url(/images/pages/40under40.jpg) left top no-repeat;
}

.careers_package {
	background: url(/images/pages/careers.jpg) left top no-repeat;
}

.support_package {
	background: url(/images/pages/support.jpg) left top no-repeat;
}

.innovation_package {
	background: url(/images/pages/innovation.jpg) left top no-repeat;
}

.solutions_package {
	background: url(/images/pages/business_solutions.jpg) left top no-repeat;
}

.products_package {
	background: url(/images/pages/products.jpg) left top no-repeat;
}

.contact_package {
	background: url(/images/pages/contact.jpg) left top no-repeat;
}

.signup_package {
	background: url(/images/pages/sign_up.jpg) left top no-repeat;
}

.groupon_package {
	background: url(/images/pages/groupon.jpg) left top no-repeat;
}

#content_packaging #product_blurb {
	width: 330px;
	height: 150px;
	padding: 100px 320px 20px 0;
	margin: 0;
	float: left;
	
	font-size: 12px;
	font-weight: bold;
	color: #1e384d;
	
	border-bottom: 1px solid #c0ced7;
}

.packaging_title {
	display: none;
}

.packaging_first {
	border-top: 1px solid #fff;
	float: left;
	width: 100%;
	padding-top: 20px;
}

.packaging {
	float: left;
	width: 100%;
	margin-top: 40px;
}

#spotlight {
	width: 560px;
	padding: 20px;
	border: 1px solid #d8dde1;
	margin: 40px 25px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	background: #dfe4e9;
}

#content a.back_to_top {
	background: #74797E;
	padding: 2px;
	margin: 0 0 0 4px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

#content a.back_to_top:hover {
	background: #000;
}

.contact_form {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #C0CED7;
}

.contact_form form {
	float: left;
	width: 100%;
}

#contact_personal label, #contact_content label {
	font-size: 14px;
}

#contact_personal label a, #contact_content label a {
	font-size: 10px;
}

#contact_personal input, #contact_content input {
	width: 98%;
}

#contact_personal select, #contact_content select {
	width: 98%;
}

#contact_content textarea {
	width: 315px;
	height: 150px;
}

#contact_personal {
	float: left;
	width: 305px;
	margin-right: 20px;
}

#contact_content {
	float: left;
	width: 320px;
	margin-left: 5px;
}

#signup_content {
	float: left;
	width: 320px;
	margin-left: 5px;
	padding-top: 20px;
}

#contact_submit {
	float: left;
	width: 100%;
}

#signup_content p {
	font-size: 14px !important;
}

#signup_content p.sales_number {
	font-size: 18px !important;
}

.msg {
	float: left;
	width: 630px;
	padding: 10px;
	
	border: 1px solid #C0CED7;
	background: #fff;
}

.error {
	border: 1px solid #900;
	background: #fff;
	color: #900;
	font-weight: bold;
	padding: 10px;
}

/* Content Styling */
#content h1 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin: 0 0 10px 0;
}

#content h2 {
	font-weight: bold;
	font-size: 18px;
	/*color: #74797e;*/
	color: #000;
	margin: 0 0 10px 0;
}

#content h3 {
	font-size: 16px;
	color: #74797e;
	margin: 0 0 10px 0;
}

#content p {
	margin: 15px 0;
	font-size: 16px;
	line-height: 120%;
}

#content a {
	color: #0066cc;
}

#content a:hover {
	text-decoration: none;
}

#content blockquote {
	font-size: 14px;
	font-style: italic;
	color: #74797e;
	padding: 10px;
	margin: 0 0 0 10px;
	border-left: 4px solid #d5d9df;
	line-height: 105%;
}

#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content dfn {
	border-bottom: 1px dotted #000;
	cursor: help;
}

#content #product_blurb strong {
	font-size: 120%;
	color: #0e4883;
}

#content #product_blurb p {
	font-size: 120%;
}

#content strong.dont_blow_it {
	font-family: "Franklin Gothic Heavy", "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 120%;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style: outside disc;
	line-height: 120%;
	margin-bottom: 10px;
}

#content ol {
	padding-left: 20px;
}

#content ol li {
	list-style: outside decimal;
	line-height: 120%;
	margin-bottom: 10px;
}

#content .update {
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
}

#content .page_photo {
	margin: 20px 0;
}

#content .page_photo span {
	padding: 10px;
	display: block;
	border-left: 1px solid #f4f7f7;
	border-right: 1px solid #f4f7f7;
	border-bottom: 1px solid #f4f7f7;
}

.social_links {
	float: left;
	margin: 10px 0;
}

.social_links #facebook {
	background: url(/images/facebook.gif) left center no-repeat;
	padding: 0 0 0 55px;
	margin: 0 0 20px 0;
	height: 50px;
	line-height: 50px;
	display: block;
}

.social_links #conor {
	background: url(/images/promo/conor/conor_website.gif) left center no-repeat;
	padding: 0 0 0 55px;
	height: 50px;
	line-height: 50px;
	display: block;
}

.twtr-widget {
	width: 250px;
	float: left;
	margin-right: 20px;
}

.tabs {
	clear: both;
}

.tabs a {
	float: left;
	padding: 0 4px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	background: #dadada;
	text-decoration: none;
	color: #000;
	
	border-radius-top-left: 4px;
	border-radius-top-right: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}


.tabs a.active_toggle, .tabs a.active, .tabs a:hover {
	background: #548ede;
	color: #fff !important;
}

.tab_holder {
	border:1px solid #548EDE;
	float: left;
	clear: left;
	width: 630px;
	margin: 0 0 10px 0;
	padding: 10px;
	min-height: 200px;
}
