@charset "UTF-8";
/* CSS Document */
/*a img { border: none } 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; }
a, a:link, a:visited, a:hover, a:active { background-color: transparent; } 
input, textarea, select { margin: 0; padding: 1px; font-size: 100%; font-family: inherit; } */
table { border-collapse: collapse; }
/*****************************************************************
******************************************************************/
img { border: none; }
p {	margin: 0 0 0 0; }
.clear { background-color: transparent; clear: both; height: 0; overflow: hidden; }

a {color: #750000; outline: none;}
a:hover {text-decoration: none;}
p {margin: 0 0 1em 0; line-height:18px; padding:0 0 0.8em;}
p.solo {margin: -11px 0 0 0;}
h1 {font-size: 1.7em; color: #000;}
h2 {margin: -10px 0 20px 0; color:#888; font-size: 1.2em;}
h3 {color:#000; margin: 20px 0 0 0;}
ol {margin: 5px 20px;}
ol li {margin: 15px 0px;}
ol ul, ul ul {margin: 10px 20px;}




/****** Basic layout *******/
.column {float: left; overflow: hidden; }
.column h2 {margin: 14px 0 5px 0; color: #333;}

p.first {font-weight: bold; color: #000;}

/*** Old Pricing styles ***/
table.pricing {
	padding: 0;
	margin: 0 auto 0px auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #9FC28C;
	border-right-color: #9FC28C;
}

table.pricing thead {
}

table.pricing th {
padding: 10px;
border: 0px;
text-align: right;
}

table.pricing th.price {
padding-top: 20px;
}

table.pricing thead th {
border: 0;
padding-top: 10px;
padding-bottom: 10px;
color: #666;
font-size: 14px;
line-height: 21px;
border-bottom: 1px solid #ccc;
text-align: center;
}

table.pricing thead th.less {
font-size: 12px;
font-weight: normal;
}

table.pricing thead td {
border: 0;
}

table.pricing td {
	padding: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9FC28C;
	border-left-color: #9FC28C;
}

table.pricing td.business {
	background-color: #D8E3CF;
}

table.pricing td p {
margin: 15px 0;
}

table.pricing td ul, table.pricing td ul li {
background:none repeat scroll 0 0 transparent;
list-style:disc outside none;
margin:0 15px;
padding:0;
line-height:17px;
}

table.pricing td.price {
padding-top: 20px;
font-weight: bold;
}

table.pricing td.action {
font-size: 11px;
font-weight: bold;
border: 0;
border-left: 1px solid #ccc;
padding-top: 0px;
padding-bottom: 5px;
}
/*** end old pricing styles ***/

.content .right_column_with_chunks { float:right; padding-top:31px; width:238px; margin-right:24px;  }

ul.basic {
margin-left: 15px;
}
ul.basic li {
list-style-type:disc;
}
ul.small_list {
margin: 0.5em 1em 1em 2em;
font-size: 0.95em;
}
ul.small_list li {
list-style: square;
line-height: 1.4em;
margin-bottom: 0.6em;
}
ol.small_list {
margin: 0.5em 1em 2em 2em;
font-size: 0.95em;
}
ol.small_list li {
list-style: decimal;
line-height: 1.4em;
margin: 0 0 0.6em 0;
}

