/*
Theme Name: EO-Theme
Theme URI: http://example.com/
Description: Evolving Office Theme.
Version: 1.0
*/

/* Reset default browser CSS. */

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,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.eo_menu ol, .eo_menu ul, .eo_menu li {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
.eo_menu ol, .eo_menu ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */



table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*---*/



.main,  .wrapper {
	margin: 0 auto;
	width: 960px;
}
.wrapper {
	background: #FFFFFF;
}
.header {
	height: 129px;/*83+30+16=129*/
}
.logo {
	background: url(images/logo.png) top left no-repeat;
	margin: 30px 0px 16px 30px;
	height: 83px;
	width: 256px;
	float: left;
	display: block;
}
.eo_menu {
	float: right;
	width: 620px;
	height: 36px;
	margin: 77px 0px 0px 0px; /*83+30-36=77*/
	background: rgb(248, 248, 248);
	border: 1px solid rgb(229, 229, 229);
	text-align: center;
	color: rgb(0,62,103);
	font-family: Arial, Helvetica, sans serif;
}
.menu li {
	float: left;
	padding: 8px 0px 0px 0px;
	height: 27px;/*36-8-1=27*/
	width: 124px;
	font-size: 18px;
	font-family:"Arial Narrow";
	font-weight: bold;
}
.menu a:link {
	color: rgb(0, 62, 103);
}
.menu a:active {
	color: rgb(0, 62, 103);
}
.menu a:visited {
	color: rgb(0, 62, 103);
}
.menu a:focus {
	outline: none;
}
.menu a {
	text-decoration: none;
}
.menu li:hover {
	border-bottom: 3px solid rgb(255, 144, 0);
	cursor: pointer;
	background:#EEE;
}
/* for default menu */



.pagemenu {
	float: right;
	width: 620px;
	height: 36px;
	margin: 77px 0px 0px 0px; /*83+30-36=77*/
	background: rgb(248, 248, 248);
	border: 1px solid rgb(229, 229, 229);
	text-align: center;
	color: rgb(0,62,103);
}
.pagemenu li {
	float: left;
	padding: 8px 0px 0px 0px;
	height: 27px;/*36-8-1=27*/
	width: 124px;
	font-size: 18px;
	font-family:"Arial Narrow";
	font-weight: bold;
}
.pagemenu a:link {
	color: rgb(0, 62, 103);
}
.pagemenu a:active {
	color: rgb(0, 62, 103);
}
.pagemenu a:visited {
	color: rgb(0, 62, 103);
}
.pagemenu a:focus {
	outline: none;
}
.pagemenu a {
	text-decoration: none;
}
.pagemenu li:hover {
	border-bottom: 3px solid rgb(255, 144, 0);
	cursor: pointer;
}
/* END for default menu*/







.main {
	clear: both;
}
.container {
	width: 100%;
}
.content {
}
.subpage {
	border: 1px solid rgb(229, 229, 229);
	background: url(images/subpage_header.jpg) top right no-repeat;
	margin: 0px 0px 17px 0px;
	padding: 0px 0px 62px 0px;
	min-height: 800px;
}
.sub_left {
	width: 630px;
	float:left;
	font-size: 16px;
	line-height: 1.5;
	font-family:Georgia, Times, serif;
	color: rgb(82, 82, 82);
}
.sub_right {
	width: 212px;/*270-13*2-2=242*/
	background: rgb(242, 242, 242);
	margin: 411px 30px 0px 690px;
	padding: 20px 13px 20px 13px;
	min-height: 355px;
	font-family:Arial Narrow, Arial, sans-serif;
	font-size: 22px;
	color: rgb(0, 0, 0);
	position: absolute;
}
.sub_left_header {
	width: 460px;
	margin: 36px 0px 0px 30px;
	/* height: 180px; */



    overflow: hidden;
}
.sub_left_header h1 {
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size: 40px;
	color: rgb(0, 0, 0);
	margin: 0px 0px 10px 0px;
	line-height:1.1em;
}
.sub_left_header h2, .sub_left_header h2 a, .sub_left_header h2 a:active, .sub_left_header h2 a:visited, .sub_left_header h2 a:hover, .sub_left_header h2 a:focus {
	font-family: sans-serif;
	font-size: 20px;
	color: rgb(0, 112, 186);
	margin: 0px 0px 0px 0px;
	line-height: 1.75em;
}
.sub_left_header h2 {
	line-height:1.33em;
	font-style:italic;
}
.sub_left h3 {
	font-family: sans-serif;
	font-size: 18px;
	color: rgb(0, 60, 99);
	margin: 0px 0px 0px 0px;
	line-height:1.25em;
	font-weight:bold;
}
.sub_left_body_left {
	width: 245px;
	height: 340px;
	border: 1px solid rgb(229, 229, 229);
	float:left;
	margin: 0px 20px 0px -31px;
}
.sub_left_body_left_left {
	width: 11px;
	height: 340px;
	background: rgb(0, 90, 150);
	float:left;
}
.sub_left_body_left_center {
	float: right;
	width: 234px; /*245-11=234*/
	height: 340px;
	background: rgb(242, 242, 242);
	overflow: hidden;
}
.sub_left_body_left_center_content {
	padding: 10px 18px 20px 18px;
	color: rgb(141, 141, 141);
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
}
.sub_left_body_left_center_content h3 {
	font-family:Arial Narrow, Arial, sans-serif;
	font-size: 27px;
	color: rgb(96, 96, 96);
}
.sub_left_body_title {
	width: 460px;
	margin: 0px 0px 10px 0px;
}
.sub_left_body {
	width: 600px;
	margin: 10px 0px 0px 30px;
}
.main_header {
	width: 960px;
	height: 367px;
	background: url(images/main_header.jpg) top left no-repeat;
}
.main_footer {
	height: 280px;
	clear: both;
	background: url(images/main_footer.jpg) top left no-repeat;
	;
}
.main_footer_form {
	float: left;
	margin: 17px 0px 0px 22px;
}
.main_footer_right {
	float: right;
	margin: 65px 47px 0px 0px;
}
.main_footer_right_logo {
	width: 219px;
	height: 71px;
	background: url(images/logo_min.png) top left no-repeat;
	;
}
.main_footer_right_info {
	margin: 5px 0px 0px 0px;
	font-family: Georgia;
	font-size: 17px;
	color: rgb(0, 0, 0);
}
.main_footer_form_title {
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: rgb(255, 255, 255);
}
.main_footer_form_body {
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	margin: 22px 0px 0px 0px;
}
.main_footer_form_body input {
	width: 240px;
	border-width: 0px;
}
.main_footer_form_textarea textarea {
	height: 70px;/*manual*/
	width: 240px;/*manual*/
	verflow:hidden;
	overflow-y: hidden;
	overflow-x: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	float:left;
}
.main_footer_form_textarea {
	float:left;
	width: 238px;
	line-height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.arrow {
	width: 118px;
	height: 102px;
	background: url(images/main_footer_arrow.png) top left no-repeat;
	float:right;
	margin: -16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.main_footer_form_arrow {
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	height: 102px;
	width: 358px;/*118+240=358*/
}
.arrow:hover {
	background: url(images/main_footer_arrow_hover.png) top left no-repeat;
	cursor: pointer;
}
.block {
	height: 309px;
	width: 298px;
	padding-top:10px;
	float:left;
	background: rgb(248, 248, 248);
	margin: 21px 0px 21px 0px;
	border: 1px solid rgb(229, 229, 229);
	overflow: hidden;
}
.block_title a {
	margin: 40px 25px 20px 25px;
	font-family:Arial Narrow, Arial, sans-serif;
	font-size: 25px;
	color: rgb(47, 49, 94);
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.block_body {
	margin: 0px 25px 0px 25px;
	font-family:Georgia, Times New Roman, serif;
	font-size: 14px;
	color: rgb(47, 49, 94);
	line-height: 1.5;
}

.block-plus-one {
	height: 309px;
	width: 626px; /* 298*2+30 */
	padding-top:10px;
	float:left;
	background: rgb(248, 248, 248);
	margin: 21px 0px 21px 0px;
	border: 1px solid rgb(229, 229, 229);
	overflow: hidden;
}

.hp-col-header {
	margin:12px 25px 8px 25px;
	font-family:Arial Narrow, Arial, sans-serif;
	font-size: 25px;
	color: rgb(47, 49, 94);
	text-decoration: none;
	font-weight: normal;
	outline: none;
	text-transform: uppercase;
}
.block_body_quote {
	margin: 0px 25px 0px 25px;
	font-family:Georgia, Times New Roman, serif;
	font-size: 15px;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	font-style: italic;
}
.block_body h2 {
	font-family:Georgia, Times New Roman, serif;
	font-size: 17px;
	line-height:1.2;
	margin-bottom:5px;
	font-style: italic;
}
.block_body p {
	margin:0 0 10px 0;
}

q {
	quotes: "\0022";
}
.block_body u {
	color: rgb(255, 144, 0);
}


.logo_micro {
	height: 27px;
	width: 29px;
}
.mp_sep {
	height: 1px; /*1-309 not important*/
	width: 30px;
	float:left;
}
.footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-family: Georgia;
	font-size: 11px;
	margin: 18px 0px 9px 0px;
	color: rgb(136, 136, 136);
}
.sidebar li {
	margin: 0px 0px 20px 0px;
}
.inside_sidebar li {
	margin: 0px 0px 0px 0px;
}
.sub_right ul a, .services_table h3 a {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: rgb(52, 52, 52);
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
}
li.widget {
	list-style: none;
	margin: 0;
}
.eo_menu ul li a {
	font-family: arial narrow, arial, helvetica, sans serif;
	font-size:16px;
}
.sub_left_body h1 {
	margin-bottom: 18px;
}
.sub_left_body p {
	margin-bottom: 18px;
}
table.services_table {
	width:100%;
	margin: 0 auto;
}
table.services_table td {
	border: none;
	padding: 15px;
	vertical-align:middle;
}
table.services_table tr {
	background:#F8F8F8;
}
/*<< alternate footer*/

.main_footer_alternate {
	height: 280px;
	clear: both;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
}
.main_footer_left {
	float: left;
	margin: 40px 0px 0px 70px;
	background: url(images/logo_middle.png) top left no-repeat;
	width: 201px;
	height: 198px;
}
.main_footer_center {
	float: left;
	margin: 40px 0px 0px 80px;
	width: 250px;
	height: 201px;
}
.main_footer_center_line {
	float: left;
	margin: 0px 0px 0px 0px;
	background: #006cb4;
	width: 11px;
	height: 201px;
}
.main_footer_center .eo_menu li {
	text-align: left !important;
	width: 230px !important;
	height: 20px !important;
}
.main_footer_center .eo_menu ul {
	margin: 30px 0px 0px 30px !important;
	width: 230px !important;
	height: 20px !important;
}
.main_footer_center .eo_menu {
	float: left !important;
	margin: 0px 0px 0px 0px !important;
	width: 230px !important;
	height: 200px !important;
	border: none !important;
}
.main_footer_center .eo_menu ul li a {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 17px !important;
	color: #6e6e6e !important;
}
.main_footer_center .menu li:hover {
	border-bottom: none !important;
	cursor: default !important;
}
.main_footer_center .menu li a:hover {
	text-decoration: underline !important;
	cursor: pointer !important;
}
/*<< alternate footer*/



.w2llead {
	margin-top: 30px;
	margin-bottom: 20px;
}
.w2llabel {
	margin-top: 12px !important;
}
.breadcrumbs-plus p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	margin:5px 0px 0px 30px;
}
.highlight {
	font-family:sans-serif;
	color:rgb(0, 112, 186);
	font-weight:bold;
}
.signup {
	padding:8px 0 8px 0;
}
.access {
	background:#edf6fc;
	text-align:center;
}
.basic {
	background:#dcedf9;
	text-align:center;
}
.pro {
	background:#b9dcf3;
	text-align:center;
}
.pricing-underline {
	border-bottom:thin solid gray;
}
.pricing-light-underline {
	border-bottom:thin solid #CCCCCC;
}
.pricing-sub-header {
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	color: rgb(0,62,103);
}
.pricing-header {
	font-family:sans-serif;
	font-size:20px;
	font-weight:bold;
}
.pad-top {
	padding:15px 0 0 0;
}
h4 {
	font-family:sans-serif;
	font-weight:bold;
	color: rgb(0,62,103);
}


