body {
	margin: 0; padding: 0;
	background-color: #ddd;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	}

.box a { 
display: block; 
height: 100%; 
width: 100%; 
text-decoration: none;
}

a {
	color: #069;
	}

.searchcat {
	list-style-type: none;
	margin-left: 4px;
	padding-left: 4px;
	padding-top: 0px;
	margin-top: 0px;
}

#wrapper {
	background-color: white;
	}

#header_wrapper {
	height: 60px;
	background-color: black;
	}

#header {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}

#nav_wrapper {
	height: 40px;
	background: #fff url(http://static.icall.com/icall/images/nav/back.png) repeat-x top left;
	}

#nav {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}

#nav ul {
	margin: 0; padding: 0;
	list-style: none;
	}

#nav li {
	float: left;
	}

#nav a {
	font-size: 12px;
	display: block;
	position: relative;
	text-align: center;
	padding: 11px 0;
	color: black;
	text-decoration: none;
	}

#nav a.over {
	color: white;
	}

#content {
	background-color: white;
	margin: 0 auto;
	width: 950px;
	margin-top: 5px;
	text-align: left;
	}

h1 {
	margin: 0; padding: 0;
	font-size: 24px;
	font-weight: bold;
	font-family: "Helvetica", "Arial", sans-serif;
	padding-top: 5px;
	padding-bottom: 10px;
	}

h2 {
	margin: 0; padding: 0;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #1177b9;
	}

h3 {
	margin: 0; padding: 0;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	color: black;
	}

h3 a {
	color: black;
	text-decoration: none;
	}

h3 a:hover {
	color: black;
	text-decoration: underline;
	}

h4 {
	margin: 0; padding: 0;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #666;
	}

p {
	margin: 0; padding: 0;
	padding-bottom: 10px;
	text-align: justify;
	}

p.blue {
	border-bottom: 1px solid #468FD3;
	border-top: 1px solid #468FD3;
	background-color: #C2E1FF;
	padding: 10px;
	}

p.blue b {
	font-size: 18px;
	color: #002966;
	display: block;
	}

p.message {
	background-color: #F5F5AF;
	padding: 10px;
	font-weight: bold;
	margin: 10px 0;
	border-top: 1px solid #CCCC70;
	border-bottom: 1px solid #CCCC70;
	}

p.error, div.error {
	background-color: #FF8686;
	padding: 10px;
	font-weight: normal;
	margin: 10px 0;
	border-top: 1px solid #D44545;
	border-bottom: 1px solid #D44545;
	}

.indented {
   	padding-left: 20pt;
   	padding-right: 20pt;
	}

.nslist {
	list-style: none;
	}

img.floatLeft { 
    	float: left; 
    	margin: 4px; 
	}
img.floatRight { 
    	float: right; 
    	margin: 4px; 
	}

#subpage_wrapper_nocol {
	}

#subpage_wrapper {
	background: url(http://static.icall.com/icall/images/main/subpage_back.png) repeat-y top left;
	}

#subpage_single {
	width: 950px;
	line-height: 16px;
	}

#subpage_column1 {
	float: left;
	width: 700px;
	line-height: 16px;
	padding-bottom: 20px;
	}

#subpage_column1 ol {
	margin: 0; padding: 0;
	padding: 7px 30px;
	}

#subpage_column2 {
	margin-top: 10px;
	margin-left: 730px;
	width: 220px;
	}

#subpage_column2 ul {
	margin: 0; padding: 0;
	list-style: none;
	line-height: 18px;
	width: 220px;
	}

#subpage_column2 li a {
	display: block;
	width: 100%;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px 4px 10px;
	}

#subpage_column2 li li a {
	padding: 2px 15px 2px 10px;
	font-weight: normal;
	background: none;
	color: #666;
	}

#subpage_column2 li a.current {
	background: url(http://static.icall.com/icall/images/nav/subitem_highlight.png) no-repeat top left;
	padding: 5px 10px 4px 10px;
	}

#subpage_column2 li a:hover {
	color: black;
	text-decoration: underline;
	}

/* Left nav */
.leftnav ul {
	margin: 0; padding: 0;
	list-style: none;
	line-height: 18px;
	width: 220px;
	}

.leftnav li a {
	display: block;
	color: black;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 10px 4px 10px;
	}

.leftnav li a.current {
	font-weight: bold;
	background: url(http://static.icall.com/icall/images/nav/subitem_highlight.png) no-repeat top left;
	padding: 5px 10px 4px 10px;
	}

.leftnav li a:hover {
	color: black;
	text-decoration: underline;
	}
/* End left nav */

#footer {
	clear: both;
	background: url(http://static.icall.com/icall/images/main/footer.png) no-repeat top center;
	padding-top: 20px;
	line-height: 1.2em;
	}

#footer_wrapper {
	width: 950px;
	margin: 0 auto;
	}

#footer h3 {
	margin: 0; padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	}

#footer ul {
	margin: 0; padding: 0;
	text-align: left;
	padding-bottom: 10px;
	}

#footer ul li {
	list-style: none;
	font-size: 11px;
	padding-bottom: 2px;
	}

#footer ul li a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}

#footer ul li a:hover {
	color: black;
	}

#footer .column {
	width: 180px;
	float: left;
	}

#footer .column.first { margin-left: 0 !important; }
#footer .column.last { float: left !important; }
#footer .contact_info { width: 210px; font-size: 11px; line-height: 1.5em; text-align: left; float: right !important; border: 1px solid #aaa; background-color: #ddd; padding: 10px; }
#footer .info { font-size: 11px; clear: both; text-align: left; padding-bottom: 10px; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; padding-top: 10px; margin-bottom: 10px; }

.clear { clear: both; }

/* sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.features {
	margin: 0; padding: 0;
	list-style: circle;
	}


/* TABLES */

.data table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	color: #000;
	background: #fff;
}

.data caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}

.data td, .data th {
	border: 1px solid #e0e0e0;
	padding: 0.4em;
}
.data thead th {
	border: 1px solid #e0e0e0;
	font-weight: bold;
	height: 20px;
	background: #c6d7cf;
	background: #fff url(http://static.icall.com/icall/images/nav/back.png) repeat-x top left;
}
.data tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	background: #e8e8cf;
}
.data tfoot th {
	font-weight: bold;
}
.data tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
.data tbody td a:hover {
	background: transparent;
	color: #000066;
	text-decoration: underline;
}
.data tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
.data tbody th a:visited {
	color: #b98b00;
}

.data tfoot td {
	background: #D8F6FF;
}
.data tbody tr:hover {
	background: #D8F6FF;
}

/*
 * Tables
 */
/* Plans */
.table_plans {
	border-collapse: collapse;	
	}

.table_plans th {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	padding: 10px 5px;
	}

.table_plans td {
	padding: 5px;
	text-align: center;
	}

.table_plans td.info {
	text-align: left;
	border-bottom: 1px solid #ccc;
	}

.table_plans tr.odd td.info {
	background-color: #efefef;
	}

.table_plans td.general {
	width: 150px;
	background-color: #efefef;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.table_plans tr.odd td.general {
	background-color: #ddd;
	}

.table_plans th.general {
	width: 150px;
	background-color: #999;
	border-bottom: 3px solid #bbb;
	color: #333;
	}

.table_plans td.hl {
	width: 150px;
	background-color: #0079c2;
	color: white;
	border-bottom: 1px solid #0068a6;
	}

.table_plans th.hl {
	width: 150px;
	background-color: #000;
	color: white;
	font-weight: bold;
	border-bottom: 3px solid #00598f;
	}

.table_plans td.hl a {
	color: white;
	}

.table_plans tr.odd td.hl {
	background-color: #0075bc;
	}

/* Plans */
.table_plans2 {
	border-collapse: collapse;	
	}

.table_plans2 th {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	padding: 10px 5px;
	}

.table_plans2 td {
	padding: 5px;
	text-align: center;
	}

.table_plans2 td.info {
	text-align: left;
	border-bottom: 1px solid #ccc;
	}

.table_plans2 tr.odd td.info {
	background-color: #efefef;
	}

.table_plans2 td.general {
	width: 150px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.table_plans2 th.info {
	border-bottom: 1px solid #ccc;
	}

.table_plans2 tr.odd td.general {
	background-color: #efefef;
	}

.table_plans2 th.general {
	width: 150px;
	border-bottom: 1px solid #ccc;
	color: #333;
	}

.table_plans2 td.hl {
	width: 150px;
	background-color: #e9f1f6;
	border-bottom: 1px solid #c2d1d9;
	border-left: 1px solid #ccc;
	}

.table_plans2 th.hl {
	width: 150px;
	background-color: #0079c2;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #0068a6;
	}

.table_plans2 td.hl a {
	}

.table_plans2 tr.odd td.hl {
	background-color: #d1e4ef;
	}

/* Blog */
h2.entry-title {
	margin: 0; padding: 0;
	margin-bottom: 3px;
	}

h2.entry-title a {
	font-size: 16px;
	color: black;
	text-decoration: underline;
	}

p.published {
	margin: 0; padding: 0;
	font-size: 10px;
	color: #666;
	}

.entry-content {
	margin-top: 25px;
	}

.entry-content p img {
	float: left;
	border: 5px solid #ddd;
	margin: 10px;
	margin-right: 15px;
	}

.hfeed {
	}

hr.blog {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	}

/* Signup fields */
.signup label {
	display: block;
	font-size: 11px;
	font-weight: bold;
	}

signup input[type=text], .signup input[type=password], .signup_input {
	width: 250px;
	border: 1px solid #999;
	font-size: 12px;
	}
.signup input[type=text].half {
	width: 125px;
	}

.signup span.info, .signup_info {
	float: right;
	margin-right: 100px;
	width: 300px;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	color: #666;
	display: none;
	}

.signup span.error {
	font-weight: bold;
	color: #ff0000;
	}

.signup span.ok {
	font-weight: bold;
	color: #68aa00;
	}

ul.sidenav {
	margin: 0; padding: 0;
	list-style-type: none;
	width: 200px !important;
	}

ul.sidenav li {
	margin: 0; padding: 0;
	font-weight: normal;
	padding-left: 22px;
	line-height: 14px;
	margin-bottom: 10px;
	}

/* Simple tabs */
ul.simple_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.simple_tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.simple_tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.simple_tabs li a:hover {
	background: #ccc;
}
html ul.simple_tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
}
/* End simple tabs */

.two_column.first {
	float: left !important;
	}

.two_column.last {
	margin-left: 50%;
	}

