@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(/images/template_background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body,td,th,input,select {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
form {
	margin:0;
	padding:0;
}
hr {
	height: 1px;
	margin:20px 0;
	padding: 0px;
	
}
a {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #c0001f;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
blockquote {
	margin:10px 15px;
}
.mainarticle {
	background-color: #888888;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-align:left;
}
.container {
	width: 990px;
	margin: 0 auto;
}
.clearfloat {
	clear:both;
}

.mainsection_container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 990px;
}
.mainsection_left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width: 490px;
	display: block;
	height:650px;
	overflow:hidden;
        /*background-color:#ccc;*/
	
}
.environment {
	background-image: url(/images/Backdrop_environment.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	margin-bottom: 10px;
	height: 364px;
	overflow:hidden;
	
}
.justice {
	background-image: url(/images/Backdrop_justice.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	margin-bottom: 10px;
	height: 364px;
	overflow:hidden;
}
.culture {
	background-image: url(/images/Backdrop_culture.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	margin-bottom: 10px;
	height: 364px;
	overflow:hidden;
}
.economy {
	background-image: url(/images/Backdrop_economy.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	margin-bottom: 10px;
	height: 364px;
	overflow:hidden;
}
.default {
	background-image: url(/images/Backdrop_default.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	margin-bottom: 10px;
	height: 364px;
	overflow:hidden;
}
.education {
	background-image: url(/images/Backdrop_education.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
	margin-bottom: 10px;
	height: 364px;
	overflow:hidden;
}
.environment_leftbar {
	background-image: url(/images/leftcolumn_backdrop_environment.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.justice_leftbar {
	background-image: url(/images/leftcolumn_backdrop_justice.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.culture_leftbar {
	background-image: url(/images/leftcolumn_backdrop_culture.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.economy_leftbar {
	background-image: url(/images/leftcolumn_backdrop_economy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.default_leftbar {
	background-image: url(/images/leftcolumn_backdrop_default.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.education_leftbar {
	background-image: url(/images/leftcolumn_backdrop_education.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mainarticle_text {
	padding: 10px 15px;
}
p.article_text  {
	margin:0;
	padding:0;
	text-indent:0;
}
.more {
	text-align: right;
	padding-left: 10px;
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
	font-size:12px;
}
.mainsecrion_right {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width: 295px;
	background-color: #E6E6E6;
	padding:15px;
	height:620px;
	overflow:hidden;
}
.rightbar {
	background-image: url(/images/conference_backdrop.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-color: #E4F1F7;
	float: right;
	width: 134px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height:630px;
	overflow:hidden;
	margin-bottom:10px
}
.rightcol {
	width: 154px;
	background-color:#E4F1F7;
}
.rightbar_Content {
	background-position: center;
	text-align: center;
	
}

.menu {
	font-size: 16px;
	color: #FFFFFF;
}
.menu ul {
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
	cursor: default;
	height:30px;
	width:800px;
	text-indent: 0px;
}
.menu li {
	float: left;
}
.menu a {
	width:138px;
	display:block;
	margin: 0;	
	padding:5px 10px;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #999999;
	border-right: 1px solid #FFFFFF;
}

.menu a:hover {
	background-color: #c0001f;
}
.menuselected {
	width:138px;
	display:block;
	margin: 0;	
	padding:5px 10px;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #c0001f;
	border-right: 1px solid #FFFFFF;
	}
.search {float:right;}
.search a {
	text-decoration:none;
	font-size:15px;
	line-height:20px;
	display:block;
	margin:0 0 0 3px;
	padding:1px 5px;
	background-color: #b2b2b2;
	text-align:center;
	color:#FFFFFF;
	float:left; 

}
#search_input {
    margin: 0px 10px 0px 0px; float: left; width: 164px; border:none;
}
#search_button {
	text-decoration:none;
	font-size:13px;
	line-height:17px;
	display:block;
	margin:0 0 0 3px;
	padding:1px 5px;
	background-color: #b2b2b2;
	text-align:center;
	color:#FFFFFF;
	float:right; 
        border:1px solid #b2b2b2;

}

.search a:hover {
	background-color: #c0001f;
}
.submenu {
	padding-right: 10px;
}
.support a {
	float:right; 
	margin:10px 0 0; 
	background-color:#c7b299; 
	border:1px solid #918e8b; 
	width:196px; 
	padding:11px 20px; 
	text-align:center; 
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.support a:hover {
	background-color:#c0001f;
}
.support span {
	font-size:11px;
	line-height:9px;
	letter-spacing:4px;
	font-weight:lighter;
}
.toplinks {
	float: right;
	margin: 4px 0 0 0;
	display: block;
	width: 153px;
	margin-left:9px;
	overflow:hidden;
	
}
.toplinks  a {
	color: #666666;
	display:block;
	float:right;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	padding-left:18px;
	background-image:url(/images/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.toplinks  a:hover {
	color: #c0001f;
}
h2.article_title {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
	display: block;
	padding: 0px;
	color: #BD001C;
}
h3.article_title {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#articles h3{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
.author {
margin-bottom:10px;
font-style:italic;
}
.release_date {font-style:italic;}
.wrap {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	}
.wrap div {
	display:block;
	width: 220px;
	height: 270px;
	text-align: center;
	vertical-align: middle;
	overflow:hidden;
	margin:0;
	/*border:1px solid red;*/
}
.wrap img {
	border: none;
	vertical-align: middle;
}
.content-type {
	display: block;
}
.video {
	background-color:#C4D4C3;
	text-align:center;
	padding-bottom:10px;
	margin-bottom: 10px;
	height: 364px;
	overflow:hidden;
}
.Press_Release {
	background-color: #FFF;
	display:block;
	padding:20px 15px;
	margin-top:10px;
}
.Press_Release h2 {
	margin:0 0 0 -15px;
	font-size:18px;
	color:#C00;
}
span.date  {
	float:right;
	font-size:12px;
	margin-left:5px;
}

.syndication {
	display: block;
	margin-bottom: 10px;
}

.blogs {
	width: 134px;
	display:block;
	overflow:hidden;
	background-image: url(/images/template_Blogs.gif);
	background-repeat: no-repeat;
	padding-top: 35px;
	background-position: top left;
	margin-bottom:10px
}

.blogs ul {
	margin:0 0 0 15px;
	padding:0 0 0 10px;
}


.cal_row_dark {
	background-color: #C9C4D0;
}
.cal_row_light {
	background-color: #E9E7EB;
}
.polls {
	font-size:12px;
	overflow:hidden;
	background-image: url(/images/template_Polls.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 30px;
	text-align: left;
}
.polls input {
	font-size:12px;
	vertical-align:middle;
}
.polls td {font-size:12px; vertical-align:top;}
.botomline {
	padding:5px 0;
	font-size:12px;
	display:block;
	clear:both;
}
.botomline span {
	float:right;
	margin-left:10px;
}
.bottom_banners {
	margin-top: 0px;
        width:1100px
}
.bottom_banners img {
	float: left;
        margin-bottom: 7px;
        margin-right: 7px;
/*        padding-right:5px;*/
	display:inline;
	border:none;
}

/*Add this styles*/

.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}
.left_bar {
	background-color: #f6f6f6; /*#DDE0D9 #eee1d1;*/
	padding: 5px 0 5px 15px;
	width: 225px;
	/*border-right: 1px solid #ccc;*/
}
.leftbar_menu ul {
	padding:0;
	list-style:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.leftbar_menu li a {
	display:block; 
	padding:7px 0 7px 10px;
	outline:none;
}
.leftbar_menu li a:hover {
	background-color:#FFFFFF; 
	cursor:pointer;
}
li.selected {
	color: #c0001f;
	font-weight:bold;
	padding:7px 0 7px 10px;
	background-color:#FFFFFF; 
}

.main_content {
	padding-right: 20px;
	padding-left: 20px;
}
.main_content p {
	text-align:justify;
}

.main_content h2 {font-size: 18px; color:#0066CC; margin:10px 0 0;}

.endnote {
font-size:11px;
text-align:justify;
border-top:1px solid #666666;
margin-top:15px;
}
.other_articles {
	margin-top:0;
	margin-bottom:10px;
}
.pager {color:#666666; text-align:center;}
.pager strong {color:#000000; margin:0 2px;}
.pager a {margin:0 2px;}
.press_release_index td {
border-bottom:1px solid #666;
padding:5px;}

.pr {
font-family: Tahoma, Arial, Helvetica, sans-serif;
border:1px solid #666;
padding:110px 58px 40px 58px;
background-image:url(/images/Logo.jpg); background-repeat:no-repeat; background-position:60px 30px;}


p.pr_title {
font-size:15px; text-align:center;}

p.pr_date {
text-align:right;}

div.person {
background-color:#F1ECEC;
padding-right:5px;
height: 120px;
width:263px;
overflow:hidden;
font-size:12px;
line-height:13px;
}
h2.person {
margin-top:7px;
margin-bottom:5px;}

div.person img {
float:left;
margin-right:2px}

.person_thumb {
margin:7px 10px 0px 0;
border:1px solid #ccc;
float:left;
}

.person_photos {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	margin-top:10px;
	display: inline-block;
}
.person_photos a {
	display:block;
	width:100px;
	height:93px;
	padding: 5px;
	float: left;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.person_photos a:hover {background-color:#CCCCCC;}
.person_photos a:active {background-color:#CC0000;}
.person_photos img {
	display: block;
	max-width:90px;
	max-height:90px;
	border:none;
	margin:auto;
	padding:0;
}


.person_videos {margin-top:10px;}


.person_videos img {
	float:left; 
	margin:0 5px 5px 0;
	width:120px;
	height:90px;
	border:none;
}

/* Multimedia */

.photobooks {
	margin:10px 0 15px 0;
}
.photobook {
	width: 91px;
	height:140px;
	overflow:hidden;
	background-image:url(/images/set_case.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#666666;
	font-size:11px;
	text-align:center;
	float:left;
	margin:0 15px 15px 0;
}
.photobook img {
	margin: 8px 0 15px 8px;
	width: 75px;
	height: 75px;
	border:none;
	float:left;
}
.photobook h2 {
	font-size: 13px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.audiostream {


}
.audiostream li {
	list-style: none;
	background: url(/images/icon-audio.gif) no-repeat left 3px;
	padding-left:20px;
	line-height: 18px;
}
.redbold {font-weight:bold; color:red}

/*Social Networks line*/

.social {
	margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	display: block;	
	height:22px;
	}


/*Social Networks line*/

.social {
	margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	display: block;	
	height:22px;
	}
.facebook {
	padding-left:25px;
	padding-top:2px;
	background-image: url(/files/SMedia-icons-site/icon_facebook_16_360.png);
	background-repeat:no-repeat;
	background-position: 5px 2px;
	display:block;
	height:22px;
}

.youtube {
	padding-left:33px;
	padding-top:2px;
	background-image: url(/files/SMedia-icons-site/icon_youtube_gray_361.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	display:block;
	height:18px;
}
