body{		
	margin:0 auto;
	overflow-x:hidden;
	background:rgb(233,234,237);
}



#header{
	width:100%;	
	margin:0 auto;
	}

#header #logo
{
	width:130px;
	position:absolute; 
	top:0px;left:0px; 
	z-index:10000; 
	cursor:pointer;
}

#header #space
{
	width:100%; 
	height:50px;
}




#header-banner-space{
	margin-top:2px;
	height:20px; 
	background:rgb(247,247,247);
	width:100%;
	background:url('../images/border.png');
}

#banner{
	width:100%;
	margin:0 auto;
	height:415px;
}
.clearfix{
	clear:both;
	}

.full-center-panel
{
	margin:0 auto;
	width:1024px; 
	text-align:left;
}

.full-vborder-sidebar{
	margin:0 auto;
	width:1024px; 
	text-align:left;
	background:url('../images/full-vborder-bg.bmp') repeat-y;
}

/**Featred section in the homepage**/
#featured-section
{	
	height:400px; 
	width:100%;
	text-align:center;
	border-bottom:rgb(211,215,220) 1px solid;
}


#featured-section .vborder
{
	float:left;
	width:2px;
	height:340px;
	background:url('../images/v-border.png') repeat-y;
}


#featured-section .item{
	float:left;
	width:325px;
	height:340px;
	-webkit-transition:.4s;
}


#featured-section .item .cont{
	margin-left:23px;
	margin-right:15px;
	margin-top:25px;	
}
#featured-section .item .title{
	font-family:'Open Sans Semibold', arial;
	color:rgb(7,60,101);
	font-size:19px;
	/*text-transform:capitalize;*/
	font-weight:normal;	
	overflow:hidden; 
	line-height:1.3em;
	text-align:center;
	height:50px;
}
#featured-section .item .title a
{
	text-decoration:none;
	color:rgb(7,60,101);
}
#featured-section .item .title a:link, active, visited, hover
{
	text-decoration:none;
	color:rgb(7,60,101);
}

#featured-section .item .title a:hover
{
	text-decoration:underline;
}

#featured-section .item .cont .title .icon{
	float:left;
	height:30px;
	margin-right:7px;
	padding-top:2px;
}


#featured-section .item .cont .title .text{
	
	text-align:center;
}
#featured-section .item .cont .excerpt{
	
	text-align:left;
	height:80px; 
	padding-top: 0px; 
	overflow:hidden; 

	font-family:'Open Sans Regular', verdana, arial, Lato, helvetica, times, georgia;
	font-size:15px;
	font-weight:normal;
	color:rgb(61,61,61);
	margin-top:12px;
	line-height:1.3em;
	text-align:justify;

}
#featured-section .item .cont .thumb{
	margin-top:10px;		
	width:289px;
	height:146px;
	/*box-shadow:-3px -0px 5px rgb(71,71,71);	*/
	overflow:hidden;
	position:relative;

	-webkit-transition:.4s;
	cursor:pointer;
}

#featured-section .item .cont .thumb .img{		
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
}
#featured-section .item .cont .thumb .overlay{		
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(10, 20, 30, 0.8);
	width:100%;
	height:100%;

	display:none;

}
#featured-section .item .cont .thumb .more-icon{		
	z-index:3;
	position:absolute;
	top:0px;/*top:35px;*/
	left:120px;
	opacity:0;
}
#featured-section .item .cont .thumb .more-text{
	z-index:3;
	position:absolute;
	bottom:0px;/*top:85px;*/
	left:85px;
	color:rgb(220,220,221);	
	font-family:Lato, helvetica;
	font-size:16px;

	opacity:0;
}



/*Index Tabs (buttons)*/

#tab-buttons{
	margin:0 auto;	
	text-align:center;		
	position:relative; 	
}

#tab-buttons .button{
	font-family:'Open Sans Semibold', Roboto, helvetica;
	font-weight:bold;
	font-size:15px;	
	float:left; 
	height:39px;
	padding-left:30px;
	padding-right:30px;
	min-width:100px;
	cursor:pointer;
	text-align:center;
	-webkit-transition:.2s;
	text-transform:uppercase;
	border-radius:4px 4px 0px 0px;
}

#tab-buttons .selected{			
	background:rgb(14,83,146) url('../images/tab-bg.png') repeat-x;	
	text-shadow:-1px 1px rgb(61,61,61);
	
	margin-right:8px;
}
#tab-buttons .selected .text{
	color:rgb(255,255,254);		
	padding-top:10px;	
}

#tab-buttons .regular{
	
	border-bottom:none;
	margin-right:8px;
	background:rgb(222,222,227);	
	
}
#tab-buttons .regular .text{
	color:rgb(40,50,70);	
	padding-top:10px;
	text-align:center;		
	text-shadow:-1px 1px rgb(255,255,255);
}



/**Panel of the Tabs**/

#tab-panel
{	
	text-align:center;
	width:100%;
}

#tab-panel .tab .item
{
	border-bottom:rgb(211,215,220) 1px solid;
	border-top:rgb(255,255,255) 1px solid;
	padding-bottom:10px;
	padding-top:20px;
}
#tab-panel .tab .title{
	font-family:'Open Sans Semibold', arial;	
	color:rgb(7,70,111);
	font-size:18px;
	/*text-transform:capitalize;*/
	font-weight:normal;
	opacity:1;	
	overflow:hidden; 
	line-height:1.3em;
	text-decoration:none;


}
#tab-panel .title a {
	text-decoration:none;
	color:rgb(7,60,101);
}
#tab-panel .title a:link, active, visited {
	text-decoration:none;
	color:rgb(7,60,101);
}
#tab-panel .title a:link,active, visited,hover{
	text-decoration:none;
	color:rgb(7,60,101);
}
#tab-panel .title a:hover
{
	text-decoration:underline;
}



#tab-panel .tab .excerpt{	
	font-family:'Open Sans Regular', verdana, arial, Lato, helvetica, times, georgia;
	font-size:14px;
	font-weight:normal;
	color:rgb(61,61,61);	
	line-height:1.4em;
	text-align:justify; 
	margin-top:-7px;
	padding-top:0px;
}

#tab-panel .tab .time{	
	font-family:'Open Sans Regular',helvetica;
	font-size:13px;
	font-weight:normal;
	color:rgb(102,102,102);
	text-shadow:-1px 1px rgb(255,255,255);
	margin-top:3px;
}



.category-link{
	float:right;
	margin-right:80px;
	margin-top:20px;
}
.category-link .button{
	padding-left:25px;
	padding-right:25px;
	height:28px;
	border:rgb(180,180,180) 1px solid;
	border-radius: 10px 10px;
		
	cursor:pointer;
		
	background: -webkit-linear-gradient(top, rgb(248,248,248) , rgb(215,215,225)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgb(248,248,248) , rgb(215,215,225)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgb(248,248,248) , rgb(215,215,225)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgb(248,248,248) , rgb(215,215,225)); /* Standard syntax */


}
.category-link .button:hover{
	background: -webkit-linear-gradient(top, rgb(248,248,248) , rgb(210,210,230)); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(bottom, rgb(248,248,248) , rgb(210,210,230)); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(bottom, rgb(248,248,248) , rgb(210,210,230)); /* For Firefox 3.6 to 15 */
		background: linear-gradient(to bottom, rgb(248,248,248) , rgb(210,210,230)); /* Standard syntax */
		transition:.7s;
}
.category-link .button .text{
	font-family:'Open Sans Regular',helvetica;
		font-size:13px;
		font-weight:normal;
		color:rgb(51,51,51);
		padding-top:5px;
}


/**Index Featured Publication**/

#publication-panel
{	
	width:100%;
	background:rgb(11,74,136); 
	height:235px;
}

#publication-panel .title
{
	font-family:'Open Sans Semibold', Roboto, helvetica, arial;
	font-size:19px;
	font-weight:normal;
	margin-bottom:10px;
	color:rgb(255,255,255);
	padding-top:10px;
	margin-left:15px;
	margin-bottom:10px;
	letter-spacing:1px;
}




#publication-panel .item{
		

	width:1024px;
	margin:0 auto;
	background:rgb(11,80,140); 
	
	padding:5px;
	height:160px;
	overflow:hidden;
	border-radius:5px 5px;
}
#publication-panel .item .thumb{
	float:left;
	width:117px;
	height:161px;

}
#publication-panel .item .cont
{
	float:left;	
	margin-left:00px;
	width:700px;
	margin-top:15px;
}
#publication-panel .item .title
{
	font-family:'Open Sans Semibold', Roboto, helvetica, arial;
	font-size:16px;
	font-weight:normal;	
	color:rgb(255,255,255);
	margin:0px;
	padding:0px;
}
#publication-panel .item .title a{
	color:rgb(255,255,255);
	text-decoration:underline;
}
#publication-panel .item .title a:link, active,visited,hover{
	color:rgb(255,255,255);
	text-decoration:underline;
}
#publication-panel .item .title a:hover{
	text-decoration:underline;
}

#publication-panel .item .excerpt
{
	font-family:'Open Sans Regular', verdana, helvetica, arial;
	font-size:14px;
	font-weight:normal;	
	color:rgb(250,250,250);
	line-height:1.2em;
}

#publication-panel .item .title:hover{
	text-decoration:underline;
	cursor:pointer;
}
#publication-panel .pub-img-cont .desc
{
	width:750px;
	font-weight:normal;
	font-size:15px;
	margin-top:13px;
	margin-left:25px;

}

#publication-panel .pub-img-cont .more
{
	width:450px;
	font-weight:normal;
	font-size:15px;
	margin-top:13px;
	margin-left:25px;
	text-decoration:underline;
	
}

#publication-panel .pub-img
{
	
}


/**Social Media Feeds in the Footer**/

#social-panel
{	
	text-align:center;
	width:100%;
}

#social-panel .title{
	color:rgb(31,31,31);
	font-family:'Open Sans Semibold', tahoma, Arial, helvetica, tahoma;
	font-size:18px;
	font-weight:bold;
	padding-top:15px;
	margin-left:20px;		
	text-shadow: -1px 1px rgb(255,255,255);
}


/**Sidebar*/
.sidebar{
	float:left;
	width:300px; 
	margin-left:35px;
	margin-right:0px;
}
.sidebar .titlebar{
	height:37px;
	background:rgb(14,83,146);
	padding-left:20px;
	padding-right:20px;
	border-radius:2px 2px 0px 0px;
}

.sidebar .titlebar .text{
	font-family:'Open Sans Semibold', verdana, arial, Lato, helvetica, times, georgia;
	font-size:14px;	
	color:rgb(255,255,255);
	padding-top:8px;
	text-transform:uppercase;
}
.sidebar .item
{
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:20px;
	margin-left:20px;
}
.sidebar .item .title{
	
	font-family:'Open Sans Semibold', verdana;
	font-size:16px;
	color:rgb(3,60,101);	
	text-shadow:-1px 1px rgb(250,251,252);	
	margin-left:0px;
	margin-bottom:5px;
	
}
.sidebar .item .title a{
	text-decoration:underline;
	color:rgb(3,60,101);
}
.sidebar .item .title a:link,active,visited {
	text-decoration:underline;
	color:rgb(3,60,101);
}
.sidebar .item .title a:hover
{
	text-decoration:underline;
}


.sidebar .thumb
{
	cursor:pointer;	
	width:250px; 
	height:124px;
}


/**/                

#search-cont
{
	position:absolute;
	right:10px;
	margin-top:40px;
	z-index:4;
	padding:10px 60px 30px 60px;
}

#search {
    background: transparent;
    background: rgba(163, 135, 106, 0.15);
    background-clip: padding-box;
    
    border: none;
    border-radius:26px;
    -moz-border-radius:26px;
    -o-border-radius:26px;
    -webkit-border-radius: 26px;
    
    box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -o-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 
                        0 1px 0 rgba(255, 255, 255, 0.5), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.3), 
                        0 0 40px rgba(255, 255, 255, 0.3);
    
    color: #e8e8e8;
	font-weight:bold;
    height: 30px;
    outline: none;
    padding: 0 20px 0 35px;
    
    transition:.2s;
    -webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    
    width: 220px;
}

#search:focus {
    background: transparent;
    background: rgba(163, 135, 106, 0.2);

    box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -o-box-shadow:      inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 
                        0 1px 0 rgba(255, 255, 255, 0.7), 
                        inset 0 1px 2px rgba(0, 0, 0, 0.4), 
                        0 0 40px rgba(255, 255, 255, 0.5);
	width:280px;
}

#search-icon {
    background: transparent url("../images/icon-search.png") no-repeat top left;
    cursor: pointer;
    display: block;
    height: 17px;
    left: 10px;
    position: relative;
    text-indent: -99999px;
    top: -23px;
    width: 16px;
}

.or-spacer {
    margin-top:140px;
    margin-left:200px;
    width:380px;
    position:absolute;
	-webkit-transform:rotate(-90deg);
}
.or-spacer .mask {
    overflow:hidden;
    height:20px;
}
.or-spacer .mask:after {
    content:'';
    display:block;
    margin:-25px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px black;
}
.or-spacer span {
    width:50px;
    height:50px;
    position:absolute;
    bottom:100%;
    margin-bottom:-25px;
    left:50%;
    margin-left:-25px;
    border-radius:100%;
    box-shadow:0 2px 4px #999;
    background:white;
}
.or-spacer span i {
    position:absolute;
    top:4px;
    bottom:4px;
    left:4px;
    right:4px;
    border-radius:100%;
    border:1px dashed #aaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
    color:#999; 
}




/*Footer*/
#footer{
	width:100%;	
	margin:0 auto;	
	/*background:rgb(14,83,146); */
	background:rgb(10,70,130); 
	border-top:5px solid rgb(10,70,130);
}
#footer .footer-inner{
	width:1024px;	
	margin:0 auto;
	text-align:center;	
		
}

#footer .panel{
	float:left;	
	border-right:0px dashed rgb(235,235,235);	
	height:150px;		
	background:rgb(10,70,130); 
}
#footer .border{
	border-left:1px solid rgb(10,64,118);
	border-right:1px solid rgb(12,80,148);	
	height:90px;
	float:left;	
	margin-top:30px;
}
#footer .panel .header{
	font-family:'Open Sans Semibold',verdana;
	font-size:15px;
	color:rgb(225,225,230);
	text-align:left;
	text-transform:capitalize;
	margin-top:30px;
}
#footer .panel .text{
	font-family:'Open Sans Light', verdana;
	font-size:14px;
	color:rgb(235,235,240);
	text-align:left;
	margin-top:15px;
}

#footer .panel ul{
	list-style:square;
	margin:0;
	padding-top:0px;	
	line-height:1.6em;
}

#footer .panel ul li a{
	color:rgb(225,225,230);
	text-decoration:none;
}
#footer .panel ul li a:link,active,visited{
	color:rgb(225,225,230);
	text-decoration:none;
}
#footer .panel ul li a:hover{	
	text-decoration:underline;
}

#footer .icon{
	float:left;
	margin-left:17px;
}
#footer .icon img{
	width:40px;
	border:0px;
	cursor:pointer;
}

/**For the page templates**/
.page-banner{
	height:180px;
	margin-top:17px;
}
.page-panel{
	width:100%;	
	margin:0 auto;
	min-height:500px;
}
.page-panel .title{	
	font-family:'Open Sans Semibold', Lato Light, Arial, Helvetica; 
	font-size:27px; 
	color:rgb(31,31,31);
	margin-left:15px;
	line-height:1.3em;	

}
.page-panel .content{
	font-family:'Open Sans Regular', verdana, arial, Lato, helvetica, times, georgia;
	font-size:15px;
	font-weight:normal;
	color:rgb(51,51,51);
	margin-top:10px;
	line-height:1.4em;
	margin-left:15px;
	text-align:left;
	margin-top:25px;
	margin-right:20px;
	text-align:justify;
}

.page-panel .content a{
	text-decoration:none;
	color:rgb(3,60,101);
}
.page-panel .content a:link, active, visited {
	text-decoration:none;
	color:rgb(3,60,101);
}


/**For the category templates**/
.category-banner{
	height:180px;
	margin-top:17px;
}
.category-panel{
	width:100%;	
	margin:0 auto;
	min-height:500px;
}
.category-panel .category-title{
	font-family:'Open Sans Semibold', Lato Light, Arial, Helvetica; 
	font-size:27px; 
	color:rgb(21,21,21);
	margin-left:15px;
	margin-bottom:10px;
}
/*
.category-panel .content{
	margin-top:10px;
	font-family:verdana, arial, Lato, helvetica, times, georgia;
	font-size:12px;
	font-weight:normal;
	color:rgb(51,51,51);
	margin-top:10px;
	line-height:1.5em;
	margin-left:15px;
}
.category-panel .content a{
	text-decoration:none;
	color:rgb(3,60,101);
}
.category-panel .content a:link, active, visited {
	text-decoration:underline;
	color:rgb(3,60,101);
}
*/
.category-panel .item
{	
	padding-bottom:10px;
	padding-top:30px;
}
.category-panel .item .title{
	font-family:'Open Sans Semibold', Lato, helvetica, times, georgia;
	font-size:18px;
	font-weight:bold;
	color:rgb(7,70,111);	
	

}
.category-panel .item  .title a{
	text-decoration:underline;
	color:rgb(7,70,111);
}
.category-panel .item  .title a:link,active,visited{
	text-decoration:underline;
	color:rgb(7,70,111);
}
.category-panel .item  .title a:hover
{
	text-decoration:underline;
}

.category-panel .item  .excerpt{
	font-family:'Open Sans Regular', verdana, arial, Lato, helvetica, times, georgia;
	font-size:14px;
	font-weight:normal;
	color:rgb(51,51,51);
	margin-top:10px;
	line-height:1.4em;
}

.category-panel .item  .time{
	font-family:'Open Sans Regular',helvetica;
	font-size:13px;
	font-weight:normal;
	color:rgb(102,102,102);
	text-shadow:-1px 1px rgb(255,255,255);
	margin-top:3px;
}





/**For the single templates**/
.single-banner{
	height:180px;
	margin-top:17px;
}
.single-panel{
	width:100%;	
	margin:0 auto;
	min-height:500px;
}
.single-panel .title{
	font-family:'Open Sans Semibold', Lato Light, Arial, Helvetica; 
	font-size:27px; 
	color:rgb(31,31,31);
	margin-left:15px;
	line-height:1.3em;	

}

.single-panel .time{
	
	margin-left:15px;
	margin-top:8px;
	margin-bottom:3px;
	font-family:'Open Sans Regular',helvetica;
	font-size:13px;
	font-weight:normal;
	color:rgb(102,102,102);
	text-shadow:-1px 1px rgb(255,255,255);
	
}

.single-panel .content{	
	font-family:'Open Sans Regular', verdana, arial, Lato, helvetica, times, georgia;
	font-size:15px;
	font-weight:normal;
	color:rgb(51,51,51);
	margin-top:10px;
	line-height:1.4em;
	margin-left:15px;
	text-align:left;
	margin-top:25px;
	margin-right:20px;
	text-align:justify;
}
.single-panel .content a{
	text-decoration:none;
	color:rgb(3,60,101);
}
.single-panel .content a:link, active, visited, hover {
	text-decoration:none;
	color:rgb(3,60,101);
}

.category-box{
	display: inline-block;
	margin-left:15px;
}
.category-box .upper{		
	height:33px;
	background:rgb(14,83,146);
	padding-left:20px;
	padding-right:20px;
}
 .category-box .upper .text{	
	font-family:'Open Sans Semibold', verdana, arial, Lato, helvetica, times, georgia;
	font-size:14px;	
	color:rgb(255,255,255);
	padding-top:7px;
	text-transform:uppercase;
}	
.category-box .lower{	
}

/*For pagination buttons*/
.pagination {
	padding:20px 0;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:10px 15px 9px 15px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: rgb(90,90,90);
}
.pagination a:link, active, visited{
	color:#fff;	
}

.pagination a:hover{
	color:#fff;
	background:rgb(4,73,136);
}

.pagination .current{
	padding:10px 15px 9px 15px;
	background:rgb(4,73,136);
	color:#fff;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;}


.blur-on-hover
{
	-webkit-transition:.2s;
	-moz-transition:.2s;
	-o-transition:.2s;
	transition:.2s;
	cursor:pointer;

	float:left;
	margin-left:20px; 
	margin-right:40px; 
	width:245px; 
	height:124px;
}

.blur-on-hover:hover{
	opacity:0.7;
}

.display-none{
	display:none;
}

.overflowx-hidden{
	overflow-x:hidden;
}

.full-border{
	width:100%;
	height:2px;
	background:url('../images/full-border.png') repeat-x;
}
.top-white-border{
	width:100%;
	height:2px;
	background:url('../images/top-white-border.png') repeat-x;;
}

/*.fade-on-focus
{
	opacity:0;
}*/

/*hides all element until all the images are loaded*/
.fade-when-ready
{
	opacity:0;
}

/*for spinner*/
.spinner {
  position: absolute;
  width: 100%;
  text-align:center;
 
  font-family:Open Sans Semibold;font-size:16px;
  color:#666;
  z-index:1000;
  top:45%;
  margin-left:auto;
  margin-right:auto;
}
