@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
body{
	line-height:18px;
	font-size:12px;
	text-align:justify;
	background:url(../images/bg-banner.jpg) repeat-x #E4E7E9;
	}
a {
	transition:color 0.2s linear 0s, background 0.2s linear 0s;
}
#wrapper{
	width:990px;
	height:auto;
	border:1px solid #ccc;
	margin:0 auto;
	padding:20px;
	}
#menu{
	margin:0 auto;
	width:960px;
	height:48px;
	line-height:48px;
	
	}
#menu ul li{
	padding:29px;
	list-style:none;
	display:inline;		position:relative;
	}
#menu ul li a{
	padding-bottom:3px;
	text-decoration:none;
	font-size:15px;
	color:#FFFFFF;
	text-transform:uppercase;
	
	}	
#menu  ul:first-child > li > a:hover , #menu ul:first-child > li > a.active{
	color:#FFB3FF;
	border-bottom:3px solid #FCF300;
	}
#menu ul li ul {	display:none;	position:absolute;	z-index:9999;	left:0;}#menu ul li ul li{	background: none repeat scroll 0 0 #00008B;    border-bottom: 1px solid #000000;    display: block;    line-height: 25px;    padding: 5px 8px;    width: 303px;}#menu ul li ul li a {	display:block;}#menu ul li:hover > ul {	display:block;}
#menu ul li ul li a:hover{color:#ddd; }
#banner{
	margin:0 auto;
	width:960px;
	height:90px;
	background:url(../images/banner.jpg) no-repeat right;
	}
.info{
	width:200px;
	height:58px;
	float:right;
	margin-top:27px;
	}
.info h2{
	padding:13px 8px 10px 5px;
	color:#F8F9FB;
	font-size:16px;
	}
.info h3 a{
	margin:17px 7px;
	font-size:15px;
	color:#F8F9FB;
	text-decoration:none;
	padding-top:10px;
	}
.info h3{
	}
.info h3 a:hover{
	color:#FDE8D7;
	}
.slideshow{
	width:960px;
	height:268px;
	border:1px solid #333;
	margin:0 auto;
	overflow:hidden;
	}
#holl_body{
	width:960px;
	height:auto;
	margin:0 auto;
	}
.welcome_block{
	width:620px;
	height:auto;
	float:left;
	
	}
.welcome_block h1, .wel_head h1{
	color:#D12202;
	font-size:20px;
	padding:10px 3px;
	border-bottom:2px solid #DADDDE;
	text-transform:capitalize;
	}
.welcome_block p{
	font-family:Verdana;
	font-size:12px;
	text-align:justify
	;}
.object_block{
	width:320px;
	height:auto;
	float:right;
	}
.object_block h3{
	color:#000000;
	font-size:15px;
	padding:10px 3px;
	border-bottom:2px solid #000000;
	}
.object_block ul li{
	list-style:none;
	padding:5px 1px;
	border-bottom:1px dotted #333;
	}
.object_block ul li a{
	text-decoration:none;
	color:#000;
	font-family:verdana;
	}
.object_block ul li a:hover{
	color:#CA278C;
	}
	
.object_block span a{
	float:right;
	font-size:14px;
	font-family:arial;
	padding:13px 0px 10px 0px ;
	}	
.object_block span a:hover{
	color:#CC9933;
	}	
.left_gallery{
	width:620px;
	height:auto;
	float:left;
	border:1px solid #C7C9C9;
	background:#FFFFFF;
	}
.left_gallery img{
	padding:2px 2px;
	}
.contact_bar{
	width:320px;
	height:auto;
	background:#DEDFDF;
	border:1px solid #C7C9C9;
	float:right;
	}
.contact_bar h2{
	color:#810303;
	font-family:arial;
	padding:12px 15px 5px 15px;
	}
.contact_bar h3{
	line-height:20px;
	font-weight:bold;
	padding:5px 5px 22px 15px;
	font-family:Arial;
	color:#000000;
	font-size:14px;
	}	
#sub_footer{
	width:auto;
	height:64px;
	background:#034b8d;
	}
#footer{
	width:960px;
	height:64px;
	margin:0 auto;
	}	
#footer p{
	font-family:arial;
	font-size:14px;
	color:#FFFEFE;
	line-height:64px;
	text-align:center;
	}
#footer a{
	color:#FF0;
	text-decoration:none;
	}
#footer a:hover{
	color:#F00;
	}

	
	
	
.clear{
	clear:both;
	}	.welcome td {padding:5px;}