/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	outline:none;
}


ul li, ol li{
	margin:5px;
}

html {
	height:100%
}

table {
	border-collapse:collapse;
	border:0px;
	width:100%;
	padding:0;
}
a, object {
	outline:none;
}
a:hover{
color:#0CF!important;
font-weight:bold;
}
td {
	vertical-align:top;
	text-align:left;
}
th {
	text-align:left;
	vertical-align:middle;
	background:#666;
	color:#fff !important;
	font-size:13px !important;
	font-weight:bold !important;
	padding-left:5px;
}
marquee {
	margin-top:14px;
	font-size:12pt;
	text-transform:uppercase;
	color:#999;
}
img {
	border:none;
	outline:none;
}
h1 {
	font-size:130%
}
h2 {
	font-size:120%
}
h3 {
	font-size:110%
}
h4 {
	font-size:110%
}
p {
	padding:0px 0px 10px 0px;
	text-align:justify!important;
}
textarea .inputbox {
	width:300px;
	height:100px;
	margin:0px 0px 5px 0px;
}
select {
	height:auto;
	margin:0px 0px 2px 0px;
	vertical-align:middle
}
ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}
ol {
	margin:0px 0px 0px 15px;
}
.width {
	width:100%
}
.main {
	margin:auto;
	text-align:left
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* CSS Document */
/*--------------------------------------body---*/
body, td, th, div, p, label, input {
	color:#666;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
}
input, select, #contact_text {
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {	
	color:#3399ff;
	text-decoration:none;
}
a:hover {
	color:#3399ff;
	text-decoration:underline;
}
a, button, .button {
	cursor:pointer;
}

#sitewrapper{
	width:100%;
	margin:0;
	padding:0;
	height:100%;
	border:0;
	background:#e7e9e9;
		display:block;
}

#head_container{
	background:url(../images/head_bg.jpg) repeat-x;
	height:208px;
	width:100%;
		display:block;
}

#content_container{
	background:#e7e9e9;
	width:100%;
		display:block;
}

#footer_container{
	background:url(../images/foot_bg.jpg) repeat-x;
	height:126px;
		display:block;
		
}

#content_wrapper{
	background:#fff;
	margin:20px 0;
	border: 1px #a8a8a8 solid;
	display:block;
	width:980px;
	min-height: 600px;
}

/*---------------------------Header---*/
.header{
	height:124px;
	display:table;
	padding-top:16px;
	width:980px;
}

.logo, .emblem, .nba{
	display:table-cell;
	vertical-align:top;
}
*.logo, *.emblem, *.nba{float: left};
.logo{
	width:140px;
	text-align:right;
}

.emblem{
	width:128px;
	text-align:left;
}


.nba{
	width:710px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20pt;
	color:#FF0;
	text-transform:uppercase;
	font-weight:bold;
	line-height:24pt;
	/*padding-top:20px;*/
}

.nba span{
	font-size:12px;
	color:#FFF;
	display:inline-block;
	text-transform:none;	
}

.mainMenu{
	height:68px;
	margin:0;
	width:980px;
}

/*----------------------------------------------------------content---*/


.contenttable{
	margin:10px 0;
}

.contenttable .leftcontent{
	padding:10px 30px;
	width:100%;	
	height:600px;
}



.contenttable .rightcontent{
	padding:10px 15px 10px 15px;
		
	display:none;
}

.contentTitle{
	color:#c60;
	list-style:none;
	font-size:160%;
	padding:10px 10px 10px 55px;
	background:url(../images/title_icon.png) no-repeat #fff;
	border-bottom:1px solid #999;
	display:list-item;
	font-weight:bold;
	/*height:30px;*/
	margin-bottom:10px;
}

.box_container{
	border:1px solid #a8b6c1;
	min-height:200px;	
	margin:10px 0 5px 0;
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.box_header{
	
	height:40px;
	background:#0274cb;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius:  10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.box_footer{
	height:30px;
	background:#0274cb;
	position:absolute;
	bottom:0;
	width:100%;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius:  0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.box_title{
	font-size:140%;
	font-weight:100;
	color:#fff;
	text-transform:capitalize;
	padding:10px 0 0 40px;
	background:url(../images/box_title_icon.png) no-repeat 5px 5px;
	height:45px;
}
.box_title1{
	font-size:140%;
	font-weight:100;
	color:#fff;
	text-transform:capitalize;
	padding:10px 0 0 40px;
	background:url(../images/partners_icon.png) no-repeat 5px 5px;
	height:45px;
}
.box_title2{
	font-size:140%;
	font-weight:100;
	color:#fff;
	text-transform:capitalize;
	padding:10px 0 0 40px;
	background:url(../images/events_icon.png) no-repeat 5px 5px;
	height:45px;
}
.box_title span,.box_title2 span,.box_title2 span{
	color:#cf9;
}
.box_content{
	background:none;
	height:100%;
	display:block;

}
.box_content p:first-letter{
	text-transform:uppercase;
	}
.box_content p{
padding-top		:5px;
padding-bottom	:5px;
	text-transform:lowercase;
	}
/*---------------------------content-heading---*/


/*-----------------------------------read-more---*/



/*-----------------------------blog-more---*/

.blog_more      {padding:11px 0px 10px 0; }
.blog_more strong { color:#7DA808; font-size:18px; line-height:18px; display:block;  padding:15px 0 21px 0; font-weight:normal; font-family:Verdana, Arial, Helvetica, sans-serif;}
.blog_more h2   {font-size:12px; padding:0px 0px 0px 0px;}

/*-----------------------------item-info---*/







/*-------------------------------------footer---*/
.press{
margin-left:90px;
padding-left:30px;
line-height:35px;
list-style-image:url(../images/arrow-img.gif)  ;
list-style:none;
background:url(../images/arrow-img.gif) 0px 6px no-repeat;
}
.contenttable .leftcontent tr td{	
	paddding-left:10px!important;
	min-height:30px;
    padding:5px;
}

.edit-btn{
			background	:url(../images/readmore.png) no-repeat; 
			height		:39px; 
			width		:99px; 
			font-size	:14px; 
			color		:white;
			font-family:Arial; 
			border		:0
}

.home_box_container{
	border:1px solid #a8b6c1;
	min-height:200px;	
	/*margin:10px 0 5px 0;*/
	position:relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:370px !important;
}
.contenttable .home_rightcontent{
	padding:10px 15px 10px 15px;
	width:240px;	
	height:316px;
}
#home_content_wrapper{
	background:#fff;
	margin:20px 0;
	border: 1px #a8a8a8 solid;
	display:block;
	width:980px;
	height:337px;
}
.contentTitle1{
	color:#c60;
	list-style:none;
	font-size:160%;
	padding:10px 10px 0 55px;
	background:url(../images/egle.png) no-repeat #fff;
	border-bottom:1px solid #999;
	display:list-item;
	font-weight:bold;
	height:30px;
	margin-bottom:10px;
}
.thickbox{
}
.pagesubhead{
	color:#000;
	font-size:13px;
	margin:0 5px;
	line-height:24px;
}

.pagesubhead a{
	text-decoration:none;
	color:#09F;
}

.pagesubhead a:hover{
	font-style:italic;
	text-decoration:underline;
} 

.contentsubhead{
	display:inline-block;
	margin:10px 0 10px -15px;
	padding: 10px 30px 10px 20px;
	background:#999;
	color:#000;
	font-weight:bold;
	min-width:400px;
}

.chairperson{
	margin-bottom:10px;
	border-bottom:1px #333;
	border-bottom-style:dashed;
}

.chairperson li{
	margin:5px 0 5px 15px;
	line-height:22px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.chairperson li .period{
	font-size:11px;
	color:#666;
	padding-left:10px;
	margin:5px;
}

.blogView{
	display:table;
	width:660px;
	color:#000;
}

.blogView li{
	display:table-row;
	border:1px solid #fff;
	line-height:20px;
	padding:5px;
	background:#CBE1FA;
}

*:first-child+html .blogView li, * html .blogView li{
	padding:0;
	min-height:20px;	
}
.blogView li h3{
	display:list-item;
	list-style:square;
	margin-left:40px;
	color:#005DA4;
}

.blogView li h3 a{
	line-height:24px;
	color:#005DA4;
}

.blogView li h3 a:hover{
	text-decoration:none;
	font-style:italic;
	color:#003884 !important;
}
.blogView li ul{
	display:table;
	width:100%;
	margin:0 !important;
}

.blogView li ul li{
	display:table-row;
	border:0;
	border-top:1px #fff;
	border-top-style:solid;
	background:#E0EDFC;
}

.blogView li ul li p{
	padding:0;
	margin:0;
	margin-left:50px;
	color:#003884;
	line-height: 24px;
}

.blogView li ul li  a{
	line-height:16px;
	display:list-item;
	list-style:circle;
	margin-left:70px;
	color:#003884;
	line-height: 24px;
}

.blogView li  ul li  a:hover{
	text-decoration:none;
	font-style:italic;
	color:#003884 !important;
}

.table1,#table1,#table2,#table3{
	width:660px;	
	color:#000;
}


.table1 th,#table1 th,#table2 th,#table3 th{
	background:#005DA4 !important;
	padding:5px;
	border:1px solid #333;
}

.table1 tr,#table1 tr,#table2 tr,#table3 tr{
		background:#E0EDFC;
		color:#000;
}

.table1 td,#table1 td,#table2 td,#table3 td{
	color:#000;
}
#galleryList{
float:left;
width:920px;
padding:0; 
margin:0;
}
#galleryList li{
 background:url(../images/booklistBg.png) no-repeat;	
 height:195px!important;
 width:450px;
 margin:5px;
 list-style:none;
 float:left;
}
.galImage{
width: 94px;
height: 140px;
background:white;
margin:20px;
position:relative;
float:left;
}
.galImage img{
margin:5px;
width: 84px;
height:130px;
}
#galleryList li div{
float:left;
width:300px;
position:relative;
background:url(../images/bookinfoBg.png) no-repeat;
margin:20px 0 ;
 
height:200px;
}
#galleryList li div h3{
color:#3399cc;
font-size:11pt;
margin:15px 23px 0 23px;

}
#galleryList li div p{
margin:0 23px ;
padding:0;
font-size:12px;
line-height:13px;
height:20px;

}
#galleryList li div p a{
background:url(../images/downloadBtn.png) top right  no-repeat;
width:130px;
font-size:12px;
padding:5px 11px 3px 4px;
height:43px!important;
float:right;
color:#666666;
line-height:18px;
margin:15px 0 0 150px;
display:marker;
text-indent:35px;

}
#galleryList li div p a:hover{
	color:#666666!important;
	text-decoration:none
}