/* ***************************
  Site - Project Name
  ---------------------------
  StyleSheet Index
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* ***************************
   $1 Website Structure Styles
   ***************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans%3A400italic%2C700italic%2C400%2C600%2C700&amp;ver=4.1);

@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/oswald-webfont.eot');
    src: url('../fonts/oswald-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/oswald-webfont.woff') format('woff'),
        url('../fonts/oswald-webfont.ttf') format('truetype'),
        url('../fonts/oswald-webfont.svg#OswaldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdMediumCondensed';
    src: url('../fonts/futurastd-condensed-webfont.eot');
    src: url('../fonts/futurastd-condensed-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/futurastd-condensed-webfont.woff') format('woff'),
        url('../fonts/futurastd-condensed-webfont.ttf') format('truetype'),
        url('../fonts/futurastd-condensed-webfont.svg#FuturaStdMediumCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{-webkit-text-size-adjust:none;}
html {
    background: #FFFFFF;
    color: #000000;
}
body {
	background: #E9E9E9;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 1006px;
	margin: 0 auto;
	background: #FFFFFF;
}

b, strong { font-weight:bold; }

a {
    color: #00ADEE;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active {
    color: #00ADEE;
}

h1 { font-size:26px; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { text-decoration: none; }
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

em { font-style: italic; }

.error-box {
    border: 2px solid #ED1B24;
    border-radius: 8px;
    padding: 10px 10px 10px 40px;
    color: #ED1B24;
    margin: 0 0 10px;
    background: #DDD2B2 url(/images/red_x.gif) no-repeat 14px 13px;
}

.info-box {
    border: 2px solid;
    border-radius: 8px;
    padding: 10px 10px 10px 40px;
    margin: 0 0 10px;
    background: #00ADEE url(/images/blue_info.png) no-repeat 5px 8px;
}


/* ***************************
   $2 Header Styles
   ***************************/
#header {
    height: 189px;
    width: 980px;
    position: relative;
    z-index: 100;
    background: #000000;
    margin: 0 auto;
}
.header_top {
    height: 144px;
    margin-bottom: 5px;
    overflow: visible;
}
.top_left{
    width: 186px;
    height: 149px;
    float: left;
}
.logo {
    width: 186px;
    height: 149px;
}
.header_top .top_left .message {
    line-height: 21px;
    font-size: 10px;
    color: #ED1B24;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0px;
    text-align: center;
}
.top_right {
    float: left;
    width: 788px;
    height: 149px;
}
.top_bar {
    position: absolute;
    z-index: 12;
    right: 0px;
    top: 0px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    _display: inline;
    color: #FFFFFF;
}
.top_bar a {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 5px;
}
.top_bar a.login {
    padding: 0px 0px 0px 5px;
    width: 63px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-top: 1px;
}
.top_bar a.login img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}
.a_click {
    background: url(../images/a_click.jpg) no-repeat bottom right;
    z-index: 999;
    position: relative;
}
.ad_bar {
    margin: 0 auto;
    width: 728px;
    height: 89px;
}
.ad_inner {
    width: 728px;
    height: 89px;
    margin: 0 auto;
}
.ad_top {
    margin: 32px auto 0px auto;
}
.header_bottom {
    height: 40px;
    background: #C8C8C8;
    text-align: center;
    color: #000000;
}
.home_link {
    width: 50px;
    height: 40px;
    float: left;
}
.home_link img {
    padding-top: 9px;
}
.menu {
    width: 580px;
    height: 40px;
    float: left;
}
.menu ul {
    display: inline-block;
    _display: inline;
    margin: 0 auto;
}
.menu ul li {
    float: left;
    text-align: center;
    padding: 0 8px;
    position: relative;
}
.menu > ul > li:hover {
    border-top: 3px solid #00ADEE;
    margin-top: -3px;
}
.menu ul li ul {
    display: none;
    background: white;
    border: 4px solid #DDD2B2;
    border-top-width: 0;
    position: absolute;
    top: 40px;
    width: 200px;
    box-shadow: #969696 0px 7px 8px 2px;
}
.menu ul li:hover ul {
    display: block;
}
.menu ul li ul li {
    float: none;
    width: auto;
    padding: 5px;
    margin: 5px 5px 0 5px;
}
.menu ul li ul li:nth-child(odd) {
    background: #F3F1F1;
}
.menu ul li ul li a,
.menu ul li ul li span {
    padding: 0 5px;
    height: auto;
    text-transform: none;
    font-size: 12px;
}
.menu li#list1 {
    width: 95px;
}
.menu li#list2 {
    width: 90px;
}
.menu li#list3 {
    width: 118px;
}
.menu li#list4 {
    width: 68px;
}
.menu li#list5 {
    width: 95px;
}
.menu li#list6 {
    width: 105px;
}
.menu a,
.menu span {
    text-decoration: none;
    display: inline-block;
    _display: inline;
    height: 27px;
    padding-top: 13px;
    font-size: 10px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.top_link {
    width: 105px;
    height: 32px;
    float: left;
    padding-top: 8px;
}
.top_link .top_link_link {
    margin: 3px;
}
.top_search {
    width: 225px;
    float: left;
    padding-top: 6px;
    height: 29px;
}
.top_search .inp {
    background: #FFFFFF url(../images/search_inp.png) no-repeat 4px center;
    width: 145px;
    height: 29px;
    opacity: .6;
    border: 0px;
    padding-left: 25px;
    line-height: 29px;
    font-size: 14px;
    color: #00ADEE;
    vertical-align: middle;
}
.top_search .inp::-webkit-input-placeholder {
    color: #00ADEE;
}
.top_search .inp:-moz-placeholder {
    color: #00ADEE;
    opacity: 1;
}
.top_search .inp::-moz-placeholder {
    color: #00ADEE;
    opacity: 1;
}
.top_search .inp:-ms-input-placeholder {
    color: #00ADEE;
}
.top_search .sub {
    width: 31px;
    height: 29px;
    background: url(../images/search_sub.png) no-repeat left 2px;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
}


.popup {
    width: 280px;
    background: url(../images/bg_popup.jpg) repeat-x bottom #FFFFFF;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 20px;
    color: #999999;
    font-size: 9px;
    padding: 5px 0px 10px 0px;
}
.popup .login_form{ width:220px; padding-left:20px;}
.popup label {
    display:block; padding:7px 0px 2px 0px; font-size:14px;
}
.popup .inp {
    width: 206px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 5px;
}
.popup span {
    color: #00ADEE;
    font-size: 11px;
    line-height: 21px;
}
.popup span.left {
    color: #999999;
    font-size: 9px;
    line-height: 13px;
}
.popup span.center {
    color: #999999;
    font-size: 9px;
    line-height: 13px;
}
.popup span.right {
    color: #999999;
    font-size: 9px;
    line-height: 13px;
}
.popup .radio {
    vertical-align: middle;
    margin: 1px 0px 5px 0px;
}
.popup .sub {
    background: url(../images/bg_popup_but.jpg) no-repeat;
    width: 57px;
    height: 21px;
    border: 0;
    cursor: pointer;
}
.popup .sub {
    float:right;
}
.popup .sub:hover {
    background:url(../images/bg_popup_but_hover.jpg) no-repeat;
}
.popup a {
    text-decoration: underline;
    color: #00ADEE;
    font-size: 9px;
}
.popup a:hover {
    text-decoration: none;
}
.popup hr {
    height: 1px;
    color: #ACACAC;
}
.popup p {
    overflow: hidden;
    margin: 10px 0px 8px 0px;
}
/* ***************************
   $3 Content Styles
   ***************************/
#content_inner {
    width: 980px;
    margin: 0px auto;
    padding: 20px 13px 30px 13px;
    overflow: hidden !important;
    position: relative;
    z-index: 80;
}
.breadcrumbs {
    position: absolute;
    width: 980px;
    height: 20px;
    line-height: 20px;
    left: 13px;
    top: 0px;
    color: #000000;
    font-size: 9px;
}
.breadcrumbs a {
    text-decoration: none;
    color: #000000;
    font-size: 9px;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
#maincontent {
	position: relative;
	width: 610px;
	float: left;
	margin: 0px 10px;
}
#maincontent.layout17 {
    width: 785px;
    float: left;
    margin: 0px 10px;
}
h3.title{
    display: inline-block;
    _display:inline;
    margin-bottom: 5px;
    font-family: 'Open Sans', 'OswaldRegular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ED1B24;
    text-transform: uppercase;
}
.subscribe_link { text-align: center; }
.sponsored-center { text-align: center; margin-bottom: -15px; margin-top: 10px}
.title_box {
    height: 55px;
    line-height: 55px;
    margin-top: 7px;
    float: left;
    width: 100%;
}
.title_top {
    margin: 10px 0px 10px 0px;
}
.title_box img {
    vertical-align: top;
}
.title_box img.left_img {
    margin-right: 5px;
}
.title_box .right_box {
    float: right;
}
.title_box .right_box img {
    vertical-align: middle;
}
.title_box .right_box span {
    color: #000000;
    font-size: 100%;
    margin-left: 40px;
    margin-right: 15px;
    vertical-align: top;
}
.title_box h3.title,
.inner_box h3.title {
    *display: inline;
    _display: inline;
    font-size: 20px;
    font-weight: bold;
    color: #ED1B24;
}
.title_box h3.sponsored_by {
    *display: inline;
    _display: inline;
    display: block;
    float:right;
    margin-left: 45px;
}
.title_box h3.sponsored_by {
    float:right;
    margin-right:20px;
}

.title_box h3.sponsored_by span.sponsored{
    float:left;
    margin-right:20px;
}
.title_box h3.sponsored_by span.sponsored ~ div{
    margin-left:90px;
}

.videos_home_content {
	width: 288px;
	margin: 15px auto 0;
	border: 1px solid black;
	padding: 5px;
}
#title_box_videos {
	position: relative;
	float: none;
	margin-top: 0px;
	height: 60px;
	padding-bottom: 10px;
	text-align: center;
	line-height: initial;
}
#title_box_videos h3.title {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	max-width: 200px;
	text-align: left;
}
#title_box_videos .right_box {
	width: 130px;
}
#title_box_videos .right_box img{ vertical-align:bottom; }

#title_box_videos .right_box div {
    display: inline-block;
}

.right_box.videos_sponsor {
    position: relative;
}
.right_box.videos_sponsor > span {
    position: absolute;
    top: 25px;
}
.right_box.videos_sponsor > iframe {
    margin-left: 86px;
}

.content_box {
    float: left;
    width: 610px;
}
.title_box h3.title img {
    vertical-align: middle;
}
.flash_slider { margin-bottom: 40px; }
.flash_slider li{max-width:180px;}
.home_content_l{ width:300px; float:left; margin-right:10px;}
.bx-wrapper .bx-controls-direction a{width:27px;}
.home_content_l ul li{ margin-bottom:12px;}
.home_content_l ul li h2 {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    margin-bottom: 5px;
}
.home_content_l ul li h2 a {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
.home_content_l ul li p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 13px;
}
.home_content_l ul li a {
    font-size: 11px;
    color: #00ADEE;
}
.home_content_l ul li a:active {
    color: #00ADEE;
}
.home_content_r {
    width: 300px;
    float: left;
}
.home_content_r #list_home li {
    background: url(../images/home_content_r_list_bg.jpg) no-repeat 1px 6px;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 12px;
}
.home_content_r #list_home li a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}
.home_content_r #list_home li a:hover {
    text-decoration: underline;
}
.home_content_r a {
    font-size: 10px;
    font-weight: bold;
}
a#bottom_more_a {
    display: inline-block;
    _display: inline;
    font-size: 10px;
    font-weight: bold;
    padding-right: 14px;
}
.home_content_l .content_ad{ margin:20px 0px 28px 0px;}
.message_list li{ margin:0; padding:0; list-style:none; overflow:hidden;}
.message_list li .left_img {
    float: left;
}
.message_list li .message {
    float: left;
    width: 185px;
    margin-left: 5px;
    overflow: hidden;
}

.bx-wrapper .nophoto .message { width:542px; }
.slider1 {
    height: 165px;
    border-left: 0px;
    border-right: 0px;
    background: none;
    background: -webkit-linear-gradient(#F0F0F0, #FFFFFF);
    background: -o-linear-gradient(#F0F0F0, #FFFFFF);
    background: -moz-linear-gradient(#F0F0F0, #FFFFFF);
    background: linear-gradient(#F0F0F0, #FFFFFF);
    padding-top: 15px;
}
.slider1 .bx-wrapper {
    height: 165px;
}
.slider1 .bx-pager {
    background: none;
    margin-left: -40px;
    width: auto;
    padding-left: 0px;
}
.slider1 .bx-pager a {
    background: url(../images/bx-pager_a.png) no-repeat right top;
}
.slider1 li .message a.more {
    height: 24px;
    background: #00ADEE;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
}
.slider1 li .message h2,
.slider1 li .message h2 a {
    color: #000000;
}
ul#slider1,
ul#slider2,
ul#slider3,
ul#slider4 {
    margin: 0;
}

.pager .message h2 a {
    text-decoration: none;
    color: #000000;
}
.message_info h2 a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.message_info .left_img { float:left; margin: 0 10px 10px 0; }

.bdescrip .message_info { clear:both; margin-bottom:20px; }
.bdescrip .message_info p { margin-left:53px; }
.bdescrip .message_info h2 { margin-bottom:7px; }

.home_content_r h3.top{ margin-top:17px;}
.home_content_inner > .home_content_l > h3.top,
.home_content_inner > .home_content_r > h3.top {
    margin-top: 18px;
}
.message_list li .message span {
    color: #00ADEE;
    font-weight: bold;
    display: inline-block;
    line-height: 31px;
    _display: inline;
    float: left;
    font-size: 9px;
    text-transform: uppercase;
}
.message_list li .message .img_box {
    width: 88px;
    height: 31px;
    float: left;
    margin-left: 5px;
}
.message_list li .message h4 {
    font-size: 12px;
    color: #00ADEE;
    margin-bottom: 5px;
    float: left;
    line-height: 19px;
}
.message_list li .message h4 a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.message_list li {
    padding: 5px 0px;
}
#info_list li {
    margin: 0px;
    margin-bottom: 18px;
    padding: 0px;
    list-style: none;
    background: none;
}
#info_list > li:last-of-type {
	margin-bottom: 5px;
}
#info_list h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
#info_list h2 a {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
#info_list span {
    color: #4D2A08;
    font-size: 10px;
    text-transform: uppercase;
}
#info_list p {
    font-size: 12px;
    margin: 3px 0px 5px 0px;
    line-height: 17px;
    text-transform: initial;
}
#info_list p.message {
    padding-right: 15px;
    line-height: 18px;
}
#info_list p a {
    display: block;
    margin-top: 6px;
}
.home_content_inner {
    padding: 17px 0px;
}

h3.title span.time {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 9px;
    display: inline-block;
    _display: inline;
    padding: 5px 0px 0px 10px;
    vertical-align: top;
}
#calendar{ display:block; padding-top:7px;}
#calendar li{ margin:0; padding:0; background:none; font-size:9px; font-weight:bold; text-transform:uppercase; line-height:18px;}
#calendar li span{ display:inline-block; _display:inline-block; width:110px;}

.content_box .inner_box {
    width: 600px;
    position: relative;
    left: -5px;
    padding-bottom: 13px;
    padding-top: 15px;
}
.content_box .inner_box h3.title {
    padding-left: 5px;
}
#sections {
    overflow: hidden;
}
#sections li {
    width: 150px;
    float: left;
    text-align: center;
    background: url(../images/bg_sections.jpg) no-repeat top center;
    padding: 42px 0px 15px 0px;
}
#sections li h2 {
    color: #00ADEE;
    font-size: 12px;
}
#sections li p {
    margin-bottom: 13px;
    padding: 0px 8px
}
#sections li span {
    text-transform: uppercase;
    color: #00ADEE;
    font-size: 9px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.title_bottom {
    margin-top: 0px;
}

/*about us*/
.main_content{ float:left; /*width:410px;*/ }
.title_bar {
    font-weight: bold;
    font-style: italic;
}
.title_bar .title {
    font-size: 24px;
    text-transform: none;
}
.title_bar .bar_right{ float:right; padding-right:10px; line-height:33px; height:33px; color:#363636; _padding-top:5px; _height:28px; overflow:hidden;}
.title_bar .bar_right a{ text-decoration:none;}
.title_bar .bar_right img{ vertical-align:middle;}
.title_bar .bar_right a:hover{ text-decoration:underline;}
.title_bar .bar_right img{ vertical-align:middle;}
.main_message{ font-size:14px; text-align:center; padding:15px 0px 18px 0px; background:url(../images/bg_contact_main_content.jpg) no-repeat bottom center; margin-bottom:40px;}
.main_message p{ text-align:left; line-height:18px; margin-bottom:17px;}
.main_message p a{ text-decoration:none;}
.main_message p a:hover{ text-decoration:underline;}
.main_message p.top span{ display:block;}
.main_message h4 {
    font-size: 14px;
    text-align: left;
    color: #00ADEE;
}
.main_message .img_box{ text-align:center; padding:7px 0px 30px 0px;}
.main_message ul,
.main_message ol,
.main_content ul,
.main_content ol { text-align: left; margin: 1em 1em 1em 2em; }
.main_message li,
.main_content li { list-style-type: inherit; }

.main_sideber{ float:left; width:175px; margin-left:5px;}
.sideber_box {
    padding: 0px 0px 20px 0px;
    margin-bottom: 17px;
}
.sideber_box .message_list{ display:block; margin:5px 0px 10px 0px;}
.sideber_box .message_list li{ margin-bottom:4px;}
.sideber_box .message_list .message{ width:110px; margin-left:5px; }
.sideber_box .message_list .message h4{ font-size:12px;line-height:14px; margin-bottom:0px; }
.sideber_box .message_list .message h4 a {
    font-size: 12px;
    font-weight: bold;
}
.sideber_box .message_list .message span{ line-height:25px;}
#list{ display:block; margin-top:5px;}
#list.no_side_margin_list {
	margin-left: 0px;
	margin-right: 0px;
}
#list li{padding:0px 5px 0px 0px; font-size:12px; list-style:disc inside; list-style-position:inside; line-height:16px;}
#list li a{ color:#000000; text-decoration:none;}
#list li a:hover{ text-decoration:underline;}
.sideber_box #info_list li h2{ font-size:12px; line-height:14px;}
.sideber_box #info_list li h2 a { font-size:12px; }

.main_content410 .content_box{ width:100%; }
.main_content410 .content_box .inner_box{ width:100%; }
.main_content410 .title_top{ margin-top:0px }
.main_content410 .content_box .content_ad{ text-align:center }
/*about us end*/

.main_content table { max-width:420px; }
div.main_content.layout8 table{
	max-width:none;
}
.main_content #read_more_news li > a {
    background: url("../images/more_blogs_bg.jpg") no-repeat right;
    padding-right: 14px;
    font-size: 11px;
    text-transform: uppercase;
}

/*contact us*/
.message_bar{ overflow:hidden; padding:15px 0px; line-height:15px;}
.message_bar h1 {
    color: #00ADEE;
    font-size: 18px;
    margin-bottom: 5px;
}
.message_bar p{ font-size:14px; line-height:18px;}
#message_bar_l{ font-size:14px; line-height:18px; float:left; width:240px;}
#message_bar_r { float:left; width:150px; line-height:18px; }
#message_bar_r a{ text-decoration:underline; color:#000000; font-size:14px;}
#message_bar_r a:hover{ text-decoration:none;}
.contact_form h2 {
    color: #00ADEE;
    font-size: 16px;
    margin-top: 11px;
}
.contact_form{padding-bottom:39px;}
.contact_form ul li{
    padding:11px 0px 8px 0px;}
.contact_form ul li label{
    display:block;
    font-size:14px;
    padding-bottom:3px;
}
.contact_form ul li input{
    width:382px;
    height:31px;
    background:url(../images/contact_form_input.png) left top no-repeat;
    font-size:14px;
    color:#000000;
    border:none;
    padding:5px 10px 0px 10px;
    line-height:28px;
}
.contact_form ul li .contact_sel{ _width:400px; }
.contact_form ul li input.reset_button{
    width:128px;
    height:37px;
    background:url(../images/reset_button.png) left top no-repeat;
    float:right;
    margin-right:7px;
    cursor:pointer;
    outline-style:none;
}
.contact_form ul li input.submit_button{
    width:128px;
    height:37px;
    background:url(../images/submit_button.png) left top no-repeat;
    float:right;
    margin-right:7px;
    cursor:pointer;
    outline-style:none;
}
.contact_form ul li textarea{
    width:382px;
    height:243px;
    background:url(../images/contact_form_textarea_bg.png) left top no-repeat;
    border:none;
    padding:10px;
    font-size:14px;
    color:#000000;
}
.contact_ad{ text-align:center; padding:28px 0px ;}
.contacts_box{ background:url(../images/bg_contact_main_content.jpg) no-repeat bottom center;
               padding-top:20px;
               width:100%;
               overflow:hidden;
}
.contacts_box .contacts_box_text{
    width:204px;
    float:left;
}
.contacts_box .contacts_box_text ul{
    padding-bottom:25px;
}
.contacts_box .contacts_box_text ul li{
    line-height:18px;
    font-size:14px;
    color:#000000;
}
.contacts_box .contacts_box_text ul li h5{
    margin-bottom:2px;
    font-size:18px;
    color:#00ADEE;
}
.contacts_box .contacts_box_text ul li h5 a{
    color:#00ADEE;
    text-decoration:none;
}
.contacts_box .contacts_box_text ul li h5 a:hover{
    color:#00ADEE;
    text-decoration:underline;
}
.contacts_box .contacts_box_text ul li span{ color:#00ADEE;}
.contacts_box .contacts_box_text ul li span a{text-decoration:none; color:#00ADEE;}
.contacts_box .contacts_box_text ul li span a:hover{text-decoration:underline; color:#00ADEE;}
.contacts_box .contacts_box_text ul li a{
    text-decoration:underline;
    color:#000000;
}
.contacts_box .contacts_box_text ul li a:hover{
    text-decoration:none;
    color:#000000;
}
/*contact us end*/


/* article landing */
.pages{ text-align: right; width:100%; height:38px; line-height:38px;}

.pages span,
.pages a {
    text-decoration: none;
    font-size: 11px;
    margin-top: 8px;
    padding: 2px 5px;
    color: #555555;
}
.pages a:hover {
    color: #FFFFFF;
    background: #00ADEE;
}
.pages .current {
    color: #FFFFFF;
    background: #00ADEE;
}
.message_info {
    padding: 20px 0px 22px 0px;
}
.message_info h2{ color:#00ADEE; font-size:14px;}
.message_info span {
    color: #000000;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
}
.message_info span a {
    color: #000000;
}
.message_info p{ font-size:12px;}
.message_info p.bottom_a{ text-align:right; padding-right:15px; font-size:12px;}
.category_list .message_info { padding:6px 0 6px 9px; }
.category_list .message_info h2 { font-size:14px; }
.info_box .contact_ad{ padding:20px 0px 10px 0px;}
.category_list { margin-bottom:15px; }
.total-records { float:left; line-height:16px; }
.author-macro a { text-decoration: none; }
.author-macro img { vertical-align: middle; }
/*artical landing end*/

/*artical*/
.artical_box{
    text-align: left;
    padding: 20px 0px 0px 0px;
    width: 610px;
}
.artical_box h2 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #00ADEE;
}
.artical_box p{ text-align:left; font-size:14px; line-height:20px; margin-bottom:18px; padding-right:5px;}
.artical_box p span.times{ font-size:9px; text-transform:uppercase; font-weight:bold; display:block;}
.artical_box .article-body img{ margin-bottom:18px;}
.artical_box strong{ font-weight:bold; font-size:14px; text-align:left; }
.bottom_pages {
	margin-bottom: 5px;
	border-bottom: 1px solid #00ADEE;
	padding-top: 15px;
	text-align: right;
}
.bottom_pages a{ text-decoration:none;}
.bottom_pages a:hover{ text-decoration:underline;}
.comments{ padding:9px 0px 11px 0px;}
#top_bar{ font-size:18px; font-weight:bold; color:#00ADEE;}
#top_bar span{ vertical-align:bottom; display:inline-block; _display:inline; padding-top:8px;}
#top_bar #box_right{ float:right; text-align:right;}
#top_bar #box_right img{ vertical-align:bottom;}
#top_bar #box_right a{ display:inline-block; _display:inline;}
#top_bar #box_right a.topbar_a{ background:url(../images/top_a_bg_artical.jpg) repeat-x; height:25px; line-height:25px; width:79px; text-decoration:none; color:#FFFFFF; font-weight:bold;  text-transform:uppercase; font-size:13px; text-align:left; padding-left:5px; margin-left:27px; vertical-align:bottom;}
.comments .text_box{ height:117px; border:1px solid #CCCCCC; width:408px; margin-top:7px;}
.comments h1 a { font-size: 16px; }
#reactions_top{ border-bottom:1px solid #00ADEE; border-top:1px solid #00ADEE; height:32px; line-height:32px;}
#reactions_top span{ display:inline-block; _display:inline; vertical-align:middle;}
#reactions_top img{ vertical-align:middle;}
#reactions_top #box_right{ float:right; text-align:right;}
#reactions_top #box_right a{ text-decoration:none; color:#00ADEE;}
#reactions_top #box_right a.right{margin-left:27px;}
#reactions_top span{ color:#ED1B24; font-size:14px; font-weight:bold; text-transform:uppercase;}
.reactions_box{ background:url(../images/bg_contact_main_content.jpg) no-repeat bottom center; margin:15px 0px 5px 0px; padding-bottom:15px;}
#reactions_list li .top{ overflow:hidden; background:url(../images/bg_eactions_top.jpg) repeat-x bottom; height:36px; border:1px solid #E4E4E4; overflow:hidden;}
#reactions_list li .top .left_img { float:left; width:36px;}
#reactions_list li .top .left_img img{ vertical-align:middle;}
#reactions_list li .top .message{ float:left; color:#00ADEE; font-size:14px; line-height:36px;}
#reactions_list li .top .message strong{ font-weight:bold;  padding:0px 23px;}
#reactions_list li .from{ height:36px; line-height:36px; background:#E1E1E1; color:#ED1B24; font-size:14px; *margin-top:-3px; _margin-top:-3px; }
#reactions_list li .from span{ display:inline-block; _display:inline; padding:0px 5px; color:#00ADEE;}
#reactions_list li .reactions_info { padding:7px 0px 15px 0px;}
#reactions_list li .reactions_info p{ font-size:13px; line-height:16px; padding-right:5px;}
.ad_box{ width:300px; margin:0 auto;}
/*artical end*/

/*Blog*/
h1.title {
    font-size: 24px;
    font-family: 'Open Sans', 'OswaldRegular', Arial, Helvetica, sans-serif;
    color: #ED1B24;
}
.main_top_message{ background:url(../images/bg_Blog_top_message.jpg) repeat-x; height:160px; width:405px; border-left:1px solid #ECECEC; border-right:1px solid #ECECEC; margin:7px 0px 12px 0px;}
.main_top_message .left_img{ width:123px; height:123px; float:left; margin:19px 10px 0px 4px;}
.main_top_message .message{ float:left; width:260px;}
.main_top_message .message p{ font-size:11px; margin:8px 0px;}
.main_top_message .message .top{ color:#ED1B24; font-size:9px; font-weight:bold; text-align:right; padding-right:5px; margin-top:10px;}
.main_top_message .message .top img{ vertical-align:middle;}
.main_top_message .message .blog_message_pages{ border:0; text-align:left; padding:0px;}
.blog_sideber_box{ margin-top:12px; padding-left:3px;}
/*Blog end*/

/**/
.right_bar{ text-transform:uppercase; font-size:11px;}
.slider_main_left {
    height: 220px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    background: none;
    background: -webkit-linear-gradient(#E2F7FF, #FFFFFF);
    background: -o-linear-gradient(#E2F7FF, #FFFFFF);
    background: -moz-linear-gradient(#E2F7FF, #FFFFFF);
    background: linear-gradient(#E2F7FF, #FFFFFF);
}
.slider_main_left .bx-wrapper {
    height: 220px;
}
.slider_main_left .bx-pager {
    background: transparent;
}
.slider_main_left .bx-pager a {
    background: url(../images/bx-pager_a.png) no-repeat right top;
}
.slider_main_left li .message a.more {
    height: 24px;
    background: #00ADEE;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
}
.slider_main_left li .message h2 {
    color: #000000;
}
.slider_main_left li .img_box {
    margin-top: 17px;
}
/**/

/*past_issues_box*/
.past_issues_box{
}
.past_issues_box .past_issues_bt{
    background:url(../images/past_issues_bt_bg.png) left top no-repeat;
    width:576px;
    height:27px;
    padding:10px 7px 0px 7px;
    overflow:hidden;
    font-size:16px;
    color: #ED1B24;
    font-family: 'Open Sans', 'OswaldRegular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight:normal;
}
.past_issues_box .past_issues_bt span{
    float:right;
}
.past_issues_box .page_box{
    background:url(../images/past_issues_box_bg.png) center bottom no-repeat;
    width:100%; height:35px;
    overflow:hidden;
    padding:10px 0px 0px 0px;
}
.past_issues_box .page_box.nobg{
    text-align:right;
    background:none;
    padding-top:20px;
}
.past_issues_box .page_box .page_box_l{
    float:left;
    width:357px;
}
.past_issues_box .page_box .page_box_l .sel3{
    float:left;
}
.past_issues_box .page_box .page_box_l p{
    float: left;
    font-size: 14px;
    color: #ED1B24;
    padding-top: 6px;
}
.past_issues_box .page_box .page_box_l .sel_box1{
    float:left;
    padding-left:7px;
}
.past_issues_box .page_box .page_box_l .sel_box2{
    float:left;
    padding-left:10px;
}
.past_issues_box .page_box .page_box_l .sel_box3{
    float:left;
    padding-left:21px;
}
.past_issues_box .page_box .page_box_r{
    float:right;
    width:233px;
    padding-top:8px;
    text-align:right;
}
.past_issues_box .page_box ul{
    font-size:11px;
}
.past_issues_box .page_box ul li{
    display:inline;
}
.past_issues_box .page_box ul li a{
    text-decoration:none;
    padding:2px 5px 1px 5px;
    color:#555555;
}
.past_issues_box .page_box ul li a:hover{
    text-decoration:none;
    background:#0A9099;
    color:#FFFFFF;
}
.past_issues_box .page_box ul li a.selected{
    text-decoration:none;
    background:#0A9099;
    color:#FFFFFF;
}
.past_issues_box .past_issues_photo{
    background:url(../images/past_issues_box_bg.png) center bottom no-repeat;
    width:588px;
    overflow:hidden;
    padding:15px 1px 26px 1px;
    margin-bottom:20px;
}
.past_issues_box .past_issues_photo .photo_box{
    float:left;
    width:196px;
    float:left;
    text-align:center;
}
.past_issues_box .past_issues_photo .photo_box p{
    padding-bottom:4px;
}
.past_issues_box .past_issues_photo .photo_box p a{
    font-size:14px;
    color:#00ADEE;
    font-weight:bold;
    text-decoration:none;
}
.past_issues_box .past_issues_photo .photo_box p a:hover{
    text-decoration: underline;
}
.maincontent_img{
    width:100%;
    height:292px;
    margin-top:23px;
    position:relative;
    background:url(../images/past_issues_box_bg.png) center bottom no-repeat;
}
.maincontent_img img.left_img{
    position:absolute;
    left:-9px;
    top:0px;
}
.maincontent_img img.right_img{
    position:absolute;
    right:-5px;
    top:0px;
}

.maincontent_img div.left_img {
    position:absolute;
    top:0;
    left:-6px;
}
.maincontent_img div.right_img {
    position:absolute;
    top:0;
    left:297px;
}

.paginator span,
.paginator a {
    padding:2px 4px;
}
.paginator a:hover {
    background-color:#00ADEE;
    color:white;
}
.paginator a {
    text-decoration: none;
    color: #555555;
    font-size: 11px;
}
.paginator .current {
    background-color:#00ADEE;
    color:white;
}

.go-btn {
    background: url(/images/search_sub.png) no-repeat scroll center right transparent;
    border: 0 none;
    cursor: pointer;
    height: 29px;
    vertical-align: middle;
    width: 53px;
    font-size:0px;
    line-height:0px;
    text-indent:-888px;
}

.go-btn:hover {
    background-image:url(/images/search_sub_hover.jpg);
}

/*register_box*/
.register_box{
    width:100%;
    overflow:hidden;
}
.register_box .register_bt{
    background:url(../images/register_bt_bg.png) left top no-repeat;
    width:100%;
    font-size:12px;
    color:#333333;
    overflow:hidden;
    padding-top:11px;
    height:26px;
}
.register_box.layout11 .register_bt{
    background:url(../images/register_bt_wide_bg.png) left top no-repeat;
    width:100%;
    font-size:12px;
    color:#333333;
    overflow:hidden;
    padding-top:11px;
    height:26px;
}
.register_box.layout17 .register_bt{

    width:95%;
    font-size:12px;
    color:#333333;
    overflow:hidden;
    padding-top:11px;
    height:26px;
    background-size: cover;
}
.register_box.layout20 .register_bt{
    background:url(../images/register_bt_wide_bg.png) left top no-repeat;
    width:100%;
    font-size:12px;
    color:#333333;
    overflow:hidden;
    padding-top:11px;
    height:26px;
}
.register_box .register_bt b{
    font-size:17px;
    color:#ED1B24;
    font-family: 'Open Sans', 'OswaldRegular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight:normal;
    padding-left:11px;
}
.register_box .register_bt span{
    float:right;
    padding:2px 13px 0px 0px;
}
.register_box .sign_in{
    background:url(../images/sign_in_bg.png) left bottom no-repeat;
    padding:21px 0px 27px 24px;
}
.register_box .sign_in .sign_in_bt{
    width:566px;
    overflow:hidden;
}
.register_box .sign_in .sign_in_bt b{
    font-size:25px;
    color:#00ADEE;
    padding-right:38px;
    float:left;
}
.register_box .sign_in .sign_in_bt span{
    font-size:12px;
    color:#666666;
    float:left;
    padding:7px 65px 0px 0px;
}
.register_box .sign_in .sign_in_bt .red_star{
    float:left;
    padding-top:8px;
}
.register_box .sign_in ul{
    padding:0px 0px 0px 0px;
}
.register_box .sign_in ul li{
    padding:5px 0px;
    width:542px;
    overflow:hidden;
}
.register_box .sign_in ul li label{
    font-size: 16px;
    color: #3B4552;
    display: block;
    padding-bottom: 8px;
}
.register_box .sign_in ul li p{
    width:542px;
    position:relative;
}
.register_box .sign_in ul li p input{
    width:522px;
    height:25px;
    background:url(../images/sign_in_input_bg.png) left top no-repeat;
    border:none;
    font-size:12px;
    color:#3B4552;
    padding:4px 10px 0px 10px;
}
.register_box .sign_in ul li p .red_star{
    position:absolute;
    right:6px;
    top:12px;
}
.register_box .sign_in ul li .sign_in_button{
    width:132px;
    height:39px;
    border:none;
    cursor:pointer;
    background:url(../images/sign_in_button.png) left top no-repeat;
    float:right;
    margin-top:12px;
}
.register_box .sign_in ul li .sign_in_button:hover{background:url(../images/sign_in_button.png) left -39px no-repeat;}
.register_box .sign_in ul li span{
    float:right;
}
.register_box .create_new_account{
    padding:34px 0px 35px 24px;
    background:url(../images/create_new_account_bg.png) center bottom no-repeat;
}
.create_new_account .sel1{ _width:542px;}
.create_new_account .form_box_l .sel1{ _width:298px; }
.register_box .create_new_account .create_new_account_bt{
    width:566px;
    overflow:hidden;
}
.register_box .create_new_account .create_new_account_bt b{
    font-size:25px;
    color:#00ADEE;
    padding-right:24px;
    float:left;
}
.register_box .create_new_account .create_new_account_bt span{
    font-size:12px;
    color:#666666;
    float:left;
    padding:7px 7px 0px 0px;
}
.register_box .create_new_account .create_new_account_bt .red_star{
    float:left;
    padding-top:8px;
}
.register_box .create_new_account .top_form{
    font-size:16px;
    vertical-align: middle;
    color:#3B4552;
    padding-top:10px;
}
.register_box .create_new_account .top_form p{
    padding:6px 0px;
}
.register_box .create_new_account .top_form label{
    padding-right:16px;
}
.register_box .create_new_account .top_form input{
    margin-right:6px;
    vertical-align: middle;
}
.register_box .create_new_account .top_form input.text_input{
    width:50px;
    height:25px;
    border:none;
    background:url(../images/text_input_bg.png) left top no-repeat;
    font-size:12px;
    color:#3B4552;
    padding:4px 5px 0px 3px;
    margin-right:50px;
}
.register_box .create_new_account .top_form span{
    padding:0px 30px;
}
.register_box .create_new_account .top_form  label b{
    font-size:12px;
    color:#ACACAC;
    font-weight:normal;
}
.register_box .create_new_account ul {
    margin-top:15px;
}
.register_box .create_new_account ul.account_details {
    clear: both;
}
.register_box .create_new_account ul li{
    width:100%;
    overflow:hidden;
    padding:3px 0px 6px 0px;
}
.register_box .create_new_account ul li label{
    display:block;
    font-size:16px;
    color:#3B4552;
}
.register_box .create_new_account ul li label b{
    font-weight:normal;
    font-size:12px;
}
.register_box .create_new_account ul li input.input_box{
    width:522px;
    height:26px;
    border:none;
    background:url(../images/input_box_bg.png) left top no-repeat;
    font-size:14px;
    color:#3B4552;
    padding:3px 11px 0px 11px;
}
.register_box .create_new_account ul li input.input_box2{
    width:182px;
    height:26px;
    border:none;
    background:url(../images/input_box_bg2.png) left top no-repeat;
    font-size:14px;
    color:#3B4552;
    padding:3px 11px 0px 11px;
}
.register_box .create_new_account ul li .red_star{
    margin-left:3px;
}
.register_box .create_new_account ul li select option{
    font-size:14px;
    color:#3B4552;
    font-style:italic;
}
.register_box .create_new_account ul li .form_box_l{
    width:340px;
    float:left;
}
.register_box .create_new_account ul li .form_box_r{
    width:223px;
    float:left;
}
.register_box .create_new_account ul li .register_button{
    width:132px;
    height:39px;
    border:none;
    cursor:pointer;
    background:url(../images/register_button.png) left top no-repeat;
    float:right;
    margin-right:22px;
}
.register_box .create_new_account ul li .register_button:hover{background:url(../images/register_button.png) left -39px no-repeat;}
.register_box .create_new_account ul li select.sel2{
    border:1px solid #ADADAD;
    width:543px;
    height:90px;
    background:url(../images/sel2_bg.png) left top no-repeat;
    float:left;
    margin-bottom:26px;
}

.register_box .ce_cffp_designations {
    padding: 6px 0;
}
.register_box .ce_cffp_designations > div,
.register_box .ce_cffp_designations > ul {
    float: left;
}
.register_box .ce_cffp_designations > ul {
    margin: 0 0 0 10px;
}
.register_box .ce_cffp_designations > ul > li {
    padding-top: 0px;
}

.register_box .submit_success_text {
    font-size: 16px;
}
/***********events_box****************/
.events_box{
    background:url(../images/past_issues_box_bg.png) center bottom no-repeat;
    padding:32px 0px 22px 0px;
}
.events_box h5{
    font-size:10px;
    color:#4D2A08;
    padding-top:5px;
    text-transform: uppercase;
}
.events_box h4{
    font-size:18px;
    color:#00ADEE;
}
.events_box h3{
    font-size:18px;
    color:#ED1B24;
    padding-top:25px;
    font-family: 'Open Sans', 'OswaldRegular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.events_box p{
    font-size:14px;
    color:#000000;
    padding-top:5px;
    line-height:19px;
}
.events_box p a{
    font-size:11px;
}
.events_box span.text_more{
    display:block;
    text-align:right; margin-top:5px;
}
.events_box span.text_more a{
    font-size:11px;
}
.events_box .events_img_box{
    padding-top:20px;
}
.events_box .events_img_box span.small_text{
    font-size:11px;
    color:#000000;
}
.events_box span.read_text{
    color:#ED1B24;
}
.events_box span.read_text2{
    color:#ED1B24;
}
.events_box .events_img_box img{
    margin-left:22px;
    margin-right:22px;
    display:inline;
}
.events_text_box{
    width:320px;
    overflow:hidden;
    padding-top:18px;
}
.events_text_box .img_box{
    width:98px;
    padding-left:2px;
    float:left;
}
.events_text_box .events_text_box_inner{
    float:left;
    width:220px;
    padding-top:8px;
}
.events_text_box .events_text_box_inner span{
    color:#ED1B24;
    font-size:16px;
}
.events_text_box .events_text_box_inner p{
    padding-top:0px;
}
/*end*/


.main_content.layout8 {
    width:583px;
}
.main_content.layout8 p {
    font-size: 14px;
}


/* START: White Papers Home Page */

.main_content.layout22 h4 {
    font-weight: bold;
}
.main_content.layout22 .message_info {
    padding-bottom: 0px;
}
.main_content.layout22 .wp_hp_archive {
    padding-top: 20px;
}
.main_content.layout22 .wp_hp_archive a {
    font-size: 14px;
    color: #ED1B24;
}
.main_content.layout22 .title_bar{
    margin-bottom: 8px;
}

.main_content.layout23 .title_bar{
    margin-bottom: 8px;
}
.main_content.layout23 .wp_archive_groups > h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.main_content.layout23 .wp_archive_groups > div {
    margin-bottom: 12px;
}

/* END: White Papers Home Page */


/* ***************************
   $4 Sidebar Styles
   ***************************/
#sidebar{}
#sidebar_l{
    width:175px;
    float:left;
}
#sidebar_l .sidebar_l_top img{
    padding:0px;
    display:inline;
}
#sidebar_l .sidebar_l_top .subscribe {
    width: 174px;
    height: 25px;
    background: #ED1B24;
    line-height: 25px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
#sidebar_l .sidebar_l_top .subscribe a {
    color: #FFFFFF;
    text-decoration: none;
}
#sidebar_l .sidebar_l_top p { margin:0; text-align:right; }
#sidebar_l .cur-issue {
    width:174px;
    height:234px;
}
#sidebar_l .cur-issue img {
    width: 174px;
    height: 234px;
}

#sidebar_l .sidebar_l_top ul{
    display: block;
    background: #000000;
    overflow: hidden;
    width: 174px;
    padding: 4px 0 2px 0;
}
#sidebar_l .sidebar_l_top ul li{
    float:left;
    padding:5px 0px 5px 10px;
    border-left: #00ADEE;
}
.sidebar_l_top p {
    text-align: right;
}
#sidebar_l .sidebar_l_top ul a {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: underline;
}
#sidebar_l .sidebar_l_top ul a:hover {
    text-decoration: none;
}
#sidebar_l .sidebar_l_top .left_sidebar_date {
    margin-bottom: 10px;
    text-align: center;
    font:12pt Arial;
    color:#666666;
}
#sidebar_l h3 {
    margin: 20px 0 5px;
    font-family: 'Open Sans', 'OswaldRegular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #00ADEE;
    text-transform: uppercase;
}
#sidebar_l ul li{
    font-size:12px;
    padding:2px 0px;
}
#sidebar_l ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
#sidebar_l img{
    display:block;
    margin:0px auto;
    padding:9px 0px;
}
#sidebar_l .sidebar_l_img {
    margin-top: 25px;
}
#sidebar_l .sidebar_l_img img{
	margin: 0px;
    padding: 0px;
}
#sidebar_l .left_sidebar_ad_box {
    width: 120px;
    margin: 5px auto;
}
#sidebar_r{
    width:175px;
    float:right;
}
#sidebar_r h3{
    font-family: 'Open Sans', 'OswaldRegular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #ED1B24;
    text-transform: uppercase;
}
#sidebar_r h4{
    font-size: 9px;
    color: #000000;
    padding: 6px 0px;
}
#sidebar_r h5{
    font-size: 13px;
    color: #00ADEE;
    font-weight: normal;
    line-height: 16px;
}
#sidebar_r .sidebar_r_first_img img{
    margin:0px;
}
#sidebar_r img{
    display:block;
    margin:0px auto;
    padding:0px 0px 18px 0px;
}
#sidebar_r .sidebar_l_img{
    width: 160px;
    margin: 0px auto 24px;
}
#sidebar_r .sidebar_l_img img{
    padding:0px;
    border:2px #FFFFFF solid;
}
#sidebar_r ul{
    margin-top:10px;
    margin-bottom:12px;
}
#sidebar_r ul li{
    padding:7px 0px;
}

#sidebar_r ul li .vote{
    background:url(../images/button_vote.jpg) no-repeat;
    width:46px;
    height:25px;
    vertical-align:middle;
    border:0;
    cursor:pointer;
    margin-right:11px;
}
#sidebar_r ul li a.view{ color:#00ADEE; font-size:11px; text-decoration:underline;}
#sidebar_r ul li a.view:hover{ text-decoration:none;}
#sidebar_r ul li a.view:active{ color:#00ADEE;}
#sidebar_r ul li .vote:hover{
    background:url(../images/button_vote_hover.jpg) no-repeat;
    cursor:pointer;
}
#sidebar_r .right_sidebar_add_box {
    margin: 5px auto;
    width: 135px;
}

#sidebar_r .q-poll {
    text-align: center;
    width: 160px;
    margin: 0 auto;
}
.q-poll label { cursor: pointer; }

.top-right-sidebar-ad a {color: #ED1B24 !important;}


/* ***************************
   $5 Footer Styles
   ***************************/
#footer {
    width: 980px;
    margin: 0 auto;
    padding: 29px 0px;
}
.foot_menu{ width:980px; text-align:center; padding:50px 0px 7px 0px;}
.foot_menu ul{ display:inline-block; _display:inline; margin:0 auto; overflow:hidden;}
.foot_menu li{ float:left;}
.foot_menu a{ color:#666666; text-decoration:none; text-transform:uppercase; font-size:12px; border-left:1px solid #666666; padding:0px 15px;}
.foot_menu a:active{ color:#00ADEE;}
.foot_menu a:hover{ text-decoration:underline;}
.foot_menu a.footer_house{ border-left:0; padding-right:0px;}
.foot_menu a.first{ border-left:0;}
p.bottom{ text-align:center; color:#666666;}
p.bottom a{ color:#666666; text-decoration:none;}
p.bottom a:hover{ text-decoration:underline; padding-bottom:20px;}

.layout2 .register_bt { padding-top:10px !important; }
.layout2 h1 {
    color: #ED1B24;
    display: inline-block;
    font-family: 'Open Sans', 'OswaldRegular', Arial,Helvetica,sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 11px;
}

#forgot_pwd_frm input[type="submit"] {
    float: right;
    width:57px;
    height:21px;
    background: url("../images/bg_popup_submit.jpg") no-repeat;
    border:0;
    cursor:pointer;
}

#forgot_usr_frm input[type="submit"] {
    float: right;
    width:57px;
    height:21px;
    background: url("../images/bg_popup_submit.jpg") no-repeat;
    border:0;
    cursor:pointer;
}

.ce-inst-list {
    margin-left:10px;
}
ul.ce-inst-list {
    margin: 0;
}
.ce-inst-list li {
    float:left;
    margin-right:15px;
    width:175px;
    height:184px;
    list-style-type: none;
}

.inst-form {
    margin-bottom:20px;
}

.ce-inst-list .ilogo img { width: 117px; }

.ce-question-list { margin: 0; }
.ce-question-list li { list-style: none; }
.ce-question-list > li + li { padding-top: 20px; }
.ce-question-list .answers { padding-top: 10px; }
.ce-question-list .question-reference { font-weight: bold; color: #00ADEE; }

.artical_box #article-pager
{
    height:32px;
}
.artical_box #article-pager > span,
.artical_box #article-pager > a {
    display:block;
    float:left;
    margin: 0 .3ex 0 0;
    margin-top:5px;
    padding: .2ex 1ex;
    border: 1px solid #000000;
    background-color: #000000;
    color: #EEEEEE;
}
.artical_box #article-pager > a {
    text-decoration: none;
}

#article-pager img.prev_slide {
    float: left !important;
    width:80px;
}

#article-pager img.next_slide {
    float: right !important;
    width:80px;
}

.artical_box #article-pager > span.current,
.artical_box #article-pager > a.current {
    background-color: transparent;
    color: #000000;
}
.artical_box #article-pager > span.article-pager-arrow,
.artical_box #article-pager > a.article-pager-arrow {
    margin: 5px 0 0 0;
    padding-right: .4ex;
    padding-left: .4ex;
    border: none;
    background-color: transparent;
    color: #666666;
}

.artical_box .article_read_more {
    margin: 8px 0 30px 0;
}

table.padding5 td {
    padding: 5px !important;
}
table.padding10 tbody td {
    padding: 10px !important;
}
table.padding15 td {
    padding: 15px !important;
}
table.padding20 td {
    padding: 20px !important;
}
table.padding25  td {
    padding: 25px !important;
}
table.padding30 td {
    padding: 30px !important;
}

#poll-results-ads {
    margin-top: 4ex;
    text-align: center;
}
#poll-results-ads > div {
    /*    display: inline-block;
        width: 250px;
        height: 300px;*/
}
#poll-results-ads > div + div {
    margin-top: 1ex;
}

.phone-number {
    display: none !important;
}

.header_top .top_right .ad_top .ad_inner {
    width: 728px;
    height: 90px;
    border: 4px double white;
}

.flyout {
    z-index: 2;
    position: absolute;
    width: 610px;
    cursor: pointer;
}
.flyout_plus {
    float: left;
    position: absolute;
    z-index: 1;
    margin-top: 9px;
    margin-left: 2px;
    display: none;
}
.flyout_header {
    position: relative;
    height: 35px;
    overflow: hidden;
    padding: 0px 5px;
    background: #C8C8C8;
    line-height: 35px;
    font-size: 22px;
}
.flyout_title {
    float: left;
    color: #000000;
}
.flyout_subtitle {
    float: left;
    margin-left: 5px;
    color: #FFFFFF;
}
.flyout_ad {
    float:right;
}
.flyout_sponsored_by_text {
    float:right;
	margin-top: 1ex;
	margin-right: 1ex;
	padding-top: 0px;
	line-height: 8px;
	font-size: 8px;
	color: #000000;
}
.flyout_body {
    display: none;
    padding: 15px;
    background: #DDD2B2;
}
.flyout_click {
    line-height: 1.2em;
    padding-top: 3px;
    font-size: 12px;
    width: 80px;
    float: right;
    text-align: center;
}
.flyout_article {
    margin-bottom: 15px;
}
.flyout_article_title {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
}
.flyout_article_title a {
    text-decoration: none;
    color: #000000;
}
.flyout_article_by {
    font-size: 10px;
}
.flyout_article_by a {
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.flyout_article_read_more {
    float: right;
    margin-right: 40px;
    font-weight: bold;
}
.flyout_article_read_more a {
    color: #000000;
}
.flyout_anchor {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.flyout_anchor a {
    color: #000000;
}
.print_box li {
    list-style-type: square;
    display: inline-block;
}

.print_box li:before {
    content: '\00a0\2022\00a0\00a0';
}

.print_box ul {
    text-align: center;
    font-size: 14;
    font-weight: bold;
}


.event_ad_beneath_left {
    float: left;
}

.event_ad_beneath_right {
    float: left;
}

.related_popular_articles_main {
	float: right;
	/*margin: 0 0 10px 10px;*/
	border: 2px solid #C8C8C8;
	padding: 15px;
	width: 216px;
	background: #E9E9E9;
}
.related_popular_articles_main.full_width{
    float:none;
    width:auto;
    margin-top:20px;
}
.related_popular_articles_main .loading_message {
	font-size: smaller;
	font-style: italic;
	color: #C8C8C8;
}
.related_popular_articles_main > .related_popular_articles_section:not(:first-of-type) {
	border-top: 1px solid #C8C8C8;
	padding-top: 15px;
}
.related_popular_articles_section ul {
	margin: 5px 0px;
	list-style-type: none;
}
.related_popular_articles_main > .related_popular_articles_section:last-of-type > ul:last-of-type {
	margin-bottom: 0px;
}
.related_popular_articles_section ul li {
	margin-bottom: 10px;
}
.related_popular_articles_main > .related_popular_articles_section:last-of-type > ul:last-of-type > li:last-of-type {
	margin-bottom: 0px;
}
.related_popular_articles_section ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.related_popular_articles_section ul li a:active {
	color: #00ADEE;
}

.video_list_info {
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 5px;
	padding: 0px;
}
.video_list_info li {
	float: left;
	width: 100%;
}
.video_list_thumbnail {
	display: inline-block;
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 90px;
	vertical-align: top;
}
.video_list_thumbnail img {
	width: 100%;
	height: 100%;
}
.video_list_title_description {
	display: inline-block;
	float: right;
	width: 475px;
	vertical-align: top;
}
.video_list_title_description a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.video_cat_title a {
	color: #ED1B24;
	font-size: 20px;
}
.video_cat_list_area {
	float: none;
	clear: both;
}
.video_cat_list_area_video {
	float: left;
	margin-top: 5px;
	clear: both;
}
.video_cat_list_area > .video_cat_list_area_video:last-of-type {
	margin-bottom: 5px;
}

.background_shade {
	top: -5px;
	left: -5px;
	position: absolute;
	width: 620px;
	height: 340px;
	z-index: -1;
	background: none;
	background: -webkit-linear-gradient(#F0F0F0, #FFFFFF);
	background: -o-linear-gradient(#F0F0F0, #FFFFFF);
	background: -moz-linear-gradient(#F0F0F0, #FFFFFF);
	background: linear-gradient(#F0F0F0, #FFFFFF);
	clear: both;
}

.content_box.spotlight_on .inner_box {
	text-align: center;
	width: auto;
	left: 0;
}
.content_box.spotlight_on .inner_box .spotlight_border_box {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 15px 0;
	background: none;
    width:585px;
	background: -webkit-linear-gradient(#F0F0F0, #FFFFFF);
	background: -o-linear-gradient(#F0F0F0, #FFFFFF);
	background: -moz-linear-gradient(#F0F0F0, #FFFFFF);
	background: linear-gradient(#F0F0F0, #FFFFFF);
}
.content_box.spotlight_on .inner_box .spotlight_border_box > table{
    width:585px !important
}

.content_box.spotlight_on .title {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.slider_page {
    position: absolute;
    clear: both;
    text-align:center;
    display: block;
}

.slider_page img
{
    width:610px !important;
    height:auto !important;
}

.with-slider .article_slider {
    position:relative !important;
    margin-top: 35px;
}

.with-slider .article_slider iframe
{
    width:610px !important;
    margin-top:120px;
}

.with-slider .article_slider #article-pager{
    position: relative;
    bottom: -200px;
}