/*
Theme Name: MessageOps
Theme URI: http://messageops.com/
Description: A Custom theme developed for MessageOps.com
Author: Joe DaSilva
Arthur URL: http://joedasilva.com
Version: 1.0
*/

/* ----  Eric Meyer 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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ---- Original WordPress TwentyTen Theme  ---- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding {
	margin: 0 auto;
	width: 940px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */

hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */


ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}






/* =Content
-------------------------------------------------------------- */

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}

.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#contentPrimary .alignleft,
#contentPrimary img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}
#contentPrimary .alignright,
#contentPrimary img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#contentPrimary .aligncenter,
#contentPrimary img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contentPrimary img.alignleft, 
#contentPrimary img.alignright, 
#contentPrimary img.aligncenter {
	margin-bottom: 6px;
}
#contentPrimary .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#contentPrimary .wp-caption img {
	margin: 5px 5px 0;
}
#contentPrimary .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#contentPrimary .wp-smiley {
	margin:0;
}
#contentPrimary .gallery {
	margin: auto;
}
#contentPrimary .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#contentPrimary .gallery img {
	border: 2px solid #cfcfcf;
}
#contentPrimary .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#contentPrimary .gallery dl {
	margin: 0;
}
#contentPrimary .gallery img {
	border: 10px solid #f1f1f1;
}
#contentPrimary .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}



/* ---- Custom CSS for MessageOps  ---- */

body {
	background: url(images/bg.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
}

body.home {
	background: url(images/bg-home.jpg) no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #00997F;
	text-decoration: underline;
}

a:hover { text-decoration: none; }



#mastheadBg {
	height: 93px;
	width: 100%;
	background: url(images/bg-masthead.png) top center;
}

	#masthead {
		width: 960px;
		height: 93px;
		margin: 0 auto;
	}
		
			a#logo {
				display: block;
				margin-top: 15px;
			    float: left;
				width: 211px;
				height: 78px;
				text-indent: -9999em;
				background: url(images/messageOps-logo.png) no-repeat 0 0;
			}

ul#navigation {
	float: right;
	margin-top: 33px;
}

	ul#navigation li {
		float: left;
		display: block;
		height: 42px;
	}
	
	ul#navigation li a {
		display: block;
		height: 42px;
		text-indent: -9999em;
		background: url(images/sprite-navigation.png) no-repeat;
	}

	ul#navigation li a#home {
			background-position: 0 0;
			width: 74px;
		}
		
			ul#navigation li a#home.active { background-position: 0 -84px }
			ul#navigation li a#home:hover { background-position: 0 -42px }

	ul#navigation li a#services {
			background-position: -74px 0;
			width: 95px;
		}
		
			ul#navigation li a#services.active { background-position: -74px -84px }
			ul#navigation li a#services:hover { background-position: -74px -42px }

	ul#navigation li a#software {
			background-position: -169px 0;
			width: 103px;
		}
		
			ul#navigation li a#software.active { background-position: -169px -84px }
			ul#navigation li a#software:hover { background-position: -169px -42px }

	ul#navigation li a#documentation {
			background-position: -272px 0;
			width: 147px;
		}
		
			ul#navigation li a#documentation.active { background-position: -272px -84px }
			ul#navigation li a#documentation:hover { background-position: -272px -42px }

	ul#navigation li a#blog {
			background-position: -419px 0;
			width: 67px;
		}
		
			ul#navigation li a#blog.active { background-position: -419px -84px }
			ul#navigation li a#blog:hover { background-position: -419px -42px }

	ul#navigation li a#about {
			background-position: -486px 0;
			width: 78px;
		}
		
			ul#navigation li a#about.active { background-position: -486px -84px }
			ul#navigation li a#about:hover { background-position: -486px -42px }

	ul#navigation li a#contact {
			background-position: -564px 0;
			width: 83px;
		}
		
			ul#navigation li a#contact.active { background-position: -564px -84px }
			ul#navigation li a#contact:hover { background-position: -564px -42px }

#wrapper {
	width: 960px;
	margin: 21px auto 0 auto;	
}

.home #wrapper {
	width: 960px;
	margin: 21px auto 0 auto;	
}

#contentPrimary {
	width: 590px;
	float: left;
	padding: 0 30px 25px 0;
}

#contentCommunity {
	width: 954px;
	padding: 0 30px 25px 0;
}

.home #contentPrimary {
	width: 478px;
	float: left;
	padding: 0 30px 0 0;
}

#contentSecondary {
	width: 340px;
	float: right;
	color: #666;
}

.home #contentSecondary {
	width: 452px;
	float: right;
	color: #666;
}

	#contentSecondary p {
		font-size: 0.81em;
		line-height: 1.3em;
		margin-bottom: 1.2em;
	}
	
	#contentSecondary h3 {
		font-weight: normal;
		color: #132C52;
		font-size: 1.25em;
		margin-bottom: 0.3em;
	}
	
	#contentSecondary h4 {
		font-weight: bold;
		color: #fff;
		font-size: 1em;
		line-height: 1.2em;
		margin-bottom: 0.3em;
	}
		
	
	h2#whyChoose {
		color: #fff;
		display: block;
		height: 42px;
		width: 318px;
		padding: 17px 0 0 22px;
		background: url(images/bg-sidebar-top.png) no-repeat 0 0;
		font-size: 1.38em;
		font-weight: normal;
	}
	
	div#whyChooseWrap {
		width: 294px;
		background: #E7E9ED;
		padding: 17px 23px;
		margin: 0 0 10px 0;
	}
	
		div#whyChooseWrap h3 {
			font-size: 1.38em;
		}
		
		p#migrationServices {
			padding-left: 51px;
			background: url(images/icon-arrow-round.gif) no-repeat 0 0;
		}
		
		p#freeUtilities {
			padding-left: 51px;
			background: url(images/icon-keys.gif) no-repeat 0 0;
		}
		
		a.learnMore {
			display: block;
			width: 166px;
			height: 53px;
			background: url(images/button-learn-more.gif);
			text-indent: -9999em;
		}
		
			a.learnMore:hover { background-position: 0 -53px; }
	
	div#clientTestimonials {
		width: 294px;
		margin: 0 0 10px 0;
		padding: 17px 23px;
		background: #DAEBE4;
	}
	
	div#newsletter {
		width: 294px;
		margin: 0 0 10px 0;
		padding: 20px 23px;
		background: #BADACC;
	}
	
		div#newsletterForm {
			width: 287px;
			height: 42px;
			background: url(images/bg-newsletterForm.gif) no-repeat 0 0;
		}
			#newsletterField {
				width: 212px;
				height: 42px;
				padding: 0 10px 0 20px;
				border: none;
				color: #4D4D4D;
				background: none;
			}
			
			#newsletterButton {
				border: none;
				height: 42px;
				width: 45px;
				cursor: pointer;
				background: none;
			}
	#socialNetworks {
		width: 270px;
		margin: 0 0 10px 0;
		padding: 20px 23px 20px 47px;
		background: url(images/bg-sidebar-social.jpg) repeat-y 0 0;
	}
		
		#socialNetworks h4 {
			text-align: right;
			float: left;
		}
		
		#socialNetworks ul, #contentSecondary #socialNetworks ul {
			float: left;
			margin: 8px 0 0 20px;
		 }
		
		#socialNetworks li, #contentSecondary #socialNetworks li {
			float: left;
			display: block;
			height: 24px;
			margin: 0 7px 0 0;
			list-style-type: none;
			background: none;
			padding: 0;
		}
		
		#socialNetworks li a, #contentSecondary #socialNetworks li a {
			display: block;
			height: 24px;
			width: 25px;
			background: url(images/sprite-social.png) no-repeat;
			text-indent: -9999em;
		}
		
		#socialNetworks li a#facebook { background-position: 0 0; }
		#socialNetworks li a#facebook:hover { background-position: 0 -24px; }
		
		#socialNetworks li a#linkedin { background-position: -25px 0; }
		#socialNetworks li a#linkedin:hover { background-position: -25px -24px; }
		
		#socialNetworks li a#twitter { background-position: -50px 0; }
		#socialNetworks li a#twitter:hover { background-position: -50px -24px; }
		
	a#blogFeed {
		display: block;
		height: 59px;
		width: 340px;
		text-indent: -9999em;
		background: url(images/button-blog-feed.gif) no-repeat 0 0;
	}
	
	a#blogFeed:hover { background-position: 0 -59px; }	

#footer {
	width: 960px;
	border-top: solid 1px #B2B2B2;
	margin: 13px 0 20px;
	padding: 14px 0 0 0;
	color: #B2B2B2;
	font-size: 0.73em;
	line-height: 1.4em;
}

#footer a {
	color: #B2B2B2;
}

#copyright {
	width: 300px;
	float: left;
}

ul#utility {
	display: block;
	float: right;
}

ul#utility li {
	float: left;
	padding: 0 8px;
	border-right: solid 1px #B2B2B2;
}

ul#utility li.last {
	border: none;
	padding: 0 0 0 8px;
}

a.viewAll {
	display: block;
	width: 98px;
	height: 20px;
	background: url(images/button-view-all.png) no-repeat 0 0;
	text-indent: -9999em;
}

a.viewAll:hover { background-position: 0 -20px; }

a.readMore {
	display: block;
	width: 98px;
	height: 20px;
	background: url(images/button-read-more.png) no-repeat 0 0;
	text-indent: -9999em;
	margin-bottom: 25px;
}

a.readMore:hover { background-position: 0 -20px; }



/* ----  General Typography  ---- */

#contentPrimary p {
	color: #666;
	font-size: 0.81em;
	line-height: 1.5em;
	margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #132C52;
}

#contentPrimary h1 {
	font-size: 2.13em;
	margin-bottom: 0.3em;
}

#contentPrimary h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}


#contentPrimary h2 a {
	color: #00997F;
	text-decoration: underline;
}

#contentPrimary h2 a:hover { text-decoration: none; }


#contentPrimary h3 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

#contentPrimary h4 {
	font-size: 0.9em;
	margin-bottom: 0.4em;
}

#contentPrimary ul, #contentSecondary ul { 
	margin: 0 0 0.5em 1.2em;
 }

#contentSecondary ul { 
	margin: 0 0 0.5em 0;
}

#contentPrimary ul li, #contentSecondary ul li {
	color: #666;
	font-size: 0.81em;
	line-height: 1.5em;
	padding: 0 0 0.7em 1.8em;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 0 3px;
}

#contentSecondary ul li {
	padding: 0 0 0.3em 1.8em;
}


#contentPrimary ol li {
	color: #666;
	font-size: 0.81em;
	line-height: 1.5em;
	padding: 0 0 0.7em 1.8em;
}

/* ----  Homepage Styles  ---- */

#hero {
	width: 460px;
	height: 257px;
	background: url(images/soldier.png) no-repeat top right;
	padding: 40px 500px 0 0;
	margin: -5px auto 0 auto;
}

#hero h1 {
	font-size: 2.75em;
	margin-bottom: 0.2em;
}

#hero h1 span {
	font-size: 1.27em;
}

#hero p {
	color: #505F78;
	font-size: 1.13em;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

.coda-slider h2 {
	font-size: 1.25em;
	margin-bottom: 0.4em;
}

h2#blogFeed {
	display: block;
	background: url(images/bg-blogfeed.gif) no-repeat 0 0;
	height: 40px;
	width: 338px;
	color: #fff;
	font-size: 2.06em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 0 0 114px;
}

	#blogFeedWrap {
		background: #DBE0E5;
		width: 398px;
		padding: 20px 27px;
		margin-bottom: 10px;
	}
	
		#blogFeedWrap h3 a { color: #132C52; }

#connectCallout {
	width: 452px;
	height: 129px;
	background: url(images/bg-connectCallout.jpg) no-repeat 0 0;
}

	#connectCallout #newsletterWrap {
		width: 280px;
		float: left;
		padding: 17px 27px;
	}

	#connectCallout #newsletterWrap h3 {
		font-size: 1.25em;
		font-weight: bold;
	}

	#connectCallout	#socialNetworks {
		width: 118px;
		margin: 0 0 10px 0;
		padding: 0;
		float: right;
		background: none;
	}
	
	#connectCallout	#socialNetworks ul { margin: 8px 0 0 16px }
		
	#connectCallout #socialNetworks h4 {
		text-align: left;
		margin: 15px 0 0 16px;
		font-size: 1em;
		line-height: 1.1em;
	}

a#getStarted {
	display: block;
	width: 263px;
	height: 76px;
	background: url(images/button-get-started-now.gif) no-repeat 0 0;
	text-indent: -9999em;
	margin-top: -12px;
}

	a#getStarted:hover { background-position: 0 -76px }

/* ----  Misc  ---- */

.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

div.hr {
  height: 1px;
  background: #BADACC;
  margin-bottom: 25px;
}
div.hr hr {
  display: none;
}


/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/


/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
		padding: 0;
		width: 986px;
		padding-left: 16px;
		margin: -4px auto 0 auto;
		background: url(images/bg-slider.png) no-repeat 16px 0;
		position: relative;
		font-family: Arial, Helvetica, sans-serif;
		color: #666;
		font-size: 0.81em;
		line-height: 1.2em;
		 }
	.coda-slider {
		width: 660px;
		height: 115px;
		margin: 0 0 0 250px;
		}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
			width: 660px

	}
	
	/* Arrow styling */
	.coda-nav-left a {
		display: block;
		background: url(images/arrow-left.png) no-repeat 0 0;
		width: 21px;
		height: 74px;
		position: absolute;
		top: 15px;
		left: 0;
		}
		
		.coda-nav-left a:hover { background-position: 0 -74px}
		
	.coda-nav-right a {
		display: block;
		background: url(images/arrow-right.png) no-repeat 0 0;
		width: 21px;
		height: 74px;
		position: absolute;
		top: 15px;
		right: 0;
		}
		
		.coda-nav-right a:hover { background-position: 0 -74px}
				
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px; height: 43px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-indent: -9999em; }
	



td.migTblTrial {
	padding-right: 25px;
	width: 175px;
}

td.migTblIntegration {
	padding-right: 25px;
	width: 175px;
}

div.contactBox {
	border: solid 1px #CCC;
	width: 420px;
	padding: 20px 26px;
	margin: 15px 10px;
}

#contentPrimary .contactBox h3 { margin-bottom: 0.7em }

div.contactBox .wpcf7-text {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.contactBox .wpcf7-submit {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.contactBox input#submitButton {
    background: url(images/button-submit.gif) no-repeat 0 0;
    border: 0;
    cursor: pointer;
    display: block;
    height: 29px;
    line-height: 0;
    text-indent: -9999px;
    width: 135px;
} 


#searchWrap {
	width: 320px;
	height: 50px;
	background: url(images/bg-search.png) no-repeat 0 0;
	margin-bottom: 10px;
	padding: 13px 0 0 20px;
}

#searchWrap #searchsubmit {
	background: url(images/button-search.gif) no-repeat 0 0;
	border: 0;
	width: 35px;
	height: 33px;
	text-indent: -9999em;
	cursor: pointer;
}

#searchWrap #s { 
	background: #fff;
	color: #666;
	height: 23px;
	width: 255px;
}

li.widget-container { list-style-type: none; }


a#supportCategory {
	display: block;
	width: 320px;
	height: 55px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.38em;
	background: url(images/button-support-articles.png) no-repeat 0 0;
	margin-bottom: 10px;
	padding: 8px 0 0 20px;
}

div#rssFeed {
	display: block;
	padding: 20px 0 10px 50px;
	margin: 25px 0 0 0;
	background: url(images/icon-rss.gif) no-repeat 0 24px;
	line-height: 1.3em;
	border-top: solid 1px #ACBFC2;
}

.post {
	margin-top: 20px;
}

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
 list-style-type:none!important;
 list-style-image:none!important;
 list-style:none!important;
 background-image:none!important;
 background:none!important;
 padding:0!important;
 margin:0!important }
