﻿/*common*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
body {
    background:#e8e8e8;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
	line-height: 1;	
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/*html { overflow-y: scroll; }*/
a:hover, a:active  { outline: none; }
a { text-decoration: none; }
h1:hover { text-decoration: underline; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


h1, h2, h3, h4, h5, h6 {
    color: #243D61;
}

@font-face {
    font-family: 'RockwellRegular';
    src: url('/template/fonts/rock-webfont.eot'),
		 url('/template/fonts/rock-webfont.eot?#iefix') format('embedded-opentype'),
         url('/template/fonts/rock-webfont.woff') format('woff'),
         url('/template/fonts/rock-webfont.ttf') format('truetype'),
         url('/template/fonts/rock-webfont.svg#RockwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RockwellBold';
    src: url('/template/fonts/rockb-webfont.eot'), 
		 url('/template/fonts/rockb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/template/fonts/rockb-webfont.woff') format('woff'),
         url('/template/fonts/rockb-webfont.ttf') format('truetype'),
         url('/template/fonts/rockb-webfont.svg#RockwellBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.SearchBoxHint, .CommentBoxHint, .joinInputHint
{
    color: #7C7C7C ! important;
}

.likebtn
{
    background:url("/template/images/facbooklikebtn.png") no-repeat;
    width:45px;
    height:20px;
    display:block;
}

/*------------------------------------*/
/* Target The Ektron Toolbar and afix */
/* it to the top of the page          */
/*------------------------------------*/
div.content div.EktronPersonalizationWrapper { position: fixed; z-index: 3; }
.group:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.group a.glink{text-decoration:none;color:#333;}
.group a.glink:visited{text-decoration:none;color:#333;}

.clear{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	font-size: 0px;
	line-height: 0em;
}

.hint
{
    color:#8d8d8d;
    font-family:Arial;
    font-size:10px;
    display:block;
    margin: 15px 0 5px;
}
/* Site Master */
#layout-wrapper{
	background-color:White;	
	-moz-box-shadow:0 16px 16px #C6C6C6;
	-webkit-box-shadow:0 16px 16px #C6C6C6;
	box-shadow:0 16px 16px #C6C6C6;
}
#layout-wrapper {
	display:block;
	margin: 0 auto;
	width:1024px;
}
#layout-header, #layout-navigation, #layout-before-content, #layout-main-container, #layout-after-content{
	display:block;
	margin: 0 auto 20px;
	width:984px;
	padding-left:20px;
	padding-right:20px;
	/*overflow: hidden;*/
}

#layout-after-content {
	width: 1024px;
	padding: 0px;
}
#layout-footer
{
	display:block;
	margin: 0 auto 20px;
	width:1024px;
	background-color:#eeeeee;
}

#layout-header #left_section{
	float:left;
	margin:20px 0 0 5px;
}
    #layout-header #left_section #logo
    {
        float:left;
    }
	#layout-header #left_section .logo{
		background:url("/template/images/logo.png") no-repeat;
		width:450px;
		height:60px;
		float:left;
	}

	#layout-header #header_text{
		float:left;
		color:#002a5d;
		font-family:Georgia;
		font-size:17px;
		font-style:italic;
		line-height:24px;
		height:48px;
		margin-left:30px;
	}
	#layout-header #date{
		float:left;
		color:#555963;
		font-family:Arial;
		font-size:11px;
		line-height:1;
		
		margin-top:10px;
	}
	
#layout-header #right_section{
	float:right;
}

	#layout-header #global_nav, #layout-header #searchBox{
		float:right;
		margin-top:10px;
		margin-bottom:10px;
	}

	#layout-header #searchBox input{
		-moz-box-shadow:inset 0px 2px 14px #dddddd;
		-webkit-box-shadow:inset 0px 2px 14px #dddddd;
		box-shadow:inset 0px 2px 14px #dddddd;
	
		-webkit-border-radius: 20px 0 0 20px;
		-moz-border-radius: 20px 0 0 20px;
		border-radius: 20px 0 0 20px;

		border:#dddddd 1px solid;
		border-right:0px;
	    height: 28px;
	    padding-left: 10px;
	    padding-right: 10px;
	    width: 240px;
		float:left;
		behavior: url(ie-css3.htc) !important; 
	}
	
	#layout-header #searchButton{
		background:url("/template/images/SearchBtn.png") no-repeat;
		width:39px;
		height:32px;
		display:inline-block;
		float:left;
	}
	
	#layout-header .searchButton {
    background: url("/template/images/SearchBtn.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 32px;
    width: 39px;
}
	
	#layout-header #global_nav{
		display:block;
		line-height:16px;
		height:16px;
	}
	
		#layout-header #global_nav #followMe, #layout-header #global_nav #users
		{
			float:left;
			margin-left:10px;
		}
		
		#layout-header #global_nav #users a{
			font-family:Arial;
			font-weight:bold;
			font-size:11px;
			color:#0066cc;
			height:16px;
			vertical-align:middle;
		}
		
		#layout-header #global_nav #sperator{
			color:#999999;
			font-family:Arial;
			font-size:11px;
			height:16px;
			vertical-align:middle;
		}

#layout-navigation{
	display:block;
	position:relative;
	z-index:100; 	
	width: 1024px;
	padding: 0px;
}
#layout-before-content{
	position:relative;
	z-index:1; 	
}
#nav {-moz-box-shadow:1px 4px 3px #C6C6C6;
		-webkit-box-shadow:1px 4px 3px #C6C6C6;
		box-shadow:1px 4px 3px #C6C6C6;
		  -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    float: left;
    font-weight: bold;
    line-height: 1;
    list-style: none outside none;
    margin: 0 0 0;
    padding: 0;
    width: 990px;position:relative;
    background-color:#00367a;   
    z-index:1000;
		 }

#nav ul {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    float: left;
    font-weight: bold;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 990px;position:relative;
}

#nav li a {
color:white;
		text-decoration: none;
		float:left;
		font-family:Arial;
		font-weight:bold;
		font-size:12px;
		height:38px;
        padding-left: 7px;
        padding-right: 8px;
    	line-height:38px;
    	 background-color:#00367a;  
    display: block;   
  width: auto;
  text-transform: uppercase;
}

#nav li {
    float: left;
    padding: 0;
    width:auto;
  
}
#nav li ul {
    font-weight: normal;
    height: auto;
    left: -999em;
    margin: 0;
    position: absolute;
    top:38px;
       width: 120px;
      border:1px #000 solid;
    z-index: 10000;  
   background-color:#fff;
}
#nav ul li{
			border-right:1px solid white;
	}
	#nav ul li#e9edebdf9_27_35
	{
		border-right:0px;
	}
	#nav ul li#e9edebdf9_27_35 a
	{
			padding-right:6px;
	}
#nav li ul li {
    padding-right: 5px;
       width: 115px;
       height:25px;
        background-color:#fff;
        border-right:0;
}
#nav li ul a {
       width: 110px;
  padding:5px;margin:0; 
    font-size:12px;
    font-weight:normal; /* resets the bold set for the top level menu items */
    background-color:#fff;
    color:#000;
    line-height:16px; /* overwrite line-height value from top menu */
    /*border-bottom:1px solid #ddd;*/ /* sub menu item horizontal lines */
    float:left;
    border-right: 0px solid white;
    height:15px;
	text-transform: capitalize;
}
#nav ul li a:hover, #nav ul li a:active, #nav ul li a.ekflexmenu_button_selected, #nav ul li ul li a:hover {
    background-color: #00295C;
    color:#fff;
}
#nav li ul ul {
    margin: -1.75em 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul {
    left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
    left: auto;
}
#nav li:hover ul.last {
     left: auto;
      right:0;
}


   
#nav ul ul li a:hover,
#nav ul li.active ul li a:hover,
#nav ul li:hover ul li a:hover,
#nav ul li.hover ul li a:hover,
#nav ul li ul li a:hover,
#nav ul li ul li a:active,
#nav ul li ul li a.hover*{ /* This line is required for IE 6 and below */
    background:#00367a; /* Sub menu items background colour */
    color:#fff;
    float:left;
    border-right:0  
}

/* Flip the last submenu so it stays within the page */

#nav ul li ul.last li  {
  /*  left:auto;  reset left:0; value */
 /*   right:0;  Set right value instead */
   left:auto; /* reset left:0; value */
    right:0; /* Set right value instead */
}
#nav ul li ul.last li {
    float:right;
    position:relative;
    right:0;
}
#nav ul li#e9edebdf9_27_35:hover ul
{
    left:auto; /* reset left:0; value */
    right:0; /* Set right value instead */}
#nav ul ul#e9edebdf9_27_35_submenu_items { right:0;}


/* Flip the last submenu so it stays within the page */
.MainMenu ul ul.last {
    left:auto; /* reset left:0; value */
    right:0; /* Set right value instead */
}
.MainMenu ul ul.last li {
    float:right;
    position:relative;
    right:0;
  
}
.MainMenu  ul li#e9edebdf9_27_35:hover ul
{
    left:auto; /* reset left:0; value */
    right:0; /* Set right value instead */}
.MainMenu  ul ul#e9edebdf9_27_35_submenu_items { right:0;}



/*
#navul li a:hover ~ ul.ekflexmenu_submenu_items_hidden,
#nav ul li a.hover ~ ul.ekflexmenu_submenu_items_hidden,
#nav ul li a:active ~ ul.ekflexmenu_submenu_items_hidden,
#nav ul li a:focus ~ ul.ekflexmenu_submenu_items_hidden,
#nav ul li a.ekflexmenu_button_hover ~ ul.ekflexmenu_submenu_items_hidden,
#nav ul li.ekflexmenu_submenu_hover ~ ul.ekflexmenu_submenu_items_hidden
{
    display: block;
}
*/

	.MainMenu{
		float:left;
		display:block;
		-moz-box-shadow:1px 4px 3px #C6C6C6;
		-webkit-box-shadow:1px 4px 3px #C6C6C6;
		box-shadow:1px 4px 3px #C6C6C6;
		width: 1024px;
		background-color:#00367a;
	}
	
	.MainMenu ul{
		list-style-type:disc;
		list-style: none outside none;
		  float:right;
    position:relative;
    right:50%;
    /*width:990px; */
	}
	
	.MainMenu ul li{
		  position:relative;
    left:50%;
   background-color:#00367a;
		border-right:1px solid white;
		float:left;
	}
	.MainMenu ul li:last-child
	{
		border-right:0px;
	}
	.MainMenu ul li a{
		color:white;
		text-decoration: none;
		float:left;
		font-family:Arial;
		font-weight:bold;
		font-size:12px;
		height:38px;
        padding-left: 5px;
        -moz-padding-start: 9px;
        padding-right: 5px;
        -moz-padding-end: 9px;
    	line-height:38px;
		text-transform: uppercase;
	}
.MainMenu li.active a {
    color:#fff;   
}
.MainMenu li a, .MainMenu li a:link, .MainMenu li a:visited { text-decoration: none; }
.MainMenu ul li a:hover, .MainMenu ul li a:active,
.MainMenu ul li a.ekflexmenu_button_selected, 
.MainMenu ul ul li a.ekflexmenu_link_selected
 {background-color:#00295c;}
 .MainMenu ul li#e9edebdf9_27_35 
	{
			border-right: 0px;
	}
.MainMenu ul li#e9edebdf9_27_35 a
	{
			padding-right:6px;
	}
/* Submenu items */
.MainMenu ul ul {
    display:none; /* Sub menus are hidden by default */
    position:absolute;padding:0;margin:0;
    top:38px;
    left:0;
    float:left;
    right:auto; /*resets the right:50% on the parent ul */
    min-width:115px; /* width of the drop-down menus */
    border:1px #000 solid;
    z-index: 20000;
}
.MainMenu ul ul li {
    left:auto;  /*resets the left:50% on the parent li */
    padding:0;margin:0; /* Reset the 1px margin from the top menu */
    clear:left;
    float:left;
    min-width: 115px;
    text-align: left;background-color: #fff;
    border-right: 0px solid white;
    z-index:20000;
}
.MainMenu ul ul li a,
.MainMenu ul li.active ul li a,
.MainMenu ul li:hover ul li a,
.MainMenu ul li:active ul li a,
.MainMenu ul li.hover ul li a,
.MainMenu ul li.ekflexmenu_submenu_hover ul li a { /* This line is required for IE 6 and below */
    padding:1px;margin:0; 
    font-size:12px;
    font-weight:normal; /* resets the bold set for the top level menu items */
    background-color:#fff;
    color:#000;
    line-height:16px; /* overwrite line-height value from top menu */
    /*border-bottom:1px solid #ddd;*/ /* sub menu item horizontal lines */
    /*border-bottom:1px solid #ddd;*/ /* sub menu item horizontal lines */
    float:left;
    min-width:115px;
    border-right: 0px solid white;
    height:15px;
	text-transform: capitalize;
}
.MainMenu ul ul li a:hover,
.MainMenu ul li.active ul li a:hover,
.MainMenu ul li:hover ul li a:hover,
.MainMenu ul li.hover ul li a:hover,
.MainMenu ul li ul li a,
.MainMenu ul li ul li a:hover,
.MainMenu ul li ul li a:active,
.MainMenu ul li ul li a.hover { /* This line is required for IE 6 and below */
    background:#00367a; /* Sub menu items background colour */
    color:#fff;
    float:left;
}

/* Flip the last submenu so it stays within the page */
.MainMenu ul ul.last {
    left:auto; /* reset left:0; value */
    right:0; /* Set right value instead */
}
.MainMenu ul ul.last li {
    float:right;
    position:relative;
    right:0;
}

/* Make the sub menus appear on hover */
.MainMenu ul li:hover ul,
.MainMenu ul li:focus ul,
.MainMenu ul li:active ul,
.MainMenu ul li.hover ul { /* This line is required for IE 6 and below */
    display:block; /* Show the sub menus */
}

.MainMenu ul li a:hover ~ ul.ekflexmenu_submenu_items_hidden,
.MainMenu ul li a.hover ~ ul.ekflexmenu_submenu_items_hidden,
.MainMenu ul li a:active ~ ul.ekflexmenu_submenu_items_hidden,
.MainMenu ul li a:focus ~ ul.ekflexmenu_submenu_items_hidden,
.MainMenu ul li a.ekflexmenu_button_hover ~ ul.ekflexmenu_submenu_items_hidden,
.MainMenu ul li.ekflexmenu_submenu_hover ~ ul.ekflexmenu_submenu_items_hidden
{
    display: block;
}


/*li.ekflexmenu_submenu { position: relative; }
li.ekflexmenu_submenu img.submenu-arrow {
    margin-top: 1px;
    margin-left: 1px;
    position: absolute;
    width: 24px;
    height: 24px;
    right: -20px;
}*/
	
	
#layout-main-container #layout-left-content, #layout-main-container #layout-right-content
{
    width:310px;
    display:block;
}
#layout-main-container #layout-left-content
{
    float:left;
    margin-right:30px;
}

#layout-main-container #layout-main-content
{
    float:left;
    display:block;
}

.main_content_container_item
{
    margin-top:30px;
    margin-bottom:20px;
}

#layout-main-container #layout-main-content .main_cont_l, #layout-main-container #layout-main-content .main_cont_r
{
    width:654px;
}

#layout-main-container #layout-main-content .main_cont_lr
{
    width:310px;
}

#layout-main-container #layout-main-content .main_cont
{
    width:964px;
}

#layout-main-container #layout-right-content
{
    float:right;
    margin-left:20px;
}


#layout-footer
{
    
}

#layout-footer #footer_info
{
    border:1px solid #cdcdcd;
    background-color:#dedede;
    padding:17px 20px;
    font-size:12px;
    font-family:Arial;
}

#layout-footer #footer_info #nav_site_map
{
    color:#bababa;
    text-align:center;
}

#layout-footer #footer_info #nav_site_map a
{
    color:#24528d;
}

#layout-footer #footer_info #nav_site_map span
{
    color:#333333;
}

/********Home*****/

    /******Left***/
.featuredposts_title
{
    font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:20px;
    color:#8d8d8d;
    margin-top:0px;
}

.featuredposts_header
{
    height:28px;
    border-bottom:1px solid #c7c7c7;
     margin-bottom: 22px;
}

.featuredposts_content
{
    margin-bottom:20px;
    clear:both;
}

#something_to_say
{
    background:url(/template/images/something_to_say.png) no-repeat;
    width:310px;
    height:64px;
}

.FeaturedItem {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 20px;
}
  #main_content_container_contents .FeaturedItem:last-child
        {
            border-bottom:0px;
        }

    /********Main****/
   #main_content_container_title, #layout_RightContent_title
   {
       color:#24528d;
       font-family:Arial;
       font-weight:bold;
       font-size:20px;
       margin-bottom:10px;
   }
  
  /***************** RIGHT SIDE **************************/
.rightContent_item {
    margin-bottom: 25px;
}
/* widget right  position: relative;*/
.widgetr
    {
        position:relative;
    }
    
    .widgetr .widget_titlebar
    {
        background-color:#585858;
        height:34px;
        width:320px;
        
        -webkit-border-radius: 0 3px 0 0;
		-moz-border-radius: 0 3px 0 0;
		border-radius: 0 3px 0 0;
    }
    
    .widgetr .widget_title
    {
        color:White;
        font-family:RockwellRegular, Arial, Verdana, Sans-Serif;
        font-size:15px;
        float:left;
        height:34px;
        line-height:34px;
        margin-left:15px;
    }
    .widgetr .widget_morebtn
    {
       /* background:url(/template/images/widgetbox_morebtn.png) no-repeat;*/
        width:18px;
        height:18px;
        float:right;
        margin-top:8px;
        margin-right:10px;
    }
    
    .widgetr .widget_shadow
    {
        background:url(/template/images/widgetBoxr.png) no-repeat;
        width:320px;
        height:90px;
       
       /* left:0;*/position:absolute;
    }
    
    .widgetr .widget_content
    {
        width:280px;
        position: relative;
        margin:0 15px;
        z-index: 1000;
    }
  /* widget most popular */
  .widgetMostPopularItem .widgetMostPopularItem_photo, 
    .widgetMostPopularItem .widgetMostPopularItem_content
    {
        float:left;
    }
    
    .widgetMostPopularItem
    {
        margin-top:20px;
    }
    
    .widgetMostPopularItem .widgetMostPopularItem_content
    {
        margin-left:10px;
        width:189px;
        line-height:1.2;
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
    }
    
    .widgetMostPopularItem_likebtn a
    {
        background:url("/template/images/facbooklikebtn.png") no-repeat;
        width:45px;
        height:20px;
        display:block;
        margin-top:10px;
    }    
    
    /* FacebookPostsItem */
    .widgetFacebookPostsItem .widgetFacebookPostsItem_photo, 
    .widgetFacebookPostsItem .widgetFacebookPostsItem_content
    {
        float:left;
    }
    
    .widgetFacebookPostsItem
    {
        margin-top:20px;
    }
    
    .widgetFacebookPostsItem .widgetFacebookPostsItem_content
    {
        margin-left:10px;
        width:219px;
        line-height:16px;
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
    }  

/* social news */
 .JCA_SN_Ctrl_titlebar
    {
        color:White;
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:16px;
        text-align:center;
        line-height:40px;
        height:40px;
        background-color:#00295c;
        width:310px;
        
        -webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
    }
    .JCA_SN_Ctrl_Content a
    {
        width:32px;
        height:32px;
        margin:5px;
    }
    .JCA_SN_Ctrl_lbl
    {
        color:#8d8d8d;
        font-family:Arial;
        font-size:11px;
        font-weight:bold;
        padding:10px 0 10px 0;
        text-transform: uppercase ;
    }
    
    .JCA_SN_Ctrl_Content .profile-sharethis
     {
         border-top: 1px dashed #CCCCCC;
    color: #8D8D8D;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin: 12px 10px 0 20px;
    padding: 15px 0 0;
    text-transform: uppercase;
    width: 270px;
    }
   
    .JCA_SN_Ctrl_Content
    {
        text-align:center;
        width:308px;
        background-color:#f8f8f8;
        border-left:1px solid #d3d3d3;
        border-right:1px solid #d3d3d3;
        border-bottom:1px solid #d3d3d3;
        padding:0 0 20px;
    }
   .JCA_SN_Ctrl_Content #bookleader, .JCA_SN_Ctrl_Content #downloadprofile
    {
        text-align:center;
        width:276px;
        background-color:#eaedf4;
        border:1px solid #ccc;      
        margin: 0px 0 12px 15px;
  
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIwLjgzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZGJkYmRiIiBzdG9wLW9wYWNpdHk9IjAuODMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(219,219,219,0.83) 0%, rgba(219,219,219,0.83) 1%, rgba(234,237,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,0.83)), color-stop(1%,rgba(219,219,219,0.83)), color-stop(100%,rgba(234,237,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,219,219,0.83) 0%,rgba(219,219,219,0.83) 1%,rgba(234,237,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,219,219,0.83) 0%,rgba(219,219,219,0.83) 1%,rgba(234,237,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,219,219,0.83) 0%,rgba(219,219,219,0.83) 1%,rgba(234,237,244,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(219,219,219,0.83) 0%,rgba(219,219,219,0.83) 1%,rgba(234,237,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dbdbdb', endColorstr='#eaedf4',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    }  
 .JCA_SN_Ctrl_Content #downloadprofile
 { margin: 0px 0 5px 15px;}   
.JCA_SN_Ctrl_Content #bookleader a, .JCA_SN_Ctrl_Content #downloadprofile a
{
    display: block;
    font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:16px;
        color:#333;
        height: 25px;
    line-height: 25px;
         text-decoration:none;
          width:276px;
       }
  
  .JCA_SN_Ctrl_Content #bookleader:hover, .JCA_SN_Ctrl_Content #downloadprofile:hover

  {/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljYWJiYyIgc3RvcC1vcGFjaXR5PSIwLjgzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjOWNhYmJjIiBzdG9wLW9wYWNpdHk9IjAuODMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(156,171,188,0.83) 0%, rgba(156,171,188,0.83) 1%, rgba(234,237,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(156,171,188,0.83)), color-stop(1%,rgba(156,171,188,0.83)), color-stop(100%,rgba(234,237,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(156,171,188,0.83) 0%,rgba(156,171,188,0.83) 1%,rgba(234,237,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(156,171,188,0.83) 0%,rgba(156,171,188,0.83) 1%,rgba(234,237,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(156,171,188,0.83) 0%,rgba(156,171,188,0.83) 1%,rgba(234,237,244,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(156,171,188,0.83) 0%,rgba(156,171,188,0.83) 1%,rgba(234,237,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d49cabbc', endColorstr='#eaedf4',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}  
.JCA_SN_Ctrl_Content #profile-buttons
     { padding-top: 15px;}
     
     
       .JCA_SN_Ctrl_Content .story_share_content
    {
      border-bottom: 0px solid #D3D3D3;
    border-left: 0px solid #D3D3D3;
    border-right: 0px solid #D3D3D3; 
    height: 112px;
    padding: 0px 8px 10px 20px;
    text-align: left;
    width: 270px;
}
  
 .JCA_SN_Ctrl_Content  .story_share_content #story_sharethis  {
    border-top: 1px dashed #CCCCCC;
    margin-left: -1px;
    margin-top: 8px;
    padding-top: 8px;
}
   .JCA_SN_Ctrl_Content .story_share_content .story_share_content a
    {
        margin-bottom:10px;
        margin-left:5px;
    }
   .JCA_SN_Ctrl_Content .story_share_content .story_twitter_follow,  .story_twitter_follow
    {
        font-weight:bold;
        margin:20px 0;
        display:block;
        font-size:13px;
        font-family: Arial, Sans-Serif;
        color:#333;
    }
     .JCA_SN_Ctrl_Content .story_share_content .story_twitter_follow a, .story_twitter_follow a
        {
            color:#24528d;
            text-decoration:none;
        }
     .JCA_SN_Ctrl_Content #ctl00_layout_RightContent_leadersConnect_imgLinkedIn
        {
           position: relative;
    top: 2px;
        }
   

   .widget_content .profile-video
  {margin:20px 0
   }
    .widget_content .profile-video p
  {margin:5px 0;
   color:#333; font-size:12px;
   padding-left:4px;
   }
    
    
    /*end*/
  
  /* join our community */
    .ComJoinPhoto
    {
        display:inline-block;
        margin:0 15px 0 0;
        float:left;
    }
    
    .ComJoinDescWrap
    {
        float:left;
        width:180px;
    }
    
    .ComJoinDesc
    {
        font-family:Arial;
        font-size:13px;
        color:#333;/*Black*/
        line-height:1.3;
        margin-bottom:10px;
    }
    
    .comjoinctrl_Wrap .btnGoto
    {
       
    }
    .comjoinctrl_Wrap .btnGoto_left
        {
            -webkit-border-radius: 5px 0 0 5px;
		    -moz-border-radius: 5px 0 0 5px;
		    border-radius: 5px 0 0 5px;

            -moz-box-shadow:inset 0 2px 0 #e64950;
	        -webkit-box-shadow:inset 0 2px 0 #e64950;
	        box-shadow:inset 0 2px 0 #e64950;

            background-color:#de0c16;
            display:inline-block;

		    text-decoration:none;
		    color:White;
		    font-family:Helvetica Neue L...;
		    font-weight:bold;
		    font-size:13px;
		    height:27px;
		    float:left;
		    line-height:26px;
		    padding-left:10px;
		    padding-right:8px;
        }
        
        .comjoinctrl_Wrap  .btnGoto_right
        {
            -moz-box-shadow:inset 0 2px 0 #e64950;
	        -webkit-box-shadow:inset 0 2px 0 #e64950;
	        box-shadow:inset 0 2px 0 #e64950;

            width: 0;
            height: 1px;
            border-top: 13px solid transparent;
            border-left: 13px solid #de0c16;
            border-bottom: 13px solid transparent;
            margin-bottom:10px;
            float:left;
        }
    .comjoinctrl_Wrap .btnGoto .btnGoto_left a
    {
        text-decoration:none;
        color:White;
    }
    
    .ComJoinDlg
    {
        display:block;
        padding:20px;
    }
    
    .ComJoinDlg .ComJoinDlg_title
    {
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:32px;
        color:#00295c;
        padding-bottom:10px;
        border-bottom:1px solid #c7c7c7;
        text-align:center;
        margin-bottom:20px;
    }
    
    .ComJoinDlg .ComJoinDlg_small
    {
        font-family:Arial;
        font-size:18px;
        color:#585858;
        margin-bottom:10px;
        text-align:center;
    }
    
    .ComJoinDlg .ComJoinDlg_facebookBtn input, .ComJoinDlg .ComJoinDlg_facebookBtn .ek_fbButton_text, .ComJoinDlg .ComJoinDlg_facebookBtn .ek_fbButton
    {
        margin: 0 auto 20px;
        width:146px;
        height:46px;
        background:url(/template/images/btnFacebook.png) no-repeat;
        display: block;
        border: 0 none;
    }
 .ek_fbButton_med {
background-position: left -188px;
font-size: 11px;
line-height: 14px;
}

 
    .ComJoinDlg .ComJoinDlg_content
    {
        margin:0 auto;
/*        width:538px;*/
        height:337px;
        
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border:1px solid #d3d3d3;
		padding:20px;
		background-color:#f8f8f8;
    }
    
    .ComJoinDlg .ComJoinDlg_already
    {
        border-right:1px solid #d3d3d3;
        padding-right:20px;
        float:left;
        width:249px;
        height:100%;
    }
    
    #cbThankyou p 
    {
        margin-bottom:16px;
        }
     .ComJoinDlg_content a 
    {
         color: #24528D;
    text-decoration: none;
        }
      .ComJoinDlg_content a:hover 
    {
         color: #24528D;
    text-decoration: underline;
        }
    
    .ComJoinDlg .ComJoinDlg_new
    {
        width:249px;
        float:left;
        padding-left:20px;
        height:100%;
    }
    
    .ComJoinDlg .ComJoinDlg_content_title
    {
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:18px;
        color:#585858;
        margin-bottom:10px;
    }
    
    .ComJoinDlg .ComJoinDlg_already_msg
    {
        font-family:Arial;
        font-size:13px;
        color:#333333;
        margin:10px 0;
        line-height:1.3;
    }
    
    .ComJoinDlg .ComJoinDlg_content_input
    {
        margin:10px 0;
    }
    
    .ComJoinDlg .ComJoinDlg_content_input input[type=text]
    {
        border:1px solid #cccccc;
        width: 239px;
        height:22px;
        padding-left:5px;
    }
    
      .ComJoinDlg .ComJoinDlg_content_input input[type=password]
    {
        border:1px solid #cccccc;
        width: 239px;
        height:22px;
        padding-left:5px;
    }
    
    .ComJoinDlg .ComJoinDlg_content_loginBtn input
    {
        margin: 5px auto 20px;
        width:80px;
        height:30px;
        background:url(/template/images/login.png) no-repeat;
        display: block;
        float:left;
        border: 0 none;
    }
    
    .ComJoinDlg .ComJoinDlg_content_signBtn input
    {
        margin: 15px auto 20px;
        width:80px;
        height:30px;
        background:url(/template/images/signup.png) no-repeat;
        display: block;
        float:left;
        border: 0 none;
    }
    
    .ComJoinDlg .ComJoinDlg_already_forgot
    {
        font-family:Arial;
        font-size:12px;
        color:#333333;
    }
    
    .ComJoinDlg_new_accept label
    {
        font-family:Arial;
        font-size:12px;
        color:#333333;
        float:left;
        margin-left: 10px;
        width: 212px;
        margin-top:5px;
        line-height:1.3;
        display: inline-block;
    }
    .ComJoinDlg_new_accept input
    {
        float:left;
        margin-top:7px;
    }
    
    .ComJoinDlg .ComJoinDlg_footer
    {
        font-family:Arial;
        font-size:12px;
        margin-top:15px;
        text-align:center;
    }
    
    .ComJoinDlg .ComJoinDlg_footer a
    {
        color:#24528d;
        text-decoration:none;
    }
#ek_resetpassword tr {padding-bottom:5px;}
.ekResetPassEmailLabel {padding:3px 5px 0 0;}
#ekEmail {width:200px;}
#ekEmail input[type=text]{width:171px;}
#ekResetPassSubmitButton {
margin-top: 10px;
display: block;
}
#ekResetPassSubmitButton  input[type=submit]{color:#fff; background: #00367a; padding:6px; border:1px solid ##00367a;
 -webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
 }

 
/**********interior page**********/
    /**common***/
.story_wrapper .blogger
{
    margin-bottom:20px;
}

    .story_wrapper .blogger_photo
    {
        width:42px;
        height:42px;
        float:left;
        margin-right:15px;
      }

    .story_wrapper .blogger_desc
    {
        float:left;
        line-height:1.3;
      
    }

        .story_wrapper .blogger_name
        {
            font-family:Arial;
            font-size:18px;
            font-style:italic;
            color:#24528d;
        }

        .story_wrapper .blogger_title
        {
            font-family:Arial;
            font-size:13px;
            font-style:italic;
            color:#333333;
        }
     
    .story_wrapper .get_update
    {
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
        color:#333333;
        text-align:right;
        float:right;
    }
    
    .story_wrapper .update_social
    {
        /*background:url(/template/images/update_social.png) no-repeat;*/
        width:230px;
        height:20px;
        margin-top:9px;
    }
    
.story_wrapper .story_title, .pbcontent_wrapper .pbcontent_title, .pbcontent_wrapper h2
{
    font-family:Arial;
    font-size:25px;
    font-weight:bold;
    line-height: 1.1;
    margin: 7px 0 5px;
	clear:both;
}
 /*content 
 h6 {
color:#333;
     font-family:Arial;
    font-size:25px;
    font-weight:bold;
    line-height: 1.3;
    margin:0 0 5px 0;
}

    color:#333;
}*/
.pbcontent_wrapper h2.pbcontent_contenttitle
{
     font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:20px;
    line-height: 1.1;
    margin: 25px 0 0 2px;
    color:#8d8d8d;
}

.story_wrapper, .pbcontent_wrapper
{
    display:block;
    margin-bottom:10px;
}

.story_wrapper .story_graphic, .pbcontent_wrapper .pbcontent_graphic

{
    border-bottom:1px solid #c7c7c7;
    display: block;
    padding-bottom:5px;
    width: 100%;
	height: 300px;
}
.pbcontent_wrapper .pbcontent_graphic

{
    height: 320px;
    margin-bottom: 10px;
}
.story_wrapper .newsstory
{	height: 16px;
}
    .story_graphic .story_photo
    {
        margin:5px 0 10px;
		height:274px;width:654px;border-width:0px;
    }
.pbcontent_graphic .pbcontent_photo
    {
        margin:10px 0 10px;
		height:274px;width:654px;border-width:0px;
    }
.story_wrapper .story_date
{
    font-family:Arial;
    font-size:11px;
    color:#555963;
    float:left;
    line-height:1.3;
}

.story_wrapper .story_print, .pbcontent_wrapper .pbcontent_print
{
    float:right;
    background:url(/template/images/printer.png) no-repeat;
    width:16px;
    height:16px;
}
.story_wrapper #interiorpage, .pbcontent_wrapper #interiorpage {margin-top:-15px;}
.story_wrapper .story_content, .pbcontent_wrapper .pbcontent_content,  .story_wrapper .team_content
{
    font-family:Arial;
    font-size:13px;
    line-height: 1.4;
    margin-top:10px;
    position:relative;
    padding-bottom: 5px;
}
.story_wrapper .story_content p, .pbcontent_wrapper .pbcontent_content p, .pbcontent_description
{font-family:Arial;
    font-size:13px;
    line-height: 1.4;
    margin-bottom:16px;
    color:#333;}

 /*.story_wrapper .story_content h2, .pbcontent_wrapper .pbcontent_content h2
{
     font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:20px;
    line-height: 1.4;
    margin:0 0 5px 0;
    color:#24528d;
}*/
 .story_wrapper .story_content h3, .pbcontent_wrapper .pbcontent_content h3
{
     font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:18px;
    line-height: 1.4;
    margin:0 0 5px 0;
    color:#24528d;
}
 .story_wrapper .story_content h4, .pbcontent_wrapper .pbcontent_content h4,.story_wrapper .story_content .instructions,
  .pbcontent_wrapper .pbcontent_content  .instructions
{
     font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:16px;
    line-height: 1.2;
    margin:0 0 5px 0;
    color:#24528d;
}

 .pbcontent_wrapper .pbcontent_content ul
 {
     margin:5px 0 5px 5px;
   color: #333333;
    font-family: Arial;
    font-size: 13px;
    line-height: 1.4;
}
  .pbcontent_wrapper .pbcontent_content blockquote ul
 {
     margin:5px 0 5px 25px;
   color: #333333;
    font-family: Arial;
    font-size: 13px;
    line-height: 1.4;
    list-style-position: outside;
} 
  .pbcontent_wrapper .pbcontent_content li,  .pbcontent_wrapper .pbcontent_content blockquote li
 { padding: 4px 0 12px;
   
     }
 .story_wrapper .story_content em,.pbcontent_wrapper .pbcontent_content em
 { font-style: oblique;}
  .story_wrapper .story_content strong,.pbcontent_wrapper .pbcontent_content strong
 { font-weight: bold;} 

.story_wrapper .story_content a,.pbcontent_wrapper .pbcontent_content a,.pbcontent_wrapp, .content aer #pbcontent_description a
    {
         color: #24528D;
    text-decoration: none;
        }
.story_wrapper .story_content a:hover,.pbcontent_wrapper .pbcontent_content a:hover, .story_wrapper .story_content a:active,
.pbcontent_wrapper .pbcontent_content a:active,
 .pbcontent_wrapper #pbcontent_description a:hover,.pbcontent_wrapper #pbc,
 .content a:hover, .content a:activeontent_description a:active
    {
         color: #24528D;
    text-decoration: underline;
        }
        
  .team_wrapper   
  {border-bottom: 1px solid #C7C7C7;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom:10px;
    width: 100%;
      }    
        
        
 .story_wrapper .team_content  ul
 {
     margin-top:0px; margin-bottom:10px;
     line-height:1.4;
     font-family:Arial, Verdana, Sans-Serif;
     list-style: none;
     }
 .story_wrapper .team_content li
 { padding: 0px 0 16px;
     }           
        
/*Share This */
.story_content .story_share,  .story_share , .pbcontent_content .pbcontent_share
    {
        display:inline-block;
        float:left;
        margin:0 25px 20px 0;
    }
    #media-heading .story_share
    {float:right;}
    .story_content .story_share_titlebar,  .story_share_titlebar, .pbcontent_content .pbcontent_share_titlebar,  .pbcontent_share_titlebar
    {
        color:White;
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:16px;
        line-height:31px;
        height:31px;
        background-color:#585858;
        width:278px;
        padding-left:10px;
        
        -webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
    }
    
    .story_content .story_share_content,  .story_share_content, .pbcontent_content .pbcontent_share_content,  .pbcontent_share_content

    {
        border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    height: 112px;
    padding: 8px 8px 10px;
    text-align: left;
    width: 270px;
}
  
.story_content .story_share_content #story_sharethis, .story_share_content #story_sharethis  {
    border-top: 1px dashed #CCCCCC;
    margin-left: -1px;
    margin-top: 8px;
    padding-top: 8px;
}
    .story_content .story_share_content a
    {
        margin-bottom:10px;
        margin-left:5px;
    }
    
    .story_content .story_twitter_follow,  .story_twitter_follow
    {
        font-weight:bold;
        margin:20px 0;
        display:block;
        font-size:13px;
        font-family: Arial, Sans-Serif;
        color:#333;
    }
        .story_content .story_twitter_follow a, .story_twitter_follow a
        {
            color:#24528d;
            text-decoration:none;
        }
/*leaders profile */
.leaders_profile
{font-family: Arial;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 0px;
    padding-bottom: 5px;
    position: relative;
    }
.leaders_profile .leaders_name
{
    color: #333333;
    font-family: RockwellBold, Arial, Verdana, Sans-Serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 5px;
}

.leaders_profile .leaders_title
{color: #333333;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    margin.leaders_profile .leaders10 
   {
       padding:10px 0 10px 0;
       
       }0 5px;
    }
    
 .leaders_profile .leaders_photo
{float:left; width: 135px;
 margin: -5px 15px 0 0;
 }   
.leaders_profile .leaders_photo img {
    -moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.leaders_profile .leaders_quote
{  color:#7c7878;
   font-family: Arial, Verdana, Sans-Serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.3;
    margin:25px 15px 5px;
   float:left;   width:460px;    
}

.leaders_profile h2 { font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:20px;
    line-height: 1.4;
    margin:20px 0 5px 0;
    color:#24528d;
    clear:both;}
    
.leaders_profile .leaders_quote  blockquote { quotes: "\201C" "\201D"; } 
.leaders_profile .leaders_quote blockquote:before 
    { content: open-quote; font-weight: bold; } 
.leaders_profile .leaders_quote blockquote:after { content: close-quote; font-weight: bold; } 



    /****main*******/
    
#forgotPassword
{
    display:none;
}
.error-block
{
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #F7DBDB;
    color: #D94C4C !important;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    margin-left: 4px;
    padding: 5px 7px;
    text-shadow: 0 1px #FFFFFF;
}
.success-block
{
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #8FC337;
    color: #000000 !important;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    margin-left: 4px;
    padding: 5px 7px;
    text-shadow: 0 1px #FFFFFF;
}
/***********************home*********************/

 .post-title-wrap
    {
        margin-bottom:10px;
        display:block;
    }
        .post-title-bar
        {
            height:65px;
            line-height: 1.3;
            font-size:11px;
            color: #24528D;
            font-weight:bold;
        }
        
        .post-photo
        {
            margin-right:10px;
            float:left;
            margin-top:2px;
        }
    
        .post-title span
        {
        }
        
        .post-title, .post-title a
        {
            width:245px;
            float:left;
            font-size:18px;
            font-family:Arial;
            font-weight:bold;
            color:#24528d;
/*            min-height:43px;*/
            line-height:20px;
             margin-top:2px;
             text-decoration:none;
        }
        .post-title a:hover, .post-title a:active
        { text-decoration:underline; }
        .post-title span:first-child
        {
            font-size:11px;
        }

    .post-description-1, .post-description-2
    {
        font-family:Arial;
        font-size:13px;
        font-style:italic;
        margin-bottom:5px;
        color:#333;
    }
    
        .post-name
        {
            font-weight:bold;
        }
    
    .post-content
    {
        font-family:Arial;
        font-size:13px;
        color:#333;
        margin:10px 0;
        line-height:1.3;
    }
    
    .post-footer
    {
        font-family:Arial;
        color:#333;
        font-size:11px;
        font-weight:bold;
    }
    
    .post-footer a
    {
        color:#24528d;
        text-decoration:none;
    }
.FeaturedVideoCtrl_Content {padding-bottom:5px;}
.videoscategories
{
   
    }

.videoscategories embed
{
    height:140px;
    width:200px;
    }
    .videoscategories div
    {
   
    float:left;
    }
    .videoscategories span
    {
        color:#27508E;
        font-size:14px;
         font-weight:bold;
        }
        
        .main_cont_r .FeaturedVideo_title
{
    border-bottom:1px solid #c7c7c7;
    font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:20px;
    color:#8d8d8d;
    padding-bottom:5px;
    margin-bottom:20px;
}

.FeaturedVideo_main
{
    margin-bottom:30px;
}

.main_cont_r .FeaturedVideoCtrl_Content
{
    width:654px;
    height:389px;
}
.FeaturedVideo_category_item .VideoDescription{
    font-family:Arial;
    font-size:13px !important;
    font-weight:bold;
    margin:8px 0 25px !important;
    color:#24528d !important;
    line-height:1.3 !important;
    width:auto !important;
}

.FeaturedVideo_category_row
{
}

.FeaturedVideo_category_col
{
    width:204px;
    margin-right:14px;
    float:left;
}

.FeaturedVideo_category_col:last-child
{
    margin-right:0;
}

.FeaturedVideo_category_title
{
    border-bottom:1px solid #c7c7c7;
    font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size:18px;
    color:#8d8d8d;
    margin-bottom:15px;
    padding-bottom:5px;
}


.TitleFeatured, .TitleFeatured a
{    
    color: #333;
    font-family:RockwellBold, Arial, Verdana, Sans-Serif;
    font-size: 20px;
    margin:10px 0;
    text-decoration:none;
}
.TitleFeatured a:hover, .TitleFeatured a:active
{
     color:#24528D;
       text-decoration: underline;
}
/********************************************/

.leader_user
{
    float:left;
    width:150px; height:250px;
    padding:10px 5px 5px 5px ;
    font-family: RockwellRegular, Arial, Verdana, Sans-Serif;
    font-size: 13px;
    color:#333;
}
.leader_user_photo a
{
    padding:0 ;
    margin:0;
    border: 0;   
}

/* Keep Me Informed / Contact Us */
/* .form */
form table.form tr
{
    height: 3.25em;
}
form table.form tr td { vertical-align: middle; }
form table.form tr td:first-child,
form table.form tr td.first { text-align: right; padding-right: 5px; width: 110px; }
form table.form tr td.first.tall { vertical-align: text-top; }

form table.form.keep-me-informed tr td:first-child,
form table.form.keep-me-informed tr td.first { text-align: right; padding-right: 5px; width: 200px; }
form table.form.keep-me-informed.your-information tr td.first { text-align: right; padding-right: 5px; width: 150px; }
span.required-field-marker { color: #f00; }

form table.form th { vertical-align: bottom; text-align: left; }

form table.form caption h1 
{
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
/* -------------------------------------------------------- */
/* contact-information on Contact Us and Book Leaders pages */
/* -------------------------------------------------------- */
table.contact-information {}
table.contact-information td { height: 25px; }
table.contact-information td.first { width: 125px; text-align: right; padding-right: 5px; }
table.contact-information td.last {}

#jca_coverflow_new_navigation {
    position: relative;
    top: 80px;
    height:40px !important;
    z-index:100 !important;
}
#jca_coverflow_new_caption
{
   background: #00295c /*url(/images/cover-flow-btn.png)*/ no-repeat 0 0;
    color: White; font-weight:bold; font-size:14px; font-family: HelveticaNeue, Helvetica, Tahoma;
    line-height:16px;
    height: 43px;
    left: 386px;
    opacity: 0.9;
    padding-left: 5px;
    padding-top: 4px !important;
    position: relative;
    text-align: left;
    top: -55px;
    width: 167px !important;
}
#jca_coverflow_new_caption span
{
    font-weight:normal; font-size:11px;font-family: HelveticaNeue, Helvetica, Tahoma;
    line-height:12px;
    padding:0;margin:0;
    display: block;
    }
   
#jca_coverflow_new_images #jca_coverflow_new_slideshow{ top: 220px;}

.QuickPoll_Titlebar
    {
        display:block;
        height:28px;
        border-bottom:1px solid #c7c7c7;
        margin-bottom:15px;
        width:310px;
    }
    .QuickPoll_Titlebar .QuickPoll_icon
    {
        background:url(/template/images/quickpoll.png) no-repeat;
        width:32px;
        height:23px;
        float:left;
    }
    .QuickPoll_Titlebar .QuickPoll_title
    {
        float:left;
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:20px;
        line-height:23px;
        margin-left:3px;
        margin-bottom:10px;
        color:#8d8d8d;
        width:275px;
    }
    
    .QuickPoll_Content
    {
        width:310px;
        font-family:Arial;
        font-weight:bold;
        font-size:13px;
        line-height:1.3;
        display:block;
        margin-bottom:5px;
    }
    
    .QuickPoll_Content label
    {
        font-weight:normal;
    }
    
    .QuickPoll_Content .QuickPoll_option
    {
        margin:5px 0;
    }
    
    .QuickPoll_Content .QuickPoll_desc
    {
        margin-bottom:10px;
    }
    ol.design_list_vertical
     {
    border: 0px solid white;
    list-style-type: none;
    margin: 0;
    padding-left: 1px;
    padding-right: 3px;
        font-weight:normal;
     }
   .QuickPoll_Content .design_list_vertical li 
     {
        padding:0px 0px 5px 0px;
        font-weight:normal;
        font-size:13px;
     }
     .QuickPoll_Content .design_list_vertical li input[type="radio"]
     {
        margin-right:5px;padding-bottom:4px;
        font-weight:normal;
     }
    .QuickPoll_Content input[type="submit"] {
    background: url("/images/vote-button.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 33px;
    width: 60px;
     }
   /* twitter feed */
.widgetTwitterFeedItem .widgetTwitterFeedItem_photo, 
    .widgetTwitterFeedItem .widgetTwitterFeedItem_content
    {
        float:left;
    }
    
    .widgetTwitterFeedItem
    {
     
        clear:both;   margin-top:20px;
    }
    
    .widgetTwitterFeedItem .widgetTwitterFeedItem_content
    {
        margin-left:10px;
        width:219px;
        line-height:16px;
        font-family:Arial;
        font-size:12px;
    }
 .widgetr .widget_twitterbtn
    {
        width:61px;
        height:20px;
        float:right;
        margin-top:6px;
        margin-right:10px;
    }  
     
     #design_content, div.design_content {
        overflow:hidden !important;
     }
     
     #screen-name #user
     {
         display:none;
         }
         .follow #user,.follow b
         {
             display:none;
             
             }
             
             .widgetl
    {
        left: -10px;
        position: relative;
    }
    
    .widgetl .widget_titlebar
    {
        background-color:#585858;
        height:34px;
        widposition:relative;th:320px;
        
        -webkit-border-radius: 3px 0 0 0;
		-moz-border-radius: 3px 0 0 0;
		border
		position: relative;-radius: 3px 0 0 0;
    }
    
    .widgetl .widget_title
    {
        color:White;
        font-family:Rockwell;
        font-size:15px;
        float:left;
        height:34px;
        line-height:34px;
        margin-left:15px;
    }
    .widgetl .widget_morebtn
    {
        background:url(/images/widgetbox_morebtn.png) no-repeat;
        width:18px;
        height:18px;
        float:right;
        margin-top:8px;
        margin-right:10px;
    }
    
    .widgetl .widget_shadow
    {
        background:url(/images/widgetBoxl.png) no-repeat;
        width:320px;
        height:90px;
        position:absolute;
    }
    
    .widgetl .widget_content
    {
        width:280px;
        margin:0 20px;
        position:relative;
        z-index: 1000;
    }
    
    
    /*end*/
    
    
    .widgetFacebookPostsItem .widgetFacebookPostsItem_photo, 
    .widgetFacebookPostsItem .widgetFacebookPostsItem_content
    {
        float:left;
    }
    
    .widgetFacebookPostsItem
    {
        margin-top:20px;
        display:block;
        height: 50px;
    }
    
    .widgetFacebookPostsItem .widgetFacebookPostsItem_content
    {
        margin-left:10px;
        width:219px;
        line-height:16px;
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
    }
    
 /*  sponsored links */
 .ads {padding: 10px 0;}
 .SponsoredLinks_wrap
    {
        display:block;
        border:1px solid #d3d3d3;
        background-color:#f8f8f8;
        padding:10px;
    }
    
    .SponsoredLinks_item
    {
        line-height: 1.3;
        padding: 5px;
        font-family:Arial;
        font-size:13px;
        background-color:#f8f8f8;
        color:#333333;
    }
    
    .SponsoredLinks_item_title
    {
        font-weight:bold;
    }
    
    .SponsoredLinks_item_desc
    {
    }
    
    .SponsoredLinks_item_link a
    {
        font-size:11px;
        color:#24528d;
        text-decoration:none;
    }
    
    
 /**** saysomething  ******/   
  .saysomethingWrp
    {
        display:block;
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid lightGrey;
padding: 15px;
background-color: #F8F8F8;
    }
    
    .saysomethingWrp .saysomething_title
    {
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:32px;
        color:#00295c;
        padding-bottom:10px;
        border-bottom:1px solid #c7c7c7;
        text-align:center;
        margin-bottom:20px;
    }
    
    .saysomethingWrp .saysomething_small
    {
        font-family:Arial;
        font-size:15px;
        color:#585858;
        margin-bottom:20px;
        text-align:left;
    }
    
  .saysomethingWrp #saysomething_form  {  background-color: #F8F8F8;}
  .saysomethingWrp #saysomething_form  #design_content,.saysomethingWrp #saysomething_form  div.design_content {
    background-color: #F8F8F8;}
 .saysomethingWrp #saysomething_form .writeform_left {background-color: #F8F8F8; text-align: right; float:left; font-weight:bold; padding:5px 5px 0 0; margin:0;  clear:both; width:100px;vertical-align: top;}
  .saysomethingWrp #saysomething_form .writeform_right
  {background-color: #F8F8F8;float:right; padding:0px 5px 0 0; margin:-20px 210px 0 0; clear:both; width:250px; vertical-align: top;}
  .saysomethingWrp #saysomething_form .writeform_right input[type=text], .saysomethingWrp #saysomething_form .writeform_right textarea
    { vertical-align: top;width: 300px; background-color: #F8F8F8;
padding: 3px;
 border:1px solid #cccccc;
        padding-left:5px;
}

#design_content .design_textfield, div.design_content .design_textfield    { vertical-align: top;width: 300px; background-color: #F8F8F8;
padding: 3px;
 border:1px solid #cccccc;
        padding-left:5px;
}


.saysomethingWrp #saysomething_form .writeform_right #verification
{
margin-bottom: 10px;
}

.saysomethingWrp #saysomething_form .writeform_submit{clear:both; margin-left:133px; width:100px;height:30px;}

 .saysomethingWrp #saysomething_form .writeform_submit input[type="submit"] {
background: url("/images/submit-btn.gif") no-repeat scroll 0 0 transparent;
border: 0 none;
height: 33px;
width: 100px;
clear: both;
color: white;
font-weight: bold;
text-align: left;
padding: 0 0 5px 15px;
}

#Subm input[type="submit"] {
background: url("/images/submit-btn.gif") no-repeat scroll 0 0 transparent;
border: 0 none;
height: 33px;
width: 100px;
clear: both;
color: white;
font-weight: bold;
text-align: left;
padding: 0 0 5px 15px;
}
 
.sharegoogleplus {  display: inline;
    margin-left: 6px;
    padding-top: 0;
    position: relative;
    top: 9px;}
 
 /* video thumb */
  .VideoThmbTitle
    {
        width:300px;
        font-family:Arial;
        font-size:20px;
        font-weight:bold;
    }
    
    .VideoDescription
    {
        font-family:Arial;
        font-size:14px;
        font-weight:bold;        
        width:300px;
        margin:20px 0;
        color:#333;
        line-height:1.2;
    }
    
    /******************** FOOTER *******************/
/* footer follow us */
 .followus_ctrl_title
    {
        color:#585858;
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:16px;
        margin:10px 0;
    }
    .followus_cmbBox
    {
        width:155px;
        height:25px;
    }
    
    /*footer privacy */
        .privacy_ctrl_title
    {
        color:#585858;
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:16px;
        margin:10px 0;
    }
    
    .privacy_content
    {
        color:#333333;
        font-family:Arial;
        font-size:13px;
        line-height:2;
    }
/***************** main section *****************************/
  .related_content_titlebar
    {
        border-bottom:1px solid #c7c7c7;
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 7px;
        width: 100%;
    }
   
    .related_content_content
    {
        width: 100%;
    }
    
     .related_content_content #items
    {
        
    }
    .related_content_content .carousel-photo img {
    height: 90px;
  width: 140px;
}
    .related_content_content .carousel-title {
        margin-bottom: 10px;
        width: 130px;
        text-align:left;
        font-weight:normal;
        margin-top:10px;
        font-size:11px;
        line-height:1.3;
    }
    
    .related_content_content .blueSpan{
    color: #24528D;
    font-weight: bold;
    font-size:13px;
}
    
    .related_content_content ul li
    {
         list-style-type:none;
         display: inline-block;
         width:160px;

    }
    
    .related_content_titlebar .related_content_icon
    {
        background:url(/images/icon.png) no-repeat;
        width:26px;
        height:22px;
        float:left;
        margin-left: 5px;
    }
    
     .related_content_titlebar .related_content_icon_audio
    {
        background:url(/images/microphone-icon.png) no-repeat;
        width:26px;
        height:22px;
        float:left;
        margin-left: 5px;
    }
    
    .related_content_titlebar .related_content_title
    {
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:20px;
        color:#8d8d8d;
        float:left;
        margin-left: 7px;
        line-height:22px;
    }
  
  /* audio*/  
    .related_audio_titlebar
    {
        border-bottom:1px solid #c7c7c7;
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 3px;
        width: 100%;
    } 
    .related_audio_content
    {
        width: 100%;
    }
    
     .related_audio_content #items
    {
        
    }
    
      .related_audio_content .audio-photo
      {
     float: left;
    margin-right: 15px;
    padding-left: 5px;
    padding-top: 5px;
    width: 25px;
  
}
    .related_audio_content .audio-photo img {
  /*   float: left;
    margin-right: 10px;
    padding-left: 5px;*/
    padding-top: 5px;
    width: 25px;
  
}
    .related_audio_content .carousel-title {
        margin-bottom: 10px;
        width: 155px;
        text-align:left;
        font-weight:normal;
        margin-top:10px;
        font-size:12px;
        line-height:1.3;
    }
    .related_audio_content .carousel-title a
    {color: #24528D;
    } 
    .related_audio_content .blueSpan{
    color: #24528D;
    font-weight: bold;
    font-size:13px;
}
    
    .related_audio_content ul li
    {
         border: 1px solid #CCCCCC;
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    padding: 5px;
    width: 155px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmY2ZmZjQiIHN0b3Atb3BhY2l0eT0iMC44MyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(252,255,244,0.83) 36%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,rgba(252,255,244,0.83)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,255,244,0.83) 36%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,255,244,0.83) 36%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,255,244,0.83) 36%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(252,255,244,0.83) 36%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4fcfff4', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

    }
    
      
     .related_audio_titlebar .related_audio_icon
    {background:url(/images/microphone-icon.png) no-repeat;
        float: left;
    height: 28px;
    left: 5px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    width: 26px;
    }
    
    .related_audio_titlebar .related_audio_title
    {
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:20px;
        color:#8d8d8d;
        float:left;
        margin-left: 7px;
        line-height:22px;
    }
      
    
    
    /* Twitter search for comments */
      .comments_titlebar
    {
        border-bottom:1px solid #c7c7c7;
        display: inline-block;
        margin-bottom: 10px;
        padding-bottom: 7px;
        width: 100%;
    }
    
    .comments_titlebar .comments_icon
    {
        background:url(/images/speechbubble.png) no-repeat;
        width:28px;
        height:25px;
        float:left;
        margin-left: 5px;
    }
    
    .comments_titlebar .comments_title
    {
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:20px;
        color:#8d8d8d;
        float:left;
        margin-left: 7px;
        line-height:22px;
    }
    
    .comments_commenter_photo
    {
        border:1px solid #bdbdbd;
        width:47px;
        height:47px;
    }
    
    .comments_input_wrapper textarea
    {
        font-family:Arial;
        font-size:13px;
        color:#333333;
        line-height:1.2;
        width:97%;
        height:100px;
        border:1px solid #cccccc;
        padding:10px;
        margin-top:10px;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
    }
    .comments_post input[type=submit]
    {
        font-family:Helvetica Neue L...;
        font-size:13px;
        font-weight:bold;
        color:#333333;
        border:1px solid #cccccc;
        float:right;
        margin:10px 0;
        height:25px;
        line-height:25px;

		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	    
	    -moz-box-shadow:inset 0 2px 0 #f6f6f6;
    	-webkit-box-shadow:inset 0 2px 0 #f6f6f6;
    	box-shadow:inset 0 2px 0 #f6f6f6;
    }
    
    .comments_commenter
    {
        border-top : 1px solid #dfdfdf;
        padding-top:20px;
    }
    
    .comments_commenter_photo
    {
        margin:0 15px;
        float:left;
    }
    
    .comments_commenter_decs
    {
        float:left;
        width:574px;
    }
    
    .comments_commenter_name
    {
        font-family:Arial;
        font-size:13px;
        font-weight:bold;
        color:#24528d;
        margin-bottom:5px;
    }

    .comments_commenter_date
    {
        font-family:Arial;
        font-size:11px;
        margin-bottom:8px;
    }
    
    .comments_commenter_content
    {
        font-family:Arial;
        font-size:13px;
        line-height:1.3;
        margin-bottom:15px;
        }
        
    /****slider***/
    
    .featureSlider
    {
        float:left;
    }
    
    .related_content_wrapper .prev
    {
        float:left;
        margin-right: 5px;
        margin-top:38px;
    }
    
    .related_content_wrapper .next
    {
        float:right;
        margin-left: 5px;
        margin-top:38px;
    }
/* sponsored Content */
 .SponsoredContent_wrap
    {
        display:block;
        border:1px solid #d3d3d3;
    }
    
    .SponsoredContent_photo
    {
       idth:308px;
        height:147px;
    }
    
    .SponsoredContent_content
    {
        line-height: 1.3;
        padding: 10px;
        font-family:Arial;
        font-size:13px;
        background-color:#f8f8f8;
    }
    
    .SponsoredContent_title
    {
        color:#24528d;
        font-weight:bold;
    }
    
    .SponsoredContent_desc
    {
    }
    
 

/******************** homepage *******************/
/* image gallery */
 #GalleryContent,.GalleryContent,#jca_coverflow
    {
        width:954px;
        padding:15px;
        background:#c6c6c6 url(/images/cover-flow-bg.jpg) no-repeat 0 0;
        position:relative; margin-top:0px; margin-bottom: 0px;
    }
    #jca_coverflow .images { position:relative; overflow:hidden; width:940px; height:261px !important; }
    #GalleryHeader,.GalleryHeader
    {
        background-color:#585858;
        width:954px;
        color:White;
        display:inline-block;
        padding:15px;
        vertical-align:middle;
        height:30px;
    }
    
    #GalleryHeader .Title,.GalleryHeader .Title
    {
        font-family:RockwellBold, Arial, Verdana, Sans-Serif;
        font-size:24px;
        float:left;
        margin:0 15px;
        line-height:30px;
    }
    #GalleryHeader .Description,.GalleryHeader .Description
    {
        float:left;
        width:424px;
        font-family:Arial;
        font-size:12px;
        line-height:15px;
        margin: 0 15px;
    }
    
    #GalleryHeader .searchBtnWrap,.searchBtnWrap
    {
        float:right;
        margin:0 10px;
        display:inline-block;
        height:30px;
    }
    
    #GalleryHeader .searchBtn,.searchBtn
    {
        background-color:#de0c16;
        display:inline-block;
        
      	-moz-box-shadow:inset 0 2px 0 #e64950;
	    -webkit-box-shadow:inset 0 2px 0 #e64950;
	    box-shadow:inset 0 2px 0 #e64950;

        
        -webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		
		text-decoration:none;
		color:White;
		font-family:Helvetica Neue L...;
		font-weight:bold;
		font-size:13px;
		height:30px;
		
    }
    #GalleryHeader .searchBtn img,.GalleryHeader .searchBtn img
    {
        position:relative;
        top:auto;
        visibility:visible;
        margin:9px 15px 9px 9px;
    }
    
    #GalleryHeader .searchBtn span,.GalleryHeader .searchBtn span
    {
        margin-left:15px;
        margin-top:8px;
        height:15px;
        float:left;
    }
    #jca_coverflow { overflow: visible; }

#jca_coverflow_navigation {
    height: 40px !important;
    position: relative;
    top: 8px;
    z-index: 100 !important;
}
#jca_coverflow_caption {
    background: none no-repeat scroll 0 0 #00295C;
    height: 43px;
    left: 382px;
    opacity: 0.9;
    padding-left: 5px;
    padding-top: 4px !important;
    position: relative;
    text-align: left;
    top: -55px;
    width: 191px !important;
}
#jca_coverflow_caption a {
    color: White;
    font-family: HelveticaNeue,Helvetica,Tahoma;
    font-size: 14px;
    font-weight: bold;    
    line-height: 16px;
}
#jca_coverflow_caption span {
    display: block;
    font-family: HelveticaNeue,Helvetica,Tahoma;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
#jca_coverflow_images #jca_coverflow_slideshow {
    top: 220px;
}

.iStockTitle,  .iStockTitle a
    {
        width:310px;
        font-family:Arial;
        font-size:20px;
        font-weight:bold;
        margin-bottom:20px;
        color:#24528d;
        text-decoration:none;
    }
 .iStockTitle a:hover {text-decoration:underline;}
 
 .iStockDescription
    {
        font-family:Arial;
        font-size:14px;
        font-weight:bold;        
        width:310px;
        margin:10px 0;
        color:#333;
        line-height:1.2;
    }
    
    .iStockContent img
    {
        width:310px;
        height:220px;
    }
    
      .newslinks
    {
       text-decoration:none;
       color:#333333;
    }
    
    .FeaturedVideoCtrl_Title
    {
        font-family:Arial;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        padding-bottom:5px;
    }
    
    .FeaturedVideoCtrl_Description
    {
        font-family:Arial;
        font-size:14px;
        font-weight:bold;        
        width:300px;
        margin:20px 0;
        color:#333;
        line-height:1.2;
    }
    
    /* interior carousel */
        #carouselsection {
    display: block;
    font-family: verdana,arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
#carouselsection a.prev {
    background: url("/images/prev.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 80px;
    text-decoration: none;
    width: 30px;
}
#carouselsection a.next {
    background: url("/images/next.png") no-repeat scroll 0 3px transparent;
    display: block;
    float: left;
    height: 80px;
    text-decoration: none;
    width: 30px;
    position: relative;
    right: -20px;
}
#carouselsection ul li {
    padding: 0 0px 5px 0px;
    width: 150px !important;
}
#carouselsection a {
    color: #8B8A8B;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#carouselsection .carousel-title {
    margin-bottom: 10px;
    width: 130px;
    text-align:left;
    font-weight:normal;
    margin-top:10px;
    font-size:11px;
    line-height:1.3;
}

#carouselsection .carousel-photo img {
    height:auto;
    color:#ccc;
}
#carouselsection .carousel{
    width:580px !important;
}

#carouselsection .blueSpan{
    color: #24528D;
    font-weight: bold;
    font-size:13px;
}
#carouselsection .carousel-photo{
    text-align:center;
    background:#ccc;
    width:130px;
    height:80px;
    overflow:hidden;
}
/*
 * FancyBox - jQuery Plugin
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/template/scripts/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/template/scripts/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/template/scripts/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/template/scripts/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/template/scripts/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/template/scripts/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/template/scripts/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/template/scripts/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/template/scripts/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/template/scripts/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/template/scripts/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/template/scripts/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/template/scripts/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/template/scripts/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/template/scripts/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/template/scripts/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/template/scripts/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/template/scripts/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }





.left{float:left;}
.audiodate{display:block;padding-top:5px;}

#ulUserOptions ul li
{
    border: 0px !important;
    
    }
    
/* center social media icons */	
.JCA_SN_Ctrl_content {
	width:90%;
	padding:0 5%;
	border: none;
	text-align:justify;
}
.JCA_SN_Ctrl_content input {
	display:inline-block;
	width:32px;
}
.JCA_SN_Ctrl_content:after {
	content:'';
	width:100%;
	display:inline-block;
}
    
