﻿/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


/* HTML Elements */
* {
    margin:0;
    padding:0;
}

body {
    font: 100% Arial, Helvetica;
    /*background: #FFF url(images/9-11_modified.png) no-repeat;*/
    background:#fff;
    color: #333;
}

p {	
    margin: 12px 0;
}
img{ border:none;}
a:link, a:visited {
    color: #9B0712;
    text-decoration:none
}

a:hover, a:active {
    color: #9B0712;
    text-decoration:none;
}
a.page {padding-right:10px;} .current {padding-right:10px;} .pages {padding-right:10px;} a.last {padding-left:10px;}
a img {
    border:0;
}

code {
    font: 1.0em 'Courier New', Courier, Fixed;
    background:#ececec;
}	

acronym, abbr, span.caps {	
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
}			

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    font:1.0em Arial;
    line-height:1.5em;
    margin:10px 0px;
}
select {
    width: 130px;
}	

/* Structure */
#head {
    width:960px;
    height:110px;
    margin:35px auto 10px auto;
    padding:0px;
    font-size:0.7em;
	z-index: 99999;
	position: relative;
}
#page {
    width:960px;
    margin:0px auto;
    padding:0;
    font-size:0.7em;
	min-height:400px;
}
/* END */
.left, .alignleft {
    float:left;
    margin:3px 10px 0 0;
}
.right, .alignright {
    float:right;
}
/* Navigation Bar*/
#member_navbar2 {
    margin:5px auto 10px auto;
    width:960px;
    height:38px;
    
    background:url(images/nav_bg.jpg) repeat-x;
}

#member_navbar {
    margin:5px auto 10px auto;
    width:960px;
    height:38px;
    text-transform:uppercase;
    background:url(images/nav_bg.jpg) repeat-x;
}

#member_navbar ul {}
#member_navbar ul li {
    list-style:none;
    float:left;
    text-transform:none;
    display:inline;
    padding:9px 21px 0;
}
#member_navbar ul li a {
	color:#fff; 
	text-decoration:none; 
	font-weight:bold;
	font-size:16px;
	}
#navbar {
    margin:10px auto 0 auto;
    width:960px;
    height:38px;
    text-transform:uppercase;
    background:url(images/nav_bg.jpg) repeat-x;
}
#navbar ul {}
#navbar ul li {
    list-style:none;
    float:left;
    text-transform:none;
    display:inline;
    padding:1px 0px 0;
}
#navbar ul li a {color:#fff; text-decoration:none; font-weight:bold;}
#page-bar {
    width:922px;
    margin:0 0 0 18px;
}
#page-bar ul {
    list-style: none;
}
#page-bar li {
    float:left;
    list-style:none;
    cursor: pointer;
    display:block;
}

#page-bar li:hover {
    background: #9B0712;
}


#page-bar a, #page-bar a:visited {
    margin: 0px;
    padding:9px 17px 12px 17px;
    font-weight:bold;
    font-size:14px;
    color:#FFF;
    display:block;
}

#page-bar a:hover {
    text-decoration:none;
    display:block;
}
/* Dropdown Menus */
/*
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; }
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }
*/
/*level 2*/
/*
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
*/
/* level 3 */
/*
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
*/
#page-bar li {float: left;margin: 0px;padding: 0px;}
#page-bar li li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 127px;
    text-transform:none;
}	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
    background: #342826;
    width: 127px;
    font-size:11px;
    float: none;
    margin: 0px;
    padding: 5px 13px;
    border-top: 1px solid #C0C0C0;
}
#page-bar li li a:hover, #page-bar li li a:active {
    background: #666666;
    padding: 5px 13px;
    margin:0;
}
#page-bar li ul {
    position: absolute;
    width: 10em;
    left: -999em;
    z-index:999999;
}
#page-bar li ul ul {margin: -25px 0 20px 150px;border-left:1px solid #c0c0c0;}	
#page-bar li:hover ul {	left: auto;	display: block;	}
#page-bar li:hover ul ul, #page-bar li.sfhover ul ul{	left: -999em;	}	
#page-bar li:hover ul, #page-bar li li:hover ul, #page-bar li.sfhover ul, #page-bar li li.sfhover ul {	left: auto;}
#cse-search-form, #searchform {
    width:464px;
    height:21px;
    float:left;
    margin-top:-9px;
    text-align:right;
}
/* Text*/
h1 {
    font:3.5em Arial;
    font-weight:bold;
    letter-spacing:-0.08em;
}
h2 {
    font:1.8em Verdana, "Times New Roman";
    margin-bottom:8px;
    color:#CC3333;
}
h3 {
    font:1.3em Verdana, "Times New Roman";
    margin-bottom:6px;
    color:#2B2526;
    font-weight:bold;
}

h4 {
    font:1.0em Arial;
}

h3.cat_title, h3.cat_title a {
    color:#333;
    letter-spacing:-0.05em;
    font-size:0.85em;
}
h3#comments {
    margin-top:32px;
    padding-left:0px;
}

h3.authors {
    margin-top:15px;
}

/* Index Page*/

#logo {
    width:auto;
}

#tagline {
    margin-top:5px;
    font-size:1em;
    color:#333;
}

#top {
    padding:0;
    font-size:12px;
}

#headline {
    width:648px;
    float:left;
    background:#fff;
    padding:0px;
    font-size:1.05em;
    line-height:1.5em;
    height:auto;
}
#member_headline {
    width:630px;
    float:left;
    background:url(images/marketing_landing_redbox2.jpg) repeat-x;
    padding:0px 10px 10px 0px;
    font-size:1.05em;
    line-height:1.5em;
    margin:0;
    height:336px;
}
#member_headline_cta_boxes {
	width:315px;
	margin:207px 0 0 322px;
}
#member_headline_cta_boxes_left {
	float:left;
	width:156px;
}
#member_headline_cta_boxes_right {
	float:left;
	width:152px;
}
.playbutton{
	z-index: 99999;
	width: 15%;
	margin: 115px 0 0 120px;
	float: left;;
}
#headline  div.title {
    font-weight:bold;
    font:1.8em Verdana;
    letter-spacing:-0.05em;
    display:block;
    padding-bottom:5px;
}

.apple_overlay .close {
    background:url(images/close.png) no-repeat;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -20px;
    top: -35px;
    width: 35px;
}

#headline div.meta {
    display:block;
    margin-top:-5px;
    padding-bottom:2px;
}

#headline p {
    padding-bottom:15px;
}

#featured {
    width:300px;
    background:#fff;
    float:right;
    padding:10px 10px 9px 10px;
}

#featured .clearfloat {
    margin-top:7px;
    margin-bottom:8px;
}

#featured .info {
    margin-top:5px;
    padding-top:5px;
    float:right;
    width:180px;
}

#featured .title {
    font-weight:bold;
}

#headline a img, #featured a img {
    margin:0;
    padding:0;
}


#middle {
    width: 920px;
    background:#fff;
    float:right;
    padding:10px;
    margin:10px 0;
}

.category {
    width:164px;
    float:left;
    border-top:8px solid #333;
    margin:0px;
    padding:5px 10px 10px 10px;
    background:#fff;
}

.category p {
    margin:0px;
}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #9B0712;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
}

#front-popular h3 {
    color:#fff;
}

.category a {
    color:#333;
    display:block;
    background:none;
}

.category a:hover {
    background:none;
    color:#fff;
    text-decoration:none;
}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#9B0712; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#9B0712; color:#fff; }

#bottom {
    width: 940px;
}

#front-list {
    width:590px;
    background:#fff;
    padding:10px;
    font-size:1.05em;
    line-height:1.75em;
    float:left;
}

#archive {
    padding-top:15px;
    font-size:1.05em;
    line-height:1.75em;
}

#front-list blockquote {
    padding: 0px 10px 0 10px;
}
#front-list .title, #archive .title {
    font-weight:bold;
    /*font:2.0em Verdana;*/
    font:18px Verdana;
    letter-spacing:-0.05em;
}
#front-list .clearfloat, #archive .clearfloat {
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
}
#archive .ontario_clearfloat {
padding-bottom:20px;
margin-bottom:30px;
border:0;
min-height:110px;

}
#front-list .spoiler, #archive .spoiler {
    display:block;
    margin-top:13px;
}
#front-list p, #archive p {
    margin:0px;
    padding:0px;
}
.author {
    font-size:0.8em;
    font-weight:bold;
}

.meta {
    font-size:0.8em;
    color:#333;
}

.meta a {
    color:#333;
}

#headline p, #featured p {
    margin:0;
}


/* Content Page*/

#content {
    width:635px;
    background:#fff;
    padding:10px 10px 10px 0;
    font-size:1.05em;
    line-height:1.75em;
    float:left;
    min-height:400px;
}
#content p{
	line-height:1.75em !important;
}
#contentwide{
	width:920px;
 	background:#fff;
   	padding:10px;
   	font-size:1.05em;
   	line-height:1.75em;
   	float:left;
   	min-height:400px;
}

#content .breadcrumbs, #content .breadcrumbs a,#contentwide .breadcrumbs, #contentwide .breadcrumbs a {
    font-weight:bold;
    color:#333;
}

#content h2.title,#contentwide h2.title {
    font:2em Verdana;
    font-weight:bold;
    letter-spacing:-0.05em;
    border-bottom:1px solid #ddd;
    padding:5px 0px;
    color:#9B0712;
}

.post {
    font-size:1.05em;
    line-height:1.75em;
}

.post p {
    margin-top:0px;
}

.post .clearfloat {
    border-bottom:1px dotted #ccc;
    margin:10px 0px;
}

.post ul, .post ol, #front-list ul, #front-list ol {
    margin-bottom:15px;
}

.post ul li, #front-list ul li {	
    list-style:square;
    margin-left:18px;
}

.post ol li, #front-list ol li {	
    list-style:decimal;
    margin-left:18px;
}

.post ol li ul li, #front-list ol li ul li {	
    list-style:square;
    margin-left:20px;
}

.post img, .post a img, #front-list img, #archive img {
    border:1px solid #ccc;
    margin:0 10px 5px 0;
    padding:2px;
}

.post .ads {
    margin-top:10px;
}

.entry {
    margin-top:20px;
}

#stats {
    margin-top:0px;
    padding:4px 0px;
    text-transform:uppercase;
    font:0.8em Arial;
    display:block;
}

#stats span {
    padding: 0px 20px 0px 0px;
}

#stats span a:hover {
    background:none;
}

#stats span a {
    color:#333;
}

#stats img, #nav img {
    border:0px;
    margin:0px;
    padding:0px;
}

#tools {
    width:590px;
    height:25px;
    font-size:0.95em;
}

#tools a:hover {
    background:none;
}

.navigation {
    padding:5px 0px;
    text-align:Center;
}

/* Sidebar*/
#sidebar {
    width:320px;
    float:right;
    margin:0px 0px 0px 0px;
}

#sidebar h3 {
    font:1.1em Arial;
    font-weight:bold;
    background:#333;
    color:#fff;
    margin:10px 0px 5px 0px;
    padding:3px 10px;
}

#sidebar-top, #sidebar-bottom {
    width:300px;
    float:right;
    padding:0px 10px 10px 10px;
    background:#fff;
}

#toolbox{
    width:500px;
    float:left;
    padding:0px 10px 10px 10px;
    background:#fff;
}

#sidebar-bottom, #sidebar-middle {
    margin-top:10px;
}

#sidebar-middle {
    width:320px;
    float:right;
}

#sidebar-left {
    width:135px;
    padding:0px 10px 10px 10px;
    float:left;
    background:#fff;
}
#sidebar_member {
    width:300px;
    float:right;
}
#sidebar_member p {
	margin:7px 0;
	}
#sidebar-right {
    width:135px;
    padding:0px 10px 10px 10px;
    float:right;
    background:#fff;
}
#sidebar li {
    list-style:none;
    border-bottom:1px dotted #ccc;
    display:block;
    padding:2px 0px 2px 13px;
}

#sidebar li ul li:last-child{
    list-style:none;
    border-bottom:0px dotted #ccc;
    display:block;
    padding:2px 0px 0px 13px;
    background:url(images/sub.png) no-repeat 0 0px;
}

#sidebar-ads {
    width:300px;
    float:right;
    margin-bottom:10px;
    padding:10px;
    background:#fff;
}

#sidebar-ads2 {
    width:940 px;
    float:left;
    margin-bottom:10px;
    padding:10px;
    background:#fff;
}

#sidebar-ads3 {
    width:1076 px;
    float:left;
    margin-bottom:10px;
    padding:10px;
    background:#fff;
}


/* Form Elements */

select {
    border:1px solid #333;
    width:100%
}
#compliance_dropdown select.styled {width:640px;}
.field {
    padding: 2px;
    border:1px solid #333;
    background:#fff;
    font-size:1.0em;
    font-style: italic;
    font-family: Arial;
}
#s {
    padding:2px 0 0 2px;
    font-size:13px;
    width:422px;
    float:left;
    height:12px;
    color:#B1ADAD;
}
#searchsubmit {
}
/* Footer*/

#front-popular {
    font-size:0.7em;
    color:#fff;
    width: 940px;
    background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
    margin: 0 auto;
    padding:10px;
}

#recentpost, #mostcommented {
    width:280px;
    float:left;
    padding:10px;
    border:1px solid #fff;
}

#mostcommented {
    margin-left:17px;
}

#recent_comments {
    width:280px;
    float:right;
    padding:10px;
    border:1px solid #fff;
}

#recentpost a, #mostcommented a, #recent_comments a {
    color:#fff;
}

#recentpost ul, #mostcommented ul, #recent_comments ul ,
#recentpost p, #mostcommented p, #recent_comments p {
    margin-top:5px;
}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li,
#recentpost p, #mostcommented p, #recent_comments p{
    list-style:none;
    border-top:1px dotted #fff;
    padding:5px;
    display:block;
}
#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover,
#recentpost p:hover, #mostcommented p:hover, #recent_comments p:hover {
    background:#9B0712;
    color:#fff;
}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child,
#recentpost p:first-child, #mostcommented p:first-child, #recent_comments p:first-child {
    border-top:0px dotted #fff;
}

#footer {
    margin: 0 auto;
    width: 960px;
    font-size:12px;
    padding-top:10px;
    padding-bottom:10px;
    background:url(/wp-content/uploads/2010/10/bar1.png) no-repeat;
}
#footer p {width:600px; margin:0 auto; padding-top:10px;}

/* Float Properties*/

.clearfloat:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfloat {
    display: inline-block;
    /*margin-bottom:10px; zrs removed 12.01.2010 */
}


/* Hides from IE-mac \*/
* html .clearfloat {
    height:1%;
}

*+html .clearfloat {
    height:1%;
}

.clearfloat {
    display:block;
}

html[xmlns] .clearfix {display:block;}
.clearfix {display:inline-block;}
#comment-tabs li{font:bold 1.08em Helvetica, Arial, Helvetica, sans-serif;color:#c6c6c6}
#comment-tabs li a{color:#c6c6c6;text-decoration:none;display:block;padding:22px15px 21px}
#comment-tabs li a:hover{color:#3c3c3c}
#comment-tabs li a.active{color:#3c3c3c;background:url(images/sprite-comment-tabs.gif) no-repeat 50% -58px;position:relative;top:0px;z-index:999}
#comment-tabs{margin:01px -1px 0;padding:0 15px;list-style:none;background:#f7f7f7 url(images/sprite-comment-tabs.gif) repeat-x 0 12px;border-top:1px solid #FFF}
#comment-tabs li{float:left;background:url(images/sprite-comment-tabs.gif) no-repeat 100% -147px;height:56px}


.postdate{position:relative;width:50px;height:50px;float:left}
.month,.day,.year{position:absolute;text-indent: -1000em;background-image:url(images/dates.png);background-repeat:no-repeat}
.month{top:2px;left:0;width:32px;height:24px}
.day{top:25px;left:0;width:32px;height:25px}
.year{bottom:0;right:0;width:17px;height:48px}
.m-01{background-position:0 4px}
.m-02{background-position:0 -28px}
.m-03{background-position:0 -57px}
.m-04{background-position:0 -90px}
.m-05{background-position:0 -121px}
.m-06{background-position:0 -155px}
.m-07{background-position:0 -180px}
.m-08{background-position:0 -216px}
.m-09{background-position:0 -246px}
.m-10{background-position:0 -273px}
.m-11{background-position:0 -309px}
.m-12{background-position:0 -340px}
.d-01{background-position: -50px 0}
.d-02{background-position: -50px -31px}
.d-03{background-position: -50px -62px}
.d-04{background-position: -50px -92px}
.d-05{background-position: -50px -123px}
.d-06{background-position: -50px -154px}
.d-07{background-position: -50px -185px}
.d-08{background-position: -50px -216px}
.d-09{background-position: -50px -248px}
.d-10{background-position: -50px -278px}
.d-11{background-position: -50px -309px}
.d-12{background-position: -50px -340px}
.d-13{background-position: -50px -371px}
.d-14{background-position: -50px -402px}
.d-15{background-position: -50px -434px}
.d-16{background-position: -50px -465px}
.d-17{background-position: -100px 0}
.d-18{background-position: -100px -31px}
.d-19{background-position: -100px -62px}
.d-20{background-position: -100px -92px}
.d-21{background-position: -100px -123px}
.d-22{background-position: -100px -154px}
.d-23{background-position: -100px -185px}
.d-24{background-position: -100px -216px}
.d-25{background-position: -100px -248px}
.d-26{background-position: -100px -278px}
.d-27{background-position: -100px -309px}
.d-28{background-position: -100px -340px}
.d-29{background-position: -100px -371px}
.d-30{background-position: -100px -402px}
.d-31{background-position: -100px -434px}
.y-2006{background-position: -150px 0}
.y-2007{background-position: -150px -50px}
.y-2008{background-position: -150px -100px}
.y-2009{background-position: -150px -150px}
.y-2010{background-position: -150px -200px}
.y-2011{background-position: -150px -250px}
.y-2012{background-position: -150px -300px}
.y-2013{background-position: -150px -350px}
.y-2014{background-position: -150px -400px}
.y-2015{background-position: -150px -450px}
.y-2016{background-position: -150px -500px}

.gallery{
    width:568px;
    height:363px;
    position:relative;
    overflow:hidden;
    margin:2px 0 14px;
}
.gallery .list{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    width:100%;
    height:100%;
}
.gallery .list li{
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.gallery .list li.active{
    z-index:2;
    display:block;
}
.gallery .switcher{
    width:600px;
    position:absolute;
    bottom:23px;
    left:23px;
    z-index:5;
}
.gallery .switcher-holder{
    width:475px;
    overflow:hidden;
    float:left;
    padding:2px 0 0;
    margin-right:15px;
}
.gallery .switcher ul{
    margin:0;
    padding:0;
    list-style:none;
    width:99999px;
}
.gallery .switcher ul li{
    float:left;
    width:19px;
    height:19px;
    padding:0 47px;
}
.gallery .switcher ul li a{
    display:block;
    height:19px;
    width:19px;
    background:url(./images/bg-gallery-bullet.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
}
.gallery .switcher ul a:hover,
.gallery .switcher ul .active a{background:url(./images/bg-gallery-bullet-active.gif) no-repeat;}
.gallery .btn-prev,
.gallery .btn-next{
    background:url(./images/btn-prev.gif) no-repeat;
    float:left;
    width:19px;
    height:23px;
    text-indent:-9999px;
    overflow:hidden;
}
.gallery .btn-prev{margin:0 9px 0 0;}
.gallery .btn-next{background:url(./images/btn-next.gif) no-repeat;}

.metas{
    padding:2px 0 !important;
    border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
    text-align:right;
    color:#666;
    font-size:12px;
    display:block;
    margin-bottom:10px;
}
.metas a{
    color:#cd1713;
}
.metas a:hover{
    text-decoration:underline;
}

/* MEDIA BAR BELOW THE PRIMARY CONTENT
============================================================== */
#mediabar{
    width: 931px;
    overflow:hidden;
    background:#f5f5f5;
    padding:8px 0 10px 8px;
    margin-bottom:10px;
    position:relative;
    height:223px;
}
#mediabar .container { /*Do not change the name of class */
                       position: absolute;
                       left: 8px;
                       width: 925px;
                       height:223px;
                       overflow:hidden;
}
#mediabar ul{
    width:10000px;
    position: relative;
}
#mediabar li{
    float:left;
    width:152px;
    padding:0 8px 0 0;
}
#mediabar .thumb{
    width:150px;
    background:#fff;
    height:113px;
    border:1px solid #c5c5c5;
    padding:1px;
    margin:0 0 3px 0;
    overflow:hidden;
    text-align:center;
}
#mediabar .thumb img{
    margin:0 auto;
    max-width:150px;
    max-height:113px;
}
#mediabar .info{
    width:148px;
    position:relative;
    background:#fff;
    border:1px solid #c5c5c5;
    padding:2px;
    overflow:hidden;
    min-height:60px;
    height:auto !important;
    height:60px;
}
#mediabar .info p{
    font-size:12px;
    line-height:1.2em;
    font-weight:bold;
    padding:0 2px 0 2px;
}
#mediabar .info p.moreVideo{
    position:absolute;
    bottom:3px;
    right:3px;
    padding:3px 5px 0 5px;
}
#mediabar .info p.moreVideo a{
    color:#50630a;
    background:url(white/ico_camera.gif) no-repeat left 2px;
    padding:0 0 0 17px;
}
#mediabar .info p.morePhoto{
    position:absolute;
    bottom:3px;
    right:3px;
    padding:3px 5px 0 5px;
}
#mediabar .info p.morePhoto a{
    color:#50630a;
    background:url(white/ico_photo.gif) no-repeat left center;
    padding:0 0 0 17px;
}
#mediabar #previous_button { /*Do not change the name of class */
                             position: absolute;
                             width: 16px;
                             height: 16px;
                             right:35px;
                             top: 21px;
                             background: url(./images/prev.png) no-repeat;
                             z-index: 100;
                             cursor:pointer;
}

#mediabar #previous_button.disabled { /*Do not change the name of class */
                                      background: url(./images/prev-disabled.png) no-repeat;
                                      cursor:default;
}
#mediabar #next_button { /*Do not change the name of class */
                         position: absolute;
                         right: 10px;
                         top: 21px;
                         width: 16px;
                         height: 16px;
                         background: url(./images/next.png) no-repeat;
                         z-index: 100;
                         cursor:pointer;
}
#mediabar #next_button.disabled { /*Do not change the name of class */
                                  background: url(./images/next-disabled.png);
                                  cursor:default;
}
/* PRIMARY BOTTOM
============================================================== */
#primaryBottom {
    display:block;
    margin-bottom:10px;
}
#primaryBottomSidebar {
    float:left;
    width:300px;
}
#primaryBottomTabs {
    float:right;
    width:615px;
    overflow:hidden;
}
#primaryBottomTabs_title{
    width:100%;
    overflow:hidden;
    background:url(./images/bgr_primaryBottomTabs_title.gif) repeat-x bottom;
}
#primaryBottomTabs_title li{
    float:left;
    font-size:12px;
    color:#000;
    text-transform:uppercase;
    padding:0 1px 0 0;
    list-style: none;
}
#primaryBottomTabs_title li.last{
    padding:0;
}
#primaryBottomTabs_title li a{
    float:left;
    color:#000;
    background:url(images/bgr_primaryBottomTabs_title_a.gif) repeat-x;
    height:24px;
    padding:8px 10px 0 10px;
}
#primaryBottomTabs_title li.last a{
    width:75px;
    white-space:nowrap;
}
#primaryBottomTabs_title li a.selected{
    color:#cd1713;
    background:#fff;
    height:24px;
    padding:7px 10px 0 9px;
    border:1px solid #bcbcbc;
    border-bottom:0;
    text-decoration:none;
}
#primaryBottomTabs_body{
    width:603px;
    background:#fff;
    border:1px solid #bcbcbc;
    border-top:0;
    min-height:203px;
    padding:9px 10px 6px 10px;
    position:relative;
    height:auto !important;
    height:203px;
}
#primaryBottomTabs_body .text {
    position:absolute;
    left:10px;
    top:10px;
    width:330px;
}
#primaryBottomTabs_body .text p{
    padding:10px 0;
}
#primaryBottomTabs_body .imgThumb {
    position:absolute;
    right:10px;
    top:9px;
    width:269px;
    height:201px;
    overflow:hidden;
}

#primaryBottomTabs_body ul{
    color:#999999;
    margin:0 0 0 20px;
}
#primaryBottomTabs_body ul li{
    list-style:decimal;
    font-size:12px;
    line-height:1.5em;
    padding:3px 0 3px 0;
}

#slider li.mbSlider_Slide {
    width:668px;
    height:463px;
}
/* THIS IS ALL THE SYLING MBSLIDER NEEDS. THIS HERE WILL SET MBSLIDER TO BE 200 x 200 */
#slider li.mbSlider_Slide {
    width:200px;
    height:200px;
}
/* END */
#slider2 li.mbSlider_Slide {
    width:200px;
    height:200px;
}
/* ENVATO SLIDER */
#slider3 li.mbSlider_Slide {
    width:600px;
    height:360px;
    overflow: hidden;
}
#envato-slider {
    background-image:url(/wp-content/themes/arthemia/js/slide/frame-background.png);
    background-repeat:no-repeat;
    width:605px;
    height:400px;
    /*	margin:0 auto;*/
    padding-left:4px;
    padding-top:4px;
    margin-left:-10px;
}

#envato-slider .es-content {
    height:272px;
    background-image:url(/wp-content/themes/arthemia/js/slide/text-overlay-bg.png);
    background-repeat:repeat;
    width:250px;
    color:#FFF;
    font-size:12px;
    padding:10px;
    float:right;
}

#envato-slider .es-content h3 {
    margin-bottom:10px;
    font-weight:bold;
    font-size:16px;
}

#envato-slider .es-label {
    background-image:url(/wp-content/themes/arthemia/js/slide/text-overlay-bg.png);
    background-repeat:repeat;
    color:#FFF;
    font-size:16px;
    font-weight:bold;
    padding:10px;
    float:right;
    margin-right:20px;
    margin-top:240px;
}

#envato-slider .es-caption {
    background-image:url(/wp-content/themes/arthemia/js/slide/text-overlay-bg.png);
    background-repeat:repeat;
    color:#FFF;
    padding:10px;
    width:100%;
}
#slider3 table td ul{margin-left:-10px;}
#slider3 table td ul li{margin:5px;width:315px;padding:5px;}
#slider3 table td ul li:nth-child(2n){background-color: #F2F2F2;}
#slider3 table td ul li img{
    width:592px;
    height:320px;
    overflow: hidden;
}
#slider3_controls {
    bottom:0px;
    left:10px;
    background-image:url(/wp-content/themes/arthemia/js/slide/player-controls-bg.png);
    width:150px;
    height:31px;
    background-repeat:no-repeat;
    position:absolute;
}

#slider3_controls a {
    background-image:url(/wp-content/themes/arthemia/js/slide/player_controls.png);
    background-repeat:no-repeat;
    height:15px;
    width:15px;
    position:absolute;
    top:8px;
    text-indent:-9999px;
}

#slider3_controls #slider3_movenext {
    background-position:-49px 3px;
    left:85px;
}

#slider3_controls #slider3_moveprev {
    background-position:-15px 3px;
    left:45px;
}

#slider3_controls #slider3_movefirst {
    background-position:4px 3px;
    left:25px;
}

#slider3_controls #slider3_movelast {
    background-position:-66px 3px;
    left:105px;
}

#slider3_controls #slider3_playpause.playing{
    background-position:-32px -13px;
    left:65px;
}

#slider3_controls #slider3_playpause.paused{
    background-position:-32px 3px;
    left:65px;
}

#slider3_pagination {
    padding-top:10px;
    height:30px;
    float:right;
    display:none;
}

#slider3_pagination a {
    display:block;
    background-image:url(/wp-content/themes/arthemia/js/slide/pagination_sprite.png);
    background-repeat:no-repeat;
    width:15px;
    height:15px;
    float:left;
    text-indent:-9999px;
    margin-left:3px;
    background-position:0px 0px;
}

#slider3_pagination a._current-slide {
    background-position:-16px 0px;
}
ul {list-style:none;}
#sidebar-cats {
    width:224px;
    float:left;
    margin:0px;
    padding:0px;
    background:url(images/box_line.jpg) repeat-x #ffffff;

    /*-moz-border-radius: 1em;*/
}
#sidebar-cats .categor {

    width:186px;
    margin:0px 0px 40px 18px;

}
#sidebar-cats p{
    font-family:Arial, Helvetica, sans-serif;
    margin: 10px 0px 5px 16px;
    padding: 0px;
    font-size: 22px;
    font-weight: bold;
}
#sidebar-cats .categor li{
    list-style:none;
    font-size: 12px;
    line-height:30px;
    border-bottom:1px solid #ACACAC;

}
#sidebar-cats .categor a {
	background:url(images/filter_li.jpg) no-repeat scroll left center transparent;
	color:#000000;
	font-size:12px;
	margin-left:1px;
	padding-left:16px;
	padding-top:4px;
}
#sidebar-cats .categor a:hover {
    color:#336695;
    text-decoration:none;
}
#sidebar-cats .categor a:visted {
    color:#000;
}	
#search2 { margin: 10px 0px 0px 10px; width: 100%; font-size:11px; text-align: center; }
#search2 .field {display: inline; font-size: 12px; font-family: Arial;  border: none; background: none; width:130px; margin: 0px; border: none; }
#search2 .btn { float: right; display: none; border: 0; cursor: pointer; margin: 1px 1px 0 0; }	
#searchform2 {
    height:25px;

}
#search2 { background: url(/wp-content/themes/arthemia/images/search-bg.gif) no-repeat 0 0; }
#search2 .field { float:left; color: #7a7a7a; padding:6px 0 0 30px;border: none;}
#search2 .btn { }
.cl { clear: both; height: 0; line-height: 0; font-size: 0; text-indent: -4000px; }
.new_wrapper { 
	float:left; 
	width:100%;
	}
.left_box { 
	float:left; 
	width:240px; 
	margin-top: 5px;  
	}
.tools_left_content { 
	float:left; 
	width:635px;
   	background:#fff;
   	margin:0px;
   	padding:0px;
	}
#rightcontent {
    /*text-align:justify;*/
    font-size:12px;
    float:left;
    line-height:18px;
    width:640px;
    margin:0px 0px 0px 0px;
}
#rightcontent img{
}
#rightcontent a{
}
#toolbox_headline {
	width:360px;
	float:left;
	background:url(images/compliance_headline_bg2.jpg) no-repeat;
	background-position:left;
	height:70px;
	text-align:left;
	margin-bottom:10px;
	}
h1.toolbox_headline_top {
	font-size:20px;
	color:#6B6667;
	font-weight:bold;
	margin-left:85px;
	float:left;
	}
h2.toolbox_headline_bottom {
	font-size:40px;
	color:#9B0712;
	font-weight:bold;
	margin-left:83px;
	float:left;
	}
.wrap {margin:0px;padding: 0px; }
.titleft { float:left; width:450px; margin:0px;padding:0px;line-height:0px;height:64px;background:url(images/Toolbox_FolderBadged.png) left no-repeat;position:relative}
.upl { 
	float:right; 
	width:auto; 
	margin-top:50px;
	font-size:12px; 
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
	}
#toolbox_intro_text {
	border-top:1px solid #B1ADAD;
	padding-top:10px;
	width:100%;
	text-align:justify;
	margin-top:10px;
	}
#tools_featured {
	margin-top:20px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	}
h3.tools_featured {
	background:url(images/comments_respond_bg.jpg) repeat-x;
	height:30px;
	padding:3px 0 0 10px;
	color:#fff;
	font-weight:none;	
	}
h2.tools_featured {
	font-weight:bold;
	font-size:15px;
	padding:5px 20px;
	}
p.tools_featured {
	font-size:12px;
	padding:5px 20px;
	}
#tools_featured ul {
	margin:0 0 0 20px;
	}
#tools_featured ul li {
	padding:0 0 7px 16px;
	background:url(images/chevron.png) no-repeat;
	}
.upl span{
	color:#000000;
	font-size: 10px;
	}
.a_recent{
	color:#9B0C0E;
    }
input:focus {outline: none; }
#rightcontent .title { font-weight:normal;font-family:Helvetica}
#rightcontent .titleft h2.title{font-weight:bold;}
.cat { 
	font-weight:bold; 
	height:35px;
	height:28px;
	color:white;
	line-height:35px; 
	background:url(images/compliance_headline.jpg) repeat-x;
	}
.cat_category_name { color:#000;}
#cat_right {
	float:right;
	text-align:left;
	width:auto;
	height:28px;
	margin-right:10px;
	}
.cat ul a{color:#fff;font-size:11px;}
.cat ul a.red{color:#fff;font-size:11px;font-weight: bold;}
.cat ul a span{color:#fff;font-size:14px;}
.cat ul span.cat_span{color:#fff;font-size:14px;font-weight: bold; margin-left:10px;}
.cat ul span.top_cat_span{color:#fff;font-size:14px;font-weight: bold; margin-left:0px;}
.cat ul span.cat_span a b{color:#C84147;font-size:14px; margin-left: 3px; font-weight: bold;}
ul.top_htabs_hide, .cat ul {margin-left:10px !important;}
.cat ul {
	color:white; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight:normal; 
	list-style-type: none;
	height:28px;
	margin:0px;padding:0px;
	}
.cat ul li{height:35px;line-height:35px;}
#toolbox_dropdowns {
	width:100%;
	height:30px;
	margin:10px 0 10px 0;
	}
#toolbox_dropdowns_left {
	width:310px;
	float:left;
	}
#toolbox_dropdowns_middle {
	width:310px;
	float:right;
	}
#toolbox_dropdowns_right {
	float:right;
	width:50px;
	}
/*.newp { margin-bottom:10px; border-bottom:2px solid #CDCDCD; overflow:hidden; line-height:15px;margin-top:20px;} */
.newp ol{ /*padding:10px*/ padding-left:10px;
          padding-top:10px; list-style-type:none; }
ol {/*margin-left:20px;*/}
.tit h2{ font-size:16px; font-weight:bold;}
#rightcontent .title { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#B83033;padding-bottom:20px !important; float:left; width:100%;}
#rightcontent .titleft h2.title{  font-family:Arial, Helvetica, sans-serif; font-size:48px; font-weight:bold; color:#c1272d;margin:0px 0px 0px 70px;padding:0px;line-height:0px;top:45px;position:absolute;}
#rightcontent .titleft h2.title img{padding-right: 8px;vertical-align:middle;}
#rightcontent .titleft h2.title span.insider{
    color:#080808
}
.toolbox_download_count {
	width:auto;
	font-size:12px;
	color:#828282;
	float:left;
	}
.toolbox_download_rating {
	float:right;
	width:auto;
	}
.conbox {
    float:left;
    width:100%;
    text-align:justify;
    padding-left: 3px;
    padding-bottom:5px;
    line-height:1.2em;
    background:url(images/category_landing_dots.jpg) repeat-x;
    background-position:bottom;
    margin-bottom:10px;
}
.conbox p {}
.title_left {
	float:left;
	width:460px;
	text-align:left;
	}
.toolbox_download_data {
	float:left;
	width:100%;
	margin-bottom:3px;
	}
.toolbox_download_data ul {
	margin:0;
	}
.toolbox_download_data ul li.download {
	font-size:12px;
	padding-top:3px;
	font-weight:bold;
	float:left;
	margin-right:10px;
	color:#828282;
	}
.toolbox_download_data ul li.middle, .toolbox_download_data ul li.right {
	float:left;
	margin-right:5px;
	}

.toolbox_download_data img {border:0;}
.conbox span {
}
.conbox img {
}
.conbox div.title { padding-bottom: 5px;}
.botstar b { color:#336695; }
#all, #pop, #az, #za, #rec {
	border:2px solid #ccc;
	padding:0 15px 0 10px;
	margin-top:0px;
	}
.cat{
line-height: 28px;
margin-top:10px;
}
#rightcontent .title{
padding-bottom:1px;
}
.ratingtext {
    margin-bottom:2px;
    margin-top:6px;
    padding-bottom:2px;
    color:#828282;
    font-size:12px;
	display: none;
}
fieldset {
    width: 468px;
    margin-left:0px;
    margin-top:30px;
    padding:20px;
    color:#9B0712;
    font-weight:bold;
}
legend {
    color: ##9B0712;
    background: #fff;
    border: 1px solid #9B0712;
    padding: 2px 0px;
    width:206px;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
} 
#conform { }
#conform input {
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 200px;
    height: 15px;
}
#conform input:focus, .input:focus {
	background:lightyellow;
	}
span.wpcf7-not-valid-tip {
	background:red !important;
	color:white !important;
	font-size:14px !important;
	padding:5px;
	font-weight:bold;
	text-align:center;
	}
	
#conform .textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    /*I am going to add some text formatting of my own*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    width: 200px;
    height: 15px;
}

/*we are now going to style how the textfield will look when we
hover over it and when we actually have it selected*/

.textfield_effect:hover    {
    border-color: #64acd8;
    border-width: 1px;
}

.textfield_effect:focus    {
    border-color: #64acd8;
    border-width: 1px;
}
.input {
    border: 1px solid #cacaca;
    background: #fff;
    -moz-border-radius: 4px 4px 4px 4px;
    padding:3px;
    font-size:12px;
    font-weight:none;
    font-family:Arial, Helvetica, sans-serif;
}
.button {
	padding:10px 0 !important;
    color: #000 !important;
    background: #ebebeb !important;
    border: 1px solid #cacaca !important;
    height:auto !important;
    padding:5px !important;
}
.field:focus {
    outline: none;
}

/* set millions of background images */
/* set millions of background images */
.rbroundbox { background: #ffffff ;}
.rbtop div {/* background: url(images/rounded_rightcontent_top_left.png) no-repeat top left; */}
.rbtop {/* background: url(images/rounded_rightcontent_top_right.png) no-repeat top right;*/ }
.rbbot div {/* background: url(images/rounded_rightcontent_bottom_left.png) no-repeat bottom left; */}
.rbbot {/* background: url(images/rounded_rightcontent_bottom_right.png) no-repeat bottom right; */}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
    width: 100%;
    height: 7px;
    font-size: 1px;
    display:none; /* no clue why this is here, but removing it anyway globally zrs 12.03.2010 */
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }
div.download_links {
    font-size:12px;
    font-weight:bold;
    background: url(images/round_bg.jpg) no-repeat;
    height:21px;
    float:right;
    margin-right:20px;
    margin-left:2px;
    padding-top:5px;
    padding-left:8px;
    width:89px;
}
.ratingblock, .thumblock {
    font-size:12px;
    margin-bottom:4px;
    /*margin-top:15px;
    *//*padding-top:8px;
    */}

/* new css */
a.allcategory_a{
    margin-left: 12px;
    text-decoration: none;
    color:#000;
    font-size: 12px;
}

#ohs_tool_heading{
    font-size: 13px;
    color: #ffffff;
    padding: 0px 0px 0px 10px;
    line-height: 29px;
    font-weight: bold;
}
.left_box_content{
    border-bottom: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD; border-left: 1px solid #BDBDBD;
    display: table;
    width:223px;
}
.download_count{
    color:#C2353B;

}
.botstar a img{
    padding-bottom: 5px;
}
.find_out_more{
    font-size: 12px; font-weight: bold; margin:0px;padding:0px;
    float: right;
}
a.titel_a{
    text-decoration: none;
    color:#9B0712;
    line-height:113%;
    font-weight:bold;
    font-size:19px;
    }
/****************************************************
* MEMBER - container div 
****************************************************/
#member_content_container { 
    width:960px;
    float:left;
}
/****************************************************
* MEMBER - Header, logo, CTA, etc
****************************************************/
#head_left {
    width:auto;
    float:left;
}
#head_right {
    width:auto;
    float:right;
}
#marketing_landing_header {
	color:#CC3333;
	font-size:25px;
	margin-top:10px;
	}
#landing_header {
	color:#CC3333;
	font-size:30px;
	margin-top:0px;
	}
#landing_header_callus {font-size:18px; text-align:right;color:#666;}
/****************************************************
* MEMBER - Slideshow
****************************************************/
#member_slideshow {
    height:327px;
    width:auto;
    margin-bottom:10px;
}

/****************************************************
* Landing - Slideshow
****************************************************/
#landing_slideshow {
    height:260px;
    width:auto;
    margin-bottom:10px;
}
/****************************************************
* MEMBER - Bottom Footer Area
****************************************************/
#landing_bottom_boxes {
	float:left;
	height:auto;	
}
#landing_bottom_boxes_top {
	float:left;
	height:auto;
	margin-bottom:10px;
	width:960px;
}
#landing_bottom_boxes_bottom {
	float:left;
	height:auto;
	width:960px;
}
h2.landing_bottom_boxes {
	color:white;
	font-size:14px;
	background:#4E4C4C;
	padding:4px 0 6px 10px;
}
.landing_bottom_boxes_left {
	width:648px;
	background:#F1F1F1;
	float:left;
	border:1px solid #BDBDBD;
	height:215px;
	position:relative;
}
.landing_bottom_boxes_middle {
	background:#F1F1F1;
	float:left;
	margin:0 0 0 7px;
	border:1px solid #BDBDBD;
	width:304px;
	height:206px;
	position:relative;
}
.landing_bottom_boxes_right {
	float:right;
	width:299px;
	background:#F1F1F1;
	border:1px solid #BDBDBD;
	height:215px;
	position:relative;
}
ul.landing_bottom_boxes_compliance_left,ul.landing_bottom_boxes_compliance_right {
	float:left;
	width:130px;
}
ul.landing_bottom_boxes_compliance_right {
	float:left;
	width:130px;
	margin-right:10px;
}
.landing_bottom_boxes_left ul, .landing_bottom_boxes_middle ul, .landing_bottom_boxes_right ul {
	margin:4px 0 30px 10px;
	display:inline; 
	float:left; 
	min-height:150px !important; 
	height:auto;
}
.landing_bottom_boxes_left ul li, .landing_bottom_boxes_middle ul li, .landing_bottom_boxes_right ul li {
	background:url(images/chevronred.png) no-repeat 0 1px;
	padding-left:17px;
	padding-bottom:10px;
}
.landing_bottom_boxes_left ul li a, .landing_bottom_boxes_middle ul li a, .landing_bottom_boxes_right ul li a {
	text-decoration:none;
	color:black;
	font-size:12px;
}
.landing_bottom_boxes_readmore {
	float:right;
	bottom:0;
	font-weight:bold;
	clear:left;
	margin-right:10px;
	/*position:absolute;*/
	width:auto;
}
/****************************************************
* MEMBER - Top Sidebar for Testimonials
****************************************************/
#member_sidebar_trial {
	height:59px;
	margin-bottom:5px;
}
#member_sidebar_customer {
    background:#F1F1F1 url(images/member_sidebar_customer_top.png) no-repeat;
    background-position:top;
    border:1px solid #BDBDBD;
    float:left;
    height:271px; /*added to just get the height to match the slider next to it. this wasn't there before */
    margin-bottom:10px;
    border-top:none;
}
.member_sidebar_customer_link {float:right;}
#member_sidebar_customer ul {
    margin:0 16px 0 10px;
    padding-top:29px;
}
#member_sidebar_customer ul li {
    background:url(images/member_cu_li.jpg) repeat-x;
    padding:0 0 3px 0;
    margin-top:5px;
    background-position:bottom;
}
#member_sidebar_customer ul li a {font-weight:bold;}
li.member_sidebar_customer_last {
    background:none !important;
}
#member_sidebar_customer img {
    float:left;
    border:1px solid #CCC;
    padding:3px;
    background:white;
    margin-right:10px;
}
#member_sidebar_customer p {
    color:#000;
    font-size:11px;
}
#member_sidebar_customer_bottom_text {
    font-size:14px;
    color:#0E0E0E;
    margin-left:12px;
    margin-top:7px;
    width:241px;
    font-weight:bold;
}
.member_sidebar_customer_bottom_text_color {
    color:#CD2027;
    font-weight:bold;
}
#member_sidebar_customer_readmore {
    border:0;
    bottom:0;
    padding:0;
    margin-top:10px;
    width:105px;
    float:right;
}
#member_sidebar_customer_readmore img {
    border:0;
    background:none !important;
    padding:0px !important;
}
/****************************************************
* MEMBER - Explore ohs section
****************************************************/
#member_explore_ohs {
    width:960px;
    margin-bottom:10px;
    height:207px;
    float:left;
}
h2.member_explore {
    background:url(images/member_explore_bottom_dots.png) repeat-x;
    background-position:bottom;
    padding:0 0 6px 0;
    color:#CA1F26;
    font-size:14px;
    font-weight:bold;
}
.member_explore_title {
    font-weight:bold;
    color:#CA1F26;
}	

#member_explore_ohs a {
    color:#000;
    text-decoration:none;
    font-size:12px;
}
#member_explore_left ul, #member_explore_middle ul, #member_explore_right ul {
    margin-left:33px;
    margin-top:11px;
}
ul.lmember_explore_middle_right {
	float:left;
}
ul.lmember_explore_middle_left {
	float:left;
}
#member_explore_left ul li, #member_explore_middle ul li, #member_explore_right ul li {
    list-style-image:url(images/chevron.png);
    background-position:left;
    padding:0 0 8px 0;
}
ul.member_explore_middle_right {
	float:left;
	margin:0px 0 0 10px;
	width:100px;
	}
ul.member_explore_middle_left {
	float:left;
	width:100px;
	}
.member_explore_left_due {
	color:#CD1E23;
	font-weight:bold;
	font-size:12px;
	}
h2.member_explore_ohs {
	background:#4D4B4C;
	color:white;
	font-size:14px;
	padding:6px 10px 6px 13px;
	}
#member_explore_left {
    float:left;
    height:100%;
    position:relative;
    width:310px;
    background:#F1F1F1;
    background-position:top;
}
#member_explore_middle {
    float:left;
    position:relative;
    margin:0 0 0 20px;
    width:310px;
    height:100%;
    background:#F1F1F1;
    background-position:top;
}
#member_explore_right {
    float:right;
    position:relative;
    width:300px;
    height:100%;
    background:#F1F1F1;
    background-position:top;
}
.member_explore_ohs_container_readmore {
    position:absolute;
    bottom: 0;
    right:0;
	margin-top: 11px;
}
.member_explore_ohs_container_readmore img {
    border:0;
}
/****************************************************
* MEMBER - Bottom Teaser on top of Footer
****************************************************/
#member_tease_footer {
    width:960px;
    float:left;
    margin:0;
    padding:0;
}
#member_tease_footer_left {
    float:left;
    margin:0;
    width:313px;
}
#member_tease_footer_middle {
    float:left;
    width:313px;
    margin-left:18px;
}
#member_tease_footer_right {
    float:right;
    margin:0;
    width:300px;
}
/****************************************************
* NON-MEMBER - Landing Page  Sidebar
****************************************************/
#landing_sidebar {
    width:299px;
    float:right;
    padding:0px;
}
#landing_sidebar_feedback {
    margin-bottom:20px;
}
#landing_sidebar_newsletter {
	float:right;
    background:url(images/landing_newsletter.jpg) no-repeat;
    height:32px;
    margin-bottom:10px;
    padding-top:26px;
}
#landing_sidebar_newsletter_left {
    width:230px;
    margin-left:13px;
    height:25px;
    float:left;
}
#landing_sidebar_newsletter_left input {
    border:0;
    width:230px;
    height:24px;
    background:white;
    font-size:13px;
    border:1px solid black;
    padding-left:8px;
	Padding-top:5px;
    color:#666;
}
#landing_sidebar_compliance_info {
	background:url(images/landing_sidebar_compliance2.gif) no-repeat;
	height:32px;
	padding:22px 0 0 10px;
	width:300px;
	float:left;
	}
#landing_sidebar_newsletter_right {
    width:55px;
    float:right;
}
.select {
	position: absolute;
	width: 275px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 26px;
	margin:0;
	padding: 3px 0px 0 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url(images/landing_mydropdown.jpg) no-repeat;
	overflow: hidden;
}
#landing_sidebar_newsletter_right input, #landing_sidebar_newsletter_right input.btn, input.btn {
    background:url(images/newsletter_submit.gif) no-repeat;
    width:40px;
    height:26px;
    border:0;
}
#landing_sidebar_needto {
    background:#F1F1F1 url(images/landing_sidebar_needto.jpg) no-repeat;
    background-postion:top;
    border-left:1px solid #BDBDBD;
    border-right:1px solid #BDBDBD;
    border-bottom:1px solid #BDBDBD;
    margin-bottom:8px;
    padding-bottom:2px;
    padding-top:41px;
    font-weight:bold;
    float:left;
    height:156px;
}
h2.landing_sidebar_needto {
	background: url(images/landing_needto_bg.jpg) repeat-x;
	color:white;
	margin-bottom:14px;
	font-size:14px;
	height:20px;
	font-family:Helvetica, Arial, sans-serif;
	padding:8px 0 0 13px;
	}
#landing_sidebar_needto ul { margin:0 13px 0 10px; padding:0;}
#landing_sidebar_needto ul li {
    background-position:left;
    background:url(images/chevronred.png) no-repeat 0 1px;
    padding:0 0 6px 19px;
}
#landing_sidebar_needto ul li a {color:black; text-decoration:none; font-size:12px;}
#landing_sidebar_renew {
    margin-bottom:10px;
}

/****************************************************
* NON-MEMBER header
****************************************************/	
#header_top_right {
    float:right;
    width:auto;
}
#header_top_right_text {
    text-align:right;
}
#header_top_right_seach {
    float:right;
    width:auto;
}
/****************************************************
* NON-MEMBER Landing Page Sidebar Poll Styling
****************************************************/	
#landing_sidebar_poll {
    background:#F1F1F1 url(images/landing_sidebar_poll.jpg) no-repeat;
    background-position:top;
    padding:40px 0 0 0;
    height:auto;
    width:298px;
    border-left:1px solid #BDBDBD;
    border-right:1px solid #BDBDBD;
    border-bottom:1px solid #BDBDBD;
    float:left;
    margin-bottom:10px;
}
#landing_sidebar_poll h2 {display:none;}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
    color:#000 !important;
    font-size:12px !important;
    padding:0 0 5px 10px;
}
.wp-polls input {margin:0 5px 0 0 !important;}
.wp-polls .Buttons {
    background:url(images/landing_sidebar_poll_input.jpg) no-repeat;
    border:0;
    width:48px;
    height:19px;
    color:#325DA9;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {width:263px !important;}

#landing_page_sidebar_poll_question {
    color:#366799 ;
    width:270px;
    margin:0 auto;
	background-color:#F1F1F1;
	font-size:12px ;
	font-weight:bold;
	font-family:Helvetica,sans-serif;
    text-align:left;
}
.wp-polls ul {margin-top:5px;}

/****************************************************
* Internal Sidebar Poll Styling
****************************************************/	
#internal_sidebar #landing_page_sidebar_poll_question {
    width:270px;
    text-align:left;
}
#internal_sidebar .wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {padding-left: 10px;margin-top: 15px;}
#internal_sidebar .wp-polls-vote{ margin-left: 50px; }
#internal_sidebar .wp-polls-result{display:none;}

/****************************************************
* NON-MEMBER Red scroller
****************************************************/	
.ltabs{
    width:auto;
    overflow:auto;
    overflow-x:hidden;
    padding:0px 0px 10px 0px;
    margin:0 0 15px 0;
    font-size:12px;
    color:#ffffff;
    border:1px solid #000;
    background: #880B10;
    display:block;
}
.ltabs img {
    background:white;
    padding:3px;
    border:1px solid #000;
}
.ltabs div{
    margin-left:8px;
}
.ltabs div div{
    width:205px;
    float:left;
    margin-left:1px;
}
.ltabs div div ul{
    color:#ffffff;
}
.ltabs .lhtabs a{
    color:#000;
}
.ltabs .lhtabs{
    float: left;
    width: 100%;
    background:url(images/htabs-hide.jpg) repeat-x;
    height:30px;
    color:#ffffff;
}
.ltabs .lhtabs li{
    float: left;
    font-size:14px;
}
.ltabs .lhtabs li a{
    float: left;
    padding: 5px 17px 5px 12px;
    color: #fff;
    background:url(images/htabs_li.gif) no-repeat;
    background-position:right;
    font-weight: bold;
    text-decoration:none;
}
.ltabs .lhtabs li a.red{
    background:url(images/tabs_red.jpg) repeat-x;
    height:30px;
}
.ltab div{
    padding-top: 10px;
    font-size:9px;
}
.ltab div ul{
    list-style-image: url(/images/red_arrow.gif);
    display: block;
    margin-left:20px;
    font-size:12px;
    margin-top: 10px;
}
.ltab div ul li { 
    list-style-image:url(images/tabs_li.jpg);
    background-position:left;
}
/****************************************************
* NONMEMBER - Explore ohs section
****************************************************/
#lmember_explore_ohs {width:auto;}
h2.lmember_explore {
    background:url(images/member_explore_bottom_dots.png) repeat-x;
    background-position:bottom;
    padding:0 0 10px 0;
    color:#CA1F26;
    font-size:14px;
    font-weight:bold;
}
.lmember_explore_title {
    font-weight:bold;
    color:#CA1F26;
}	

#lmember_explore_ohs_container {width:auto;}
#lmember_explore_ohs_container a {
    color:#000;
    text-decoration:none;
}
#lmember_explore_left ul, #lmember_explore_middle ul, #lmember_explore_right ul {
    margin-left:15px;
}
#lmember_explore_left ul li, #lmember_explore_middle ul li, #lmember_explore_right ul li {
    list-style-image:url(images/member_bottom_explore_ohs_li.png);
    background-position:left;
    padding:0;
}
#lmember_explore_left {
    float:left;
    width:168px;
    background:url(images/member_explore_right_dots.png) no-repeat;
    background-position:right;
}
#lmember_explore_middle {
    float:left;
    margin:0 10px 0 20px;
    width:293px;
    background:url(images/member_explore_right_dots.png) no-repeat;
    background-position:right;
}
#lmember_explore_right {
    float:right;
    width:144px;
}

/****************************************************
* Front Page SlideShow
****************************************************/
/* --- Slideshow Containers --- */
/*#fpss-outer-container {
	margin:0 auto;
	padding:0px;
	border:1px solid #000;
	overflow:hidden;
	width:637px;
	height:230px;
	background:#CCCCCC;
	}
/* This element controls the slideshow spacing and border */

/* --- Slideshow Containers --- */
#fpss-outer-container {
	padding:0px;
	border:1px solid #000;
	overflow:hidden;
	width:651px;
	height:261px;
	background:#CCCCCC;
	}
/* This element controls the slideshow spacing and border */
#fpss-container {
	position:relative;
	margin:0;
	padding:0;
	clear:both;
	height:269px;
	width:651px;
	}
#fpss-slider {
	float:left;
	background:none;
	overflow:hidden;
	width:400px;
	height:261px;
	}
#slide-loading {
	background:#000 url(images/loading_black.gif) no-repeat center center;
	width:538px;
	height:308px;
	}
#slide-wrapper {
	display:none;
	width:400px;
	height:261px;
	}
#slide-wrapper #slide-outer {
	height:261px;
	}
#slide-wrapper #slide-outer .slide {
	float:left;
	width:400px;
	height:261px;
	}
/* --- Slideshow Block --- */
#slide-wrapper #slide-outer .slide {
	position:absolute;
	overflow:hidden;
	}
#slide-wrapper #slide-outer .slide .slide-inner {
	margin:0;
	color:#000;
	overflow:hidden;
	background:#fff;
	text-align:left;
	z-index:8;
	height:261px;
	position:relative;
	}
#slide-wrapper #slide-outer .slide .slide-inner a.fpss_img span span span {
	background:none;
	}
/* --- Content --- */
.fpss-introtext{
	height:67px;
	font-size:11px;
	position:absolute;
	bottom:0px;
	background:#000;
	}
.fpss-introtext .slidetext {
	margin:0;
	padding:0;
	color:#000;
	}
.fpss-introtext .slidetext p{
	margin:0;
	padding:0;
	color:#000;
	}

/* --- Navigation Buttons --- */
#pseudobox {display:none;}
#navi-outer {
	float:left;
	margin:0;
	padding:0;
	background:#000;
	overflow:hidden;
	position:relative;
	z-index:9;
	height:261px;
	width:251px;
	overflow: visible;
	}
#navi-outer ul {
	margin:-1px 0 0 0;
	padding:0;
	list-style:none;
	background:none;
	text-align:left;
	z-index:101;
	}
#navi-outer li {
    display:inline;
    padding:0;
    margin:0;
    border:none;
    height:75px;
    list-style:none;
    background:none;
    border-bottom: 1px solid #5c5a5b;
    width: 239px;
}
    
#navi-outer li:hover {
	border-bottom:none;
}   
    
#navi-outer li.noimages {display:none;}
#navi-outer li a {
    display:block;
    margin:0;
    background:url(images/navoff.jpg) no-repeat;
    text-decoration:none;
    font-size:10px;
    color:#000;
    height:65px;
    width: 220px;
    border-bottom: 1px solid #5c5a5b;
    border-right:1px solid #5c5a5b;
    padding-right:30px;color:#000;
}
#navi-outer li a:hover,
#navi-outer li a.navi-active {
    display:block;
    margin:0;
    text-decoration:none;
    font-size:10px;
    color:#000;
    background:url(images/1Arrow.png) no-repeat !important;
    height:65px;
    width: 252px;
    border:none;
}
#navi-outer li a.navbutton off navi {
	background:url(images/navoff.jpg) no-repeat;
	}
#navi-outer li a:hover span.navbar-title,
#navi-outer li a.navi-active span.navbar-title{
    color:#fff;
    font-weight:bold;
}
#navi-outer li a span.navbar-img,
#navi-outer li a:hover span.navbar-img,
#navi-outer li a.navi-active span.navbar-img {
    display:block;
    width:76px;
    height:auto;
    overflow:hidden;
    margin:4px 0 0 5px;
    padding:0px;
    float:left;	
	}
#navi-outer ul img {
	padding:4px;
	border:2px solid gray;
	background:white;
	}
#navi-outer li a span.navbar-img img {
	opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);
	width:57px;
	height:auto;
	}
#navi-outer li a:hover span.navbar-img img,#navi-outer li a.navi-active span.navbar-img img {
	opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);
	width:58px;
	height:auto;
	}
#slide_content p {padding:0;margin:0;}
#navi-outer li a span.navbar-key {display:none;}
#navi-outer li a span.navbar-title {
	font-weight:bold;
	font-size:11px;
	display:block;
	margin:0;
	padding:5px 0px 5px 0px;
	color:#000;
	line-height:13px;
	}
#navi-outer li a span.navbar-tagline {
	font-weight:normal;
	color:#000;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:12px;
	}
#navi-outer li a:hover span.navbar-tagline, #navi-outer li a.navi-active span.navbar-tagline {
	font-weight:normal;
	color:#fff;
	}
span.navbar-clr {
	display:block;
	clear:both;
	}
/* --- Notice: Add custom text styling here to overwrite your template's CSS styles! --- */
.fpss-introtext .slidetext h1 {
	font-size:28px;
	line-height:28px;
	margin:0;
	padding:20px 8px 2px 8px;
	color:#000;
	}
.fpss-introtext .slidetext h1 a {
	font-size:28px;
	margin:0;
	padding:0;
	color:#000;
	}
.fpss-introtext .slidetext h1 a:hover {
	font-size:28px;
	margin:0;
	padding:0;
	color:#c00;
	}
.fpss-introtext .slidetext h2 {
	font-size:11px;
	margin:0 8px;
	padding:0;
	color:#bbb;
	font-weight:normal;
	}
.fpss-introtext .slidetext h3 {
	font-size:11px;
	margin:0 0 4px 0;
	padding:0;
	display:none;
	}
.fpss-introtext .slidetext p {
	margin:0 8px;
	padding:8px 0;
	background:url(images/dotted.gif) repeat-x bottom;
	color:#000;
	}
.fpss-introtext .slidetext a.readon {
	position:absolute;
	left:8px;
	bottom:12px;
	width:100px;
	margin:0;
	padding:6px 0 6px 12px;
	background:url(images/readmore.png) no-repeat;
	color:#000;
	border:none;
	}
.fpss-introtext .slidetext a.readon:hover {
	position:absolute;
	left:8px;
	bottom:12px;
	width:100px;
	margin:0;
	padding:6px 0 6px 12px;
	background:url(images/readmore-hover.png) no-repeat;
	color:#000;
	border:none;
	}
/* --- Generic Styling (highly recommended) --- */
#fpss-outer-container a:active,
#fpss-outer-container a:focus {outline:0;}
#fpss-container img {border:none;}
.fpss-introtext .slidetext img,
.fpss-introtext .slidetext p img {display:none;} /* this will hide images inside the introtext */
.fpss-clr {clear:both;height:0;line-height:0;}
.slide_content{
    margin-top:0px;
    padding:0px;
    width:auto; 
    height:84px;
    background:#fff;
    position:relative;
}
.slide_content p span{
	font-size:12px;
	display:block;
	color:#CD2027;
	padding-top:5px; 
	font-weight:bold;
	width:400px;
	}
.slide_content p{
    width: auto;
    float: left;
    color:#000;
    font-size:12px;
    margin:0px 0px 0px 10px;
    padding:0px 0px 0px 14px; 
    line-height:16px !important;
    width:271px;
}
.slide_content a{
    position:absolute;
    right:-2px;
    bottom:0px;
    margin:0px;
    padding:0px; 
    border:none;
    height:24px;
}
.slide_content a img{
    border:none;
}
a{
    text-decoration:none;
}

/****************************************************
* News Scoller - Non Members Landing Page
****************************************************/
#member_slideshow #fpss-outer-container {height:323px; margin:0;}
#member_slideshow #slide-wrapper #slide-outer .slide .slide-inner  {height:399px;}
#member_slideshow #slide-wrapper #slide-outer .slide {height:327px;}
#member_slideshow #slide-wrapper #slide-outer {height:323px;}
/****************************************************
* SiteSearch Dropdown Styling
****************************************************/
#sitesearch_dropdown *  { 
    padding:0;
    margin: 0;
    width:120px;
    text-align:left;
    color:#393939;
}
#sitesearch_dropdown { 
    z-index:99;
    width:120px;
    margin:0 auto;
    float: left;
    line-height:20px;
    background:url(images/sitesearch_dropdown.jpg) no-repeat;
}
#sitesearch_dropdown a { 
    display:block;
    text-decoration:none;
    padding:3px 10px;
}
#sitesearch_dropdown a:hover { }
#sitesearch_dropdown ul li { 
    width: 120px;
    list-style-type:none;
}
#sitesearch_dropdown ul li ul li {
	width:101px;
	padding-left:3px;
	border-top:1px solid white;
	}
#sitesearch_dropdown ul li { 
    float:left;
    width:120px;
}
#sitesearch_dropdown ul li ul, #sitesearch_dropdown:hover ul li ul, #sitesearch_dropdown:hover ul li:hover ul li ul{ 
    display:none;
    background:gray;
    color:white;
    list-style-type:none;
    width: 120px;
    position:absolute;
    z-index:0;
}
#sitesearch_dropdown ul li ul li {
    width:120px;
    color:white;
    background:gray;
}
#sitesearch_dropdown:hover ul, #sitesearch_dropdown:hover ul li:hover ul, #sitesearch_dropdown:hover ul li:hover ul li:hover ul { 
    display:block;
    color:white;
}
#sitesearch_dropdown:hover ul li ul, #sitesearch_dropdown:hover ul li ul li {
    background:gray;
    color:white;
}
#sitesearch_dropdown ul li a {color:#000;}
#sitesearch_dropdown ul li ul li a {color:white;}

/****************************************************
* Login Overlay Styling
****************************************************/
.panel_login_text {
	float:left; 
	padding:4px 6px 0 0; 
	color:white; 
	font-weight:bold; 
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	}
.panel_login_text_forgot {
	width:233px;
	padding-top:3px;
	color:white;
	float:left;
	}
.panel_login_text_forgot a {
	color:white;
	font-weight:normal;
	font-size:11px;
	}
#username, #password {
	width:226px; 
	color:#595959;
	font-size:13px;
	padding-left:4px;
	height:24px;
	border:0;
	}
#login_btn {
	float:right; 
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	background:url(images/login_btn.jpg) no-repeat; 
	width:73px; 
	height:30px;
	border:0;
	}
#panel_login {
	width:373px; 
	height:157px; 
	background:url(images/panel_login.jpg) no-repeat;
	position: absolute;
	right: 50px;
	top: 10px;
	text-align: left;
	padding-left: 10px;
}
#panel_login_content {
	width:322px; 
	height:100px; 
	float:right;
	margin:30px 20px 0 0;
	}
.panel_login_bar {
	width:auto; 
	float:right;
	height:41px;
	}
#panel_contents {
	border-left:5px solid #777; 
	border-right:5px solid #777; 
	border-bottom:5px solid #777; 
	height:186px; 
	width:822px;
	background: black;
	z-index: -1;
	}
.panel_button {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 189px;
	height: 28px;
	background: url(/wp-content/uploads/2010/10/login_box.png);
	z-index: -1;
	cursor: pointer;
	text-indent: -9999px;
}
.panel_button2 {
	cursor:pointer;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:0;
	width:189px;
	z-index:-1;
}
.panel_button img {
	position: relative;
	top: 1px;
	border: none;
}
.panel_button a {
	text-decoration: none;
	color: #545454;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 1px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.panel_button a:hover {
	color: #999999;
}
#toppanel {
	position: absolute;
	width: 100%;
	left: 0px;
	top:0px;
	z-index: 99999;
	text-align: center;

}
#panel {
	width: 858px;
	position: relative;
	top: 0px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#inside_panel{
	width: 385px;
	height: 150px;
	position: absolute;
	top: 10px;
	margin-left:20px;
	text-align: left;
}
/****************************************************
* Refresh Sidebar 11.11.2010 Styling
****************************************************/
#internal_sidebar {	
	float:right;
	width:300px;
	height:auto;
	}
#sidebar_quick {
	background:#F1F1F1;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	margin-bottom:10px;
	}
#sidebar_quick ul {
	margin:10px 0 10px 20px;
	}
#sidebar_quick ul li {
	padding:0 10px 20px 0;
	list-style:none;
	display:inline;
	}
#sidebar_quick_newsletter {
	height:auto;
	margin:10px 0;
	}
#sidebar_quick_newsletter_right input, #sidebar_quick_newsletter_right input.btn, input.btn {
    background:url(images/newsletter_submit.gif) no-repeat;
    width:40px;
    height:26px;
    border:0;
	color:#FFF;
	font-weight:bold;
	
}
#sidebar_quick_newsletter_left {
    height:25px;
    float:left;
    margin-left:11px;
}
#sidebar_quick_newsletter_left input {
    border:0;
    width:230px;
    height:24px;
    background:white;
    font-size:13px;
    border:1px solid black;
    color:#666;
    padding-left:5px;
	
}
.sidebar_quick_email_headline {
	font-size:14px;
	font-weight:bold;
	color:#0E567F;
	,argin-bottom:6px;
	padding-left:20px;
	}
#sidebar_headlines {
	background:#F1F1F1;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	margin-bottom:10px;
	}
h2.sidbar {
	color:white;
	font-size:14px !important;
	font-weight:bold;
	padding:5px 14px;
	background:#4E4C4C;
	}
#sidebar_quick_social {
	background:url(images/sidebar_quick_social.jpg) repeat-x;
	height:30px;
	margin:0 auto;
	padding:10px 0;
	width:280px;
	}
#sidebar_tools {
	margin-bottom:10px;
	background:#F1F1F1;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	}
#sidebar_headlines ul, #sidebar_tools ul, #sidebar_newsletter ul {
	list-style:none;
	margin-left:37px;
	margin-top:16px;
	width:237px;
	}
#sidebar_headlines ul li, #sidebar_tools ul li, #sidebar_newsletter ul li{
	list-style:url(images/chevron.png);
	padding:0 0 15px 0;
	}
#sidebar_headlines ul li a, #sidebar_tools ul li a, #sidebar_newsletter ul li a{
	color:#000;
	font-size:12px;
	}
#sidebar_newsletter {
	margin-bottom:10px;
	background:#F1F1F1;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	}
#sidebar_do {
	margin-bottom:10px;
	}
#sidebar_ask {
	margin-bottom:10px;
	}
#sidebar_calendar {
	margin-bottom:10px;
	}
/****************************************************
* 12.02.2010 CATEGORY LANDING PAGE
****************************************************/
h2.category_landing {
	font-size:22px;
	color:#9B0712;
	margin:0 0 10px 0;
	}
.category_landing {padding-top:2px !important;}
.category_landing p {color:#000; font-size:13px; text-align:justify; margin:5px 0 10px 0;}
#category_landing_header {font-size:13px; line-height:150%;}
.category_landing_boxes {
	background:url(images/category_landing_dots.jpg) repeat-x;
	background-position:bottom;
	padding-bottom:5px;
	margin-bottom:10px;
	}
#category_landing_header {
	height:auto;
	font-size:15px;
	padding-top:5px;
	width:auto;
	}
h1.category_landing {color:#9B0712 !important; font-size:51px !important; font-weight:bold !important;}
.category_landing_cat_used {color:#9B0712; font-weight:bold;}
.category_landing_header_all {
	color:#9B0712;
	}
#content .category_landing ul {
	margin:20px;
	}
#content .category_landing ul li {
	list-style:none;
	padding:20px 0;
	}
#category_landing_view {
	width:100%;
	background:url(images/category_landing_view_heade.jpg) repeat-x;
	background-position:top;
	height:34px;
	margin-bottom:10px;
	font-size:14px;
	}
#category_landing_view_left {
	float:left;
	padding-top:7px;
	width:auto;
	}
#category_landing_view_right {
	width:auto;
	padding-top:7px;
	float:right;
	}
#category_landing_view_one {
	float:left;
	width:auto;
	margin:0 10px 0 0;
	}
#category_landing_view_two {
	float:left;
	width:auto;
	margin:0 10px 0 0;
	}
#category_landing_view_three {
	float:left;
	width:auto;
	margin:0 10px 0 0;
	}
#category_landing_view_four {
	float:right;
	width:auto;
	margin:0;
	}
/****************************************************
* Refresh Single Page/Post 11.24.2010 Styling
****************************************************/
#commentform {
	width:490px;
	margin-left:20px;
	}
.comment_label {
	float:left;
	}
#single_content {
	float:left;
	width:643px;
	}
#single_content_topics {
	font-size:12px;
	color:#999999;
	}
#single_content_prov {
	font-size:12px;
	float:left;
	margin-bottom:10px;
	color:#999999;
	}
#single_content_prov_right {
	float:right;
	}
#single_content_prov_left {
	float:left;
	}
#single_content_prov_right ul {
	float:left;
	margin:0;
	}
#single_content_prov_right ul li {
	display:block;
	padding:0;
	}
#single_content_topics a, #single_content_prov a {
	color:#D93C3C;
	}
#single_content p {
	font-size:12px;
	line-height:154%;
	color:#000;
	text-align:justify;
	}
#single_content h2 {
	color:#9B0712;
	font-size:22px;
	font-weight:bold;
	}
#single_content h2 a:hover {text-decoration:none;}
h3.single_page_subhead {
	font-size:18px;
	color:#828282;
	font-weight:bold;
	}
#single_content img {
	/*border:2px solid black;*/
}
h3#respond {
    padding:4px 0 0 32px;
    margin-left:10px;
    background:url(images/comments_respond.jpg) no-repeat;
	color:white;
	font-weight:normal;
	height:28px;
	font-size:14px;
}
#comment_respond_bg {
    background:url(images/comments_respond_bg.jpg) repeat-x;
    height:28px;
    }
#commentform input {
    width: 140px;
    margin: 5px 5px 1px 0;
    border:1px solid #BEBEBE !important;
}

#commentform textarea {
    width: 386px;
    border:1px solid #BEBEBE !important;
    margin-top:5px;
    font-family:Arial;
    padding-left:5px;
    padding-top:5px;
    font-size:13px;
}
/* Comments*/
.commentlist cite {
    font-style:normal;
    margin-bottom:4px;
    display:block;
}	
.commentlist blockquote {
    background:#ededed;
}
.commentlist li {
    padding: 10px 0px 10px 0px;
    list-style:none;
    margin-bottom:3px;
}
.commentlist li li {
    background:none;
    border:none;
    list-style:square;
    margin:3px 0 3px 20px;
    padding:3px 0;
}
.commenttext {
    padding: 10px 10px 0px 10px;
    background:#f2f2f2;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:530px;
    float:right
}
.commentlist cite strong {
    font-size:1.1em;
}
li.my_comment {
    background: #FFF;
    border:none;
}
li.my_comment cite strong {
    font-size: 1.3em;
    color:#313228;
}
#commentform small {
	color:black;
	font-weight:bold;
    padding:0;
}
.commentmetadata {
    color:#4d4d4d;
    display: block;
    margin-top:3px;
    text-align:right;
    font-size:0.9em;
}
.commentmetadata a, .commentmetadata a:visited {
    color:#959382;
}
.commentlist small {
    background:#e9e9e9;
}
.avatar {
    border:1px solid #bbb;
    margin:0px 10px 0px 0px;
    float:left;
    padding:2px;
    width:55px;
    height:55px;
}	
#comment {
    width:auto;
}
#comment_container {
	border:1px solid #ccc;
    background:#F1F1F1;
    width:100%;
    float:left;
    margin-bottom:100px;
    }
#comment_container p {
	margin-left:111px;
	}
.searchbutton {
	background:url(images/comments_submit.jpg) no-repeat;
	color:white;
	border:0 !important;
	width:127px !important;
	height:28px;
	font-size:14px;
	text-align:center;
	}
#single_related_footer {
	width:auto;
	height:136px;
	margin-top:10px;
	background:url(images/member_explore_bottom_dots.png) repeat-x scroll center top transparent;
	background-position:top;
	padding:15px 0 0 0;
	margin-bottom:20px;
	}
#single_articles {
	float:left;
	width:auto;
	height:100px;
	}
#single_tools ul, #single_articles ul {
	float:left;
	}
#single_tools ul li, #single_articles ul li {
	background:url(images/single_article_li.jpg) no-repeat;
	background-image:left;
	padding-bottom:6px;
	padding-left:10px;
	}
#single_tools ul li a, #single_articles ul li a {font-size:14px; font-style:italic; color:black; text-decoration:none;}
h3.single_related_footer {
	font-size:15px;
	color:#9B0712;
	font-weight:bold;
	}
.comment_box {
	float:left;
	width:auto;
	}
.comment_search {
	float:left;
	margin:0 0 20px 111px;
	}
.comment_comment_box {
	height:270px;
	float:left;
	width:511px;
	margin-top: 10px;
	}
.comment_box_right {
	float:left;
	width:200px;
	}
.comment_comment_box_right {
	width:400px;
	float:right;
	}
.comment_box_right input, .comment_comment_box_right input {
	height:24px;
	font-style:normal;
	font-size:13px;
	padding-left:5px;
	}
.comment_box_left {
	float:left;
	width:100px;
	padding:12px 10px 0 0;
	text-align:right;
	clear:both;

}
 .comment_comment_box_left {
	width:100px;
	padding:12px 10px 0 0;
	text-align:right;
	}
.comment_box_left label, .comment_comment_box_left label {
	font-size:13px;
	color:black;
	font-weight:bold;
	}
#post_downloads_box {
	width:100%;
	height:66px;
	background:url(images/member_explore_bottom_dots.png) repeat-x;
	background-position:top;
	padding-top:16px;
	margin-top:20px;
	}
#post_downloads_box img {border:0;}
#post_downloads_box a {border:0;}
#post_downloads_box_title {
	float:left;
	color: #9B0712;
    font-size: 15px;
    margin-right:5px;
    font-weight: bold;
    }
#post_downloads_box_right {
	width:40px;
	float:left;
	border:0;
	}
#post_downloads_box_left {
	width:40px;
	float:left;
	border:0;
	}
/****************************************************
* Call To Action Styling (CTA)
****************************************************/
#cta_overlay {
	display:none;
	width:899px;
	height:435px;
	padding:0 20px 20px 20px;
	background:white;
	font-family:Arial;
	top:50px !important;
	z-index:101;
}
#overlay_headline {
	color:#070707;
	font-weight:bold;
	width:899px;
	font-size:24px !important;
	background:url(images/overlay_headline_dots.jpg) repeat-x;
	background-position:top;
	padding-top:20px;
	float:left;
	margin-bottom:10px;
	}
#overlay_box {
	width:auto;
	float:left;
	}
#overlay_box_right {
	width:438px;
	font-size:14px;
	float:right;
	text-align:left;
	padding-left:20px;
	background:url(images/overlay_box_right_dots.jpg) no-repeat;
	background-position:left;
	}
#overlay_box_left {
	width:440px;
	float:left;
	text-align:left;
	}
#overlay_footer {
	width:100%;
	height:20px;
	float:left;
	margin-top:37px;
	}
#overlay_footer p {
	width:850px;
	margin:0 auto;
	font-size:14px;
	text-align:center;
	}
.overlay_headers {
	color:#CD2027;
	font-size:18px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	}
#overlay_top {
	height:50px;
	width:919px;
	margin: 0 0 17px 0;
	float:left;
	}
#overlay_header {
	float:left;
	width:auto;
	}
#overlay_close {
	width:10px;
	padding:10px 0 0 0;
	float:right;
	}
#overlay_login_fields {	
	width:auto;
	margin-top:4px;
	float:left;
	}
.overlay_login {
	float:left;
	width:auto;
	height:26px;
	margin-bottom:13px;
	}
.overlay_login_text {
	font-weight:bold;
	color:black;
	font-size:16px;
	float:left;
	margin-right:10px;
	}
.overlay_login_forgot {
	width:422px;
	float:left;
	}
.overlay_login_text_forgot {
	padding-top:6px;
	float:left;
	}
.overlay_login_text_forgot a {
	color:#CD2027;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
#overlay_username, #overlay_password {
	border:1px solid black;
	height:25px;
	width:330px;
	padding-top:2px;
	}
input#overlay_username, input#overlay_password {
	padding-top:4px!important;
}
#overlay_login_btn {
	float:right; 
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	background:url(images/login_btn.jpg) no-repeat; 
	width:73px; 
	height:30px;
	border:0;
	}
.overlay_login_button {float:right; width:73px;}
#overlay_box_left_buy {
	width:auto;
	float:left;
	}
#overlay_box_left_free {
	float:right;
	width:auto;
	}
#overlay_box_right_bottom {
	width:327px;
	height:40px;
	float:right;
	margin-top:20px;
	}
.close {
	background:url(images/cta_overlay_close.jpg) no-repeat;
	height:15px;
	width:20px;
	border:0;
	}
/****************************************************
* MEMBER- Landing Do Diligence Blog
****************************************************/
#landing_do_blog {
	float:left;
	margin:15px 0 0 0;
	width:auto;
	height:auto;
	}
#landing_do_blog ul {float:left; display:inline; list-style:none;}
#landing_do_blog ul li {
	list-style:none;
	font-size:12px;
	background:url(images/landing_do_blog_dots.jpg) repeat-x;
	background-position:bottom;
	margin-bottom:7px;
	padding-bottom:8px;
	}
h2.landing_do_blog {
	color:#CA1F26;
	font-size:18px;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(images/landing_do_blog_dots.jpg) repeat-x;
	background-position:bottom;
	}
.landing_do_blog_text, .landing_bottom_boxes_atitle {color:#737272; font-size:13px;}
.landing_bottom_boxes_atitle a {color:#C31D24; text-decoration:none; font-size:13px;}
/****************************************************
* COMPLIANCE - landing page for compliance
****************************************************/
#compliance_headline {
	width:auto;
	background:url(images/compliance_headline_bg3.jpg) no-repeat;
	background-position:left;
	height:70px;
	margin-bottom:10px;
	}
h1.compliance_headline_top {
	font-size:20px;
	color:#6B6667;
	font-weight:bold;
	margin-left:85px;
	}
h2.compliance_headline_bottom {
	font-size:40px;
	color:#9B0712;
	font-weight:bold;
	margin-left:83px;
	float:left;
	}
#compliance_dropdown {
	height:20px;
	border-top:1px solid #BDBDBD;
	width:auto;
	padding-top:10px;
	margin-bottom:20px;
	}
#compliance_dropdown .select {
	background:url(images/compliance_dropdown_bg.jpg) no-repeat;
	width:643px;
	height:30px;
	}
#toolbox_dropdowns_left .styled, #toolbox_dropdowns_middle .styled {
	width:310px;
	}
#toolbox_dropdowns_left .select, #toolbox_dropdowns_middle .select {
	background:url(images/tooltype_mydropdown.jpg) no-repeat;
	width:310px;
	height:30px;
	}

#compliance_howtogetstarted {
	width:auto;
	border-right:1px solid #BDBDBD;
	border-left:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	}
#compliance_howtogetstarted p {
	padding:12px 10px;
	margin:0;
	}
#compliance_howtogetstarted_top, #compliance_one_content_left_headline, #compliance_one_content_right_headline, #compliance_one_content_right_bottom_headline, #compliance_laws_headline, #compliance_safety_headline {
	background:url(images/compliance_headline.jpg) repeat-x;
	color:white;
	height:23px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	padding:6px 0 0 10px;
	}
.compliance_howtogetstarted_headline {
	font-size:18px;
	color:#000000;
	padding:0 10px 10px 10px;
	}
#compliance_one_content {
	width:643px;
	float:left;
	margin-top:15px;
	}
#compliance_one_content_left {
	float:left;
	width:334px;
	border-right:1px solid #BDBDBD;
	border-left:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	}
#compliance_one_content_left p {
	width:223px;
	float:left;
	padding:4px 0 0 0;
	margin:0;
	}
#compliance_one_content_left ul {
	margin:0 20px 0 10px;
	}
#compliance_one_content_left ul li {
	display:inline;
	background:url(images/member_explore_bottom_dots.png) repeat-x;
	background-position:bottom;
	float:left;
	margin-bottom:10px;
	padding:0 0 10px 0;
	}
#compliance_one_content_left ul li img {
	padding:4px;
	float:left;
	border:1px solid #BDBDBD;
	margin-right:10px;
	}
.compliance_one_content_left_title {
	font-size:12px;
	width:90%;
	color:#000000;
	font-weight:bold;
	}
#compliance_one_content_left_read_more {
	float:right;
	width:auto;
	margin:30px 20px 20px 0;
	background:url(images/chevron.png) no-repeat;
	background-position:left;
	padding-left:16px;
	}
#compliance_one_content_left_read_more a {
	font-size:13px;
	}
#compliance_one_content_right {	
	float:right;
	width:297px;
	border-right:1px solid #BDBDBD;
	border-left:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	}
#compliance_one_content_right ul {
	margin:0 20px;
	float:left;
	}
#compliance_one_content_right ul li {
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	display:inline;
	background:url(images/member_explore_bottom_dots.png) repeat-x;
	background-position:bottom;
	}
#compliance_one_content_right ul li img {
	padding:4px;
	float:left;
	border:1px solid #BDBDBD;
	margin-right:10px;
	}
#compliance_one_content_right p {
	margin:0;
	float:left;
	width:196px;
	}	
#compliance_one_content_right a {
	font-weight:bold;
	}
#compliance_one_content_right_readmore {
	float:right;
	width:auto;
	margin:0 20px 10px 0;
	background:url(images/chevron2.png) no-repeat;
	background-position:left;
	padding-left:16px;
	}
#compliance_one_content_right_readmore a {
	font-size:13px;
	font-weight:normal;
	}
.compliance_one_content_right_top_title {
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin-bottom:10px;
	}
#compliance_one_content_right_bottom {	
	float:right;
	width:297px;
	margin-top:10px;
	border-right:1px solid #BDBDBD;
	border-left:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	}
#compliance_one_content_right_bottom_headline {margin-bottom:0px !important;}
#compliance_one_content_right_bottom ul {
	margin:0 20px;
	float:left;

	}
#compliance_one_content_right_bottom ul li {
	display:inline;
	padding-top:10px;
	margin:0 10px 10px 10px;
	float:left;
	background:url(images/member_explore_bottom_dots.png) repeat-x;
	background-position:top;
	}
#compliance_one_content_right_bottom ul li img {
	padding:4px;
	float:left;
	border:1px solid #BDBDBD;
	margin-right:10px;
	}
#compliance_one_content_right_bottom ul li.featured img {
	padding:4px;
	float:left;
	border:1px solid #BDBDBD;
	margin-left:10px;
	}
.compliance_one_content_right_bottom_title {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#000;
	width:130px;
	}
#compliance_one_content_right_bottom ul li p {
	margin:0;
	float:left;
	width:137px;
	}
#compliance_one_content_right_bottom_title_featured {
	color:#8F0D12;
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
	padding:0 0 0 11px;
	}
#compliance_one_content_right_bottom ul li.featured {
	background:white;
	margin:0!important;
	padding:10px 0 10px 0!important;
	width:100%;
	}
#compliance_one_content_right_bottom ul li.second {
	display:inline;
	padding-top:10px;
	margin:0 10px 10px 10px;
	float:left;
	background:url(images/member_explore_bottom_dots.png) repeat-x;
	background-position:top;
	}
#compliance_laws {
	float:left;
	width:643px;
	margin-top:10px;
	border-right:1px solid #BDBDBD;
	border-left:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	}
.compliance_laws_text_title {
	font-weight:bold;
	}
#compliance_laws ul {
	margin:10px 0 10px 10px;
	float:left;
	}
#compliance_laws ul li {
	display:block;
	/*float:left;*/
	font-size:12px;
	padding:0 0 10px 15px;
	background:url(images/chevron.png) 0px 2px no-repeat;
	}
#compliance_laws ul li a {
	color:#000;
	text-decoration:none;
	}
#compliance_safety {
	float:left;
	width:643px;
	margin-top:10px;
	border-right:1px solid #BDBDBD;
	border-left:1px solid #BDBDBD;
	border-bottom:1px solid #BDBDBD;
	background:url(images/compliance_safety_bg.jpg) repeat-x;
	background-position:bottom;
	}
#compliance_safety ul {
	float:left;
	margin-left:47px;
	}
#compliance_safety ul li {
	margin:0 15px 0 0;
	width:15%;
	float:left;
	}
#compliance_safety ul li img {
	margin-bottom:10px;
	border:1px solid #000;
	}
.compliance_safety_text {
	font-size:12px;
	margin-bottom:30px;
	color:#000;
	clear:both;
	}
.compliance_safety_buynow {
	border:0;
	width:96px;
	margin:0 auto;
	clear:both;
	}
.compliance_safety_buynow img { border:0 !important;}
.compliance_safety_headline_bg {
	padding:0 0 0 35px;
	}
/****************************************************
* GLOBAL HEADER SEARCH 
****************************************************/
#header_search {
	width:960px;
	height:36px;
	margin:10px auto 10px auto;
	color:white;
	background:url(images/header_search.jpg) repeat-x;
	}
#header_search_left {
	width:535px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	}
#header_search_middle {
	width:230px;
	float:left;
	margin:3px 0 0 10px;
	margin-top:5px;
	}
#header_search_right {
	width:171px;
	margin-top:3px;
	float:right;
	margin-top:5px;
	}
#header_search_search {
	float:left;
	font-size:14px;
	padding:4px 0 0 0;
	font-weight:bold;
	margin-right:10px;
	}
#header_search_cont {
	width:467px;
	float:left;
	height:21px;
	margin:0px 0px 0px 5px;
	padding-bottom:5px;
	}
#header_search_text_field {
	float:left;
	width:auto;
	height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 2px 0px 0px;
	}

#header_search_text_field input {
	padding-bottom:3px;
}	
	
#header_search_text_btn {
	float:left;
	width:35px;
	height:21px;
	line-height:26px;
	}
#header_search_middle .select {
	background:url(images/header_search_small_two.jpg) no-repeat;
	width:122px;
	color:#B1ADAD;
	font-size:14px;
	margin-top:1px;
	height:22px;
	padding:2px 0 0 10px;
	font-weight:bold;

	}
 #header_search_right select.styled {
	width:132px;
	height:19px;
	margin-top:1px;
	}
	
	#header_search_middle select.styled{
	width:132px;
	height:19px;
	margin-top:-16px;
	margin-left:96px;
	}
#header_search_right .select {
	background:url(images/header_search_small_two.jpg) no-repeat;
	width:125px;
	color:#B1ADAD;
	font-size:14px;
	font-weight:bold;
	height:22px;
	margin-top:1px;
	padding:2px 0 0 10px;
	}
#header_search_filter, #header_search_right_topic {
	float:left;
	font-weight:bold;
	font-size:14px;
	width:auto;
	padding-top:2px;
	margin-right:5px;
	}
#conform {
	width:100%;
	float:left;
	border-top:1px solid #B1ADAD;
	padding-top:10px;
	}
.cat {
    line-height: 28px;
}	
/****************************************************
* SUBSCRIBE NOW  
****************************************************/
#sub_now_top {
	width:960px;
	float:left;
	margin-bottom:10px;
	}
h2.sub_now_top {
	font-size:34px;
	color:#9B0712;
	margin-top:5px;
	font-weight:bold;
	font-family:Arial, Verdana, sans-serif;
	}
p.sub_now_top_main {
	font-size:18px;
	}
p.sub_now {font-size:14px;}
p.sub_now_boxes_left_top {
	padding:0 15px;
	font-size:12px;
	line-height:170%;
	color:#2E2E2E;
	margin-top:15px;
	}
p.sub_now_boxes_left_bottom {
	padding:9px 0 0 0;
	margin:0 15px;
	font-size:12px;
	line-height:170%;
	color:#2E2E2E;
	border-top:1px dashed #ccc;
	}
p.sub_now_boxes_smaller {
	padding:0 5px;
	font-size:12px;
	line-height:170%;
	color:#4A4A4A;
	}
p.sub_now_boxes_smaller_bottom {
	padding:3px 0 0 0;
	font-size:12px;
	border-top:1px dashed #ccc;
	margin:0 5px;
	line-height:170%;
	color:#4A4A4A;
	}
#sub_now_boxes {
	width:960px;
	float:left;
	margin-bottom:20px;
	height:427px;
	background:#EEEEEE;
	border:2px solid #C0C0C0;
	}
#sub_now_boxes2 {
	width:960px;
	float:left;
	margin-bottom:20px;
	height:232px;
	background:#EEEEEE;
	border:2px solid #C0C0C0;
	}
#sub_now_boxes_left2 {
	width:488px;
	float:left;
	height:227px;
	margin-left:4px;
	}
#sub_now_boxes_middle2 {
	margin:0 0 0 10px;
	width:225px;
	height:227px;
	float:left;
	}
#sub_now_boxes_right2 {
	width:218px;
	float:right;
	height:227px;
	margin-right:6px;
	}

#sub_now_boxes_left {
	width:488px;
	float:left;
	height:427px;
	margin-left:4px;
	}
#sub_now_boxes_middle {
	margin:0 0 0 10px;
	width:225px;
	height:427px;
	float:left;
	}
#sub_now_boxes_right {
	width:218px;
	float:right;
	height:427px;
	margin-right:6px;
	}
.sub_now_boxes_headline_second {margin:7px 0 0 0;}
.sub_now_plus {color:#CD1E23; font-size:12px; font-weight:bold;}
.sub_now_plus_less {color:#CD1E23; font-size:11px; font-weight:bold;}
#sub_now_content {
	width:960px;
	margin:10px 4px;
	float:left;
	}
#sub_now_content_left {
	width:335px;
	height:auto;
	color:#363942;
	float:left;
	}
#sub_now_content_left_more {
	background:#EDF2F5;
	border-top:5px #A8C0D8 solid;
	margin-bottom:10px;
	}
#sub_now_content_left_journal {
	background:#F4F1EA url(images/sub_now_journal.jpg) no-repeat;
	background-position:top left;
	border-top:5px solid #CFC4B0;
	height:138px;
	}
#sub_now_content_right {
	float:right;
	width:572px;
	border-top:5px solid #E3E3E3;
	}
h3.sub_now_content_left {
	font-size:18px;
	font-weight:normal;
	padding:15px 20px 11px;
	font-family:Arial, Verdana, sans-serif;
	}
#sub_now_content_left ul {
	margin:0 15px 0 28px;
	font-size:12px;
	}
#sub_now_content_left ul li {
	list-style:disc;
	padding-bottom:10px;
	}
h3.sub_now_content_left_journal {
	font-size:18px;
	padding-left:90px;
	padding-top:13px;
	font-family:Arial, Verdana, sans-serif;
	}
#sub_now_content_left_journal p {
 	font-size: 12px;
    line-height: 148%;
    padding: 0 20px 0 90px;	
    }
.box-content{
	border:1px solid transparent;
	display:block;
	height:358px;
}
.box-content2{
	border:1px solid transparent;
	display:block;
	height:158px;
}
#signup input {
	font-size:13px;
	padding-left:5px;
	background:white;
	color:#666;
	border:1px solid #666;
	height:20px;
	}
#signup input:focus {
	background:white;
	border:1px solid #9B0712;
	}
.signup_label { 
	color:#000; 
	font-weight:bold; 
	font-size:14px; 
	text-align:left;
	}
.signup_label_text { 
	color:#666; 
	font-size:12px; 
	text-align:left;
	font-weight:normal;
	}
.signup_header {
	border-bottom:3px solid #9B0712; 
	color:#9B0712;
	padding-bottom:5px; 
	font-size:18px; 
	font-weight:bold;
	margin:10px 0 15px 0;
}
.sigup_red {
	color:red;
	font-weight:bold;
}
#signup_box_top {
	float:left;
	width:572px;
	height: auto;
}
#signup_box_bottom {
	float:left;
	width:572px;
}
#signup_box_middle {
	float:left;
	width:572px;
	height:auto;
}
.signup_box_right {
	width:342px;
	float:right;
	}
.signup_box_left {
	width:215px;
	float:left;
	}
.signup_box_right_pass_one {
	float:left;
	width:187px;
	margin-right:10px;
	}
.signup_box_right_pass_two {
	float:left;
	width:100px;
	}
.signup_rows {height:62px;}
.signup_rows_loginname {height:120px;}
.required_field_explanation {height:25px; margin-top:10px;}
.signup_btn {
	background:url(images/trial_next.jpg) no-repeat !important; 
	width:164px; 
	color:white !important; 
	height:35px !important; 
	float:right; 
	margin-bottom:50px;
	}
/****************************************************
* TRIAL PAGE ONE AND PAGE TWO
****************************************************/
#trial_top {
	float:left;
	width:640px;
	}
h2.trial_top {
	color:#C42931;
	font-size:20px;
	font-weight:normal;
	}
#trial_top p {
	font-size:12px;
	padding:0;
	margin:0;
	}
h3.trial_top {
	color:#C42931;
	font-weight:normal;
	font-size:20px;
	margin-top:10px;
	}
#trial_content {
	float:left;
	width:640px;
	margin-bottom:20px;
	}
h3.trial_content {
	color:#C42931;
	font-size:18px;
	font-weight:normal;
	margin-top:20px;
	}
#trial_content_left {
	width:200px;
	float:left;
	margin-left:10px;
	}
#trial_content_right {
	width:200px;
	float:left;
	}
#trial_next {
	float:right;
	width:auto;
	}
#trial_sidebar {
	float:right;
	width:300px;
	margin-top:5px;
	background:#EFF0F2;
	}
#trial_sidebar_image {
	width:190px;
	margin:20px auto;
	}
#trial_sidebar_image img {border:1px solid #979797;}
#trial_sidebar p {
	font-size:12px;
	padding:0 15px;
	}
h4.trial_sidebar {
	color:#C42931;
	padding:0 15px;
	text-align:center;
	font-size:15px;
	}
#trial_two_guar {
	background:#E3E3E3;
	padding:5px;
	width:100%;
	float:left;
	margin:10px 0;
	}
h3.trial_two_quar {
	color:#C42931;
	font-size:14px;
	font-weight:bold;
	}
#trial_two_guar p {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	line-height:100%;
	}
#trial_content a, #trial_top a {color:#255C9D !important;}
#trial_act {
	width:auto;
	float:left;
	margin-left:30px;
	}
/****************************************************
* 404
****************************************************/
#fourohfour {
	float:left;
	width:640px;
	}
#fourohfour_left {
	width:300px;
	float:left;
	}
#fourohfour_right {
	width:320px;
	float:left;
	margin-top:70px;
	}
#fourohfour_right p {font-size:16px; font-weight:bold; line-height:140%;}
#sitemap{
	width:640px; 
	float:left; 
	text-align:left;
	}
#sitemap ul li.none {background:none; padding-left:2px;}
#sitemap ul li{
	padding-left:20px;
	background:url(images/chevron.png) no-repeat;
	background-position:top left;

	}
#sitemap ul li a {
	color:black;
	text-decoration:none;
	}
#category_description {font-size:13px; border-bottom:1px solid #DDDDDD; padding:0;}
/****************************************************
* Trial Page One Styling
****************************************************/
#trial_sidebar_dec {font-size:12px; margin-right:10px;float:left; background:#EFF0F2; margin-top:5px;width:280px; padding:10px;}
#trial_sidebar_dec ul {margin:0 0 0 20px;}
#trial_sidebar_dec ul li {list-style-type:disc; padding:0 0 10px 0px;}
#trial_sidebar_dec p {font-weight:bold;}
.trial_one {background:green !important; color:white !important; padding: 5px !important; height:auto !important;}

#single_content ul li {list-style:disc; padding-bottom: 10px;} #single_content ul {margin:0 0 0 20px;}
/** random styling **/
#compliance_safety ul li {list-style:none;}
.ontarioarticlr ul {min-height:213px;}
/****************************************************
* Trial Page One Styling
****************************************************/
#o_o_r_a_s_email {border:2px solid black;background:#F7F3F3;margin-bottom:15px;}
#o_o_r_a_s_email p {color:#BC1B21;font-size:14px;font-weight:bold;padding:5px 5px 5px 19px;margin:0;}
#o_o_r_a_s_email .submit {background:url(images/ontario_subscribe.jpg) no-repeat;border:0;text-indent:-9999px;width:40px;height:26px;}
#o_o_r_a_s_about {margin-bottom:20px; border-bottom:dashed thin #999; padding-bottom:10px;}
#o_o_r_a_s_about p {margin:0;padding:0;line-height:150%; font-size:14px;}
#o_o_r_a_s_resources {margin-bottom:20px; border-bottom:dashed thin #999; padding-bottom:10px; line-height:150%; font-size:14px;}
#o_o_r_a_s_resources ul, #o_o_r_a_s_recent ul {line-height:150%; font-size:14px;}
#o_o_r_a_s_resources ul li, #o_o_r_a_s_archives ul li, #o_o_r_a_s_popular ul li, #o_o_r_a_s_usefullinks ul li, #o_o_r_a_s_recent ul li, #o_o_r_a_s_archives ul li, #o_o_r_a_s_archives li {background:url(images/ontario_li.jpg) no-repeat top left;padding:0 0 5px 18px;  line-height:150%; font-size:14px;}
#o_o_r_a_s_trial {margin-bottom:20px; border-bottom:dashed thin #999; padding-bottom:10px}
#o_o_r_a_s_archives {margin-bottom:20px; border-bottom:dashed thin #999; padding-bottom:10px}
#o_o_r_a_s_recent {margin-bottom:20px; border-bottom:dashed thin #999; padding-bottom:10px}
#o_o_r_a_s_popular {margin-bottom:20px;  border-bottom:dashed thin #999; padding-bottom:10px}
#o_o_r_a_s_usefullinks { border-bottom:dashed thin #999; padding-bottom:10px}
#archive img {float:left;margin:0 10px 20px 0;width:auto;padding:3px;border:2px solid #ccc;}
.ontario_title {font-size:26px; line-height:110%;font-weight:bold;}
.ontario_share {width:100%; padding-bottom: 6px; padding-top: 3px;  border-bottom:dashed thin #999;}
.ontario_info {width:100%;height:10px; padding-bottom: 10px;}
p.ontario_info_r  {width:auto;float:right;margin:0;padding:0;font-style:italic;}
p.ontario_info_l {width:auto;float:left;margin:0;padding:0;font-style:italic;}
.spoiler p {}
h2.o_o_r_a_s {color:#9B0712;font-weight:bold;font-size:16px;margin:0 0 10px 0;padding:0;}
#o_o_r_a_s_recent ul li a {color:black;}
#blog_footer {width:100%;border:1px solid #ccc;margin-bottom:20px;height:150px}
#blog_footer_top {background:#F4F4F4;height:30px;width:100%;padding-top:6px;font-size:22px;margin-bottom:0px;}
#blog_footer_top a {padding-left:10px;}
#blog_footer_left {width:300px;float:left;padding:10px;font-size:14px;line-height:130%;text-align:justify;}
#blog_footer_right {width:auto;padding:10px;float:right;}
#blog_footer_right img {border:0;}

/****************************************************
* Poll Page Styling
****************************************************/

#polls-6 #landing_page_sidebar_poll_question{ background-color: #F1F1F1;
    color: #366799;
    font-family: Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width:auto;}
#polls-6 #polls-6-ans p{text-align:left !important;}
.pollcontent{float: left; margin: 0 10px 10px 20px; width: 63%;}

.social_icons{
}
.social_icons ul {
}
.social_icons ul li{
	float: left;
	margin-right: 3px;
}
#single_articles ul {
	margin:0;
}
#single_articles ul li{
	list-style:none;
	margin:0px;
}

/* Topic By & Province By Pages
******************************************************/
.cat_left_sec .back_link{ 
	z-index: 999;
	margin: -15px 5px 0 0;
	text-align: right;
	font-size:12px;
	font-weight:bold;
}
.back_link a, .back_link a:hover{ 
	color:#fff;
}
.cat_left_sec .cat_head_sec{
	width:auto;
	margin: 0px 0 10px 0;
}
.cat_left_sec .cat_head_sec .cat_icon{
	z-index: -999;
	min-height:100px;
}
.cat_left_sec .cat_head_sec .cat_title{
	width: auto;
	margin: 0 0 0px 105px;
}
.cat_left_sec .cat_title span{
	font-size: 20px;
	font-weight: bold;
	color: #6B6667;
}
.cat_left_sec  .cat_title .title{
	/*font-weight: bold !important;
	font-size: 30px !important;
	color: #BB0E0E !important;
	border: none !important;
	letter-spacing:normal !important;
	margin-top: 10px;*/
}

.cat_content{
	width:100%;
	height:auto;
	margin:0;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
}
.cat_left_sec{
	float: left;
	width: 67%;
	margin: 0;
}
.cat_left_sec .cat_boxes{
	border: 1px solid #CCC;
	margin: 0px 0 10px 0;
	clear: both;
}
ul.cat_ul{
	margin: 15px 0 10px 10px;
	display: inline;
	float: left;
	min-height: 100px !important;
	height: auto;
	width: 97%;
}
ul.cat_ul li{
	background: url(images/chevron.png) no-repeat 0 3px;
	padding-left: 17px;
	padding-bottom: 10px;
}
.cat_ul2 li{
	margin: 10px 0 10px 20px;
	background: url(images/member_explore_bottom_dots.png) repeat-x;
	padding: 0 0 10px 0px;
	background-position: bottom;
}
ul.cat_ul2 li img{
	border: 1px solid #BDBDBD;
	padding: 4px;
	float: left;
}
ul.cat_ul2 li .title_right{
	float: right;
	width: 225px;
	padding: 0;
	margin: 0;
	color:#000;
}
ul.cat_ul2 li .title_right p{
	padding: 4px 10px 0 0;
	margin:0;
}
.title_right .boxes_readmore{
	color:#9B0712 !important;
	font-weight:normal !important;
}
ul.cat_ul2 li .title_right a:hover,ul.cat_ul2 li .title_right a{
	color:#000;
	font-weight:bold;
	padding-right: 5px;
	display: block;
}
ul.cat_ul li a,
ul.cat_ul li a:visited,
ul.cat_ul li a:active,
ul.cat_ul li a:hover{
	color:#000;
}
.cat_left_sec h2.cat_boxes_head{
	background:url(images/heading_bg.png) repeat-x;
    color: white;
    font-size: 12px;
    padding: 6px 0 0px 10px;
	font-weight:bold;
	margin:0;
	height:24px;
}
.cat_right_sec{
	float: right;
	width: 31%;
}
.cat_left_sec .cat_boxes_second .cat_boxes_left{
	float:left;
	width:49%;	
	border: 1px solid #CCC;
	margin: 0px 0 10px 0;
	min-height: 700px;
}
.cat_left_sec .cat_boxes_second .cat_boxes_right{
	float:right;
	width:49%;
	border: 1px solid #CCC;
	margin: 0px 0 20px 0;	
	min-height: 700px;
}

.cat_left_sec .cat_boxes .cat_boxes_readmore,
.cat_left_sec .cat_boxes_second .cat_boxes_left .cat_boxes_readmore,
.cat_left_sec .cat_boxes_second .cat_boxes_right .cat_boxes_readmore{
	text-align:right;
	margin: 0 20px 5px 0;
	font-weight:bold;
}
#quick_ul{
	margin:10px 10px !important;
	min-height:75px !important;
}
#quick_ul li{
	float: left;
	margin: 0 190px 0 10px;
	background: url(images/chevron.png) no-repeat  0 3px;
	padding-left: 17px;
	padding-bottom: 8px;
	font-weight:bold;
}
.cat_boxes h3{
	font-weight:bold;
	color:#BB0E0E;
	margin:10px 10px;
	font-size: 13px;
}
.cat_boxes h4{
	font-weight:bold;
	color:#BB0E0E;
	margin:10px 10px;
}
.cat_boxes p{
	margin:10px 10px;
}
ul.video_ul{
	font-size: 11px;
	font-family: arial;
	width:100%;
	margin-bottom:15px;
	min-height: 365px;
}
ul.video_ul li{
	float: left;
	width: 45%;
	margin: 15px 15px 0px 15px;
	min-height: 100px;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 5px 0;
}
ul.video_ul li .video_left{
	width: 16.5%;
	float: left;
	padding: 3px;
	border: 1px solid #CCC;
	margin-right: 5px;
}
ul.video_ul li .video_right{
	float: right;
	width: 77%;
}
ul.video_ul li .video_right h3{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: black;
}
.video_right .video_content a,
.video_right .video_content a:visited,
.video_right .video_content a:active,
.video_right .video_content a:hover{
	font-weight:bold;
}

/* Newsletter Posts
******************************************************/
#news_content{
	width: auto;
	margin: 10px 0 0px 0;
	font-family:Arial;
	line-height:18px;
	color:#5a5a5a;
	font-size:12px;
}
.news_left_sec{
	float: left;
	width: 67%;
}
.news_head_sec{
	width: 100%;
	margin: 0 0 15px 10px;
	height: 70px;
}
.news_icon{
	float: left;
	width: 13%;
}
.news_title{
	float: right;
	width: 87%;
}
.news_title p{
	margin:0 0 5px 0;
}
.title_left{
	float:left;
	width:40%;
}
.news_title span{
	color: #6B6667;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.news_title h2{
	font-size: 26px;
	font-weight: bold;
	float: left;
	font-family:Arial !important;
}
.news_title .download_now{
	text-align: right;
	margin-right: 10px;
	float:right;
	margin-top: -8px;
}
.news_desc{
	margin-bottom: 30px;
}
.news_middle{
	margin-bottom: 10px;
}
.news_head{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	float: left;
	margin-bottom:7px;
	color: #6B6667;
}
.news_head_sep{
	height: 2px;
	display: block;
	width: 66%;
	background: #6B6667;
	margin: 13px 0 0 0;
	float: right;
}
.news_middle h2{
	font-family:Arial !important;
	font-weight: bold;
	clear: both;
}
.post_date{
	color:#6988a5;
}
.news_readmore, .news_readmore a:hover{
	text-align: right;
	font-weight: bold;
	color:#C33;
	cursor:pointer;
}
.news_bottom ul li{
	clear: both;
	margin-bottom: 20px;
	list-style:none !important;
}
.news_bottom ul li .newsletter{
	min-height: 145px;
}
.newsletter .newsletter-right{
	float: right;
	width: 76%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}
.newsletter-right h2{
	font-family:Arial !important;
}
.newsletter-content{margin-bottom: 5px;}
.newsletter .newsletter-left{
	float: left;
	width: 20%;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding: 5px 5px 5px 4px;
}

.newsletter-view{
	text-align:left;
	font-weight:bold;
}
.news_related ul{
	padding:10px 0;
	min-height:100px;
	clear: both;
}
.news_related ul li{
	margin: 0 0px 0 10px;
	background: url(images/chevron.png) no-repeat  0 3px;
	padding-left: 17px;
	padding-bottom: 8px;
	font-weight:bold;
}
.news_related ul li a{
	color:#5a5a5a;
}
.bottom_sep{
	background: url(images/solid-line.png) repeat-x;
	height:3px;
	clear:both;
}
.side_image{
	background:#FFF;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	width:96%;
	padding:5px;
}
.sidebar_ul{
	margin:10px !important;
}
.sidebar_ul h2{
	font-family:Arial !important;
	font-weight: bold;
	margin: 10px 0;
}
.downld_btn{
	text-align:right;
	margin:10px 0 0 0;
}

/* FAQ Page
******************************************************/
.faq_sec{
	border-bottom:1px dotted #ccc;
	padding:0px 0 0px 0;
	width: 647px;
}
#tabnav {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	clear: both;
	background: #4e4c4c;
	width: 643px;
	font-weight:bold;
	border: 2px solid #4e4c4c;
}
#tabnav li, #tabnav li.active {
	display: block;
	float: left;
	clear: none;
	margin: 0;
	position: relative;
	background: url(images/menu-divider.png) no-repeat right;
	padding: 0 5px 0 2px;
}
#tabnav li.active a{
	background:#CCC;
}
#tabnav li a {
	display: inline-block;
	height: 40px;
	line-height: 42px;
	padding: 0 20px 0 20px;
	margin: 0px;
	background: #4e4c4c;
	color: #FFF;
	float: left;
	font-size: 15px;
}
.tabcontent {
	float: left;
	clear: both;
	width: 643px;
	display: block;
	margin: 0 0 10px 0;
	padding: 20px 0;
}
div.list {
	margin-bottom: 2px;
	width: 100%;
}
div.list p.trigger {
	background: #EEE url(images/plus.png) no-repeat 20px 14px;
	padding: 0 20px 0 40px;
	width: 91%;
}
p.trigger {
	padding: 0 50px 0 10px;
	margin: 0 0 2px 0;
	background: #EEE url(images/plus.png) no-repeat 20px 14px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	clear: both;
	float: left;
	border: 1px solid #444;
}
div.list p.active, div.list p.active:hover {
	background: #EEE url(images/minus.jpg) no-repeat 20px 17px;
}
p.trigger a {
	text-decoration: none;
	display: block;
	color: black;
	font-weight: bold;
}
.toggle_container {
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 570px;
	clear: both;
	float: left;
}
.nofound{
	margin: 0 0 0 10px;
}

/* Video Learning Center Page
******************************************************/

.video_top{
	height:360px;
	width:auto;
}
.video_top_left{
	float: left;
	width: 640px;
}
.video_top_right{
	float: right;
	width: 305px;
}
.video_content{
	border:2px solid #CCC;
	margin:10px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
    -khtml-border-radius: 2px;
	padding: 10px;
	min-height: 730px;
}
.video_content_left{
	float: left;
	width: 220px;
}
.video_content_right{
	float: right;
	width: 715px;
	min-height: 730px;
}
.video-box{
	float: left;
	width: 218px;
	background: white;
	border: 5px solid #E2E2E2;
	margin: 0 0 15px 10px;
	position: relative;
	padding: 0px;
	min-height: 220px;
}
.box-bot{
	height: 35px;
	background: url(images/bg_box_bot.gif) repeat-x;
}
.ratings{
	display: block;
	width: 80px;
	float:left;
	padding: 9px 0 0 10px;
}
.post-ratings-loading{
	position: absolute;
	margin-left: 85px;
	margin-top: -15px;
}
.play_time{
	display: block;
	margin: 10px;
	float: right;
}
.inside {
	padding: 10px;
	height: 152px;
}
.inside h4{
	font-family:Georgia;
	font-size:12px;
	padding: 5px 0;
	font-weight: bold;
}
.fblock {
	display: block;
	border-bottom: 1px dotted #BFBAA7;
	padding: 7px 7px!important;
	margin: 0px 0px;
}
ul.tabsnav {
	padding: 10px 0px 0px 0px;
	height: 35px;
	margin: 0px 0px;
}
.tabsnav li a:visited,.tabsnav li a:hover, .tabsnav li a:active,.tabsnav li a, .ui-tabs-selected a{
	color:white !important;
	padding: 10px 20px;
	display: inline;
}
.tabsnav li {
	background: #4e4c4c;
	float: left;
	padding: 7px 0 7px 0;
	font-size: 14px;
	text-align: center;
	width: 98px !important;
	font-weight:bold;
	border: 1px solid #666;
	margin-right: 1px;
	height:20px !important;
}
.currentone  {
	background: #CCC url(http://beta.ohsinsider.com/wp-content/themes/arthemia/images/chevron.png) no-repeat 7px 12px;
	border: 1px solid #AAA;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
    -khtml-border-radius: 2px;
	color: #C33 !important;
	padding: 10px 10px 10px 23px;
	display: block;
	font-weight: bold;
}
.tabsnav li:hover, .ui-tabs-selected  {
	background: url(images/red_bg.png) repeat-x !important;
	border: none !important;
	padding:8px 1px !important;
	height:20px !important;
	width: 98px !important;
}
.tabox {
	width: auto;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	
}
.tabsdiv {
	padding: 0px;
}
.tab_content{
	border: 1px solid #666;
	background: #F1F1F1 !important;
	width: 300px;
	height: 323px;
}
.fb_left{
	float:left;
	width:47px;
	clear: right;
	border:1px solid #ccc;
	background:white;
	padding:3px;
}
.fb_right{
	float:right;
	width:78%;
}
.fb_right p{
	margin:5px 0;
	font-size: 11px;
	line-height: 14px;
	clear:both;	
}
.fb_right h4{
	font-weight:bold;
}
.ui-tabs-panel{
	background: none !important;
	border: none !important;
	padding:0 !important;
}
ul#postPagination li:last-child a{
	background:url(images/go-previous-rtl.png) no-repeat;
	display:block;
	height: 48px;
	width:48px;
}
ul#postPagination li:first-child a{
	background:url(images/go-next-rtl.png) no-repeat;	
	display:block;
	height: 48px;
	width:48px;
}
ul#postPagination li:last-child {
	width:50%;
	text-align:left;
	float:right;
}
ul#postPagination li:first-child {
	width:50%;
	text-align:right;
	float:left;
}
.faq_sec{
	border-bottom:1px dotted #ccc;
	padding:0px 0 0px 0;
	width: 647px;
}
#tabnav {
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	clear: both;
	background: #4e4c4c;
	width: 643px;
	font-weight:bold;
	border: 2px solid #4e4c4c;
}
#tabnav li, #tabnav li.active {
	display: block;
	float: left;
	clear: none;
	margin: 0;
	position: relative;
	background: url(images/menu-divider.png) no-repeat right;
	padding: 0 5px 0 2px;
}
#tabnav li.active a{
	background:#CCC;
}
#tabnav li a {
	display: inline-block;
	height: 40px;
	line-height: 42px;
	padding: 0 20px 0 20px;
	margin: 0px;
	background: #4e4c4c;
	color: #FFF;
	float: left;
	font-size: 15px;
}
.tabcontent {
	float: left;
	clear: both;
	width: 643px;
	display: block;
	margin: 0;
	padding: 10px 0;
}
div.list {
	margin-bottom: 2px;
	width: 100%;
}
div.list p.trigger {
	background: #EEE url(images/plus.png) no-repeat 20px 14px;
	padding: 0 20px 0 40px;
	width: 91%;
}
p.trigger {
	padding: 0 50px 0 10px;
	margin: 0 0 2px 0;
	background: #EEE url(images/plus.png) no-repeat 20px 14px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	clear: both;
	float: left;
	border: 1px solid #bbb;
}
div.list p.active, div.list p.active:hover {
	background: #EEE url(images/minus.jpg) no-repeat 20px 17px;
}
p.trigger a {
	text-decoration: none;
	display: block;
	color: black;
	font-weight: bold;
}
.toggle_container {
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
	width: 570px;
	clear: both;
	float: left;
}
.nofound{
	margin: 0 0 0 10px;
}


/* Webinars Page
******************************************************/

.webn_head_sec{
	width:auto;
	margin: 0px 0 10px 0;
	font-family: arial;
	font-size: 12px;
}
.webn_head_sec h2.title{
	font: 2em Verdana;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding: 5px 0px;
	color: #9B0712;
}
.webn_head_sec .post_text{
	line-height: 17px;
}
.webn_middle .news_head_sep{
	height: 1px;
	display: block;
	width: 62%;
	background: #6B6667;
	margin: 22px 0 0 0;
	float: right;
}
.webn_middle{
	margin-bottom: 10px;
	font-size: 12px;
	min-height: 190px;
}
.webn_content p, .webinar_content p{
	line-height: 17px;
	margin: 5px 0 20px 0px;
}
.webn_middle .webn_head{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	float: left;
	margin-bottom:7px;
	color: #6B6667;
}
.webn_middle h2{
	font-weight: bold;
	font-family: arial;
	clear: both;
	font-size: 16px;
	margin-bottom:2px;
}
.post_date{
	color:#6988a5;
	font-size: 13px;
}
.webn_readmore{
	float: right;
	min-width: 275px;
	text-align: right;
}
.webn_right{
	float:right;
	width:75%;
	margin-top: 5px;
}
.webn_left{
	float:left;
	margin-top: 5px;
}
.webn_img{
	margin-right: 10px;
	border: 1px solid #CCC;
	padding: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}
.webn_ul{
	margin: 10px 10px 10px 20px;
	font-size: 12px;	
}
.webn_ul li{
	margin-bottom:20px;
}
.webn_bottom ul li{
	clear: both;
	margin-bottom: 40px;
}
.webinar-right{
	float: right;
	width: 75%;
	padding-bottom: 10px;
}
.webinar-right h2{
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:2px;
}
.webinar-right h2 a:hover, .webinar-right h2 a{
	color:#C33;
}
.webinar-left{
	min-width: 20%;
	float: left;
	border: 1px solid #CCC;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
.webn_readmore .buy_now{
	float: left;
	width: 50%;
}
.webn_readmore .register_now{
	float:right;
	width:50%;
}
#webn_side_image{
	margin: 5px 5px;background: white;border: 1px solid #CCC;border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;padding: 5px;
	width: 277px;
}
.webn_side_cont{
	margin: 10px;
	font-size: 12px;
}
.webn_side_cont h2 a,.webn_side_cont h2 a:hover,.webn_right h2 a:hover,.webn_right h2 a{
	color:#C33;
}

/* Video Post
******************************************************/

.bold{
	font-weight:bold;
}

#vdcontent p{
	margin-bottom: 20px;
	line-height: 20px;
	margin-top: 3px;
	margin-left: 10px;
	margin-right: 50px;
}

#vdcontent p a{
	text-decoration:underline;
	color:#9B0712;
}

#vdcontent p a:hover{
	text-decoration:none;
	color:#9B0712;
}

#vdcontainer{
	font-family: arial;
	font-size: 12px;
	color: #5A5A5A;
}

#vdcontent{
	font-family: arial;
	font-size: 12px;
	float: left;
	width: 67%;
}

#vdcontent h2{
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	margin:8px;
}

#vdcontent h3{
	font-family: arial;
	font-weight: bold;
	font-size:16px;
	color:#bb0e0e;
	margin-left:10px;
}

#vdcontent h4{
	font-family: arial;
	font-weight: bold;
	font-size:14px;
	color:#000;
	margin-left:10px;
}

#vdcontent h5{
	font-family: arial;
	font-weight: bold;
	font-size:13px;
	color:#7d7d7d;
	margin-left:10px;
}

#vdcontent .vd_right{
	margin: 15px 0 15px 10px;
}

#vdcontent .vd_left{
	border: 1px solid #CCC;
	float: left;
	width: 125px;
	padding: 5px;
	text-align: center;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding: 5px;
	margin: 10px 25px 4px 10px;
}

#vdcontent .vd_register{
	background:url(images/registernow_bg.png) repeat-x;
	border: 1px solid #A5A4A4;
	padding: 10px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	margin: 10px 10px 15px 10px;
}

#vdcontent .vd_register span{
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	font-family: helvetica;
}

#vdcontent .vd_register p{
	margin-bottom: 0px;
	margin-left: 0px;
}

#vdcontent .vd_register h3{
	margin-left: 0px;
}

#vdcontent .vd_register img{
	float: right;
	margin: -40px -6px 0 0px;
}

#vdcontent blockquote{
	background: none;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 15px 10px;
	margin: 20px 70px 20px 10px;
}

#vdcontent blockquote:before{
	content:url(images/blockquote.png);
	padding: 0 15px 0 0;
	float: left;
}

#vdcontent blockquote:after{
	content:url(images/rightblockquote.png);
	float: right;
	margin-top: -20px;
}

#vdcontent blockquote .commenter{
	display: block;
	margin: 10px 0 0 64px;
}

#vdcontent blockquote .txt{
	width: 97%;
	color: #5A5A5A;
	font-style: normal;
	display: block;
}

#vdcontent ol{
	counter-reset: item;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#vdcontent ol li{
	list-style: none;
	border-bottom: 1px dotted #CCC;
	margin: 10px 20px 10px;
	padding: 0px 0 8px 0;
}

#vdcontent ol li:before { 
	content: counter(item);
	counter-increment: item;
	color: #BB0E0E;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#vdcontent ol li span{
	font-size: 11px;
	display: block;
	line-height: 20px;
	margin-top: -5px;
}

#vdcontent ul{
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

#vdcontent ul li{
	list-style: none;
	border-bottom: 1px dotted #CCC;
	margin: 5px 40px 0px;
	padding: 5px 0 8px 0;
	float: right;
}

#vdcontent ul li span{
	font-size: 11px;
	display: block;
	float: right;
	width: 95%;
	line-height: 20px;
	margin-top: -5px;
}

#vdcontent ul li:before { 
	content: url(images/bullets.png);
	float: left;
	margin-right: 10px;
}
#noaccess{
	margin:20px 20px;
	clear:both;
}

/* Ask Expert Page
******************************************************/

.comments-link{
	font-weight:bold;
}

.add-comment a,.add-comment a:hover{
	font-weight:bold;
	color:#306ca2;
}

.ask_content p{
	line-height: 17px;
	margin: 5px 0 10px 0px;
}

.commentlist li{
	list-style: none !important;
}

.comment{
}

.comment-right{
	float:right;
	width:80%;
}

.comment-left{
	float:left;
	width:13%;
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.commenttext p{
	padding-left: 15px;
}

.ask_row{
	margin:0 10px 10px 10px;
}

.ask_field{
	float: right;
}

.ask_lable{
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	font-size: 13px;
}

.ask_submit{
	text-align: right;
	margin: 0 10px 7px 0px;
}

.ask_field input[type="text"]{
	padding: 4px 5px;
	border: 1px solid #333;
	width: 201px;
}

.ask_field select{
	width: 212px;
	padding: 4px;
	border: 1px solid #333;
}

.ask_field textarea{
	width: 210px;
	border: 1px solid #333;
}

label.error { 
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px; 
	padding-left:25px;  
	background: transparent url(images/cancel.png) no-repeat scroll left; 
}

label#title_error   {
	margin-top: 5px;
	display: block; 
}

label#cate_error  {
	margin-top: 5px;
	display: block; 
}
label#detail_error {
	margin-top: 5px;
	display: block; 
}

#login_msg{
	margin-top: 5px;
	color: red;
}

#login_msg a{
	color: red;
	text-decoration:underline;
}
.ask_cat_icon{
	background: url(images/ques_icon.png) no-repeat 0px -08px;
	width: 31px;
	height: 33px;
	float: left;
	padding-right: 8px;
}

.webinar-right h2 a{
	padding-top: 7px;
	display: block;
}

.pro_badge{
	background:url(images/pro-badge.png) no-repeat;
	width: 35px;
	height: 35px;
	float: left;
	padding-right: 8px;
}

/* Home Page
******************************************************/
#landing_bottom_boxes_left{
	float:left;
	width:68%;
	margin:0;
}
#landing_bottom_boxes_right{
	float:right;
	width:32%;
	margin:0;
}
#landing_bottom_boxes_left_heading{
	color: #333;
    margin: 20px 0;
	width:100%;
	font-size:30px;
}
.wp-polls-ques{
	color:#06F;
	font-size:12px;
	margin:0 0 0 20px !important;
}
.wp-polls-vote{
	margin:0 0 0 50px !important;
}
#polls-1-ans{
	margin: 15px 0 0 10px !important;
}
#polls-widget-5{
	margin-bottom:20px;
}
.post_date{
	color:#69C;
}
#landing_bottom_boxes_left .post{
	color:#5a5a5a;
	clear: both;
}
#landing_bottom_boxes_left .post .post-right h2 a,
#landing_bottom_boxes_left .post .post-right h2 a:active,
#landing_bottom_boxes_left .post .post-right h2 a:visited,
#landing_bottom_boxes_left .post .post-right h2 a:hover{
	color:#b80c0c;
	font-size:16px;
	margin:0 0 7px;
	font-weight: bold;
}
#landing_bottom_boxes_left .post_meta{
	margin:0 0 7px;
}
#landing_bottom_boxes_left .post-content{
	margin:0;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
}
#landing_bottom_boxes_left .post .post-left{
	clear: right;
    float: left;
    margin: 0 0 30px;
    width: 20%;
    margin: 0 0 30px;
    padding: 5px 5px 0;
	border: 1px solid #EAEAEA;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
}
#landing_bottom_boxes_left .post .post-left img{
    border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -khtml-border-radius: 12px 12px 12px 12px;
	border:none;
}
#landing_bottom_boxes_left .post .post-right{
	border-bottom: 1px dotted #5A5A5A;
    float: right;
    line-height: 20px;
    margin:0 10px 30px 10px;
    padding: 0 0 12px;
    width: 75%;
}
#landing_bottom_boxes_left .post .post-right .post-view a,
#landing_bottom_boxes_left .post .post-right .post-view a:active
#landing_bottom_boxes_left .post .post-right .post-view a:visited,
#landing_bottom_boxes_left .post .post-right .post-view a:hover{
	color:#b80c0c;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
}

/* Home Page Slider
******************************************************/

#headline{
	background:url(images/slider-bg.png) repeat-y;
	margin-bottom: 10px;
}
#headline #slider_heading{
	color:#FFF;
	margin: 10px 0 15px 20px;
	font-size:24px;
}
#headline .bx-wrapper{
	height: 208px;
}
#headline .bx-wrapper .bx-window{
	height: 185px;
}
#slider1 li .slider{
	color:#FFF;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
}
#headline .slider-left{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 10px 0 20px;
    padding: 0;
    width: 19.4%;
}
#headline .slider-left img {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
	border:none;
}
#headline .slider-right{
	float:right;
	margin: 0;
    width: 73%;
}
#headline .slider-right h2 a,
#headline .slider-right h2 a:visited,
#headline .slider-right h2 a:active,
#headline .slider-right h2 a:hover{
	color:#FFFFFF;
	font-size:16px;
	margin:0 0 7px;
	font-weight: bold;
}
#headline .slider-content{
	font-weight:bold;
	width:95%;
}
#slider1 li .slider .slider-view{
	font-weight:bold;
	margin: 5px 35px 0;
    text-align: right;
}
#slider1 li .slider .slider-view a, #slider1 li .slider .slider-view a:active, #slider1 li .slider .slider-view a:visited {
	color:#FFF;
}
#slider1 li .slider .slider-view a:hover {
	color:#C70F19;
}
#headline .slider_meta{
	font-weight:bold;
}
#headline .slider_meta .post_date{
	font-weight:bold;
}
#headline .slider_meta .post_author{
	font-weight:bold;
}

/* Marketing Tabs */
.marketingtabs { float:right;margin-right: 150px; z-index: 99999;margin-top: -35px; }
.marketingtabs li { float: left; margin: 0px 1px; padding: 0px; text-indent: -9999px; }
.marketingtabs li a { display: block; cursor: pointer;}
.marketingtabs li a.findout { background:url(images/join_nowtab.png) no-repeat; width: 110px; height: 33px; }
.marketingtabs li a.renew { background:url(images/free_trialtab.png) no-repeat; width: 110px; height: 33px; }
.marketingtabs li a.freetrial { background:url(images/take_tourtab.png) no-repeat; width: 110px; height: 33px; }
