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, form, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

* {
	cursor:auto;
}

a, a * {
	color:#1774B9;
	cursor:pointer;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

a:hover {
	color:#777777;
	text-decoration:underline;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

html[xmlns] .clearfix {
	display:block;
}

* html .clearfix {
	height:1%;
}

map area {
	cursor: pointer;
}

ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

em {
	font-size:125%;
}

cite {
	color:#666666;
	font-style:italic;
}

div.console {
	background:#000000 none repeat scroll 0 0;
	color:lime;
	font-family:Tahoma;
	font-size:107%;
	left:0.1%;
	padding:4px;
	position:absolute;
	top:0;
	width:343px;
}

div.console span.time {
	color:#FFFFFF;
}

body {
	background-color:#E5E5E5;
	font-family:helvetica,arial,sans-serif;
	font-size:80%;
	height:100%;
	width:100%;
}

#flash, .flash {
	background-color:#FFFCC9;
	border:1px solid #F0DE26;
	color:#444444;
	font-size:114%;
	margin:0 0 20px;
	padding:10px;
}

#flash-container {
	float:left;
	width:100%;
}

div.container {
	-moz-border-radius: 4px;
	background:#FFFFFF none repeat scroll 0 0;
	margin:15px auto;
	padding:25px;
	position:relative;
	width:965px;
}

div.container.main {
	background:#FFFFFF none repeat scroll 0 0;
	height:383px;
	margin-top:20px;
}

div#header {
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}

div#header h1 {
	color:#888888;
	float:right;
	font-family:tahoma, arial, sans-serif;
	font-size:130%;
	margin-bottom:10px;
	position:relative;
	width:587px;
}

div#header div.container {
	color:#3B3330;
	height:79px;
	text-align:left;
}

div#header #logo {
	float:left;
	overflow:hidden;
}

#top-menu {
	background-color:#F8F8F8;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	clear:both;
	overflow:hidden;
	padding:10px 0;
}

#top-menu ul {
	float:right;
	margin-right:135px;
	overflow:hidden;
}

#top-menu ul li {
	border-right:1px solid #DDDDDD;
	display:inline;
	float:left;
	padding-right:15px;
	margin: 0 15px 0 0;
}

#top-menu ul li.last {
	border-right:medium none;
}

#top-menu ul li a {
	clear:both;
	color:#666666;
	float:left;
	font-size:136%;
	font-weight:bold;
}

#top-menu ul li a:hover {
	text-decoration: none;
}

#top-menu ul li .selected, #top-menu ul li .border {
	border-bottom:2px solid #1774B9;
	clear:both;
	padding-top:0;
	position:relative;
}

#top-menu ul li a.selected {
	color: #1774B9 !important;
}

div#body {
	clear:both;
	color:#333333;
	margin-top:0;
	overflow:hidden;
}

div#body .banner {
	overflow:hidden;
	padding-bottom:15px;
	width:100%;
}

div#body .banner img {
	width:963px;
	border: 1px solid #bbbbbb;
}

div#body .sub-nav {
	margin-bottom:20px;
	overflow: hidden;
}

div#body .sub-nav ul {
	-moz-border-radius:3px;
	border:1px solid #CCCCCC;
	float:left;
	padding:6px 15px;
}

div#body .sub-nav ul li {
	border-right:1px solid #DDDDDD;
	float:left;
	margin: 0 15px 0 0; 
	padding:5px 15px 5px 0;
}

div#body .sub-nav ul li.last {
	border-right:medium none;
	margin-right:0;
	padding-right:0;
}

div#body .sub-nav ul li a.selected {
	border-bottom:2px solid #1774B9;
	color:#1774B9;
	padding-bottom:3px;
}

div#body .sub-nav a {
	color:#777777;
	font-size:125%;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
}

div#body .sub-nav a:hover {
	border-bottom:2px solid #1774B9;
	padding-bottom:3px;
}

img.arrow {
	margin-right:5px;
	vertical-align:middle;
}

span.highlight {
	font-size: 115%;
}

.top-spacing {
	padding-top:15px;
}

.top-border {
	border-top: 1px solid #ddd;
}

/* content containers */
#body .content {
	width: 700px;
}

#body .full-content {
	width: 945px;
}

#body .three-quarter-content {
	width: 708px;
}

#body .half-content {
	width:472px;
}

#body .quarter-content {
	width: 216px;
}

#body .content, #body .full-content, #body .three-quarter-content , #body .half-content,  #body .quarter-content,
#body .col1, #body .col2 {
	float:left;
	margin:0 10px;
	overflow: hidden;
}

#body .two-col {
	border-bottom: 1px solid #ddd;
	float:left;
	margin:10px 0 20px;
	padding-bottom:6px;
	width:100%;
}

#body .full-content .two-col .col1 {
	width:410px;
}

#body .full-content .two-col .col2 {
	width:492px;
}

#body .three-quarter-content .two-col .col1, #body .three-quarter-content .two-col .col2 {
	width:344px;
}

#body .two-col .col1 {
	margin-left: 0;
}

#body .two-col .col2 {
	margin-right: 0;
}

#body .content-group {
	margin-bottom:30px;
}

#body .content-group img {
	
}

div#body h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom:10px;
	clear: both;
	letter-spacing:-1px;
}

div#body h2 {
	border-bottom:2px dotted #AAAAAA;
	color:#555555;
	font-size:180%;
	padding-bottom:3px;
}

div#body h3 {
	color:#0365AD;
	font-size:155%;
}

div#body h4 {
	font-size:140%;
}

div#body h5 {
	color:#777777;
	font-size:125%;
	margin-bottom:2px;
}

div#body h6 {
	color:#555555;
	font-size:155%;
}

div#body p {
	color:#555;
	line-height:20px;
	margin: 0 0 15px 4px;
}

div#body p a {
	text-decoration:none;
}

div#body .sep p {
	border-bottom:1px dashed #CCCCCC;
	margin:0 0 10px 4px;
	padding-bottom:10px;
}

div#body strong {
	font-size:110%;
}

div#body .icon-container {
	float: left;
}

div#body .icon-container .icon {
	float: left;
}

div#body .icon-container .icon-content {
	float:left;
	margin-left:20px;
	width:877px;
}

div#body fieldset {
	border:1px solid #CCCCCC;
	margin-top:20px;
	padding:10px 9px 10px 10px;
	width:287px;
}

div#body fieldset legend {
	color:#444444;
	font-weight:bold;
}

div#body fieldset .field {
	color:#666666;
	margin-bottom:15px;
}

div#body fieldset .last {
margin-bottom:0;
}

div#body fieldset input {
	color:#666666;
	font-family:arial, sans-serif;
	font-weight:bold;
	margin-left:6px;
	padding:2px;
	width:180px;
}

div#body form .button {
	margin:15px 0 0 2px;
	clear:both;
	float:left;
}

div#body ul.products {
	overflow:hidden;
	padding-top:5px;
	margin: 0;
}

div#body ul.products.center {
	margin: 0 auto;
	width:570px;
}

div#body ul.products li {
	float:left;
	list-style-type:none;
	margin-left:11px;
}

div#body ul.products.center li {
	margin-left:65px;
}

div#body div.products div {
float:left;
padding-right:80px;
}

div#body .products img {
padding-bottom:8px;
}

div#body .products p {
text-align:center;
}

div#body .products a {
	text-decoration:none;
}

div#body .products p a:hover {
	border-bottom:2px solid #1774B9;
	padding-bottom:3px;
	text-decoration: none;
}

div#body table {
	border:4px solid #E3DFDF;
	border-collapse:separate;
	border-spacing:0;
	margin-bottom:25px;
	width:75%;
}

div#body table tr th {
	background-color:#F1F1F1;
	border-bottom:4px solid #E3DFDF;
	vertical-align:middle;
}

div#body table tr th h4 {
	margin: 0;
}

div#body table tr td {
	border:1px solid #E3DFDF;
}

div#body table tr td, div#body table tr th {
	padding:10px;
	text-align: left;
}

div#body table tr td.right-border, div#body table tr th.right-border {
	border-right: 4px solid #E3DFDF;
}	

div#body table tr td ul {
	margin-bottom:15px;
}

div#body table tr td ul li {
	color:#0365AD;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:20px;
}

div#body table tr td ul li p {
	font-size:95%;
	line-height:14px;
	margin:0;
}

/* Pricing table */
div#body table#pricing {
	width: 100%;
}

div#body table#pricing tr th {
	font-size:90%;
	text-align:center;
}

div#body table#pricing tr td {
	color:#555555;
	font-size:90%;
	vertical-align:middle;
}

div#body table#pricing tr td.center{
	text-align: center;
}

div#body table#pricing tr td.included{
	background-color: #edffe7;
}

div#body table#pricing tr td.section {
	background-color:#F2F2F2;
}

div#body table#pricing tr td h5.section {
	color: #0365AD;
}

div#body #sidebar, div#body .side-button {
	background:transparent url(/images/sidebar_body.png) repeat-y scroll 0 0;
	float:right;
	margin: 23px 2px 0 0;
	overflow:hidden;
	width:225px;
}

div#body .side-button {
	background:transparent url(/images/button.png) repeat-y scroll 0 0;
}

div#body #sidebar h4, div#body .side-button h4 {
	background:transparent url(/images/sidebar_top.png) no-repeat scroll 0 0;
	font-weight:bold;
	height:21px;
	padding-left:11px;
	padding-top:4px;
	font-size:125%;
}

div#body .side-button h4 {
	background:transparent none repeat scroll 0 0;
	height:23px;
	padding-left:46px;
	padding-top:6px;
}

div#body #sidebar .sidebar-content {
	color:#555555;
	font-size:95%;
	line-height:18px;
	padding:0 12px 0;
}

div#body #sidebar .sidebar-content img.space {
	margin-right: 7px
}

div#body #sidebar .sidebar-content p {
	clear:both;
	color:#0365AD;
	font-size:115%;
	font-weight:bold;
	margin-bottom:12px;
	overflow: hidden;
}

div#body #sidebar .sidebar-content a {
	float: left;
	overflow: hidden;
}

div#body #sidebar .side-bottom {
	background:transparent url(/images/sidebar_bottom.png) no-repeat scroll 0 0;
}

div#twitter_div ul li {
	border-bottom:1px dashed #CCCCCC;
	color:#555555;
	margin:0 0 10px 5px;
	padding:0 0 10px;
}

div#twitter_div ul li a {
	display:block;
	margin-top:4px;
	font-weight:bold;
}

div#twitter_div ul li span a {
	display: inline;
	margin: 0;
	font-weight: normal;
}

div#twitter_div  #twitter-link {
	display:block;
	font-size:85%;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

div#twitter_div #twitter_update_list li span {
	color:#777777;
	font-size:95%;
	font-weight:bold;
}

div#body .share {
	clear:both;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	padding-top:40px;
	width:125px;
}

div#footer {
	border-top:1px solid #EEEEEE;
	margin-top:35px;
	overflow:hidden;
	padding-top:15px;
}

div#footer img {
	display:block;
	margin:0 auto;
}

div#footer p {
	clear:both;
	color:#777777;
	display:block;
	margin:8px auto 0;
	overflow:hidden;
}

div#footer p.links {
	width:170px;
}

div#footer p.copyright {
	width:325px;
}

div#footer p a {
	color:#AAAAAA;
}

div#footer p a:hover {
	color:#1774B9;
}

#content #full_content {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	/* background-color:#f5f5f5; */
	overflow:hidden;
	padding:10px;
}

#full_content h1 {
	border-bottom:2px dotted #AAAAAA;
	color:#555;
	font-size:180%;
	padding-bottom:3px;
	margin-bottom:15px;
}

#full_content h2 {
	color:#197FCA;
	font-size:144%;
}

#full_content p {
	color:#555;
	font-size:90%;
}

#full_content img {
	border: 2px solid #999;
}

#tour #full_content .content-group p {
	min-height: 100px;
}


/* Blog */

#blog #body {
	padding-top:10px;
}

#blog #body .content {
	border-right:1px solid #AAAAAA;
	margin-left:60px;
	padding-right:35px;
	width:563px;
}

#blog  #body .content p {
	color:#555555;
	margin-left:0;
}

#blog .post {
	border-bottom:4px solid #F2F2F2;
	margin-bottom:15px;
	padding-bottom:10px;
}

#blog #body .content h1.entry-title, #blog .content h2.entry-title {
	font-size:195%;
	border-bottom:none;
	margin-bottom:0;
}

#blog .entry-date, #blog .comment span.date { 
	color:#aaaaaa;
	font-size:115%;
	letter-spacing:-1px;
}

#blog  .entry-content {
	margin-top:8px;
}

#blog .entry-utility {
	font-weight:bold;
	overflow: hidden;
	color:#666666;
}

#blog .entry-utility a {
	font-size:110%;
}

#blog .entry-utility .comments-link , #blog .entry-utility .connect-link{
	float: left;
}

#blog .entry-utility .cat-links {
	float: right;
}

#blog .comments, #blog #comment_respond {
	background-color:#f4fdfd;
}

#blog #body #comments_section h3 {
	background-color:#FFFFFF;
	border-bottom:1px dashed #BBBBBB;
	color:#0DB7BD;
	font-size:123%;
	letter-spacing:-1px;
	padding:0 0 6px;
}

#blog .comment, #blog #comment_form {
	margin:0 5px;
	overflow:hidden;
	padding:5px;
}

#blog .author-comment {
	background-color: #ffffff;
	border: 2px solid #999999;
	margin-bottom: 10px;
}

#blog .comment h4 {
	margin:0 0 3px;
}

#blog .comment span.author {
	color: #3220de;
	font-weight:bold;
}

#blog .comment span.author a {
	color: #3220de;
	text-decoration: underline;
}

#blog .comment span.staff {
	color:#555555;
	font-size:85%;
	font-weight:bold;
}

#blog .comment span.date { 
	font-size: 110%;
}

#blog .comment-content {
	padding-top:4px;
}

#blog #body .content .comment p {
	color: #444444;
}

#blog  #comment_respond {
	margin-top:20px;
	padding-bottom:20px;
}

#blog #comment_respond p#login {
	font-weight: bold;
	margin-bottom: 0;
}

#blog #comment_respond  .form-section {
	margin-bottom:14px;
	overflow:hidden;
}

#blog #comment_respond  .form-section label {
	float:left;
	font-size:110%;
	letter-spacing:-1px;
	padding-top:12px;
	text-align:right;
	width:53px;
}

#blog #comment_respond  .form-section input , #blog #comment_respond  .form-section textarea, #blog #blog-sidebar .search-input input {
	color:#666666;
	font-family:arial,tahoma,sans-serif;
	font-weight:bold;
	margin-left:12px;
	padding:4px;
	cursor: text;
}

#blog #comment_respond  .form-section textarea {
	clear:both;
	cursor:text;
	float:left;
	font-size:100%;
	margin:5px 0;
	width:450px;
}

#blog #comment_respond  .form-section div {
	color:#777777;
	float:left;
	font-size:90%;
	clear:both;
}

#blog .form-submit input {
	color:#555555;
	font-size:114%;
	letter-spacing:-1px;
	padding: 0 3px 3px;
	word-spacing:2px;
}

#blog #blog-sidebar {
	float:right;
	overflow:hidden;
	padding-right:15px;
	width:270px;
}

#blog #blog-sidebar div {
	margin-bottom:18px;
	overflow:hidden;
}

#blog #blog-sidebar div h1 {
	border-bottom:1px solid #DDDDDD;
	color:#0DB7BD;
	font-size:123%;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:6px;
	padding:0 0 3px;
}

#blog #blog-sidebar ul {
	padding-left:10px;
}

#blog #blog-sidebar ul li {
	background:transparent url(http://eightytwentygroup.com/images/blog/bullet_blue.png) no-repeat scroll 0 0;
	margin-bottom:14px;
	float:left;
}

#blog #blog-sidebar li a {
	color:#666666;
	float:left;
	font-size:120%;
	letter-spacing:-1px;
	margin-left:18px;
	width:240px;
	word-spacing:2px;
}

#blog #blog-sidebar li a:hover {
	font-decoration: underline;
	color:#999999;
}

#blog #blog-sidebar li img {
	float:left;
	margin-right:2px;
	vertical-align:bottom;
}

#blog #blog-sidebar div#about {
	background:transparent url(http://eightytwentygroup.com/images/blog/about_box.png) no-repeat;
	height:112px;
	padding: 12px 20px;
}

#blog #blog-sidebar div#about p {
	color:#222222;
	font-size:110%;
}

#blog #blog-sidebar div#rss {
	background:transparent url(http://eightytwentygroup.com/images/blog/feed_box.png) no-repeat scroll 0 0;
	height:22px;
	margin:0 auto 25px;
	padding:17px 15px 15px;
	width:202px;
}

#blog #blog-sidebar div#rss img {
	float:left;
	margin-right:6px;
	padding-top:2px;
}

#blog #blog-sidebar div#rss a {
	font-size: 135%;
	font-weight: bold;
	color: #1774B9;
}

#blog #blog-sidebar div#search form div {
	margin-top:14px;
}

