/*
Theme Name: Mequoda Responsive
Theme URI: http://www.mequoda.com
Description: Old style and new style mixed, & made responsive.
*/


/* ::::::::::::::: Color Codes ::::::::::::::::::::
Brown: 66490c
Background Blue: 324f72
Body Text: 333333
Beige: ededd9
Dark Blue: 303c71
Lightest Blue: e1edf6
Tabs Blue: bbd9ee
Orange: ff9834
*/



/* Main Structure */
body {
	font-size:13px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	background-color: #324f72;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

body#popup {
	background-image: none;
	background-color: #fff;
	margin: 1.5em;
	text-align: left;
}

body#popup td.product_value {
	padding-left: 1.0em;
}

.narrowcolumn .entry, .widecolumn .entry, .widecolumn2 .entry  {
	line-height: 1.4em;
	}


#page {
	background-image: url("images/pagebg2.gif");
	background-repeat: repeat-y;
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	width: 1014px;
	text-align: left;
	}
#page-ppc {
background-color:#FFF;
margin: 0 auto;
padding: 0;
width: 1014px;
text-align: left;
}


#content {
	clear: both;
	}

.narrowcolumn {
	float: left;
	padding: 0 15px 20px 20px;
	margin: 0;
	width: 630px; /* 700 */
	line-height:18px;
}
.fullcolumn {
	width:100%;
	padding:0;
	line-height:18px;
	margin: 0;
	float:left;
}

#content #tag-cloud {
	line-height:normal;
}

.halfcolumn {
    float: left;
    padding: 0 15px 20px 40px;
    margin: 0;
    width: 450px;
	line-height:1.4em;
}

.halfcolumn_new {
    float: left;
    padding: 0 15px 20px 40px;
    margin: 0;
    width: 415px;
	line-height:1.4em;
}

.widecolumn, .widecolumn2 {
margin-left: 40px;
width: 930px;
	}

.widecolumn .post div {
padding-left: 20px;
padding-right:20px;
}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}


#footer {
	background-color:#ededd9;
	padding: 0 0 5px;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	line-height: 15px;
	border-top: 5px solid #303c71;
	text-align:center;
	}
.footerbottom {
margin: 0;
}

.text-sizer a {
font-weight:normal;
}
/* End Structure */

/* Begin Lists */

ul, ul li {
list-style-type: none;
margin:0;
padding:0;
}
.entry ul li, .author-bio ul li {
margin-left: 15px;
padding: 0 0 8px 8px;
background-image:url("images/bullet-blue3x3.gif");
background-position:left 8px;
background-repeat:no-repeat;
}
ul.hoverlist li {
background-image:url("images/bullet-blue3x3.gif");
background-position: 15px 12px;
background-color: #e1edf6;
margin-bottom: 10px;
padding: 5px 10px 5px 25px;
}
ul.hoverlist li:hover{
background-color: #fff;
}

ol {
padding:0;
list-style-position: inside;
margin: 10px 0;
}

ol li {
padding-bottom: 8px;
}
.inline  li {
display: inline;
float: left;
}
/* End Entry Lists */


/* Main Navigation */

#main-navigation {
width:1000px;
line-height:normal;
margin:0 auto;
height: 26px;
font-weight: bold;
 background-color:#E1EDF6;
}
#main-navigation ul {
float:left;
padding:0;
margin:0;
list-style:none;
width: 1000px;
}
#main-navigation li {
float: left;
}

#main-navigation ul li a {
text-decoration: none;
display: block;
padding:5px;
background-color: #E1EDF6;
margin:0;
border-right: 1px solid #324F72;
color:#324F72;
}
#main-navigation a:hover {
background-color: #EDEDD9;
}
#main-navigation ul li a.current {
color:#e36f26;
}

ul.footernav {
list-style-type:none;
padding:0;
margin-left:0;
margin-top: 10px;
}

ul.footernav li {
display:inline;
font-size: 9px;
margin-right: 8px;
}

ul.footernav li a {
text-decoration: underline;
}

/* End Main Navigation */

/* Sub-navigation */

#sub-navigation {
	clear: left;
}

#header #sub-navigation {
	float: left;
	width: 1000px;
	background-color: #ededd9;
	font-size: 11px;
	line-height: normal;
	height: 21px;
	clear: both;
	padding: 5px 0 0 0;
	font-weight: bold;
	border-bottom: 5px solid #303c71;
}

#sub-navigation ul {
	margin:0;
	padding:0 10px 0 10px;
	list-style:none;
}

#sub-navigation ul li {
	display: inline;
	margin:0 5px 0 0;
	padding:0;
}

#sub-navigation ul li span{
	font-weight: normal;
	color: #66490c;
	padding-left: 5px;
}

#sub-navigation ul li a:hover {
	color: #e36f26;
	text-decoration:none;
}

#sub-navigation ul li a.currentsub {
	color:#e36f26;
}


/* End Sub-Navigation */


/* Begin Post Elements */

h2 {
line-height: 1.35em;
text-align: left;
}

.post, .post2 {
	margin: 0 0 15px;
	padding-bottom: 10px;
	text-align: justify;
	width: 100%;
    clear:both;
	}
.post .more-link {
text-align: left;
}
.post-leftalign {
text-align: left;
margin: 0 0 15px;
padding-bottom: 10px;
width: 100%;
}
.entry {
clear: both;
}

.postborder {
border-bottom: 1px solid #66490c;
clear:both;
}


.postmetadatatop {
	clear:both;
	font-size: 11px;
	float:left;
	margin:0;
	width: 100%;
}

.postmetadatatop .postmeta-lefttop {
margin:0;
	padding:0;
	float:left;
	}
.postmetadatatop .postmeta-righttop {
margin:0;
	padding:0;
	float:right;
	}

.postmetadatabottom {
	margin:0;
	clear:both;
	width: 100%;
	font-size: 11px;
	}


#content .post h2, #content .post2 h2 {
	margin: 0;
	clear:both;
}

.entry2 p a, .entry2 div a {
text-decoration:underline;
color: #324F72;
}

.postads {
background-color: #e7e7e7;
padding: 8px;
border-bottom: 1px dashed #c9c9c9;
border-top: 1px dashed #c9c9c9;
}

.ofie {
padding: 8px;
border: 1px solid #c9c9c9;
float: left;
margin-bottom: 15px;
width: 610px;
}

.rclpformelement input {width:100%;padding-top:4px;padding-bottom:4px;margin-bottom:5px !important;}
.rclpformelement input.thoughtbot[type="submit"] {width:100%;padding:4px;margin-top:0;}

 p.hanging {
 margin: 0 0 10px;
 }
.ofie-sllp {
padding: 0 10px 10px;
margin: 15px 5px 15px 0;
width: auto;
height:auto;
background-color: #e1edf6;
}

.mequoda_events_container {
background-color: #e1edf6;
padding: 8px;
margin: 10px 0 20px;
text-align: left;
line-height: 20px;
border: 1px solid #7a92a0;
}

.mequoda_events_price_grid th {
  padding: 0 14px 0 0;
}

.ofie-blue {
background-color: #e1edf6;
padding: 8px;
width: 623px;
margin: 10px 0 20px;
text-align: left;
line-height: 20px;
border: 1px solid #7a92a0;
}

.ofie-blue-wide {
background-color: #e1edf6;
padding: 8px;
width: 910px;
margin: 10px 0 20px;
text-align: left;
line-height: 20px;
border: 1px solid #7a92a0;
}

.ofie-blue-wide img.product {
margin-right: 10px;
}

.mequodapro .ofie-blue
{
margin:0 auto;
width: 830px;
}

.mequodapro table{
	margin:0 auto;	
}

.mequodapro{
	margin:20px;	
}

.sllp-instructions {
padding: 0 8px 8px;
margin-left: 15px;
}
img.sllp-img {
float:right;
}

.ofie-rclpSm {
padding: 8px;
float: left;
width: 630px;
}

.ofie-rclp {
padding: 8px;
float: left;
margin: 15px 0;
text-align:center;
width: 100%;
}
.ofie-ppc {
padding: 8px;
margin: 15px 0;
text-align:center;
width: 100%;
}

.rclp-image {
margin-right: 15px;
width:150px;
}

.sllp-image {
width: 115px;
margin: 0 15px 0 0;
}

.sllp-image-cropped, .sllp-image-small {
width: auto;
margin: 0 15px 10px 0;
}

.product-info-block .sllp-image-small img {
width: 160px;
}
.amazon-kindle {
padding-top: 10px;
margin-left: 15px;
}

img.rclp-img {
padding: 4px;
display: inline;
float:left;
}

.rclp-form {
width:500px;
float:left;
margin-left: 15px;
}

.rclp-formSm {
width: auto;
}

.rclp-instructions {
background-color: #e1edf6;
padding: 8px;
margin-left: 15px;
float: left;
width: 500px;
text-align:left;
}

.rclp-instructionsSm {
background-color: #e1edf6;
padding: 8px;
margin-bottom: 10px;
float: left;
text-align:left;
width: 100%; /*510*/
}


.post .entry .rclp-instructionsSm p, .post .entry .sllp-instructionsSm2 p {
margin:0;
padding: 0;
}
.sllp-instructionsSm p{
    margin-top:0;
}


.sllp-instructionsSm {
background-color: #e1edf6;
padding: 8px;
text-align:100%;
margin-bottom: 10px;
}

.product-meta {
    float:left;
    width: 550px;
}


.product-meta .sllp-instructionsSm {
    width:550px;
}

.sllp-instructionsSm2 {
padding: 8px;
background-color: #e1edf6;
text-align:left;
width: 450px;
}
.certification_instructions {
padding: 8px;
background-color: #e1edf6;
text-align:left;
    -moz-border-radius-bottomleft: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
}
div.certification_instructions p:first-child {
	margin-top:0;
}
div.certification_instructions p:last-child {
	margin-bottom:0;
}

div.certification_instructions p::first-letter {
	font-size:1.25em;
	font-weight:bold;
	color:#036;
}

.product-info-block {
float:left;
border-bottom: 1px solid #66490c;
padding: 0 0 10px;
width:  100%; /*700*/
}

.product-page-description {
width: 544px;
}

.product-description {
margin: 0 0 10px;
background-color: #e1edf6;
padding:8px;
width: 100%;
}

h2.featured-header, h2.featured-header a {
margin: 0;
color: #e36f26;
}

.featured-product-block {
float:left;
padding: 0 0 15px;;
width:  700px;
border-bottom:1px solid #66490C;
}
.ofie ul {
list-style-type:none;
margin: 0;
padding:0;
}
.ofie li {
margin: 8px 0 0;
}

.ofie h2.ofieheader{
margin: 0;
font-size: 18px;
font-weight: bold;
color: #333;
line-height: 22px;
}

.xofie h2.ofieheader span, .xofie p span{
  color:#003366;
}

.ofie h2.ofieheader  a:visited,
.ofie h2.ofieheader  a,
.ofie h2.ofieheader  a:link {
color:#003366;
text-decoration: none;
}

.ofie h2.ofieheader a:hover  {
color:#003366;
text-decoration: underline;
}



.ofie p span, .ofie-rclp p span {
  border-bottom: 1px dashed #b9b9b9;
}


.ofie p.ofiesubheader {
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
line-height: 22px;
}

.ofie p.singlepost-bottom {
margin: 0;
padding:0;
}


#sharing {
border-bottom: 1px solid #e36f26;
border-top: 1px solid #e36f26;
clear:both;
width: 100%; /*700px*/
float: left;
margin: 10px 0;
padding: 4px 0;
height: 20px;
}

#sharing ul {
list-style-type: none;
margin:0;
padding:0;
}

#sharing ul li, ul.search-archives li {
float:left;
margin-right: 20px;
}

#sharing ul li.comment {
background-image: url(images/comment.gif);
background-repeat:no-repeat;
padding: 4px 0 0 18px;
}

#sharing ul li.bookmark {
margin-top: 2px;
}

.readmore-product {
padding: 10px 0;
}
.readmore-rclp {
margin-left: 10px;
}
.readmore a, .readmore-rclp a, .readmore-product a  {
border-bottom: 1px dotted;
clear:both;
}
.readmore-noclear a {
border-bottom: 1px dotted;
}

.what-next {
clear:both;
padding: 10px 20px 10px;
margin:0 0 20px;
background-color:#e1edf6;
}

.what-next h4.whatnext-header {
text-transform: uppercase;
margin:0;
padding:0;
}

.what-next ul {
margin:10px 0 0;
padding:0 0 0 10px;
}

.what-next ul li {
list-style-type: none;
padding: 0 0 10px 10px;
background-image:url("images/bullet-orange5x5.gif");
background-position: 0 5px;
background-repeat:no-repeat;
}

.what-next span {
font-weight: bold;
}

.related-posts {
border-top: 1px solid #66490c;
}

.related-posts h3 {
margin:10px 0 10px;
}

ul.related_post {
margin: 0;
padding:0;
}

ul.related_post li {
padding: 0 0 10px 10px;
}

ul.lists li {
padding: 0 0 6px 8px;
background-image:url("images/bullet-blue3x3.gif");
background-position:left 8px;
background-repeat:no-repeat;
margin:0;
}

ul.lists-nobullet li {
padding: 0 0 8px 8px;
margin:0;
}

.r_li ul, .r_li ul li {
    list-style-type: none;
    margin-left: 0;
    text-align: left;
}

.r_li #content{
	padding:10px;
	width:627px;	
}

.tags a {
text-transform: lowercase;
}


.archives-tags {
text-transform: lowercase;
line-height:22px;
}

.widecolumn h5, .narrowcolumn h5, .widecolumn2 h5 {
font-size: 1.1em;
}

.widecolumn h4, .narrowcolumn h4, .widecolumn2 h4  {
font-size: 1.4em;
color: #324f72;
}

.widecolumn h3, .narrowcolumn h3, .widecolumn2 h3 {
font-size: 1.5em;
color: #e36f26;
width: 95%;
}

.widecolumn h3 a, .narrowcolumn h3 a, .widecolumn2 h3 a,
.widecolumn h3 :visited a, .narrowcolumn h3 a:visited, .widecolumn2 h3 a:visited{
color: #e36f26;
}

.widecolumn h3 :hover a, .narrowcolumn h3 a:hover, .widecolumn2 h3 a:hover{
color: #003366;
}

.widecolumn h2 {
font-size: 1.7em;
background-color: #ededd9;
padding: 0 10px 10px;
font-style:italic;
}

.widecolumn h1{
font-size: 1.9em;
margin: 0 20px 0;
background-color: #ededd9;
padding: 10px 10px 5px;
}

h2.product-headline  {
font-size: 1.7em;
background-color: #ededd9;
padding: 5px 10px 10px;
font-style:italic;
margin:0;
}

h1.product-title {
color: #303c71;
font-size: 1.9em;
background-color: #ededd9;
padding: 10px 10px 0;
margin-bottom:0;
}

h5.bold-nomargin
{
margin: 0 0 8px;
}

h5.payby {
margin:10px 0 5px;
padding:0;
}
/* End Post Elements */

/* Begin Pages Elements */

.bold, .bold a, .cat-item {
font-weight:bold;
}
.date {
margin: 15px 0 0;
}

.top, .top2 {
padding: 10px 0 10px 0;
clear:both;
background-image: url(images/up-arrow.gif);
background-position: right 10px;
background-repeat: no-repeat;
text-align: right;
width:100%;
height: 18px;
}
.top a {
padding-right: 15px;
}
.top2 {
width:944px;
}
.top a, .top2 a {
padding-right: 15px;
}



.quicklinks a, .quicklinks2 a, .search-archives a, .welcome a {
text-decoration: underline;
}
.quicklinks, .catdescript-archives, .author-bio-box, .search-archives {
background-color: #e1edf6;
padding: 8px;
width: 610px; /*680px*/
margin: 10px 0 20px;
border: 1px solid #7a92a0;
}
.author-bio-box ul li {
margin-left: 15px;
padding: 0 0 8px 8px;
background-image:url("images/bullet-blue3x3.gif");
background-position:left 8px;
background-repeat:no-repeat;
}
.author-bio-box img {
float: left;
border: 1px solid #303c71;
padding: 4px;
margin-right: 10px;
}
.quicklinks2 {
background-color: #e1edf6;
padding: 8px;
width: 680px;
margin: 10px 0 20px;
}

.quicklinks span.cat-name a {
margin-right:8px;
}
.quicklinks span.cat-name a:hover {
text-decoration: none;
background-color:#EDEDD9;
}
.summit-header {
background-color: #e1edf6;
padding: 8px;
width: 610px;
margin: 10px 0 20px;
text-align: left;
line-height: 20px;
border: 1px solid #7a92a0;
}
.pro-header {
background-color: #e1edf6;
padding: 8px 8px 8px 110px;
width: 750px;
margin: 10px 0 20px;
text-align: left;
line-height: 20px;
border: 1px solid #7a92a0;
background-image: url(images/pro_badge.jpg);
background-position: left top;
background-repeat: no-repeat;
}
.pro-header h1, .pro-header h2 {
margin-top:0;
}

.pro-header h2, .mequodapro h3 {
font-weight: normal;
font-size: 16px;
}
h2.pro-header-sidebar {
color:#324F72;
font-size:1.4em;
}
.answer, .question {
margin:0;
float: left;
padding: 0;
}

.qtext, .atext {
width:345px;
float:left;
padding: 10px 0 0;
margin:0;
}

.qanda, .qanda2 {
border-bottom:1px solid #66490C;
margin: 15px 0 0;
float:left;
padding: 0 0 10px;
}
.qanda3{
margin-top: 15px;
float:left;
padding-bottom: 10px;
}
.qanda2 .qtext, .qanda2 .atext, .qanda3 .qtext, .qanda3 .atext {
width: 540px;
float:left;
padding: 10px 0 0;
margin: 0;
}
.summit-header {
font-size: 14px;
}
.summit-header-border {
font-size: 14px;
background-color: #e1edf6;
padding: 8px;
width: 610px;
margin: 10px 0 20px;
text-align: left;
line-height: 20px;
border: 1px solid #7a92a0;
}
.summit-header span {
text-transform: capitalize;
font-weight: bold;
}

.narrowcolumn .pro-header h3{

color:#000;
margin:0;
padding:0;
}


.table {
float:left;
clear:both;
}
.col1 {
width: 200px;
float:left;
}
.col2 {
width: 150px;
float:left;
}
.orange-bold {
color: #e36f26;
font-weight: bold;
}
span.speaker {
font-size: 1.4em;
font-weight: bold;
}
.search-archives {
margin:0;
}

.search-archives-box {
width: 100%;
background-color:#ffffff;
margin: 10px 0 20px;
}

.search-archives-box h3 {
margin:0 0 10px;
}

.search-archives-box ul li {
margin-bottom:5px;
}

.car-yearmonth {
font-weight:bold;
color:#324F72;
}


.search-archives-box a {
text-decoration: none;
}

.author-bio p {
margin-top: 0;
}

.catdescript-archives {
line-height: 18px;
}

.glossary-nav {
float:left;
margin: 15px 0 15px;
}


.glossary-nav ul.glossary-alpha li, ul li.none {
float:left;
display:inline;
margin: 0 10px 0 0;
padding: 0;
list-style-type: none;
}

ul.glossary-alpha li a {
background-color: #e1edf6;
border: 1px solid #303c71;
padding: 3px;
display: block;
}

ul.glossary-alpha li a:hover {
background-color: #303c71;
color: #fff;
text-decoration:none;
}


.glossary {
clear:both;
margin: 0;
padding:0;
}

.brown-topborder {
padding: 0;
border-top: 1px solid #66490c;
margin:8px 0 0;
/*width: 700px;*/
}


.brown-topborder h3 {
margin: 8px 0 8px;
text-transform:uppercase;
}

.brown-bottomborder h3 {
margin: 8px 0 8px;
}

.brown-bottomborder {
padding: 0;
border-bottom: 1px solid #66490c;
margin:8px 0 0;
/*width: 700px;*/
}


.brown-bottomborder2 {
border-bottom: 1px solid #66490c;
padding: 0 0 15px;
width:  100%;
}

ul.catdesc-meta  {
list-style-type:none;
margin: 10px 0;
padding:0;
}


ul.catdesc-meta li{
display:inline;
padding:0;
margin: 0;
}

ul li.rssimage{
background-image:url("images/feed-icon-14x14.png");
background-position:left top;
background-repeat:no-repeat;
margin:0;
padding: 0 0 0 18px;
}

ul.catdesc-meta span {
margin: 0 3px;
}

.contact-author {
margin:0;
padding:0;
}
#content .post .left .editor {
width: 135px;
float:left;
height: 185px;
margin: 0 35px 15px 0;
}

#content .post .left .editor img.photo {
margin: 0;
padding:4px;
float:none;
border:1px solid #303C71;
}

#content .post .editor a  {
text-decoration: none;
}

#content .post .editor a:hover {
color:#e36f26;
}
.author-bio strong {
text-transform:uppercase;
}

.author {
font-weight: bold;
font-size: 15px;
}

.team-list {
/*float:left;*/
/*width: 300px;*/
}

h1.product-page-title {
font-size: 1.6em;
margin:0 0 10px;
}
.product-page-header {
width: 610px; /*685*/
border-bottom: 1px solid #e36f26;
padding: 0 8px 15px;
margin: 0 0 10px;
}
.product-page-header-MP {
width: 700px;
background-image:url(images/pro-pagebanner.jpg);
background-position:top left;
background-repeat:no-repeat;
border-bottom: 1px solid #e36f26;
min-height: 145px;
margin-bottom: 15px;
}
.pph {
margin-left: 110px;
padding-top:23px;
}
.pph2 {
margin-left: 75px;
padding-top:23px;
}
.pph3 {
margin-left: 70px;
padding-top:24px;
}
.pph4 {
margin-left: 85px;
padding-top:24px;
}
#content h2.pph-Title a {
color:#fff;
font-size: 36px;
}
.testimonials {
border-bottom:1px solid #e36f26;
margin:0 0 20px;
padding: 0 0 15px;;
}

.summit-sidebar-register {
margin:0 0 15px;
padding: 0 0 10px;
}

h2.summit-header-sidebar {
color:#324F72;
font-size:1.4em;
}
h2.testimonials-header {
color:#324F72;
font-size:1.4em;
margin-left: 10px;
}
.summit-sidebar-register p {
margin: 8px 0;
padding: 0;
font-weight: bold;
color:  #303C71;
}
blockquote p.quoter {
font-weight: normal;
color:  #303C71;
}
.summit-sidebar-register p span {
text-transform: uppercase;
color: #000;
}
.summit-agenda-date-header {
background-color:#e1edf6;
}
h3.summit-day {
padding: 8px 0 3px;
font-size: 1.4em;
width: 700px;
text-transform: uppercase;
color:#000;
}
.sidebar-block {
border-top:1px solid #e36f26;
margin:0 0 15px;
padding: 0 0 10px;
}

#sidebar .widget ul.events ul {
margin-left:0;
}

#sidebar .widget ul.events li {
color:#000;
}

/* End Pages Elements */

/* Begin Header */

#header {
	width: 1000px;
	margin:  0 auto 20px;
	background-color: #fff;
	clear: both;
     border-top: 2px solid #303C71;
	}

#headerbottom {
	background-color: #fff;
	width:980px;
    margin: 0;
    padding: 0;
}

#header .logo 	{
	float: left;
	margin: 0 0 0 5px;
    padding: 0;
	}

#header .search {
margin-top: 10px;
	float: right;
	padding-right: 10px;
}


#headermeta {
	padding:0;
	background-color: #303c71;
	margin: 0 auto;
	color:#fff;
	height:40px;
width: 1014px;
}

#headermeta a {
color: #fff;
}

#headermeta .left {
margin: 15px 0 0 30px;
float: left;
}

#headermeta .right {
margin: 15px 30px 0 0;
float:right;
}

/* End Header */


/* Begin Sidebar */
#sidebar
{   padding: 0 0 20px 0;
	float: right;
	margin: 0 20px 0 0;
	width: 320px; /*255px*/
    font-size: 13px;
	}
 #sidebar-pro
{   padding: 0 0 20px 0;
    float: right;
    margin: 0 40px 0 0;
    width: 430px;
    line-height: 1.4em;
    }


#sidebar form {
	margin: 0;
	}

#sidebar .widget {
   background-color:#ededd9;
   	border-bottom: 1px solid #324f72;
	margin-bottom: 15px;
}

#sidebar .widget p {
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar .widget h2, #sidebar-pro h2, h2.other-sidebar {
	margin: 0 0 8px 0;
	padding: 2px 0 2px 15px;
	background-color:#324f72;
	color: #fff;
    font-size: 18px;
	}
 #sidebar h2.contact {
     margin: 0 0 8px 0;
    padding: 5px 0 5px 15px;
    background-color:#EDEDD9;
    border-top: 1px solid #324f72;
        border-bottom: 1px solid #324f72;
    font-size: 18px;
 }
 #sidebar h2.contact a {
  color: #324F72;
  text-decoration: none;
 }

 #sidebar h2.order-pro {
     color:#fff;
     font-size:17px;
     font-weight:bold;
     background-color: #154f99;
     line-height: 19px;
     padding-top: 5px;
     padding-bottom: 5px;
 }


    #sidebar .order-pro-sb .pro-content  {
    padding : 0 10px;
 }

  #sidebar .order-pro-sb p {
     margin-bottom: 0;
 }

  #sidebar .order-pro-sb ul li {
background-image:url(images/bullet-blue3x3.gif);
background-position:left 8px;
background-repeat:no-repeat;
padding:0 0 0 8px;
  }
#sidebar .widget h5 {
margin: 5px 0;
text-transform: uppercase;
padding-left: 10px;
color: #666666;
}

#sidebar .widget ul {
	margin: 8px 0x 10px 15px;
	list-style-type: none;
	padding: 0 10px 5px 0;
    font-size: 12px;
}

#sidebar .widget ul {
margin-left: 15px;
}

#sidebar ul li.postlist {
padding-left: 10px;
}

#sidebar h3 {
margin: 0 0 8px 0;
font-weight:normal;
font-size: 14px;
}

#sidebar h4 {
margin: 0 0 8px 0;
font-weight: bold;
font-size: 15px;
}

#sidebar .widget h3 a {
font-weight: normal;
color:#324F72;
}

#sidebar ul li {
margin-bottom: 8px;
}

#sidebar a {
text-decoration: underline;
}


#sidebar .login {
margin: 0;
padding: 0;
}


#sidebar .widget ul .currenttopic {
margin: 12px 0 8px;
}

#sidebar .currenttopic li a {
color: #000;
text-decoration: none;
}
#sidebar .currenttopic li a:hover, #sidebar h3 a:hover {
text-decoration: underline;
}
#sidebar-pro .video-container {
width:430px;
height:338px;
margin-bottom:20px;
text-align:center;
}
.provideo-description {
padding-right: 15px;
text-align:left;
}
.provideo-description ul li{
margin-left: 0;
}
.sidebar .summit-sidebar-register h4 a.featured-sidebar{
font-weight: bold;
text-decoration: none;
color:#e36f26;
font-size: 15px;
}

.other-sidebar-box {
margin:0 0 15px;
padding: 0 0 10px;
}

/* End Sidebar */

/* H1, H2, H3, ETC. */


h1, h2, h3, h4, h5 {
	font-weight: bold;
    text-align: left;

	}
h1, h2, h3, h4 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1, h3, h4, h5 {
line-height: 1.35em;
 }
h1 {
	font-size: 1.8em;
	}
h1.page-title {
font-size: 1.6em;
margin:0;
}
h1.page-title2 {
font-size: 1.6em;
margin:0 0 10px;
}

 .mequodapro h1 {
 font-size: 1.6em;
 color:##324F72;
 }

.post h1 {
	font-size:1.8em;
	line-height:133%;
}
.post h1,
.post h1 a:visited,
.post h1 a:hover {
	color:#324F72;
}
.post h1 a:hover {
	text-decoration:underline;
}
.post h2 {
	font-size:1.2em;
	line-height:133%;
}
.post h4 {
	font-size:1.2em;
	line-height:133%;
	color: #6F5115;
}
h2 {
	font-size: 1.3em;
	}

h1.reportstitle {
	font-size: 1.5em;
	text-align:left;
	line-height: 23px;
	padding: 0;
	margin-top: 20px;
}

h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


h1 {
	margin: 20px 0;
	}


h2.pagetitle {
	margin-top: 30px;
	background-color: #e1edf6;
padding: 8px;
clear:both;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1.form-title2 {
	color: #324F72;
	margin: 10px 0;
}
/* End H1, H2, H3, ETC. */

/* Comments */

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}


/* Begin Anchors Links */
a, h2 a:hover, h3 a:hover {
	color: #324f72;
	text-decoration: none;
	}

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

/* End Anchors Links */


/* Begin Images */
p img, .order-pro-sb img {
	padding: 0;
	max-width: 100%;
	}


img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;

	}
img.aligncenter {
display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

img.left {
   padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto 0;
	padding: 5px 3px 0;
	}

#searchform #s {
	width: 200px;
	padding: 2px;
	}

 #searchsubmit {
	padding: 1px;
	}
#ofieform {
margin: 10px 0 10px 0;
height: auto;
width:430px;
float: left;
}
#ofieform-sllp {
margin: 10px 0 10px 0;
width:auto;
}


input.submit-button {
border:none;
background-image: url(images/btn-bkg-one.gif);
background-repeat:no-repeat;
font-weight:bold;
height:34px;
width:220px;
padding: 0 0 6px 41px;
margin:  0;
font-size: 11px;
float:left;
text-align: left;
}

input.submit-button2,
input#continue {
border:none;
background-image: url(images/btn-bkg-one-sm.gif);
background-repeat:no-repeat;
font-weight:bold;
height:34px;
width:163px;
padding: 0 0 6px 41px;
margin: 0;
font-size: 13px;
text-align: left;
}

input.submit-button-short {
border:none;
background-image: url(images/btn-bkg-short.gif);
background-repeat:no-repeat;
font-weight:bold;
height:34px;
width:116px;
padding: 0 0 6px 41px;
margin:  0;
font-size: 13px;
float:left;
text-align: left;
}

input.submit-button-bluebg-longer {
border:none;
background-image: url(images/btn-bkg-blue2.gif);
background-repeat:no-repeat;
font-weight:bold;
height:41px;
width:258px;
padding: 0 0 7px 52px;
margin: 0;
font-size: 13px;
text-align: left;
}

input.submit-button-bluebg {
border:none;
background-image: url(images/btn-bkg-blue.gif);
background-repeat:no-repeat;
font-weight:bold;
height:41px;
width:226px;
padding: 0 0 7px 50px;
margin: 10px 0;
font-size: 13px;
text-align: left;
}

.get-faux-button {
margin: 10px 0 0;
background-image: url(images/btn-bkg-two.gif);
background-repeat:no-repeat;
font-weight:bold;
height:73px;
width:273px;
text-align: left;
line-height: 12px;
xclear:both; /*added 12/1/2009*/
}
.get-faux-button2 {
margin: 10px 0 0;
margin-bottom: 20px;
background-image: url(images/btn-bkg-sidebar.gif);
background-repeat:no-repeat;
height:56px;
width:261px;
text-align: left;
}
.get-faux-button3 {
margin: 10px 0 0;
background-image: url(images/btn-bkg-blue-big.gif);
background-repeat:no-repeat;
font-weight:bold;
height:73px;
width:273px;
text-align: left;
line-height: 12px;
}

.get-faux-button-long {
margin: 10px 0 0;
background-image: url(images/btn-bkg-big.gif);
background-repeat:no-repeat;
height:72px;
width:407px;
text-align: left;
}

.get-faux-button-long p{
 margin: 0;
 padding: 5px 0 0 92px;
 font-weight:bold;
 font-size: 18px;
}

.get-faux-button2 p{
 margin: 0;
 padding: 5px 0 0 70px;
 font-weight:bold;
  font-size: 18px;
}

.get-faux-button td.text, .get-faux-button3 td.text {
vertical-align: middle;
height: 68px;
}

.get-faux-button2 td.text {
height:45px;
vertical-align: middle;
}

.get-faux-button-long td.text-big {
vertical-align: middle;
height: 60px;
}

.get-faux-button-long td.text-big p {
padding-left: 87px;
}

.get-faux-button td.text p {
 width: 185px;
 margin: 0;
 padding: 0 0 0 63px;
 font-weight:bold;
 font-size: 11px;
 line-height: 13px;
}

.get-faux-button3 td.text p {
 width: 185px;
 margin: 0;
 padding: 0 0 0 63px;
 font-weight:bold;
 font-size: 14px;
 line-height: 13px;
}


.get-faux-button p a, .get-faux-button-long p a, .get-faux-button2 p a, .get-faux-button3 p a  {
text-decoration: none;
color: #324F72;
}


input {
color: #303C71;
}

#ofieform input.input {
float: left;
}

.ofieinput, #searchform .searchinput {
width: 180px;
padding: 3px;
color: #66490c;
 border-top: 1px solid #999;
 border-left: 1px solid #999;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
 float:left;
}

.ofieinput {
 margin-right: 10px;
}

#ofieform .ofieinput {
margin-top:5px;
}

select {
	width: 130px;
	}


#commentform textarea {
	width: 610px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


.register-form {
margin: 0 0 10px;
text-align: left;
}

.register-form td {
text-align: left;
margin: 10px 0;
}

register-form td.label {
width: 150px;
}

.product-image {
margin-left: 20px;
}

.txt {
width: 220px;
}

.txt_sm {
width: 150px;
}
.txt1 {
width: 224px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

	#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

.widecolumn blockquote {
	clear:both;
}
p.blockquote {
border-left: 5px solid #ddd;
padding-left: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin: 0 0 10px;
	padding:0;
	float:left;
	font-weight: bold;
    clear:both;
    width: 620px;
	}
.imgborder {
border:1px solid #303c71;
}
.clear {
	clear: both;
}

.clear2 {
    clear: both;
    width: 100%;
}

.clearright {
    clear: right;
}
.clearleft {
    clear: left;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

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

* html .clearfix {
    height: 1%;
}

.left {
float: left;
}

.right {
float: right;
}
.talignleft {
text-align: left;
}
.talignright {
text-align: right;
}

.talignjustify {
text-align: justify;
}

.center {
    text-align: center;
    }
.noMarginPadding {
margin:0;
padding: 0;
}
.italic {
font-style: italic;
}
span.uppercase {
text-transform:uppercase;
font-weight:bold;
}
span.vertical {
margin: 0 10px;
}
span.orange, .orange {
font-weight:bold;
color:#e36f26;
}

span.orangeL, .orangeL {
font-weight:bold;
color:#e36f26;
font-size: 17px;
}
.darkblue {
color:#303c71;
font-weight: bold;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small, .small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, .small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, p.blockquote, strike {
	color: #777;
	}
.smaller, .smaller a {
font-size: 10px;
text-decoration:underline;
padding-bottom: 5px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
.ul {
text-decoration: underline;
}
#sidebar .widget .events a.no-ul {
text-decoration: none;
}
.msg,
.message {
	font-weight: bold;
	font-style: italic;
	color: red;
}
.paddingBottom {
padding-bottom: 10px;
}

.paddingTop {
padding-top: 10px;
}

.paddingBoth {
padding-top: 10px;
padding-bottom: 10px;
}

.proud-member {
margin: 0;
padding: 25px 0 20px;
}
/* End Various Tags & Classes*/



/* Begin Captions */

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

/* Begin JavaScript Styles */

div.linktoopencontent {
color: #303c71;
text-decoration: underline;
cursor:pointer;
margin-bottom: 10px;
}

div.opencontent {
background-color: #fff;
}

/* Begin Tabs Content */

#menutabs
{
margin-top: 15px;
font-size: 11px;
}

.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
list-style-type: none;
text-align: left;
font-weight:bold;
}

.tabs a {
color: #303c71;
}

.tabs span {
margin: 0 5px;
font-weight:normal;
}

.tabs a.selected{ /*selected main tab style */
color: #e36f26;
}


.tabcontent{
display:none;
padding: 10px 0;
width: 515px;
}

@media print {
.tabcontent {
display:block !important;
}
}

li.current_page_item a,
a.current-tab,
.current-tab
{
 color: #e36f26 !important;
}
/* End Tab Content */

 /* floater */
#container_floater {
    position:absolute;
    top:50px;
    left:260px;
    z-index:5;
    border:2px solid #324F72;
    width:700px;
    background-color:white;
    /*width:619px;*/
    }
#container_floater .titlebar {
    text-align:right;
    color:#00CC00;
    background-color:#E1EDF6;
    padding:3px 15px;
    }
 .floater-body{
 padding:10px;
 }

 .floater-inputs {
 margin: 10px 0 10px 12px;
 clear:both;
 }
  .floater-privacy {
  clear:both;
  text-align: left;
  margin-left: 12px;
  }
#container_floater h1 {
    font-weight:bold;
    text-align:left;
    margin:0 12px;
    }

/*tag cloud*/
.st-tag-cloud  {
	line-height:200%;
}
p.indent {
	margin-left:2em;
}

/* glossary */

h3.alpha_section {
	clear:both;
}

.alpha_nav_wrapper .alpha_nav {
	font-weight: bold;
	text-align: left;
	margin: 0 0 1.0em 0;
	padding: 0;
	line-height: 120%;
	float: left;
}
.alpha_nav_wrapper .alpha_nav ul {
	margin: 0;
	padding: 0;
	line-height: 120%;
	float: left;
}
.alpha_nav_wrapper .alpha_nav li {
	margin: 0;
	padding: 3px 0;
	font-size: 1em;
	line-height: 120%;
	display: inline;
	list-style-type: none;
	float: left;
}
.alpha_nav_wrapper .alpha_nav li a {
	color: #009;
	background-color: #ededd9;
	text-decoration: none;
	padding: 2px 3px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
.alpha_nav_wrapper .alpha_nav li#current a {
	color: #fff;
	background-color: #009;
	border: 1px solid #009;
}
.alpha_nav_wrapper .alpha_nav li a:hover {
	color: #fff;
	background-color: #900;
	border: 1px solid #900;
}


.alpha_nav_wrapper .alpha_section {
	clear:both;
}
#archive_wrap .post h3.alpha_section {
	font-size: 1.2em;
	color: #765;
	margin: 1.5em 0 1.0em 0;
}
.alpha_nav_wrapper dl {
	margin: 0 0 1.0em 0;
}

.alpha_nav_wrapper dt {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0.5em 0;
}

.alpha_nav_wrapper dd {
	margin: 0 0 1.0em 2.0em;
	line-height: 140%;
}

.updated {
	background-color: #ffffe0;
	border-color: #e6db55;
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 15px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.updated p{
	margin: 0.5em 0;
	line-height: 1;
	padding: 2px;
}


/* added from Kim at mequoda */
.small{
position: relative;
z-index: 0;
}

.small:hover{
background-color: transparent;
z-index: 50;
}

.small span{
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.small span img{
border-width: 1;
padding: 1px;
}

.small:hover span{
visibility: visible;
top: 0;
left: 60px;

}

/* social comments */#___plusone_0 iframe {
width: 110px !important;
}

/*salesletter byline*/
.by-line  {
	font-size:.9em;
}
.by-line span.by {
	color:#999;
	font-style:italic;
}
.by-line abbr {
	border:none;
}

#your-profile th label {
	font-weight:normal;
}

#sidebar .summitapril {
	border:1px solid #cccccc;
	background-color:#EDEDD9;
	padding:8px;
}
#sidebar .summitapril div.left {
	width:157px;
	float:left;
}
#sidebar .summitapril div.right {
	width:138px;
	float:right;
}
#sidebar .summitapril div.right img {
	margin-top:10px;
}

/* override */
.normal {font-weight:normal;font-size:1em;}

