body.website_body{
	margin: 0; padding: 0;
	font-size :14px; 
	text-align: center; 
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #eeeeee;
	width: 100%;
	min-width: 1200px;
}

body.ke-content{
	margin: 0; padding: 0;
	font-size :14px; 
	font-family:Arial, Helvetica, sans-serif;
}

	body.ke-content img{
		max-width: 860px;
	
	}

a{text-decoration:none; outline: none;}
a:visited{color: #002b6c;}
a:link {color: #002b6c;}
a:hover{color: #002b6c;}
a:focus { -moz-outline-style: none; }
img {border:0;}

.clear { clear: both; }
.float_left { float: left;}
.float_right { float: right;}
.content_detail p, content_detail span{
	color: #666666;
}

h1, h2, h3{
	font-weight: normal;
	color: #9e1619;
	
}

#page_wrapper{
	margin: 0 auto;
	width: 100%; 
	max-width: 1180px;
	margin-top: 20px;
	border-top:3px solid #9e1619;
	-webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.3);
	
	/* box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); */
}

	.fixed_width{
		min-width: 1180px;
	}

/* Content Area */
.content_body{
	padding: 0 40px;
	text-align: left;
}

	
	.index_block_padding{
		padding: 30px 0 0 0;
	}

#header_wrapper{
	position: relative;
	
}

#header_body{	
	position: relative;
	height: 170px;
	
}
    #header_logo{
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        height: 90px;
    }
    
	    #header_logo img{
			height: 100%;
		}
    
	    #mobile_menu_button{
			position: absolute;
			top:20px; right: 20px;
			z-index: 1001;
			display: none;
		}
		
		#mobile_menu_bg{
			position: fixed;
			top:0; right: 0;
			height: 100%;
			width: 100%;
			background: rgba(255, 255, 255, .6);
			z-index: 1000;
			display: none;
		}
			
	#header_language_bar{
    	position: absolute;
	    top:20px; right: 20px;
    	word-spacing: 2px;
        z-index: 1001;
    }
		 #header_language_bar a{
		     margin: 0 0 0 6px;
		     color: #555555;
		     font-size: 12px;
		 }
		 
		  #header_language_bar a:hover, a.lang_on{
		 	padding-bottom: 2px;
		 	border-bottom: 2px solid #b22c08;
		 }
	
	
		#header_search_bar{
			position: absolute;
			right: 40px; top:70px;
			border: 1px solid #dddddd;
			background-color: #FFFFFF;
		}
		
		#header_search_button {
			float: right;
			margin: 4px 5px 0 8px;
			height: 20px;
			width: 20px;
			display: block;
			cursor: pointer;
			background: url(/20210330023241oe_/http://www.usc.cuhk.edu.hk/images/header_search.png) 0 0 no-repeat ;
		}
		
		#input_header_search {
			float: left;
			padding: 5px 0 5px 5px;
			width: 180px;
			font-size: 15px;
			color: #555555;
			border: 0;
			outline: none;
			
		}
	
	
	    
    ul#header_menu_list{
    	position: absolute;
    	top: 115px;left: 40px;
    	
		margin:0;padding: 0;
	    list-style: none;
	    width: 1100px; 
	    
   }
		#header_menu_list li.header_menu_item{ 
			float: left;
			margin:0;padding: 0;
			position: relative;
		}
		
		#header_menu_list a.header_menu_top{
			display: block;
			padding: 15px 0;
			font-size: 14px;
			line-height: 14px;
			text-align: center;
			white-space: nowrap;
			font-weight: bold;
            color: #000000;
        }
        
		ul#header_menu_list li.li_menu_on a.header_menu_top{
			background-color: #9e1619;
			color: #ffffff;
		}	
			
	   
			.header_submenu_div{
				position: absolute;
				top:44px;left: 0;
				min-width: 100%;
				border-right: 1px solid #cccccc;
				border-bottom: 1px solid #cccccc;
				border-left: 1px solid #cccccc;
				background: #FFFFFF;
				z-index: 9500;
				display: none;
			}
	
			
			ul.header_submenu_list{
				margin: 0;padding: 0;
				list-style: none;
			}
			
			ul.header_submenu_list li{
				margin: 0;padding: 0;
			}
			
			ul.header_submenu_list a{
				margin: 0; 
				display: block;
				color: #002b6c;
				font-size: 14px;
				line-height: 14px;
				padding: 13px 20px 13px 30px;
				white-space:nowrap;
				border-left: 4px solid #FFFFFF;
			}
			
			ul.header_submenu_list a:hover{
				color: #9e1619;
				background: #f7eced;
				font-weight: bold;
				border-left: 4px solid #9e1619;
			}
			
			
			ul.header_submenu_list .sub_a_menu_on{
				color: #9e1619;
				background: #f7eced;
				font-weight: bold;
				border-left: 4px solid #f7eced;
			}
	
	
	
	
	
/* Content top Banner */
#content_top_banner_wrapper{
	background-color: #436da1;
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 150px;
}
	
	#content_top_banner_wrapper #content_top_banner_div{
		position: relative;
		height:150px;
		background-repeat: no-repeat;
		background-position: 50% 0;
		
	}		
	
	#content_top_1{
		position: absolute;
		bottom: 15px; left: 20px;
		width: 100%;
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		color: #FFFFFF;
		text-shadow: 0px 0px 13px rgba(100, 100, 100, 1);
	}
	
	
	/* Shadow */
	.standard_shadow{
		display: block;
		height: 25px;
		background-image: url(/20210330023241oe_/http://www.usc.cuhk.edu.hk/images/shadow_1.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	.index_shadow_left{
		background-position: 20px 0;
	}
	
	.index_shadow_right{
		background-position: 20px 0;	
	}
	
	.index_shadow_full{
		background-position: 20px -30px;
	}
	
	.left_menu_shadow{
		background-position: 0px -60px;
	}
	
	.content_detail_shadow{
		background-position: -250px -60px;			
	}
	
	.header_menu_shadow{
		position: absolute;
		top:0; left: 0;
		z-index: 2100;
		width: 1200px;
		background-position: 20px -30px;
		
	}	

	

/* Content Area */		
.content_area_wrapper{
	padding:0;
	word-wrap: break-word;
	position: relative;
	z-index: 100;
}

	.grey_background{
		background-color: #f8f8f8;
	}
	
	.white_background{
		background-color: #FFFFFF;
	}
	
	

	/* 2 Columns */
	.content_col_2_1{
		float: left;
		width: 220px;
		padding:10px 0 0 0;
		margin-right: 20px;
		
	}
	
	
	.content_col_2_2{
		float: right;
		width:860px;
			
		
	}	
	
	.content_col_2_2 img{
		max-width: 860px;
		
	}
	

	
/* Content Header */
.content_header{
	position: relative;
	margin: 12px 0 20px 0;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	height: 2px;
}	

	.content_header_left{
		position: absolute;
		left: 0;
		top:-15px;
		padding-left: 5px;
	}	
	
	.content_header_right{
		position: absolute;
		right: 0;
		top:-7px;
		padding-left: 10px;
	}	
	
	
	.content_title{
		font-size: 25px;
		margin-right: 10px;
	}
	
		.title_black{
			color: #000000;
		}
		
		.title_red{
			color: #cf0738;
		}
		
		.title_white{
			color: #FFFFFF;
		}
	
	
	.content_page_title{
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		padding: 15px 15px 10px 0;
		color: #4c4c4c;
		border-bottom: 1px solid #e0e0e0;
	}
		
		
		
	
/* Editable Content Area */	
.content_detail_wrapper{
	
}
		
	.content_detail{
		position: relative;
		padding: 0 0 10px 0;
		line-height: 1.5;
		min-height: 300px;
		overflow: hidden;
	}
	
		.content_detail a{
			color: #0000FF;
			text-decoration: underline;
		}

	
	
		
	
/* Buttons */
a.standard_button{
	padding: 8px 20px;
	font-size: 14px;
	font-weight: bold;	
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
	a.button_red{
		color: #FFFFFF;
		background-color:#9e1619;
	}
	
	a.button_red:hover{
		background-color:#9e1619;
	}
	
	
	
	fieldset{
		border: 0;
		border-top:1px double #BBBBBB;
	}



/* Content Left */

ul#left_submenu_list {
    margin: 0;padding: 0;
	list-style: none;
	font-size: 14px;
	
}

.lang_en ul#left_submenu_list{
	font-size: 13px;
}

	ul#left_submenu_list li {
		margin: 5px 0 0 0;
	    padding: 0;
		
	}

	ul#left_submenu_list li.left_menu_level-1{
		
		
	}
	
	ul#left_submenu_list .left_submenu_a {
		display: block;
	    color: #666666;
		line-height: 16px;
		cursor: pointer;
		background: #ffffff;
	}
	
	ul#left_submenu_list li.left_menu_level-1 .left_submenu_a {
		padding: 12px 5px 12px 20px;
		border-left: 4px solid #FFFFFF;
	}
	
	
	ul#left_submenu_list li.left_menu_level-1 .left_submenu_a:hover, ul#left_submenu_list li.left_menu_level-1 a.left_submenu_on { 
		border-left: 4px solid #9e1619;
		color: #9e1619;
		font-weight: bold;
	}
	
		
	
	
		
	
	
/* Index Page */
	
	#index_section_1_text{
		text-align: center;
		padding-bottom: 10px;
	}
	
	.hr_1{
		border-top: 3px solid #373737;
	}
	
	.hr_2{
		border-top: 1px solid #373737;
	}
    
	
	/* Feature List */
	ul#index_feature_list{
		margin: 0;padding: 10px 0;
		list-style: none;
			
	}
		
		ul#index_feature_list li{
			margin: 0; padding: 0;
			width: 280px; 
			float: left;
		}
			ul#index_feature_list a{
				padding-right: 20px;
				padding-bottom: 10px;
				display: block;
			}
			
			ul#index_feature_list li.last_item{
				width:260px;
			}
			
			ul#index_feature_list li.last_item a{
				padding-right: 0;
			}
		
			
			
			
			
				ul#index_feature_list img{
					width: 100%;
				}
			
			ul#index_feature_list .feature_block_content{
				padding: 5px 0;
			}	
			
			ul#index_feature_list .feature_text{
				height: 15px; 
				overflow: hidden;
				font-size: 16px;
				line-height: 20px;
				color: #9e1619;
				padding: 6px 0 8px 0;
			}
	
		ul#index_feature_list li:hover{
			background-color: #ffffff;
			font-weight: bold;
		}
		
		ul#index_feature_list li:hover img{
			-webkit-filter: brightness(120%);
			filter: brightness(120%);
		}
		
	
	
	/* Form Field */
	.input_block{
		margin: 10px 0;
		display: block;
	}
	
	.input_block .input_label {
		float: left;
		padding: 9px 20px 0 0;
		text-align: right;
		font-weight: bold;
	}
	
	.input_block .input_area{
		float: left;
	} 
	
	.input_block .warning_div{
		float: left;
		padding: 9px 20px 0 10px;
	}
	
	
	
	.input_block .input_area .input_field{
		margin: 2px 0 10px 5px;
		font-size: 14px;
		text-indent: 10px;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		box-shadow: inset 0 1px 1px #CCCCCC;
		-moz-box-shadow: 0 0 1px 0 #CCCCCC;
		-webkit-box-shadow: 0 0 1px 0 #CCCCCC;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.input_block input{
		height: 22px;
		padding: 5px;
	}
	
	
	.input_block select{
		height: 30px;
	}
	
	
	.input_block textarea{
		padding: 5px;
		resize: vertical;
	}
	
	.input_radio_block{
		padding-left: 30px;
	}
	
	
	.form_submit_button_area{
		text-align: center;
	}
	
		
    .contact_button{
		padding: 10px;
		color: #FFFFFF;
		font-size: 15px;
		font-weight: bold;
		background-color:#00B1EF;
		border: 0;
		
		border: 1px solid #CCCCCC;
		box-shadow: inset 0 1px 1px #CCCCCC;
		-moz-box-shadow: 0 0 1px 0 #CCCCCC;
		-webkit-box-shadow: 0 0 1px 0 #CCCCCC;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
		cursor:pointer;
    }
	
	.contact_button:hover{
		background-color:#002b6c;
	}
	
	a.contact_button{
		width: 150px;
		color: #FFFFFF;
		text-decoration: none;
		display: inline-block;
	}
	
	
	/* Form Alert */
	.input_row_warning, .input_row_warning .input_label{
		color: #FF0000;
	}
	
	.input_row_warning .input_area .input_required{
		border: 1px solid #FF0000;
	}	
	
	/* Width */
	.width_150{
		width: 150px;
	}
	
	.width_250{
		width: 250px;
	}
	
	.width_450{
		width: 450px;
	}
	
	/* Activity Header  */
	ul#activity_type_list{
		margin: 0; padding: 0;
		list-style: none;
	}
	
		ul#activity_type_list li{
			margin: 0; padding: 0 10px 10px 0 ;
			float: left;
		}
		
		ul#activity_type_list a{
			padding: 8px 20px;
			border: 1px solid #9e1619;
			background: #ffffff;
			color: #9e1619;
			display: block;
		}
		
		ul#activity_type_list a.type_on, ul#activity_type_list a:hover{
			background: #9e1619;
			color: #ffffff;
		}
		
		
		
		
	/* activity Page */
	ul#activity_list{
		margin: 0; padding: 0;
		list-style: none;
	}
	
	ul#activity_list li{
		margin: 0; padding: 20px 0 20px 0;
		border-top: 1px solid #cccccc;
	}
	
		.activity_header, .activity_header a{
			font-size: 22px;
			line-height: 25px;
			color: #000000;
			text-decoration: none;
		}
		
		.activity_content_left{
			float: left;
			width: 200px;
			position: relative;
		}
		
		.activity_cover{
			cursor: pointer;
		}
		
		.activity_cover img{
			width: 200px;
			
		}
		
		.activity_content_right{
			float: left;
			padding-left: 20px;
			padding-top: 5px;
			width: 640px;
		}
	
		a.activity_detail_button{
			width: 150px;
			display: block;
			border: 1px solid #9e1619;
			color: #9e1619;
			background: #ffffff;
			padding: 6px 0;
			margin-top: 10px;
			font-size: 13px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
			text-align: center;
			text-decoration: none;
			
		}
		
			a.activity_detail_button:hover{
				color: #ffffff;
				background: #9e1619;
			}
		
		ul#activity_list .photo_a:hover img{
			-webkit-filter: brightness(110%);
			filter: brightness(110%);
		
		}
	
	
	
	/* Visitor Page */
	ul#visitor_list{
		margin: 0; padding: 0;
		list-style: none;
	}
	
	ul#visitor_list li{
		margin: 0; padding: 20px 0 20px 0;
		border-top: 1px solid #cccccc;
	}
	
		.visitor_header, .visitor_header a{
			font-size: 22px;
			line-height: 25px;
			color: #000000;
			text-decoration: none;
		}
		
		.visitor_content_left{
			float: left;
			width: 200px;
			text-align: center;
		}
		
		.visitor_cover img{
			width: 200px;
			
		}
		
		.visitor_content_right{
			float: left;
			padding-left: 20px;
			padding-top: 5px;
			width: 640px;
		}
	
		a.visitor_detail_button{	
			margin: 0 auto;
			width: 150px;
			display: block;
			border: 1px solid #9e1619;
			color: #9e1619;
			background: #ffffff;
			padding: 6px 0;
			margin-top: 10px;
			font-size: 13px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
			text-align: center;
			text-decoration: none;
			
		}
		
			a.visitor_detail_button:hover{
				color: #ffffff;
				background: #9e1619;
			}
		
		ul#visitor_list .photo_a:hover img{
			-webkit-filter: brightness(110%);
			filter: brightness(110%);
		
		}
		
		ul#visitor_list .photo_a{
			cursor: pointer;
			position: relative;
		}	
		
	
	/* Scholar Page */
	ul#scholar_list{
		margin: 0; padding: 0;
		list-style: none;
	}
	
	ul#scholar_list li{
		margin: 0; padding: 0;
	}
	
	ul#scholar_list li:nth-child(odd) { background: #ffffff; }
	
	ul#scholar_list li span {
		float: left;
		text-align: left;
		padding: 12px 0 12px 8px;
		font-size: 12px;
		line-height: 16px;
	}
	
	ul#scholar_list .scholar_header span {
		font-weight: bold;
		font-size: 15px;
		color: #000000;
		padding-top: 15px;
	}
	
	.scholar_name{
		width: 110px;
	}
	
	.scholar_topic{
		width: 280px;
	}
	
	.scholar_org{
		width: 280px;
	}
	
	.scholar_stay{
		width: 150px;
	}
	
	
	/* Search List */
	ol#search_result_list{
		margin: 0 0 0 15px; padding: 0;
		list-style:
	}
	
	ol#search_result_list li{
		margin: 10px; padding: 0;
			
	}
	
	ol#search_result_list .search_result_a{
		color: #088EBD;
		font-size: 14px;
		font-weight: bold;
		text-decoration: underline;
		display: block;
	}
	
	ol#search_result_list .search_result_extract{
		font-size: 12px;
		color: #555555;
		padding: 5px 0;
		border-bottom: 1px dashed #BBBBBB;
	}
	
	.keyword_highlight {
		background-color: #FFFFAA;
		font-weight: bold;
		padding: 2px 0;
	}
	
	
	
/* Image Wrapper and Zoom */
.content_image_wrapper{
	position: relative;
	cursor: pointer;
}

.image_zoom{
	position: absolute;
	bottom: 0; right: 0;
	width: 30px; height: 30px;
	background: url(/20210330023241oe_/http://www.usc.cuhk.edu.hk/images/image_zoom.png) 0 0 no-repeat;
}

	
	
	/* Album Page */
	ul#album_list{
		margin: 0; padding: 15px 0 10px 25px;
		list-style: none;
		font-size: 15px;
		line-height: 16px;
		background-color: #FFFFFF;
	}
	
	ul#album_list li{
		margin: 0; padding: 10px 25px 15px 0;
		float: left;
		
	}
	
	
		ul#album_list a{
			padding: 0; margin: 0;
			width: 250px;
			display: block;
			overflow: hidden;
		}
		
		ul#album_list .album_cover{
			padding: 5px;
			border: 1px solid #CCCCCC;
			background-color: #FFFFFF;
		}
		
			ul#album_list img{
				height: 240px; width: 240px;
			}
			
	
	
		ul#album_list .album_title{
			height: 30px;
			line-height: 15px;
			font-weight: bold;
			overflow: hidden;
			padding: 5px;
			color: #000000;
		}
		
		ul#album_list .album_title_2{
			height: 12px;
			overflow: hidden;
			padding: 0 5px 5px 5px;
			color: #666666;
		}
			
			ul#album_list .album_photo_count{
				float: right;
			}
			
	
	/* Photo List */
	
	ul#photo_list{
		margin: 0; padding: 2px 0 5px 5px;
		list-style: none;
		background-color: #FFFFFF;
	}
	
		ul#photo_list li{
			margin: 0; padding: 3px 3px 0 0;
			float: left;
		}
		
		ul#photo_list li.li_4th_item{
			padding-right: 0;
		}
		
		ul#photo_list a{
			padding: 0; margin: 0;
			height: 210px; width: 210px;
			display: block;
			overflow: hidden;
		}
	
			ul#photo_list img{
				height: 210px; width: 210px;
			}

	
	

			
	

#footer_area_wrapper{
	/*white-space: nowrap;*/
	margin-bottom: 20px;
}
	
	
	
		#footer_subscription_icon{
			width: 68px; height: 68px;
			margin-right: 10px;
			background: url(/20210330023241oe_/http://www.usc.cuhk.edu.hk/images/footer_email.png) 0 0 no-repeat;
		}
		
		#footer_subscription_header{
			padding: 18px 0 8px 0;
			font-size: 20px;
			line-height: 20px;
			color: #000000;
			font-weight: bold;
		}
		
		#footer_subscription_area .input_field{
			width: 250px;
			margin-right: 10px;
		}
		
		#footer_subscription_area .standard_button{
			width: 180px;
			display: inline-block;
			margin-left: 5px;
			margin-top: 3px;
		}
		
		
			
			
	#footer_area_body{
		border-top: 3px solid #9e1619;
		padding-left: 40px;
		text-align: left;
	}
	
		#footer_logo_area{
			float: left; height: 80px;
			margin: 15px 20px 0 0;
			border-right: 1px solid #DDDDDD;
			padding-right: 10px;
		}
			
			
		#footer_info_area{
			float: left;
			position: relative;
			width: 300px; 
			margin: 20px 15px 0 0;
			font-size: 15px;
			line-height: 20px;
			border-right: 1px solid #DDDDDD;
		}
			.footer_info{
				margin-bottom: 5px;
				color: #000000;
			}
		
		#footer_menu_area{
			float: left;
			width: 500px; height: 90px;
			margin: 15px 0 0 0;
			
			position: relative;
		}
			
			
			#footer_wars{
				position: absolute;
				bottom:2px; right: -50px;
			}
			
			#footer_green{
				position: absolute;
				bottom:2px; right: -150px;
			}
	
			
		
			ul#footer_menu_list{
				margin: 0 0 10px 0; padding: 0;
				list-style: none;
			}
			
				ul#footer_menu_list li{
					margin: 0; padding: 0;
					float: left;
				}
				
				a.footer_menu_a{
					display: block;
					padding: 8px 0;
					width:100px;
					line-height: 12px;
					font-size: 12px;
					overflow: hidden;
					color: #333333;
				}
				
				a.footer_menu_a:hover{
					text-decoration: underline;
				}
		
		#footer_copyright{
			float: left;
			line-height: 12px;
			font-size: 12px;
			color: #777777;
		}
		
		#footer_powered_by{
			float: right;
			line-height: 12px;
			font-size: 12px;
			color: #777777;
		}
		
		
@media only screen and (max-width: 767px) {
	/* For Mobile: */
	
    body {
        width: 100%;
        min-width: 100% !important;
    }
    
    #page_wrapper{
		min-width: 100% !important;
		margin-top: 0 !important;
		
	}
    
    .content_body{
    	padding: 0!important;
		width: 100% !important;
	}
	
	#header_body{
		height: auto !important;
		padding-bottom: 10px !important;
	}
	
	
	#header_logo{
   		margin: 5px 0 0 30px;
		height:50px !important;
	}
	
	#header_menu_wrapper, #header_menu_body{
		height: auto;
	}
	
	
		#mobile_menu_button{
			display: block;
		}
			
			#mobile_menu_button img{
				width: 30px;
			}	
		
		
		#header_search_bar{
			display: none;
		}	
			
		#header_language_bar{
	    	top:22px; right: 17%;
			display:none;
			font-size: 12px;
	    }	
	    
	    ul#header_menu_list{
	    	position: fixed;
			right:0;top:65px;
			left: auto;
			width: 55%;
			display:none;
			z-index: 5001;
		}
		
		ul#header_menu_list li.header_menu_item{
			margin-bottom: 10px;
			float: none;
		}
		
		ul#header_menu_list a.header_menu_top{
			padding: 10px 0 10px 30px !important;
			display:block;
			text-align: left;
		}
		
		.header_submenu_div{
			top:32px;
		}
		
		#header_padding{
			height: 60px;
		}
		
		.index_block_padding{
			height:10px;
		}
	
	#index_slideshow, #index_slideshow .slideshow_photo{
		width: 100% !important;
	}
	
	#slideshow_wrapper, #index_slideshow{
		height: 250px  !important;
	}
	#index_slideshow .slideshow_photo, .slideshow_nav_button{
		height: 200px !important;
	}
	
	#index_slideshow .slideshow_photo img{
		height: auto;
		min-height: 200px !important;
		width: 100% !important;
	}
	
	#index_slideshow .slideshow_photo{
		left: 0 !important;
	}
	
	#slideshow_wrapper  #slideshow_navPrev{
		left: 0 !important;
	}
	
	#slideshow_wrapper  #slideshow_navNext{
		right: 0 !important;
	}
	
	#tagline_block{
		top:80px !important;
		display: none !important;
	}
		#tagline_title{
			font-size: 22px !important;
		}
		
		#tagline_read_more_button{
			display: none !important;
		}
		
 		#slideshow_button_wrapper{
			left: 35% !important; 
			
		}	
		
		ul#slideshow_button_list a{
			width:12px !important;  
			height:12px !important; 
		}	
	
	
		
		/* Feature List */
		ul#index_feature_list{
			padding: 0 0 0 5px;
		}
		ul#index_feature_list li{
			width: 50% !important;
		}
		
		ul#index_feature_list a{
			padding-right: 10px !important;
		}
			
		
		#photo_list .photo_a, 	#photo_list .photo_a img{
			height: 170px; width: 170px;
		}	
			
			
	
		
	
	#footer_area_wrapper{
		margin-bottom: 0 !important;
	}
		
		
		
			#footer_subscription_icon{
				
			}
			
			#footer_subscription_header{
				
			}
			
			#footer_subscription_area .input_area{
				width: 100%;
			}
			
			#footer_subscription_area .input_field{
				width: 90%;
			}
			
			#footer_subscription_area .standard_button{
				width: 80%;
			}
				
				
		#footer_area_body{
			padding-left: 10px;
		}
		
			#footer_logo_area{
				border-right:0;
			}
				
				
			#footer_info_area{
				width: 100%; 
				border-right: 0;
				margin-top: 5px;
			}
				.footer_info{
					margin-bottom: 5px;
					color: #000000;
				}
			
			#footer_menu_area{
				width: 100%;
				margin-top: 5px;
			}
			
			ul#footer_menu_list li{
				width: 32%;
			}
			
			a.footer_menu_a{
				width: 100%;
				padding: 4px 0;
			}
			
	
	/* Content Page */
	.content_area_wrapper{
		padding: 0 10px;
	}
	
	.content_col_2_2{
		
		width: auto !important;
	}	
	
	.content_col_2_2 img{
		max-width: 100%;
		height:auto !important;
	}
	
	#left_submenu_list{
		display: none;
	}	
	
	.activity_content_right{
		padding-left: 0;
		width: 100%;	
	}

}		