body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#f2f2f2 top repeat-x url(../images/iapimages/bg.jpg);
	color:#707070;
	margin:0;
	padding:0;
}
/********************************************************************************************** GLOABAL STYLES */

h1{
	color:#383838;
	font-size:28px;
	}
h2{
	color:#383838;
	font-size:26px;
	}
h3{
	color:#383838;
	font-size:18px;
	}
h4{
	color:#383838;
	font-size:16px;
	}
h5{
	color:#383838;
	font-size:18px;
	}
h6{
	color:#383838;
	font-size:12px;
	}

small{
	font-size:11px;
	}
b, strong{
	font-weight:bold;}
i, em{
	font-style:italic;
	}
p{
	padding:15px 0px 15px 0px;
	line-height:21px;
	}
.fleft{ float:left;}
.fright{ float:right;}
.alignright{
	float:right;
	margin: 3px 0px 10px 10px;

	}
.alignleft{
	float:left;
	margin: 3px 10px 10px 0px;
	}
	
	
#content ul, ol{
	position:relative;
	margin:10px 0px;
	}
#content ul li, ol li{
	padding:5px 0 0 5px;
	margin:0 0 0 30px;
	}
#content ul li{
	list-style-type:disc;
	}
#content ol li{
	list-style-type: decimal;
	}

#content table{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	}
#content table tr th{
	background-color:#5B5B5B;
	color:#FFF;
	padding:5px;
	text-align:center;
	border:1px #d6d6d6 solid;
	}	
#content table tr td{
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
	border:1px #d6d6d6 solid;
	}		
	

#main-container{
	width:962px;
	margin:0px auto 0px auto;
	display:block;
	}

/********************************************************************************************** Header */
#header{
	position:relative;
	display:block;
	width:962px;
	height:100px;
	margin:0px auto;
	background:bottom center no-repeat url(../images/iapimages/logo.png);
	}
.logo_link{
	position:absolute;
	width:255px;
	height:90px;
	top:10px;
	left:350px;

	}
/********************************************************************************************** Menu */
#menu_wrap {
	display:block;
	width:962px;
	height:48px;
	margin:10px auto 0px;
	background:top center no-repeat url(../images/iapimages/menu_bg.jpg);
	z-index:1;
	}
#menu_wrap  a.current{
		/* styles in template_style.css */
	}
/* - more styles for menu are in in superfish.css - */

/********************************************************************************************** Banner */
#banner_wrap {
	position:static;
	display:block;
	width:962px;
	height:362px;
	margin:0px auto;
	background:top center no-repeat url(../images/iapimages/banner_bg.jpg);
	margin-bottom:10px;
	z-index:100;

	}
/********** styles for banner text slideshow */
#description{
	height:350px;
	width:340px;
	display:inline;
	margin:10px 0 0 30px;
	z-index:100;
	float:left;
	}
#slideshow{width:498px; height:305px; overflow:hidden;}
#description h2{
	/* styles in template_style.css */
	}
	
#description h3{
		/* styles in template_style.css */
		}	
	
#slideshow2 ul li{
	  display:block;
	  width:340px;
	  height:350px;
	  float:left;
	}
		
#description .readmore{
	display: inline-block;
	width:116px;
	height:34px;
	background:top center no-repeat url(../images/iapimages/readmore.jpg);
	margin-right:5px;
	margin-top:20px;
	}
#description .see_portfolio{
	display: inline-block;
	width:116px;
	height:34px;
	background:top center no-repeat url(../images/iapimages/see.jpg);
	margin-right:5px;margin-top:20px;
	}
	
/********** styles for banner images slideshow */	
#imgs{	  
  position:relative;
  width:480px;
  float:right;
  height:300px;
  display:block;
  right:40px;
  top:40px;
  background-color:#333;
  }	
  

#banner_wrap .prev, #banner_wrap .next{
	display:block;
	width:35px;
	height:51px;
	cursor:pointer;
	}

#banner_wrap .prev{
	position:absolute;
	z-index:5;
	top:88px;
	left:-44px;
	}
#banner_wrap .next{
	position:absolute;
	z-index:5;
	top:141px;
	left:-44px;
	}

/********************************************************************************************** Banners for subpages */	
#small_banner_wrap{
	display:block;
	width:932px;
	height:90px;
	margin:0px auto;
	margin-bottom:10px;
	font-size:18px;
	color:#bfc2c8;
	padding:40px 0 0 30px;
	}
.banner_about{
	background:top center no-repeat url(../images/iapimages/small_banner_about.jpg);
	}
.banner_blog{
	background:top center no-repeat url(../images/iapimages/small_banner_blog.jpg);
	}
.banner_portfolio{
	background:top center no-repeat url(../images/iapimages/small_banner_portfolio.jpg);
	}
.banner_contact{
	background:top center no-repeat url(../images/iapimages/small_banner_contact.jpg);
	}
.banner_404{
	background:top center no-repeat url(../images/iapimages/small_banner_404.jpg);
	}
	
/**********************************************************************************************  Content */
#content_wrap{
	position:relative;
	display:block;
	width:930px;
	padding:20px 1px 20px 31px;
	}
#content{
	display:block;
	width:560px;
	float:left;
	}
#content img{
	border:4px #CCC solid;
	}
	
.content_bg_nosidebar{
	background: repeat-y url(../images/iapimages/content_bg_white.jpg);
	
 	}
.corners_top_nosidebar{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:962px;
	height:10px;
	background:#F2F2F2 center bottom  no-repeat url(../images/iapimages/top_corners.jpg); 
	}
.corners_bottom_nosidebar{
	position:absolute;
	bottom:-1px;
	left:0px;
	display:block;
	width:962px;
	height:11px;
	background:#F2F2F2 center  top no-repeat url(../images/iapimages/bottom_corners);
	}

.content_bg_sidebar{
	background: repeat-y url(../images/iapimages/content_bg_sidebar.jpg);
	
 	}
.corners_top_sidebar{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:962px;
	height:10px;
	background:#F2F2F2 center bottom  no-repeat url(../images/iapimages/top_corners_subpage.jpg); 
	}
	
.corners_bottom_sidebar{
	position:absolute;
	bottom:-1px;
	left:0px;
	display:block;
	width:962px;
	height:11px;
	background:#F2F2F2 center  top no-repeat url(../images/iapimages/bottom_corners_subpage.jpg);
	}

/********************************************************************************************** Portfolio */
.corners_top_portfolio{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:947px;
	height:33px;
	padding:20px 0px 0px 15px;
	background:#F2F2F2 center bottom  no-repeat url(../images/iapimages/portfolio_top_corners.jpg); 
	}
.corners_top_portfolio a{
	padding: 0px 15px 15px 15px;
	display:block;
	float:left;
	}	
	
.corners_top_portfolio a:hover, .corners_top_portfolio a.on{
	padding: 0px 15px 16px 15px;
	display:block;
	float:left;
	color:#000;
	background:bottom center no-repeat url(../images/iapimages/portfolio_menu_mark.jpg);
	}
.corners_top_portfolio .submenu_title{
	float:left;
	padding: 0px 15px 16px 15px;
	display:block;
	float:left;
	color:#686a6f;
	}
	
.project{
	border-bottom:1px #CCC solid;
	padding-bottom:30px;
	margin-top:30px;
	width:890px;
	}
.project table tr td{
	vertical-align:top;
	}
.project table tr td.image a img{
	/* styles in template_style.css */
	}	
.project table tr td.image a img:hover{
	/* styles in template_style.css */
	}	
.project table tr td.break{
	width:20px;
	}
.project table tr td.description{
	vertical-align:text-top;
	}
		
/********************************************************************************************** Sidebar */
.sidebar_box{
	display: inline;
	width:280px;
	height:100%;
	float:left;
	margin-right:30px;
	}
.top_margin{
	margin-top:50px;}
.sidebar_box h2{
	color:#383838;
	font-size:21px;
	padding-bottom:10px;
	border-bottom:1px #CCC solid;
	}
.content_box{
	display: inline;
	width:560px;
	height:100%;
	float:left;
	margin-right:30px;
	}
.content_box h2{
	color:#383838;
	font-size:21px;
	padding-bottom:10px;
	border-bottom:1px #CCC solid;
	}

.txtScroll-top{height:460px; overflow:hidden;}
.txtScroll-top .bd ul li{
	padding: 15px 0px;
	line-height: 21px;
	border-bottom:1px #CCC solid;
	}
.sidebar_box h2 a{color:#383838;}
.sidebar_box h2 a:hover{color:#768ab5;}
#sidebar{
	width:310px;
	display:block;
	float:right;
	}
	
.sub_menu a{
	display:block;
	width:235px;
	padding:10px 10px 10px 35px ;
	border-bottom:1px #CCC solid;
	}
.sub_menu a:hover{
	/* styles in template_style.css */

	}
	
#journals{
	position:relative;
	display:block;
	width:930px;
	padding:20px 1px 20px 31px;
	}
	

	
/********************************************************************************************** Blog */	
.post{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px #CCC solid;
	}
.entry{}
.postmeta .link_one{
	/* styles in template_style.css */
	}
.postmeta .link_two{
	/* styles in template_style.css */
	}
.postmeta .link_one:hover,.postmeta .link_two:hover{
	/* styles in template_style.css */
	}
.clear{
	position:relative;
	display:block;
	width:930px;
	height:10px;
	clear:both;
	}



/********************************************************************************************** Contact Form */
span.red{
	color:#F00;}
.message{
	display:block;
	width:90%;
	padding:10px;
	margin:0px auto;
	color:#FFF;
	background-color:#2E3138;
	border:1px #999 solid;
	text-align:center;
	font-size:16px;
	}	
#commentForm { 
	width: 563px;
	background-color:#F9F9F9;
	
	}
#commentForm label.error { 
	width: 250px; text-align:left;  color: #F00; font-size:12px;
	}
#commentForm label.error{
	display:block;
	}

#commentForm input.submit:hover { 
 	background-color:#000000;
	}	
table.quote-form {
	margin:20px 0px;

	}
table.quote-form tr td{
	border:0px!important;
	background-color:#F9F9F9!important;
	}
table.quote-form tr td.field-name{
	width:150px;
	padding:12px;
	text-align:right;	

	}
table.quote-form input, table.quote-form select, table.quote-form textarea{
	width:330px;
	background-color:#F2F2F2;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form select{
	width:342px;
	background-color:#F2F2F2;
	}
table.quote-form textarea{
	width:330px;
	height:200px;
	background-color:#F2F2F2;
	border:1px #C5C5C5 solid;
	padding:5px;
	}
table.quote-form .submit{
	/* styles in template_style.css */
	}
table.quote-form .submit:hover{
	/* styles in template_style.css */
	}	
	


/********************************************************************************************** Footer */


#footer_wrap{
	margin-top:20px;
	position:relative;
	display:block;
	width:962px;
	}
#top_footer{
	position:relative;
	display:block;
	width:930px;
	padding:20px 1px 20px 31px;
	}
#twitter{
	position:relative;
	display: inline;
	width:419px;
	margin-right:0px;
	float:left;

	border-right:1px #CCC solid;
	}
#twitter table tr td{
	vertical-align:top;
	}
#twitter table tr td.follow_me{
	width:115px;
	}
#get_connected{
	position:relative;
	display: inline;
	width:430px;
	margin:0px 30px 0px 0px;
	padding-left:30px;
	float:left;
	}
.cont_l{float:left;}
.cont_r{float:left; margin-left:20px;}
.cont_r .cont_text{padding-top:15px;}
.cont_r .cont_text p{padding:0px;}
#bottom_footer{
	position:relative;
	display:block;
	width:962px;
	height:90px;
	font-size:12px;
	color: #999;
	margin:-5px 0 0 0; /* IE6 */
	padding:10px 0px;
	background: top no-repeat url(../images/iapimages/footer_bg.jpg);
	}
#bottom_footer a{
	color:#999;
	text-decoration:none;
	}
#bottom_footer a:hover{
	color:#000;
	}
#top_button{
	display:block;
	top:0px;
	left:467px;
	position:absolute;
	width:29px;
	height:17px;
	font-size:9px;
	padding:8px 0 0 0;
	text-align:center;
	background: top no-repeat url(../images/iapimages/top_bt.jpg);
	}
#bottom_footer a#top_button{
	color: #CCC;
	text-decoration:none;
	}
#bottom_footer a#top_button:hover{
	color:#FFF;
	text-decoration:none;
	}
#footer_menu{
	position:absolute;
	display:block;
	padding:1px;
	top:10px;
	right:0px;
	}

/*----------------gd-----------------------*/
.gd .gd-box{cursor:pointer;}
.gd .gd-box .item1 li{float:left; width:150px; margin-left:25px; margin-top:20px; position:relative; cursor:pointer;}
.gd .gd-box .item1 li .pd img{width:100%; height:215px;}
.gd .gd-box .item1 li .pd{position:relative;}
.gd .hd{position:relative;}
.hd .prev{width:45px; height:82px; position:absolute; left:-30px; top:-160px;}
.hd .next{width:45px; height:82px; position:absolute; right:0px; top:-160px;}
.gd .gd-box .item1 li .pt{position:absolute;left:0px; bottom:0px;width:100%;height:36px;text-align:center;background: url(../images/iapimages/upcot_bj.png) no-repeat; color:#FFF; overflow:hidden;}
.gd .gd-box .item1 li .pt p{display:none; width:150px; height:104px; line-height:26px;text-align:left; font-size:13px;}
.gd .gd-box .item1 li .pt h3{font-size:18px; height:36px; line-height:36px; text-indent:999; color:#FFF; font-weight:normal;}
.gd .gd-box .item1 li .pt p a{width:150px; color:#FFF; height:104px;line-height:26px; display:inline-block;}

#cont_banner{width:962px; height:120px; background:url(../images/iapimages/cont_banner_bg.jpg) no-repeat; text-align:left;}
#cont_banner .banner_title{
	width:962px;
    font-size: 34px;
    color: #FFF;
    height: 120px;
    line-height: 120px;
	text-align:left; margin-left:30px;
}
.topbar {
	height: 20px;
	padding-bottom: 20px;
	white-space: nowrap;
	background: transparent url(../images/horizon_line.png) repeat-x 0px bottom;
}
.book_list{width:962px; height:100%;}
.book_list li{width:211px; height:410px; float:left; padding-left:45px; padding-bottom:10px; margin:0px 10px;}
.book-pic img {
    border: 2px solid #FFF;
	}
.book-tt {
    font-size: 16px;
	text-align:center;
	}
.book-tt a{
   color: #666;
	}
.book-tt a:hover{color: #00AEFF;
}
.book-mores {
    color: #666;
    height: 80px;
	font-size:12px; line-height:24px;
	text-align:center;
	}
.issn {
    font-family: "Times New Roman",Times,serif;
    font-size: 14px;
	text-align:center;
}


/*-----page---------*/
.page_tt{margin-right:30px;}


/*-------------list-----------*/
.news-list li{
	height:24px; line-height:24px;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 2px;
    padding-bottom: 2px;
    background-image: url("../images/0/dot.gif");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 15px;}
.news-list li a{color: #0067AC;}
.news-list li a:hover{color: #00AEFF;}
#pages {
    padding: 14px 0 10px;
    font-size:12px;
    
}

#pages a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    color: #333333;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
}
#pages a.a1 {
    background: url("../images/admin_img/pages.png") no-repeat scroll 0 5px #FFFFFF;
    padding: 0;
    width: 56px;
}
#pages a:hover {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #000000;
    text-decoration: none;
}
#pages span {
    background: none repeat scroll 0 0 #5A85B2;
    border: 1px solid #5A85B2;
    color: #FFFFFF;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    text-align: center;
}
.page .noPage {
    background: url("../img/icu/titleBg.png") repeat-x scroll 0 -55px transparent;
    border: 1px solid #E3E3E3;
    color: #A4A4A4;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 56px;
}