/*******************************************************************************
 * =global settings and resets
 * 
 *****************************************************************************/
html {
    margin: 0px;
    padding: 0px;
    font-size: 100.01%;
}
body{
    margin: 0;
    background: #fff;
    font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333;
    min-width: 1000px;
}
img{
    border: 0;
    display: block;
}
form{
    display: inline;
}
.hidden{
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}
p{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.float-left{
    float: left !important;
}
.float-right{
    float: right !important;
}
a, a:active, a:visited {
    border: 0px solid #fff;
    color: #003399;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h3 {	
    color: #000000;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-size: 14px;
}
.clear-floats {
    height: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    clear: both;
    overflow: hidden;
}
.highlight_yellow {
    background: #ffffcc;
}
.help-question-link {
    display: inline-block;
    width: 15px;
    height: 20px;
    text-indent: -999999px;
    background: transparent url(/assets/images/bg-question-link.gif) no-repeat 0 50%;
}
.tooltip {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    background: #333;
    border: 1px solid #000;
    color: #fff;
    text-indent: 0px;
    font-size: 10px;
    text-align: left;
    line-height: 1.3em;
    margin: 10px;
    font-weight: normal;
}
/*******************************************************************************
 * =header
 * 
 *****************************************************************************/
#header-expand {
    height: 73px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #467ea6 url(/assets/images/bg-header-expand.jpg) no-repeat 100% 0;
    border-bottom: 2px solid #E3E3E3;
}
#header-fixed {
    position: relative;
    height: 100%;
    width: 937px;
    margin: 0 auto;
    padding: 0;
}
#header-fixed a{
    color:#333;
}
#header-fixed a.logo-dark {
    float: left;
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 330px;
    height: 54px;
    margin: 5px 0 0;
    padding: 0;
    text-indent: -9999px;
    background: url(/assets/images/logo-10-spaces-dark.png) no-repeat 0 0;
    cursor: pointer;
}
#contact-number {
    position: absolute;
    top: 5px;
    right: 125px;
    color: #003750;
    text-transform: uppercase;
    font-size: 20px;
}
#header-fixed #client-login-link {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 5px 15px 5px 30px;
    margin: 0px;
    font-size: 10px;
    color: #467ea6;
    text-transform: uppercase;
    color: #467ea6;
    background: #d6e1e8 url(/assets/images/bg-icon-client-login.gif) no-repeat 10% 50%;
}
#header-fixed #client-login-link:hover {
    text-decoration: none;
}

/*******************************************************************************
 * =header light
 * 
 *****************************************************************************/
#header-light-expand {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #e2ebf4;
}
#header-light-fixed {
  width: 937px;
  margin: 0 auto;
  padding: 10px 0;
  background: transparent url(/assets/images/bg-content-title.gif) no-repeat 0 0;
}
#header-light-logo-expand {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
#header-light-logo-fixed {
  width: 937px;
  padding: 20px 0 10px;
  margin: 0 auto;
}
#header-light-logo-link {
  display: block;
  width: 331px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: transparent url(/assets/images/logo-10-spaces-light.png) no-repeat 0 0;
  text-indent: -999999px;
}
#header-light-back {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}
#header-light-phone {
  float: right;
  font-size: 14px;
}
 
/*****************************************************************************
 * =navigation
 * 
 *****************************************************************************/
#header-fixed ul#navigation {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    border: none;
}
#header-fixed ul#navigation li {
    display: inline;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px 1px 0 0;
}
#header-fixed ul#navigation li a {
    display: block;
    padding: 5px 8px 8px;
    color: #fff;
}
#header-fixed ul#navigation li a:hover,
body.home #header-fixed ul#navigation li a.home,
body.services #header-fixed ul#navigation li a.services,
body.process #header-fixed ul#navigation li a.process,
body.testimonials #header-fixed ul#navigation li a.testimonials,
body.ppc_management #header-fixed ul#navigation li a.ppc_management,
body.landing_pages #header-fixed ul#navigation li a.landing_pages,
body.portfolio #header-fixed ul#navigation li a.portfolio,
body.pricing #header-fixed ul#navigation li a.pricing,
body.about #header-fixed ul#navigation li a.about,
body.weblog #header-fixed ul#navigation li a.weblog,
body.contact #header-fixed ul#navigation li a.contact {
    background-color: #265e78;
    text-decoration: none;
    color: #FFF;

}
#header-fixed ul#navigation li a:hover {
    text-decoration: none;
}

/*******************************************************************************
 * =homepage intro
 * 
 *****************************************************************************/
#homepage_intro-expand {
    width:100%;
    background: #FFFFFF url(/assets/images/bg-intro-expand.gif) repeat-x 0 100%;
    border-top: 1px solid #6291b3;
}
#homepage_intro-fixed {
    position: relative;
    width:937px;
    height: 100%;
    margin:0px auto 0px auto;
    padding:0px;
}
#homepage_intro-fixed #homepage_intro-column-left {
    float:left;
    margin: 20px 0px;
    padding:0px;
    width:450px;
}
#homepage_intro-fixed #homepage_intro-column-left p {
    float: none;
    color: #000;
    font-size:14px;
    margin: 0 0 15px;
    text-align: center;
}
#homepage_intro-fixed #homepage_intro-column-left .title {
    font:bold 18px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: center;
    margin: 0 0 10px 0;
}
#homepage_intro-fixed #homepage_intro-column-left p a.strategies-link,
a.strategies-link {
  display: block;
  width: 399px;
  height: 56px;
  margin: 0 auto 15px;
  background: transparent url(/assets/images/bg-home-intro-link.png) no-repeat 0 0;
  text-indent: -99999px;
  border: none;
}
#homepage_intro-fixed #homepage_intro-column-left p.gaurantee {
    margin: 0 auto;
    font-size: 12px;
    font-style: italic;
    color: #666;
}
#homepage_intro-column-right {
    position: relative;
    float: right;
    width: 470px;
    padding: 0;
    margin: 0;
}
#homepage-intro-video-shadow {
  width: 427px;
  margin: 20px auto;
  padding: 3px;
  /*background: transparent url(/assets/images/bg-intro-video-shadow.png) no-repeat 0 0;*/
}
#homepage-intro-video {
}

}
#homepage-intro-video #media
{
margin-top: 40px;
}
#noUpdate
{
margin: 0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size: x-small;
color: #cccccc;
text-align: left;
width: 210px; 
height: 200px;	
padding: 40px;
}

/*******************************************************************************
 * homepage content
 * 
 *****************************************************************************/
#content-expand {
    width:100%;
    padding: 0px 0px 25px 0px;
    margin:0px;
    background-color:#FFFFFF;
}
#content-title-expand {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #e2ebf4;
}
#content-title-fixed {
    width: 937px;
    margin: 0 auto;
    padding: 20px 0;
    background: transparent url(/assets/images/bg-content-title.gif) no-repeat 0 0;
}
#content-title-fixed h1 {
    padding: 0 0 0 40px;
    font-size: 18px;
    line-height: 28px;
    color: #265e78;
}
#content-title-fixed h1.ppc-title {
    background: transparent url(/assets/images/bg-content-title-ppc.gif) no-repeat 0 50%;
}
#content-fixed {
    width: 937px;
    margin: 0px auto 0px auto;
    padding: 20px;
}
#content-fixed-left {
    float: left;
    width: 610px;
    padding: 0;
    border: none;
}
#content-fixed-left p {
    padding: 0 0 15px 0;
}
#content-fixed-left .red-intro {
    padding: 10px 20px 20px;
    text-align: center;
    color: #cc0000;
    font-size: 22px;
    line-height: 1.3em;
}
#content-fixed-left .red-center {
    padding: 10px 20px 20px;
    text-align: center;
    color: #cc0000;
    font-size: 18px;
    line-height: 1.3em;
}
#content-fixed-left .red-center .gray-small,
.gray-small {
    font-size: 12px;
    color: #999;
}
#content-fixed-left .center {
    text-align: center;
}
.asterisk-list {
    padding: 0 0 15px 30px;
    list-style-image: url(/assets/images/bullet-asterisk-list.gif);
}
.green-x-list {
    padding: 0 0 15px 10px;
}
.green-x-list li {
    padding: 0 0 5px 20px;
    background: url(/assets/images/bullet-green-x.gif) no-repeat 0 50%;
}
.yellow-check-list {
  padding: 0 0 15px 15px;

}
.yellow-check-list li {
  background: transparent url(/assets/images/bullet-check-yellow.gif) no-repeat 0 5px;
  padding: 0 0 5px 25px;
}
#content-fixed-left .highlight {
    padding: 0 3px;
    background: #f0de64;
}
#content-fixed-right {
    float: right;
    width: 310px;
    padding: 0px;
}
.content-section {
    border-top: 1px solid #c7c7c7;
    padding: 20px 0;
}
#getting-started h2 {
    width: 110px;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.3em;
    color: #666;
}
#getting-started ol {
    float: left;
    height: 50px;
    margin: 0 0 0 10px;
    padding: 0;
}
#getting-started ol li {
    display: block;
    float: left;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 0;
}
#getting-started ol li a {
    display: block;
    height: 100%;
    padding: 0 0 0 55px;
    margin: 0;
    border: 0;
    color: #000;
    text-decoration: none;
}
#getting-started ol li.one a {
    width: 135px;
    background: transparent url(/assets/images/bg-bullet1.gif) no-repeat 0 0;
}
#getting-started ol li.two a {
    width: 175px;
    background: transparent url(/assets/images/bg-bullet2.gif) no-repeat 0 0;
}
#getting-started ol li.three {
    margin-right: 0;
}
#getting-started ol li.three a {
    margin-right: 0;
    width: 305px;
    background: transparent url(/assets/images/bg-bullet3.gif) no-repeat 0 0;
}
.section-link-right,
.section-link-left {
    clear: both;
    float: right;
    padding: 0 0 0 15px;
    color: #003399;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
    background: transparent url(/assets/images/bg-dbl-arrow-right.gif) no-repeat 0 50%;
}
.section-link-right {
    float: right;
}
.section-link-left {
    float: left;
}
.two-column-left {
    float: left;
    width: 620px;
}
.two-column-left .four-blocks {
    float: left;
    width: 280px;
    padding: 0 20px 20px 0;
}
.two-column-left .four-blocks h3 {
    padding: 0 0 0 25px;
    margin: 0 0 10px;
    color: #265e78;
}
.two-column-left .four-blocks h3.ppc-expertise {
    background: transparent url(/assets/images/bg-ppc-expertis.gif) no-repeat 0 50%;
  
}
.two-column-left .four-blocks h3.flat-rates {
    background: transparent url(/assets/images/bg-flat-rates.gif) no-repeat 0 50%;
}
.two-column-left .four-blocks h3.adwords-analytics {
    background: transparent url(/assets/images/bg-adwords-analytic.gif) no-repeat 0 50%;

}
.two-column-left .four-blocks h3.outsourcing-coaching {
    background: transparent url(/assets/images/bg-outsourcing-coaching.gif) no-repeat 0 50%;
}
.client-testimonial {
    float: right;
    width: 265px;
    margin: 0 0 10px 0;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #c7c7c7;
    color: #3f3e3e;
}
.client-testimonial h3 {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    color: #5a829c;
    background: transparent url(/assets/images/bg-comment-icon.gif) no-repeat 0 5px;
}
.client-testimonial .client-avatar {
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
}
.client-testimonial p {
    padding: 0 0 10px;
}
.client-testimonial p.testimonial-source-info {
    margin: 0;
    padding: 5px 5px 10px;
}
.client-testimonial p.testimonial-source-info a {
    float: none;
    color: #003399;
}
.client-testimonial p.testimonial-source-info img {
    margin: 10px 0;
}
.client-testimonial a {
    float: right;
    color: #9d9b9b;
    text-decoration: underline;
}
.half-column {
    width: 480px;
    float: left;
    font-size: 14px;
}
.half-column h2 {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}
#certified-partners {
    float: right;
    width: 380px;
    padding: 0 0 0 30px;
}
#certified-partners a {
    float: left;
    margin: 0 10px 10px 0;
    text-align: right;
}
.chief-note {
    padding: 30px;
    margin: 0 20px 10px 0;
    background: #fff3a8;
    border: 1px solid #f0de64;
}
.chief-note #chief-photo {
    float: left;
    margin: 0 0 0 20px;
    border: 1px solid #000;
}
.chief-note h2 {
    padding: 0 0 10px 0;
    color: #967300;
}
.chief-note p {
    padding: 0 0 10px 150px;
}
#chief-note-register {
    display: block;
    float: right;
    width: 322px;
    height: 31px;
    margin: 40px 40px 0 0;
    background: transparent url(/assets/images/chief-register.gif) no-repeat 0 0;
    text-indent: -99999px;
}
#chief-signature {
    display: block;
    width: 146px;
    height: 67px;
    background: transparent url(/assets/images/chief-signature.jpg) no-repeat 0 0;
}
#client-list-horizontal h2 {
    font-size: 16px;
}
#client-list {
    width: 937px;
    margin: 10px auto;
}

/*******************************************************************************
 * =interior content pages
 * 
 *****************************************************************************/
#main-expand {
    width: 100%;
    background: url(../images/gradient_bg-large.jpg) repeat-x;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    border-top: 1px solid #999;
}
#main-expand p.quote {
    clear: both;
    width: 825px;
    margin: 20px auto 10px auto;
    font: normal 16px/20px "Lucida Sans Unicode", "Lucida Grande", Sans-serif;
    color: #333333;
    text-align: center;
}
#content_wrapper-outer{
    clear:both;
    width: 935px;
    margin: 20px auto 10px auto;
    padding: 10px;
    background: url(../images/bg-diagonal_pattern-blue.gif);
}
#content_wrapper-inner {
    margin: 0px;
    padding: 50px;
    background-color: #FFFFFF;
}
#column-left, #project_column-left {
    float: left;
    margin: 0px 55px 0px 0px;
    width: 320px;
}
#column-left h1, #project_column-left h1, #content_column-left h1 {
    margin: 0px 0px 50px 0px;
    padding: 0px;
    font: normal 42px "Lucida Grande", Sans-serif;
    color: #265E78;
}
#content-two-col-left,
#content-two-col-right {
    width: 450px;
    margin: 0;
    padding: 0;
}
#content-two-col-left {
    float: left;
}
#content-two-col-right {
    float: right;
}


/******************************************************************************* 
 * =portfolio
 * 
 ******************************************************************************/
#column-left h2.highlight {
    clear: both;
    float: right;
    padding: 5px;
    margin: 0px 0px 2px 0px;
    font: normal 12px "Lucida Grande", Sans-serif;
    background-color: #CC0000;
    color: #FFFFFF;
}
#featured {
    clear: both;
    width: 305px;
    height: 327px;
    margin: 0px 0px 10px 0px;
    padding: 3px;
    border: 5px solid #d1d4d7;
}
#featured img {
    float:left;
}
#featured a {
    color: #EFF2F4;
}
#featured a img {
    float:right;
    margin: -29px -4px 0px 0px;
    color: #EFF2F4;
}
#column-left h3 {
    padding: 0px;
    font:normal 14px "Lucida Grande", Sans-serif;
    color: #006699;
}
#column-left p {
    float: left;
    margin: 5px 0px 5px 0px;
    color: #000;
    font-size:13px;
}
#column-left a.view {
    float:right;
    padding: 5px 10px;
    margin:5px 0px;
    color: #006699;
    font:normal 14px "Lucida Grande", Sans-serif;
    border: 1px solid #c5c5c5;
}
#column-right, #project_column-right {
    float: left;
    padding:0px;
    margin:0px;
    width: 452px;
}
#column-right h2 {
    clear:both;
    display:block;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border-bottom: 1px solid #E3E3E3;
    font: normal 20px "Lucida Grande", Sans-serif;
}
#column-right p {
    float: left;
    width: 400px;
    margin: 10px 40px 10px 20px;
    padding: 0px;
    color: #666666;
}
#column-right div.project {
    float: left;
    width: 206px;
    min-height:135px;
    margin: 10px 20px 0px 0px;
    padding: 0px;
}
#column-right div.project h3 {
    float:left;
    padding:0px;
    margin:10px 0px 5px 0px;
    color: #006699;
    font: normal 12px "Lucida Grande", Sans-serif;
}
#column-right div.project h3.highlight {
    display: inline;    
    float:right;
    margin: 10px 0px 0px 0px;
    padding: 3px 5px;
    font: normal 10px "Lucida Grande", Sans-serif;
    background-color: #CC0000;
    color: #FFFFFF;
}
#column-right div.project a img.thumb {
    display: inline;
    color: #FFFFFF;
    border: 0px solid #B5B8BB;
}
#column-right div.project p {
    clear:both;
    width: 204px;
    padding: 0 0 0 2px;
    margin: 0px 0px 0px 0px;
    color: #000;
    font: normal 10px "Lucida Grande", Sans-serif;
}
#column-right div#recognition {
    clear:both;
    width:300px;
    margin: 5px auto;
}
#column-right div#recognition a {
    color: #FFFFFF;
}
#column-right div#recognition a img {
    color: #FFFFFF;
}


/*******************************************************************************
 * Portfolio Interior pages
 * 
 ******************************************************************************/

#project_column-left {
    width: 400px;
}
#project_column-left h1 {
    margin: 0px 0px 10px 0px;
}
#preview {
    margin: 0px 0px 40px 0px;
    border: 10px solid #EFF2F4;
}
#preview img {
    width: 353px;
}
#preview img.screenshots {
    position:relative;
    width: 104px;
    border: none;
}
#preview a {
    float: right;
    margin: -30px 0px 0px 0px;
}
#preview_gradient {
    width:375px;
    padding:15px;
    /*background: url(../images/gradient_bg-small.jpg) repeat-x;*/	
}
#preview_gradient h2 {
    font: 100 18px "Lucida Grande", Sans-serif;
}
#preview_gradient ul {
    margin: 0px 0px 20px 10px;
    padding: 5px;
}
#preview_gradient ul li {
    display: inline;
    list-style: none;
    margin:2px;
}
#preview_gradient ul li a {
    height: 100px;
    color: #EFF2F4;
}
#preview_gradient ul li img {
    display: inline;
}
#browse {
    width:271px;
    margin: 5px auto;
}
#browse p {
    margin:10px auto;
    font: normal 12px "Lucida Grande", Sans-serif;   
}
#browse a.browse-previous, #browse a.browse-previous:hover {
    float: left;
    width:100px;
    padding: 3px 10px 3px 5px;
    /*background-color: #265E78;*/
	text-decoration:none;   
    border:1px solid #C5C5C5;
    color: #265E78;
    padding:5px 10px;
   
}
#browse a.browse-next, #browse a.browse-next:hover  {
    float:right;   
    width:100px;
    padding: 3px 5px 3px 10px;
    text-align:right;
    /*background-color: #265E78;*/
	text-decoration:none;   
    border:1px solid #C5C5C5;
    color: #265E78;
    padding:5px 10px;
}
#project_column-right {
    float: left;
    width: 380px;
}
#project_column-right h2 {
    display: block;
    margin: 0px 0px 10px;
    border-bottom: 1px solid #E3E3E3;
    font: bold 24px "Lucida Grande", Sans-serif;
    color: #265E78;
}
#project_column-right div.bqouter {
    width: 200px;
    float: right;
    margin: 10px 0px 10px 5px;
    padding: 3px 0px 0px 28px;
    background: url(../images/bq_gray-left.gif) no-repeat top left;
}
#project_column-right div.bqouter span.bqinner {
    padding: 0px 30px 5px 0px;
    background: url(../images/bq_gray-right.gif) no-repeat bottom right;
    font: italic 12px/20px "Lucida Grande", Sans-serif;
    color: #999999;
}
#project_column-right div.bqouter span.bqauthor {
    float:right;
    margin: 10px 20px 0px 0px;
    font: italic 12px/18px "Lucida Grande", Sans-serif;
    color: #999999;
}
#project_column-right h3.short {
    display:block;
    width:125px;
    border-bottom: 1px solid #E3E3E3;
    font: normal 14px "Lucida Grande", Sans-serif;
    color: #666666;
}
#project_column-right h3 {
    display:block;
    border-bottom: 1px solid #E3E3E3;
    font: normal 14px "Lucida Grande", Sans-serif;
    color: #666666;
}
#project_column-right p {
    padding: 5px 0px 5px;
    font: normal 12px/18px "Lucida Grande", Sans-serif;
    color: #000;
}
#project_column-right ul {
    margin: 10px 0px 40px 40px;
}
#project_column-right ul li {
    list-style: disc;
    font: normal 12px/18px "Lucida Grande", Sans-serif;
    color: #666666;
}
#project_column-right a.port-url {
    border: 2px solid #E3E3E3;
    margin: 0px auto;
    padding: 10px 50px;
    font: normal 14px "Lucida Grande", Sans-serif;
    color: #006699;
    display:block;
}

/*******************************************************************************
 * Content pages
 * 
 ******************************************************************************/
#content_column-left {
    float: left;
    margin: 0px 55px 0px 0px;
    width: 510px;
}
#content_column-left h1 {
    margin: 0px 0px 10px 0px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#content_column-left h2 {
    font: bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000000;
    /*border-bottom: 1px solid #E3E3E3;*/
    margin:0;
    padding:0;
}
#content_column-left h3 {
    font: normal 22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000000;
}
#content_column-left h4 {
    font: normal 18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #000000;
    border-bottom:1px solid #E3E3E3;
}
#content_column-left p, 
#content_column-left ul, 
#content_column-left ol  {
    font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#030303;
}
#content_column-left ul {
    margin :0 0 20px 30px;
    padding: 5px 0 0 0;
    line-height: 20px;
    list-style: disc;
}
#content_column-left .coaching {
  margin: 10px 0 10px 0;
}
#content_column-left .coaching ul {
    margin :10px 0 10px 40px;
    padding: 0;
    list-style: disc;
    list-style-position: outside;
}
#content_column-left .coaching ul li {
   line-height: 16px;
   padding: 0;
   margin: 0 0 5px;
}
#content_column-left .webinar {
	overflow: hidden;
	float: left;
	display: block;
	width: 200px;
	height: 210px;
	margin-top:20px;
}

#content_column-left p.content-subhead {
	display:block;
	width:80%;
	margin: 15px auto 0 auto;
	padding:0 0 10px 20px;
	text-align:center;
	font-size: 16px;
	color: #333;
	font-weight:bold; 
}
#content_column-left ol {
    margin:10px 0 10px 30px;
    padding:5px 0 0 0;
    line-height: 20px;
}
#content_column-left p {
    line-height: 20px;
    padding:0 0 20px 0;
}
#content_column-left a {
    color:#265e78;
}
#content_column-left .clear { /* generic container (i.e. div) for floating buttons */
    float:right;
    overflow: hidden;
    width: 100%;
    margin:0 0 20px 0;
}
#content_column-left .button-right {
    float:right;
    overflow: hidden;
    margin:10px;
}
#content_column-left .button-right a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
#content_column-left .button-right a.button span {
    color:#000;
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
#content_column-left .button-right a.button:hover,
#content_column-left .button-right a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
#content_column-left .button-right a.button:hover span,
#content_column-left .button-right a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
#content_column-left div.bqouter {
    margin: 20px;
    padding: 10px 0px 0px 35px;
    background: url(../images/bq-left.gif) no-repeat top left;
    border-left: 15px solid #EFF2F4;
}
#content_column-left div.bqouter span.bqinner {
    padding: 0px 35px 10px 0px;
    background: url(../images/bq-right.gif) no-repeat bottom right;
    font: normal 16px "Lucida Grande", Sans-serif;
    color: #333;
}
#content_column-left div.bqouter span.bqinner2 {
    padding: 0px 35px 10px 0px;
    background: url(../images/bq-right.gif) no-repeat bottom right;
    font: normal 13px "Lucida Grande", Sans-serif;
    color: #333;
}
#content_column-left div.bqouter span.testim-credit {
    display: block;
    float: none;
    margin: 10px 0px 0px;
}
/*******************************************************************************
 * PPC Management
 * 
 ******************************************************************************/
#ppc-management-border {
  padding: 10px;
  border-right: 1px solid #e1e1e1;
}
.certificate-border {
    width: 420px;
    height: 340px;
    margin: 0 auto 10px;
    padding: 50px 70px;
    font-size: 12px;
    background: transparent url(/assets/images/bg-guarantee-cert.jpg) no-repeat 0 0;
}
#content-fixed-left p.red-step-one {
    color: #cc0000;
    padding-left: 65px;
    font-size: 18px;
    background: transparent url(/assets/images/bg-gloss-step-one.jpg) no-repeat 0 0;
}
#content-fixed-left p.red-step-two {
    color: #cc0000;
    padding-left: 65px;
    font-size: 18px;
    background: transparent url(/assets/images/bg-gloss-step-two.jpg) no-repeat 0 0;
}
#content-fixed-left p.red-step-three {
    color: #cc0000;
    padding-left: 65px;
    font-size: 18px;
    background: transparent url(/assets/images/bg-gloss-step-three.jpg) no-repeat 0 0;
}
.service-packages {
    width: 535px;
    margin: 0 auto 10px;
    text-align: center;
    border-top: 1px solid #dcdcdc;
}
.service-packages td {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.service-packages .package-level {
    width: 250px;
    line-height: 1.3em;
    
}
.service-packages .package-level .package-name {
    font-size: 16px;
    color: #467ea6;
}
.service-packages .price {
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    background: #e2e2e2;
}
.service-packages .cart {
    width: 185px;
}
.service-packages .cart .add-to-cart {
    display: block;
    margin: 0 auto;
    width: 109px;
    height: 25px;
    text-indent: -999999px;
    background: transparent url(/assets/images/add-to-cart.gif) no-repeat 0 0;
}
.register-paypal {
    width: 420px;
    margin: 0 auto 20px;
    padding: 20px;
    background: #f5f4ef;
    text-align: center;
    border: 1px solid #dcdcdc;
}
.register-paypal img {
    width: 175px;
    margin: 0 auto;
}
.red {
    color: #cc0000;
}
#content-fixed .chief-evangelist-signature-photo {
    padding: 10px 0 0 20px;
    margin: 0 0 20px 0;
}
.chief-evangelist-signature-photo .chief-photo {
    float: left;
    padding: 0;
    margin: 0 20px 20px 0;
    border: 1px solid #967300;
}
.chief-evangelist-signature-photo .chief-signature {
    display: inline-block;
    width: 146px;
    height: 67px;
    margin: 0 0 -15px 0;
    background: transparent url(/assets/images/chief-signature-white.gif) no-repeat 0 0;
}
#certified-partners-horizontal {
    margin: 0 0 20px 20px;
}
#certified-partners-horizontal a {
    display: block;
    float: left;
    height: 70px;
    margin: 0 10px 10px 0;
}
#certified-partners-horizontal a.tall {
    height: 200px;
}
#clients-vertical {
    clear: both;
    margin: 0 0 20px 0;
    padding: 50px 0 0 0;
}
#clients-vertical h2 {
    font-size: 16px;
    padding: 0 0 10px 10px;
}
#clients-vertical img {
    margin: 0 auto;
}

/*****************************************************************************
 * =ppc pricing
 *
 ****************************************************************************/
#content-title-fixed h1.ppc-pricing-title {
    background: transparent url(/assets/images/bg-content-title-ppc-pricing.gif) no-repeat 0 50%;
}
#ppc-pricing-packages-full {}
#ppc-faq-title {
    color: #000;
    margin: 20px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
}
.ppc-faq-item {
    padding: 0 0 10px;
}
.ppc-faq-item h3, .ppc-faq-item p{
    margin: 0 0 10px;
}
.ppc-faq-item p {
    text-indent: 10px;
    line-height: 1.6em;
}
#ppc-management-faq-note {
    margin: 10px 0 0 0;
    padding: 20px;
    background: #fff3a8;
    border: 1px solid #f0de64;
  
}
#ppc-management-faq-note p {
    text-indent: 0px;
    padding: 0 0 10px 0;
}
#ppc-management-faq-note h4 {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    color: #996600;
    border-bottom: 1px solid #f0de64;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}
#ppc-management-faq-note .contact {
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    color: #b3892a;
    font-size: 20px;
    font-weight: bold;
}
#ppc-available-networks {
    width: 900px;
    margin: 0 auto;
    padding: 20px 10px;
    overflow: hidden;
}
#ppc-available-networks img {
    margin: 0 30px 0 0;
    display: inline;
    vertical-align: middle;
}

/** PPC Pricing Table **/
#ppc-pricing-packages-full {
    margin: 0 10px 10px;
}
#ppc-pricing-packages-full tr td {
    padding: 10px 20px;
    border-width: 0px 1px 1px 0;
    border-style: solid;
    border-color: #ececec;
    text-align: center;
    font-style: italic;
    color: #000;
}
#ppc-pricing-packages-full tr.head td {
    width: 175px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dcdcdc #ececec #ececec;
    line-height: 1.4em;
}
#ppc-pricing-packages-full tr.head td.first {
    width: 230px;
}
#ppc-pricing-packages-full tr.last {
    border-bottom: 1px solid #dcdcdc;
}
#ppc-pricing-packages-full tr td.first {
    text-align: left;
    font-weight: bold;
    border-left: 1px solid #dcdcdc;
    font-style: normal;
}
#ppc-pricing-packages-full tr td.first a {
    font-weight: normal;
    font-size: 12px;
}
#ppc-pricing-packages-full tr td.last {
    border-right: 1px solid #dcdcdc;
}
#ppc-pricing-packages-full tr.label td {
    padding: 0px;
    text-align: right;
    border: none;
    height: 70px;
}
#ppc-pricing-packages-full tr.label td img {
    float: right;
    margin: 0 125px 0 0;
}
#ppc-pricing-packages-full tr.head td {
    background: #ededed;
    color: #265e78;
    font-style: italic;
    font-size: 12px;
}
#ppc-pricing-packages-full tr.head td.blue-highlight {
    background: #265e78;
    color: #fff;
}
#ppc-pricing-packages-full tr.head td span.head-primary-title {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4em;
}
#ppc-pricing-packages-full tr td.checked {
    background: #fff url(/assets/images/check-yellow.gif) no-repeat 50% 25%;
}
#ppc-management-pricing-table-notes {
    float: left;
    margin: 0 0 0 20px;
    font-size: 11px;
    width: 65%;
}
#ppc-management-pricing-table-just-coacing {
    margin: 20px 20px 0 0;
    float: right;
}
#ppc-pricing-packages-full tr.head td.head-highlight {
    background: #ece1c0;
    border-width: 1px 1px 0 1px;
    border-color: #dab438;
    border-style: solid;
}
#ppc-pricing-packages-full tr td.table-highlight {
    background: #fff3a8;
    border-width: 0 1px 1px 1px;
    border-color: #dab438;
    border-style: solid;
    vertical-align: top;
}
#ppc-pricing-packages-full tr td.table-highlight p {
    margin: 0 0 10px 0;
}
#ppc-pricing-packages-full tr td.table-highlight p.combo-package-link {
    padding: 5px;
    background: #fbf5ce;
}
#ppc-pricing-packages-full tr td.table-highlight p.combo-package-link a {
    color: #265e78;
}
#ppc-pricing-packages-full tr td.table-highlight p.combo-learn-more-link a {
    color: #8f7000;
}
a.ppc-choose-option {
    display: block;
    width: 146px;
    height: 33px;
    margin: 0 auto;
    text-indent: -99999px;
    background: transparent url(/assets/images/choose-this-option.jpg) no-repeat 0 0;
}


/*******************************************************************************
 * Forms (Generic)
 * 
 ******************************************************************************/
#content_column-left form {
  display: block;
  margin: 20px 0;
  padding: 20px 20px 0px 20px;
  border: 5px solid #E2EBF4;
  background: #EFF4FA;
}
#content_column-left form h2 {
  font-size: 18px;
  color: #265E78;
}
#content_column-left form p {
  margin: 5px 0 0;
}
#content_column-left form p label {
    display: block;
    color: #265E78;
}
#content_column-left form input,
#content_column-left form textarea {
    width: 95%;
    padding: 5px;
    border: 5px solid #E2EBF4;
    font: normal 20px "Lucida Grande", Sans-serif;
}
#content_column-left form .submit {
    text-align: right;
}
#content_column-left form .submit input {
    width: 100px;
    padding: 10px;
    margin-right: 5px;
    font: normal 12px "Lucida Grande", Sans-serif;
    color: #FFFFFF;
    border: none;
    background-color: #CC0000;
}
#content_column-left form p.submit-long input {
    width: 200px;
    padding: 10px;
    margin-right: 5px;
    font: normal 12px "Lucida Grande", Sans-serif;
    color: #FFFFFF;
    border: none;
    background-color: #CC0000;
}
#content_column-left form .submit input:hover,
#content_column-left form .submit-long input:hover {
    background-color: #EE0000;
}
#content_column-left a.contact {
    float: right;
    margin: 5px 5px 20px 5px;
    width: 175px;
    height: 65px;
    border-bottom: 1px solid #999999;
    color: #265E78;
}


/*******************************************************************************
 * Contact Form
 * 
 ******************************************************************************/

#content_column-left form#contact p.label {
    display:inline;
    padding:0px;
}
#content_column-left form#contact p.label {
    margin: 10px 0px 0px;
    color: #265E78;
}
#content_column-left form#contact .attach {
    width: 95%;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border: 1px solid #E1EBF1;
    background-color: #F5F8FA;
}
#content_column-left form#contact .attach p {
    padding: 0px 0px 5px 0px;
    margin: 0px;   
}
#content_column-left form#contact .attach b {
    color: #666666;
    font-weight: normal;
}
#content_column-left form#contact #attachments {
    font: lighter 14px "Lucida Grande", Sans-serif;
    border: 0px solid #FFFFFF;
}

#content_column-left table.myForm   {
	color:#fff;
	font-size: 12px; 
	background:#668A9A;  
	width: 100%;
	padding: 20px;
	margin-bottom: 20px; }

.required {
	color: red;
}

#content_column-right {
    float:left;
    width: 270px;
}
#content_column-right form#search_form {
    padding: 10px;
    background-color: #EFF2F4;
}
#content_column-right form#search_form .hiddenFields {
  overflow: hidden;
  display: none;  
}
#content_column-right form#search_form p {
    display:inline;
    padding:0px;
}
#content_column-right form#search_form input#search-text {
    width: 165px;
    padding: 5px;
    font: normal 14px "Lucida Grand", Sans-serif;
    border: none;
}
#content_column-right form#search_form input#search-button {
    margin: 0px;
    padding: 6px 5px 5px 5px;
    font: normal 12px "Lucida Grand", Sans-serif;
    border: none;
    background-color: #265E78;
    color: #FFFFFF;
}
#content_column-right form#search_form input#search-button:hover {
    background-color: #4599C0;
}
#content_column-right div#gradient {
    margin: 10px 0px 0px 0px;
    padding: 25px;
    width: 220px;
    background: url(../images/gradient_bg-small.jpg) repeat-x;
}
#content_column-right div#gradient h4 {
    font: normal 12px "Lucida Grand", Sans-serif;
    font-weight: bold;
    color: #193f52;
    border-bottom: 1px solid #E3E3E3;
}
#content_column-right div#gradient .services {margin:10px 0 0 10px;}
#content_column-right div#gradient .services h4.servtitle {
    font: normal 12px "Lucida Grand", Sans-serif;
    color: #193f52;
    border-bottom: 1px solid #E3E3E3;
    margin:10px 0;
}
#content_column-right div#gradient .services h4.servtitle a {color: #193f52;}
#content_column-right div#gradient p {
    font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333;
    line-height: 15px;
}
#content_column-right div#gradient .services h4.servtitle a:hover {font-weight:bold;} 
#content_column-right ul.get_in_touch {
    width:175px;
    margin: 10px 0px 0px 15px;
    padding: 0px;
}
#content_column-right ul.get_in_touch li a {
    clear: both;
    padding: 0px 0px 10px 0px;
    list-style: none;
    color: #265E78;
}
#content_column-right ul.get_in_touch li.online {
    background: transparent url(../images/get_in_touch-online.png) no-repeat scroll left center;
    padding: 0px 0px 12px 40px;
}
#content_column-right ul.get_in_touch li.skype {
    background: transparent url(../images/get_in_touch-twitter.png) no-repeat scroll left center;
    padding: 3px 0px 12px 40px;
}
#content_column-right ul.get_in_touch li.tollfree {
    background: transparent url(../images/get_in_touch-tollfree.png) no-repeat scroll left center;
    padding: 3px 0px 12px 40px;
}
#content_column-right ul.get_in_touch li span.title,
#content_column-right ul.get_in_touch li a {
    clear: both;
    font: lighter 14px "Lucida Grand", Sans-serif;
}
#content_column-right ul.get_in_touch li span.sub-text {
    float: left;
    margin: 0px 0px 10px 0px;
    font: lighter 11px "Lucida Grand", Sans-serif;
}
#content_column-right ul.featured {
    padding: 0px;
    margin: 10px 0 0 10px;
}
#content_column-right ul.featured ul {
	padding: 5px 0 5px 0;
}
#content_column-right ul.featured li {
    margin: 0;
    padding: 1px 0px 2px 0px;
    list-style: none;
}
#content_column-right ul.featured li img {
    margin: 0px 10px 0px 0px;
    vertical-align: top;
}
#content_column-right ul.featured li a {
    font: lighter 11px "Lucida Grand", Sans-serif;
    color: #265E78;
}
#content_column-right ul.links,
#content_column-right ul.links2  {
    margin: 0px;
    padding: 10px 0px 0px 20px;
}
#content_column-right ul.links li {
    color: #265E78;
}
#content_column-right ul.links2 li {
    font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #4D4D4D;
    line-height: 15px;
    padding: 2px 0 2px 0;
}
#content_column-right ul.links li a,
#content_column-right ul.links2 li a {
    font: lighter 12px/14px "Lucida Grand", Sans-serif;
    color: #265E78;
}


/*******************************************************************************
 * =Blog 
 *****************************************************************************/
/* CONTENT */
#blog_content-expand{
    overflow:hidden;
    width:100%;
    background: #FFFFFF url(../images/homepage-intro_gradient.jpg) repeat-x;
    border-top:2px solid #666666;
}
#blog_content-fixed{
    width:970px;
    padding:20px 15px;
    background:#fff;
    margin:0 auto;
    overflow:hidden;
}

/* MAIN-BOX */
.main-box{
    float:left;
    width:462px;
    padding:24px 0 0;
}
.top-box{
    height:180px;
    padding:87px 17px 0 171px;
    background:url(../images/bg-top-box.jpg) no-repeat 0 0;
    margin:0 0 30px;
}
.top-box h1{
    height:95px;
    background:url(../images/h1.gif) no-repeat 0 0;
}
ul.top-list{
    overflow:hidden;
    padding:5px 0;
}
ul.top-list li{
    font:bold 12px/13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#000;
    text-transform:uppercase;
    text-align:right;
    letter-spacing:-1px;
}
ul.top-list li a{
    font:10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#333;
    letter-spacing:0;
    text-transform:none;
    text-decoration:none;
}
ul.top-list li a:hover{text-decoration:underline;}
.main-box .post-box{
    overflow:hidden;
    padding:5px 0;
    height:1%;
}
.post-box .top-in{
    overflow:hidden;
    height:1%;
}
.post-box .top-in h3{
    float:left;
    width:345px;
    font:18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#265e78;
    margin-bottom:0;
}
.post-box .top-in span{
    float:right;
    font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#000;
    text-transform:uppercase;
    padding:35px 0 4px;
}
.post-box .date-in{
    overflow:hidden;
    height:1%;
    padding:5px 0;
}
.post-box .date-in span{
    float:right;
    background:#000;
    font:10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#fff;
    padding:1px 5px;
}
.post-box .main-in{
    overflow:hidden;
    height:1%;
    border-top:1px solid #ccc;
}
.post-box .main-in p{
    font:13px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#000;
    padding:10px 0;
}
.post-box .main-in ul {
    color:#000;
    font:13px/20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    list-style: disc;
    margin:5px 0 20px 30px;
    padding:0;
}
.post-box .main-in ul li {padding:5px 0;}
.post-box .main-in img{
    float:right;
    margin:15px 0 0 15px;
}
.post-box .main-in a.name{
    font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#265e78;
    text-decoration:none;
}
.post-box .main-in a.name:hover{text-decoration:underline;}
.post-box .main-in a.more{
    float:right;
    padding:10px 15px;
    background:#c33;
    font:12px Verdana, Arial, Helvetica, sans-serif;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    margin:-5px 0 0;
    display:inline;
}
.quote-box{
    overflow:hidden;
    height:1%;
    border-top:7px solid #ccc;
    border-bottom:4px solid #ccc;
    padding:5px 0 15px;
    font:30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#666;
    margin:10px 0 2px;
    letter-spacing:-1px;
}
.post-box .post-meta{
    overflow:hidden;
}
.post-box .post-meta strong{
    font:10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#265e78;
    display:block;
    padding:0 0 3px;
}
.post-box .post-meta ul{
    overflow:hidden;
    padding:6px 3px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.post-box .post-meta ul li{
    overflow:hidden;
    font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#666;
}
.post-box .post-meta ul li a{
    color:#167abd;
    text-decoration:none;
}
.post-box .post-meta ul li a:hover{text-decoration:underline;}

/* SIDEBAR */
.sidebar{
    float:right;
    width:490px;
}
.highlights{
    overflow:hidden;
    padding:0 0 0 11px;
}
.highlights .post{
    overflow:hidden;
    padding:3px 0;
    border-bottom:1px solid #ccc;
    text-align:right;
    font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#265e78;
    display:block;
}
ul.boxes{
    overflow:hidden;
    padding:5px 0 0;
    height:1%;
}
ul.boxes li{
    padding:0 0 3px;
}
ul.boxes li a{
    width:238px;
    height:88px;
    display:block;
    position:relative;
    text-decoration:none;
}
ul.boxes li a span{
    position:absolute;
    top:2px;
    right:18px;
    height:19px;
    background:url(../images/highlight-span.gif) repeat-x 0 0;
    padding:1px 10px;
    font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#333;
    cursor:pointer;
}
ul.boxes li a strong{
    position:absolute;
    top:65px;
    left:13px;
    font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#fff;
    cursor:pointer;
}
.sidebar .inner{
    overflow:hidden;
    margin:15px 0 0;
    padding:0 0 0 31px;
    height:1%;
    background:url(../images/bg-sidebar-inner.gif) no-repeat 0 20px;
}
.column1{
    float:left;
    width:190px;
}
.column2{
    float:right;
    width:218px;
}
.column .box{
    overflow:hidden;
    padding:10px 0;
    height:1%;
}
.column .box h2{
    overflow:hidden;
    font:36px/36px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#8C9CA5;
    display:block;
    letter-spacing:-2px;
    text-align:right;
}
.column .box h2 span{
    font-size:10px;
    line-height:13px;
    display:block;
    letter-spacing:0;
}
ul.side-list{
    overflow:hidden;
    border-top:5px solid #4F4F4F;
    margin:5px 0 0;
    height:1%;
}
ul.side-list li{
    overflow:hidden;
    padding:7px 10px;
    border-bottom:1px solid #999;
}
ul.side-list li.last{
    padding:1px 0;
    border:0;
}
ul.side-list li a{
    font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#265e78 !important;
    text-decoration:none;
}
ul.side-list li a:hover{text-decoration:underline;}
ul.side-list li a.all{
    float:right;
    width:49px;
    height:18px;
    background:url(../images/see-all.gif) no-repeat 0 0;
}
ul.comment{
    overflow:hidden;
    height:1%;
    margin:5px 0 0;
    border-top:5px solid #4F4F4F;
}
ul.comment li{
    overflow:hidden;
    margin:3px 0 0;
    padding: 8px 7px;
    height:1%;
    background:#dfe7eb;
}
ul.comment li.diff{background:#f2f2f2;}
ul.comment li p{
    font:10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#030303;
    padding:0 0 7px;
}
ul.comment li a {
  color:#366;
}
ul.comment li a.meta_link {
    float:left;
    padding-left:25px;
    font:10px/12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#366;
    text-decoration:none;
    background:url(../images/comment1.gif) no-repeat 0 4px;
}
ul.comment li p a.twitter_profile_link,
ul.comment li.diff p a.twitter_profile_link {
    background:url(../images/twitter-sm.png) no-repeat 0 4px;
    float: none;
    padding: 3px 0 2px 20px
}
ul.comment li.diff a.meta_link {background:url(../images/comment2.gif) no-repeat 0 4px;}
ul.comment li a:hover{text-decoration:underline;}
.search-box{
    overflow:hidden;
    background:#d5dfe4;
    padding:8px;
    margin:5px 0;
}
.search-box .text{
    float:left;
    background:#fff;
    border:1px solid #ccc;
    width:120px;
    height:16px;
    font:14px Arial, Helvetica, sans-serif;
    color:#666;
    padding:3px 10px;
}
.search-box .submit{
    float:right;
    width:55px;
    height:25px;
    margin:0;
    background:url(../images/search.gif) no-repeat 0 0;
}
.column2 ul.side-list{
    padding-left:25px !important;
}
.calendar{
    overflow:hidden;
    height:1%;
    padding:5px 0 10px;
}
.archives_calendar{
    float: right;
}
.calendarHeader{
    background: #D5DFE4;
}
.calendarCell a{
    background: #D5DFE4;
    padding:2px 4px;
}
.calendarToday {
    border: 1px solid red;
}
.link-holder{
    overflow:hidden;
}
a.older{
    float:right;
    width:82px;
    height:20px;
    background:url(../images/older.gif) no-repeat 0 0;
}
ul.authors{
    border-top:5px solid #4F4F4F;
    margin:5px 0 0;
    padding:0 8px;
}
ul.authors li{
    overflow:hidden;
    padding:10px 0 5px;
    height:1%;
}
ul.authors li img{float:left; margin:2px 6px 10px 0;}
ul.authors li strong{
    font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#111212;
    text-transform:uppercase;
}
ul.authors li p{
    font: 10px/14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #030303;
    padding: 0 0 5px 56px;
}
ul.authors li a{
    float:right;
    font:10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#366;
    text-decoration:none;
}

/*******************************************************************************
 * search results
 * 
 *****************************************************************************/
.search_result_head {
    background: #CCCCCC;
    font-size: 16px;
}
.search_result_odd{
    background: #FFFFFF;
}
.search_result_even{
    background: #EFF2F4;
}

/*******************************************************************************
 * footer
 * 
 *****************************************************************************/
#footer-expand {
    width: 100%;
    padding: 15px 0px 10px 0px;
    margin: 0px;
    background: #e4ecf5;
}
#footer-fixed {
    width: 950px;
    margin: 0 auto;
}
#footer-border {
    padding: 8px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#footer-left{
    float: left;
    font: normal 10px "Lucida Sans Unicode", "Lucida Grande", Sans-serif;
    color: #666;
}
#footer-right {
  float: right;
}
#footer-right ul {
    float: right;
    clear: right;
    margin: 0 0 8px 0;
    padding: 0px;
    font: normal 10px "Lucida Sans Unicode", "Lucida Grande", Sans-serif;
    color: #006699;
}
#footer-right ul li {
    display: inline;
    margin: 0px;
    padding: 0px 5px;
    border-right: 1px solid #999;
}
#footer-right ul li.last {
    border-right: none;
}
#footer-right ul li a {
    font: normal 10px "Lucida Sans Unicode", "Lucida Grande", Sans-serif;
    color: #006699;
}
#footer-disclaimer {
    padding: 10px 5px;
    text-align: center;
    color: #666;
    font-size: 10px;
    font-style: italic;
}

/*******************************************************************************
 * PPC Registration
 * 
 *****************************************************************************/
#simple-layout-right-col-border {
    margin: 0;
    padding: 0;
    border: 1px solid #e7e4e4;
}
#simple-layout-right-col-border #title-bar {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #8f9aa3;
    background: #dde6ee;
}
#simple-layout-right-col-border #content {
    padding: 10px;
}
#simple-layout-right-col-border #content h2 {
    margin: 0 0 30px 0;
    padding: 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    color: #265e78;
}
#simple-layout-right-col-border #content h3 {
    margin: 0 30px 5px;
    font-size: 12px;
    color: #000;
}
#simple-layout-right-col-border #content #cart {
    margin: 0 30px 20px;
    padding: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
#simple-layout-right-col-border #content #cart li.first {
    padding: 0 0 0 25px;
    background: transparent url(/assets/images/bg-bullet-square1.gif) no-repeat 0 0;
}
#simple-layout-right-col-border #content #cart .price {
    float: right;
    margin: 0 0 0 10px;
}
#simple-layout-right-col-border #content h4 {
    margin: 10px 15px;
    font-size: 12px;
}
#ppc-registration-process-steps {
    height: 20px;
    margin: 0 3px;
    padding: 5px;
    border: 3px solid #d5d5d5;
    background: #477fa6;
}
#ppc-registration-process-steps li {
    float: left;
    display: block;
    height: 20px;
    margin-left:10px;
    padding-left:35px;
    list-style: none;
    color: #fff;
}
#ppc-registration-process-steps li.step-1 {
    background: transparent url(/assets/images/registration-step1.jpg) no-repeat 0 0;
}
#ppc-registration-process-steps li.step-2 {
    background: transparent url(/assets/images/registration-step2.jpg) no-repeat 0 0;
}
#ppc-registration-process-steps li.step-3 {
    background: transparent url(/assets/images/registration-step3.jpg) no-repeat 0 0;
}
#ppc-registration-process-steps  li .current-step {
    border-bottom: 1px dotted #fff;
}
#ppc-registration-shadow {
    padding: 0 5px;
    background: transparent url(/assets/images/bg-register-shadow.gif) repeat-y 0 0;
}
#ppc-registration-shadow-bottom {
    height: 6px;
    background: #fff url(/assets/images/bg-register-shadow-bottom.gif) no-repeat 0 0;
}
#ppc-registration-gradient {
    padding: 25px;
    background: #fff url(/assets/images/bg-register-gradient.gif) repeat-x 0 0;
}
#ppc-registration-form-wrapper {
    padding: 25px 25px 10px;
    background: #fff url(/assets/images/bg-register-gradient-up.gif) repeat-x 0 100%;
}
#ppc-registration-form-wrapper h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
}
#ppc-registration-form-wrapper form {
    display: block;
    margin: 20px 0 0;
    padding: 0 0 20px;
}
#ppc-registration-form-wrapper form p label {
    display: block;
    float: left;
    width: 115px;
    padding: 5px 0 0 0;
    margin: 0 15px 0 0;
    font-size: 16px;
    text-align: right;
}
#ppc-registration-form-wrapper form p input.text-field {
    width: 325px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
}
#ppc-registration-form-wrapper form label.error {
    color:#CC0000;
    float:none;
    font-size:10px;
    margin-left:135px;
    margin-top:5px;
    text-align:left;
    width:325px;
}
#ppc-registration-form-wrapper form p.submit {
    margin: 20px 0 0;
    text-align: center;
}
#registration-form-notes {
    text-align: center;
    font-size: 10px;
}
#paypal-accepted-here {
    width: 182px;
    margin: 0px auto 10px;
}
#registration-form-notes #protection-guarantee {
    padding-left: 15px;
    background: transparent url(/assets/images/lock.gif) no-repeat 0 0;
}
#registration-form-certs img {
    display: inline;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
#registration-form-certs img.last {
    margin: 0;
}
#registration-testimonial {
    padding: 20px;
}
#registration-testimonial h3 {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    color: #5a829c;
    background: transparent url(/assets/images/bg-comment-icon.gif) no-repeat 0 5px;
}
#registration-testimonial a {
    text-decoration: none;
}
#registration-testimonial .registration-testimonial-image {
    margin: 35px 0 0 0;
    float: left;
}
#registration-testimonial .registration-testimonial-content {
    padding-left: 100px;
}
#registration-testimonial .registration-testimonial-source-info {
    float: right;
}