/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/************************** RESET AND HOUSECLEAN *********************/

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border: 0px;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0px;
}
th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: top;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #003366;
	background-attachment: fixed;
	background-color: #3b5674;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/************************** STRUCTURE ***********************************/
 #header {
	height: 262px;
	width:100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	background-color: #000;
	align: center;
}
#header-inner {
	width:960px;
	height: 218px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
	background-image: url(../images/bg-header-inner.png);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 0px;
	top:0px;
	height: 100px;
	width: 100px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
#tagline {
	text-indent: -9999px;
}
/* header */
 
/* content area */
/* content area */
#content-holder {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat;
}
#content-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg-content-inner.png);
	background-repeat: repeat-y;
	min-height: 400px;
	text-align: left;
}
/* main content */
#content-page {
	float: left;
	width: 645px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
/* sidebar */
#sidebar {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	float: right;
	width: 300px;
}
/* footer */

#footer {
	clear: both;
	height: 550px;
	width:100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-color:  #a3cacc;
}
#footer-inner {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
}

/************************* FORMATTING *********************************/

 

  
.hentry, .widget, .comment, {
	padding-bottom: 40px;
}
.hentry {
	position: relative;
}
.entry-meta {
	margin-bottom: 10px;
	position: relative;
}
.published {
	position: absolute;
	margin: 0px;
	height: 150px;
	width: 68px;
	left: -50px;
	top: -20px;
	text-align: center;
	font-weight: bold;
	color: #036;
	font-size: 11pt;
	line-height: 155%;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/calendar_background.png);
	background-repeat: no-repeat;
}
.day {
	font-size: 19pt;
}
.entry-footer {
	margin-left: 30px;
	color: #999999;
}
/* Content */
.page-title {
	font-size: 14px;
	font-weight: bold;
}
.page-title span {
	font-style: italic;
	font-weight: normal;
}
a.entry-title:link {
	display: block;
	font-size: 22pt;
	line-height: 21pt;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 2px;
	 
}
a.entry-title:hover {
	color: #FFFFFF !important;	 
}
#content-page h1 {
	font-size: 30pt;
	line-height: 24pt;
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
}
#content-page h2 {
	font-size: 24pt;
	line-height: 20pt;
	margin-left: 30px;	
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 2px;
	color: #6EA8AC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #88BFC2;
}
#content-page h3 {
	font-size: 22pt;
	margin-left: 30px;
	line-height: 20pt;
	margin-top: 10px;
	margin-right: 30px;
	color: #6EA8AC;
}
h4, h5, h6 {
	font-size: 13pt;
	margin-left: 30px;
	line-height: 20pt;
	margin-top: 10px;
	margin-right: 30px;
	color: #6EA8AC;
}
#content-page p {
	margin-left: 30px;
	line-height: 16pt;
	margin-right: 30px;
}
#content-page li {
	margin-left: 30px;
	line-height: 16pt;
	margin-right: 30px;
	margin-bottom: 12px;
}
#content-page A:link {
	color: #003366;
	 
	text-decoration: underline;
}
#content-page A:visited {
	color: #405B79;
	 
	text-decoration: underline;
}
 
.footer_col {
	float: left;
	width: 280px;
	min-height: 200px;
	text-align: left;
	margin-left: 25px;
	margin-top: 25px;
	padding: 5px;
	border: 1px solid #AFD7DC;
	position: relative
}
#footer P {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 9pt;
	line-height: 160%;
}
#footer h3 {
	margin: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 16pt !important;
	color: #FFFFFF;
}
#footer UL {
	margin: 0;
	padding: 0;
}
#footer li {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 6px;
	font-weight: bold;
	font-size: 9pt;
	list-style-type: none;
	list-style-image: none;
	background-color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61AFAF;
}
#footer A:link {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
#footer A:visited {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
 
.icon-share {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#copyright {
	clear: both;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
/**************************** Basic Alignments ****************************/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
/* Regular clearing, just in case! */
.clear {
	clear: both;
}
/***************************** NAVIGATION *****************************/
 

/* Menu */
#primary-menu {
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 980px;
	left: 5px;
	top: 222px;
	position: absolute;
	z-index: 500 !important;
	 
}
.nav ul {
	position:absolute;
	top:-999em;
	 
}
.nav li {
	float:left;
	position:relative;
}
.nav a {
	display:block;
	float: left;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:-24px;
	top:40px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:201px;
	top:0px;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}
.nav li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li ul {
	width: 202px;
}
.nav li li a:link, .nav li li a:visited {
	display: block;
	height: auto;
	float: left;
}
.nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
ul.nav {
	float: left;
	list-style: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
ul.nav li {
	 
}
ul.nav li a {
	font-size: 20pt;
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;  
	 
	padding-right: 38px;
 
	padding-left: 17px;

}
ul.nav li a:hover, ul.nav > li.current_page_item > a {
	color: #fff;
	text-decoration: none;
}
ul.nav ul {
	background: url(../images/dropdown-bg.png) repeat-y;
	width: 200px !important;
	padding: 8px 9px 12px 6px;
	border: 1px solid #052529;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:2px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
ul.nav ul li {
	width: 200px;
	padding: 0 0 0 17px;
}
/* answers submenu bigger */
ul.nav li.page-item-21 ul {
	background: url(../images/dropdown-bg.png) repeat-y;
	width: 400px !important;
	padding: 8px 9px 12px 6px;
	border: 1px solid #052529;
	box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:2px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
ul.nav li.page-item-21 ul li {
	width: 400px;
	padding: 0 0 0 17px;
}
ul.nav ul li a {
	font-size: 14pt !important;
	text-transform:none;
	font-weight: bold;
	color: #FFFFFF;
	background: none;
	padding: 0px;
	display: block;
	text-align: left;
	padding: 12px 0px 11px 15px;
	background: url(../images/menu-bullet.png) no-repeat left 16px;
}
 
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.page-navigation {
	overflow: hidden;
	padding: 8px;
	margin-top: 50px;
	margin-right: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
}
.page-navigation a {
	color: #0b3b41;
}
.page-navigation a:hover {
	color: #666;
	text-decoration: none;
}
.wp-pagenavi {
	position: relative;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 50px;
	padding-left: 0;
}
.wp-pagenavi span.pages {
	padding: 5px 7px 5px !important;
	margin: 2px !important;
	color: #444;
	border: none;
	font-size: 15px;
	margin-right: 10px !important;
	font-weight: bold
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	padding: 8px 22px 22px 16px !important;
	margin: 1px;
	font-weight: normal !important;
	color:#0b3b41 !important;
	border: none !important;
	background-image: url(../images/pagenavi-bg.png);
	background-repeat: no-repeat;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	background: url(../images/pagenavi-bg.png) no-repeat !important;
	padding: 8px 22px 22px 16px !important;
	margin: 1px;
	font-weight: normal !important;
	color:#8bb7bd !important;
	border: none !important;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
	font-size: 18px !important;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi span.extend {
	display: none !important;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi span.extend, .wp-pagenavi a.last, .wp-pagenavi a.first {
	background: none !important;
	padding: 0px !important;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.first {
	margin-right: 10px !important;
	background: none !important;
}
/********************************* LINKS *********************************/

/* Removes dotted line when focus */
:focus {
	outline: none;
}
a {
	outline: none;
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.entry-content a:link, .entry-content a:active, .entry-content a:visited {
	color: #003366;
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}
#comments a:link, #comments a:active, #comments a:visited {
	color: #003366;
	text-decoration: underline;
}
#comments a:hover {
	text-decoration: none;
}
/************************** Lists: (ul, ol, dl) ****************************/
ul, ol, dl {
	margin-left: 15px;
}
.entry-content ul, .entry-content ol, #search-query {
	margin-left: 25px;
}
li ul, li ol {
	margin-bottom: 0;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
dt {
	font-weight: bold;
}
/*************************** Tables ***************************************/
table {
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
table .even {
	background: #ddd;
}
tr {
	 
}
th, td {
	padding: 5px 3px;
}
/*************************** Forms *********************************/
input, textarea, button {
	background: #fafafa;
	border-color: #aaa #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px;
	color: #444;
	font-size: 14px;
}
input, textarea, button {
	padding: 3px;
}
button {
	font: 12px;
	padding: 2px 10px;
	cursor: pointer;
}
input:focus, textarea:focus, button:hover {
	background: #fff;
	border-color: #777 #ccc #ccc #777;
}
#submit {
	margin-top: 8px;
	background-color: #99ccce;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b7dadc;
	border-right-color: #68a6ad;
	border-bottom-color: #68a6ad;
	border-left-color: #b7dadc;
}
/* bugfix */
.safari input {
	padding: 0px 3px;
}
.chrome input {
	padding: 1px 3px;
}
/**************************** Comments ****************************/
.comment-list ul, .comment-list ol {
	margin-bottom: 20px;
}
.comment-list, .comment-list .children {
	list-style: none;
}
.comment-list {
	margin-left: 10px;
}
.comment {
	margin-bottom: 40px;
	padding: 8px;
	background-color: #F0F4F4;
}
.comment-list .children {
	margin-top: 40px;
}
.comment-meta {
	margin-bottom: 10px;
}
.commenter {
	font-size: 13pt;
	font-weight: bold;
	color: #3399CC;
	margin-left: -5px;
}
.comment-reply {
}
.avatar {
	float: left;
	border: 1px #ddd solid;
	padding: 1px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* Comment Reply */
#comment-form .form-section input {
	margin-right: 10px;
}
.form-section {
	margin-bottom: 10px;
	margin-left: 30px
}
.form-section label {
	cursor: pointer;
}
#commenter-details input {
	margin-right: 10px;
}
#allowed-tags {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	background: #fff;
	border: 1px #ddd dotted;
	border-top: none;
	width: 500px;
}
/**************************** Images ****************************/
img.alignleft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
img.alignright {
	display: block;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.wp-caption.alignleft {
	margin-right: 30px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0!important;
}
.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
} /* Prevent the smileys from breaking line-height */
/**************************** [gallery] ****************************/
.gallery {
	margin: auto;
}
.gallery-image {
	border: 2px solid #cfcfcf;
	margin-left: 0;
}
.gallery-caption {
	margin-left: 0;
}
.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}
.gallery-columns-2 {
	width: 50%;
}
.gallery-columns-3 {
	width: 33%;
}
.gallery-columns-4 {
	width: 25%;
}
.gallery-columns-5 {
	width: 20%;
}
.gallery-columns-6 {
	width: 16%;
}
.gallery-columns-7 {
	width: 14%;
}
.gallery-columns-8 {
	width: 12%;
}
.gallery-columns-9 {
	width: 11%;
}
/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.gallery-row, .navigation-links, .container, .menu {
	display: block;
}
/**************************************** ODD ELEMENTS ***********************************/
address {
	font-style: italic;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}
blockquote {
	font-style: italic;
	line-height: 145%;
	font-size: 10pt;
	width: 520px;
	background:   url(../images/quote-end.png) no-repeat right bottom;
	 
	padding-left: 18px;
	text-indent: -18px;
	margin-left: 30px;
}
blockquote:first-letter {
	background: url(../images/quote.png) no-repeat left top;
	padding-left: 18px;
}
strong {
	font-weight: bold;
}
em, dfn, cite {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 12px;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
code, pre {
	line-height: 15px;
}
var, kbd, samp, code, pre {
	font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #fafafa;
}
kbd {
	font-weight: bold;
}
samp, var {
	font-style: italic;
}
pre {
	white-space: pre;
	overflow: auto;
	padding: 10px;
	border: 1px solid #ddd;
	clear: both;
}
code {
	padding: 0px 3px;
}
/**************************************** UNIQUE TO THEME ***********************************/
#callout-help-you {
	background-image: url(../images/bg-help-you.png);
	background-repeat: no-repeat;
	height: 265px;
	width: 628px;
	margin-top: 100px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 0px;
}
#callout-help-you-content {
	position: absolute;
	top: 50px;
	left: 169px;
}
#callout-help-you p {
	padding: 0px;
	font-size: 11px !important;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 12pt;
}
/**** sidebar parts  *****/
#call-today {
	text-align: center;
	width: 270px;
	font-size: 13pt;
	font-weight: bold;
	position: absolute;
	left: 650px;
	top: 26px;
}
#act-now {
	width: 300px;
	height: 110px;
	position: relative;
	padding-bottom: 30px;
}
#act-now-icon {
	background-image: url(../images/icon-actnow.png);
	background-repeat: no-repeat;
	height: 71px;
	width: 77px;
	position: absolute;
	left: -20px;
	top: 10px;
}
#act-now-msg {
	font-size: 10pt;
	font-weight: bold;
	line-height: 140%;
	position: absolute;
	left: 70px;
	top:  10px;
	width: 200px;
}
#act-now-hd {
	position: absolute;
	left: 25px;
	top: 85px;
	width: 290px;
}
.orange-big {
	font-size: 15pt;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
ul#header-list {
	font-weight: bold;
	font-size: 11pt;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
ul#header-list li {
	margin-bottom: 15px;
	list-style-image: url(../images/img-list-bullet.gif);
	list-style-position: outside;
	margin-left: 22px;
}
#header-list A:link {
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #68A4AC;
	padding-right: 2px;
	padding-left: 2px;
}
#header-list A:visited {
	color: #4C5D88;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #339999;
}
#header-list A:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E9EA7;
	background-color: #054368;
	padding-right: 2px;
	padding-left: 2px;
}
#risk-free {
	background-image: url(../images/bg-riskfree-sidebar.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 300px;
	margin-left: -30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#risk-free p {
	margin-top: 0px;
	margin-left: 135px;
	margin-right: 10px;
	font-size: 10pt;
	padding-top: 60px;
	line-height: 135%;
}
#risk-free img {
	margin-top: 5px;
	margin-left: 80px;
	margin-right: 15px;
}
#happy-client-hd {
	background-image: url(../images/bg-happy-client-hd.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 300px;
	margin: 0px;
	padding: 0px !important;
	margin-top: 0px;
	margin-left: -7px;
}
#happy-client {
	background-image: url(../images/bg-happy-client-sidebar.png);
	background-repeat: no-repeat;
	width: 300px;
	margin-left: -7px;
	margin-top: 0px;
	background-color: #e4f0cc;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
#happy-client-screen {
	margin-left: 25px;
	width: 250px;
	height: 175px;
	padding-top: 20px;
}
#happy-client-screen A:link {
	color: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
#happy-client-screen A:visited {
	color: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
#happy-client-screen A:hover {
	text-decoration: none !important;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
	background-color: none !important;
}
#happy-client p {
	margin-top: 4px;
	margin-left: 25px;
	margin-right: 25px;
	font-size: 10pt;
	padding-top: 0px;
	line-height: 14pt;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
#happy-client A:link {
	color: #003366;
 
}
#happy-client A:visited {
	color: #4C5D88;
 
}
#happy-client A:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E9EA7;
	background-color: #054368;
 
}
#zen-thought-hd {
	background-image: url(../images/bg-zen-thought-hd.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 300px;
	margin: 0px;
	padding: 0px !important;
	margin-left: -7px;
}
#zen-thought {
	background-image: url(../images/bg-zen-thought.png);
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: -7px;
	padding: 0px;
	height: 280px;
	width: 300px;
	position: relative;
}
#zen-thought p {
	margin-top: 0px !important;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 11pt;
	padding-top: 4px !important;
	font-weight: bold;
	line-height: 16pt;
}
#catalyst {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 200px;
	height: 170px;
	z-index: 100;
	background-color: transparent;
	background-image: url(../images/zen-catalyst.png);
	background-repeat: no-repeat;
}
#why-hire-hd {
	background-image: url(../images/bg-why-hire-hd.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 300px;
	margin: 0px;
	padding: 0px !important;
	margin-left: -7px;
}
#kiva-box {
	margin-left: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.img_frame {
	padding: 2px;
	border: 1px solid #6EA8AC;
}
 
.thin_box {
	margin-top: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	margin-left: 25px;
	border: 1px solid #AEDDE3;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18pt !important;
	font-size: 12pt;
	background-color: #F5FBFC;
}
.thin_box P {
	margin-right: 20px !important;
	line-height: 22pt !important;
}
.what-we-did {
	margin-left: 55px;
	margin-top: 0px !important;
	line-height: 22pt !important;
}
#portfolio_holder {
	margin-left: 25px;
}
.portfolio_box {
	float: left;
	height: 245px;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 15px;
	text-align: center;
 
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.portfolio_box:hover {
	background-image: url(../images/bg-portfolio-box.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 245px;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 15px;
	text-align: center;
 
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#portfolio_sidebar {
	width: 275px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#portfolio_sidebar P {
	padding-right: 2px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
}
#portfolio_sidebar A:link {
	color: #054368;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	display: block;
	font-size: 9pt;
	padding: 2px !important;
	margin-right: 25px;
	margin-bottom: 8px !important;
}
#portfolio_sidebar A:visited {
	color: #65A1A9;
	text-decoration: line-through;
	text-transform: lowercase;
	font-weight: bold;
	display: block;
	font-size: 9pt;
	padding: 2px !important;
	margin-bottom: 8px !important;
}
#portfolio_sidebar A:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #55949D;
	padding: 2px !important;
	margin-bottom: 8px !important;
}
.shadow img {
	width: 550px;
	height: 360px;
}
.shadow {
	width: 550px;
	height: 395px;
	background-image: url(../images/img-bot-portfolio-shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.portfolio-screen img, .post_thumbnail img{
 	width: 250px;
	height: 175px;
	margin-right: auto;
	margin-left: auto;
}
.portfolio-screen A:link {
	color: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.portfolio-screen A:visited {
	color: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.portfolio-screen A:hover {
	text-decoration: none !important;
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
	background-color: none !important;
}
#content A#but-top:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
.pricing-header {
font-size: 15px;
	font-weight: bold;
}
.big-price {
	color: #499E02;
	font-size: 22px;
	font-weight: bold;
}

.green {
	color: #499E02;
}
.close-meerkat {
	position: absolute;
	display: block;
	height: 18px;
	width: 18px;
	cursor: pointer;
	text-indent: -9000px;
	z-index: 10;
	background-image: url(../images/close-x.png);
	background-repeat: no-repeat;
	top: 60px;
	left: 940px;
}
.dont-show {
	display: none;
}
a.dont-show:hover {
	color:#FFF;
}
#meerkat {
	position: relative;
}
.ddsg-wrapper {
	margin-left: 25px;
}
#mailchimp-box {
	margin-left: 10px;
	margin-bottom: 15px;
}

#mailchimp-box-embed {
	margin-left: 32px;
	margin-bottom: 15px;
}
#mc_signup_submit {
	margin-top: 8px;
	background-color: #99ccce;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b7dadc;
	border-right-color: #68a6ad;
	border-bottom-color: #68a6ad;
	border-left-color: #b7dadc;
}
.mc_input {
	margin-bottom: 10px;
}
#pagecornr {
	position: absolute;
	right: 0; top: 0;
	z-index: 20000;
}
#pagecornr img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pagecornr .bg_msg {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 98;
	right: 0;
	top: 0;
	text-indent: -9999px;

	background-repeat: no-repeat;
	background-position: right top;
}
