/*
=======================================================================
	Rewrite some font spacing for the banner and create boxes
=======================================================================
*/


h3, h4 {
	margin-top:0px;
	margin-bottom:5px;
}
h5 {
	margin-bottom:0;
}
h6 {
	font-size:12px;
	font-weight:normal;
}


.sidebar_section {
	min-height:300px;
}

.home_notices {
	border:1px solid #999;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:20px;
	font-size:11px;
	}
	
.snow_notices {
	border:1px solid #F00;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:0px;
	font-size:11px;
	font-weight:bold;
	color:#F00;
	}

/*
=======================================================================
	Banner Rules
=======================================================================
*/

	
#banner {
	height:320px;
	padding-top:0px;
	padding-bottom:10px;
	position:relative;
	width:710px;
	}
	
#banner p {margin-bottom:0;}

#banner .contentdiv {
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 710px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:320px;
}
.banner_des {
	width:520px;
	height:66px;
	padding-right:167px;
	color:#fff;
	padding-left:20px;
	padding-top:12px;
	position:absolute;
	bottom:1px;
	left:1px;
	background-image:url(/nfront/bannerdesc.png);
}
.banner_des h4 {
	font-weight:bold;
	padding-bottom:2px;
	color:#fff!important;
	font-size:18px;
}
.banner_des p {
	padding-right:80px;
	font-size:12px;
}
#slider2 {
	width:710px;
	position:relative;
	padding-top:0px;
	margin:auto;
	height:320px;
	overflow:hidden;
}
.pagination {
	width:auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float:right;
	right:15px;
	bottom:27px;
	z-index:9999;
	position:absolute;
}
.pagination a {
	background:#fff;
	width:23px;
	line-height:23px;
	text-align:center;
	line-height:23px;
	color:#000;
	display:inline-block;
	margin-right:1px;
	font-weight:bold;
}
.pagination a:hover, .pagination a.selected {
	background-color:#999;
}
.pagination a:hover, .pagination a.selected {
	background-color:#999;
}
.pagination a.prev {
	font-size:0px;
	display:none;
}
.pagination a.next {
	font-size:0px;
	display:none;
}
#banner1 {
	width:710px;
	height:210px;
	padding-bottom:10px;
	position:relative;
}
#banner1 .heading {
	position:absolute;
	background-image:url(../../images/bannerdesc.png);
	left:1px;
	bottom:11px;
	width:680px;
	height:37px;
	padding-left:22px;
	padding-top:14px;
}
#banner1 .heading h1 {
	font-weight:bold;
	font-size:22px;
	color:#fff!important;
}

/* to tidy up hompegae */

.TB_Wrapper {
	width: 710px;
	height: 319px;    
	background: #EEEEEE url(/assets/trans_banner/preloader.gif) center center no-repeat;        
}





.content_links {
	width:700px;
	height:26px;
	float:left;
	margin-bottom:30px;
	background:#e1e1e1;
	border:solid 1px #bbc1c4;
}
.content_links ul {
	list-style-type:none;
	float:left;
}
.content_links ul li {
	background-image:url(/assets/images/core/barsep.jpg);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	height:26px;
}
.content_links ul li a {
	line-height:26px;
	padding: 0 35px 0 10px;
	display:inline-block;

}
.content_links ul li.last {
	width:123px;
	float:left;
	background:none!important;
	height:26px;
}